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


object BooksForm: TBooksForm 
  Left = 192 
  Top = 114 
  Width = 677 
  Height = 468 
  Caption = 'BooksForm' 
  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 = 40 
    Top = 64 
    Width = 593 
    Height = 289 
    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 = 40 
    Top = 368 
    Width = 590 
    Height = 41 
    TabOrder = 1 
  end 
  object Table1: TTable 
    Active = True 
    CachedUpdates = True 
    DatabaseName = #22270#20070#20511#38405 
    TableName = 'dbo.'#22270#20070 
    Left = 56 
    Top = 24 
  end 
  object DataSource1: TDataSource 
    DataSet = Table1 
    Left = 16 
    Top = 24 
  end 
end