www.pudn.com > libraryborrowSystem.rar > Unit4.dfm


object ReaderForm: TReaderForm 
  Left = 270 
  Top = 155 
  Width = 569 
  Height = 480 
  Caption = #35835#32773#35760#24405#26597#30475#32500#25252#34920 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object DBGrid1: TDBGrid 
    Left = 80 
    Top = 88 
    Width = 393 
    Height = 225 
    DataSource = DataSource1 
    TabOrder = 0 
    TitleFont.Charset = DEFAULT_CHARSET 
    TitleFont.Color = clWindowText 
    TitleFont.Height = -11 
    TitleFont.Name = 'MS Sans Serif' 
    TitleFont.Style = [] 
  end 
  object DBNavigator1: TDBNavigator 
    Left = 88 
    Top = 320 
    Width = 360 
    Height = 33 
    DataSource = DataSource1 
    TabOrder = 1 
  end 
  object Table1: TTable 
    Active = True 
    CachedUpdates = True 
    DatabaseName = #22270#20070#20511#38405 
    TableName = 'dbo.'#23398#29983 
    Left = 32 
    Top = 32 
  end 
  object DataSource1: TDataSource 
    DataSet = Table1 
    Left = 72 
    Top = 32 
  end 
end