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


object QueryForm: TQueryForm 
  Left = 201 
  Top = 137 
  Width = 683 
  Height = 549 
  Caption = #22270#20070#26597#35810 
  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 Label1: TLabel 
    Left = 104 
    Top = 320 
    Width = 60 
    Height = 13 
    Caption = #36755#20837#20070#21517'    ' 
  end 
  object Label2: TLabel 
    Left = 104 
    Top = 376 
    Width = 54 
    Height = 13 
    Caption = #36755#20837#20316#32773'  ' 
  end 
  object Edit1: TEdit 
    Left = 184 
    Top = 312 
    Width = 249 
    Height = 21 
    TabOrder = 0 
  end 
  object GroupBox1: TGroupBox 
    Left = 80 
    Top = 16 
    Width = 473 
    Height = 289 
    Caption = #26597#35810#32467#26524 
    TabOrder = 1 
    object DBGrid1: TDBGrid 
      Left = 8 
      Top = 16 
      Width = 457 
      Height = 209 
      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 = 33 
      Top = 240 
      Width = 416 
      Height = 33 
      DataSource = DataSource1 
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbPost, nbCancel, nbRefresh] 
      TabOrder = 1 
    end 
  end 
  object Edit2: TEdit 
    Left = 184 
    Top = 368 
    Width = 249 
    Height = 21 
    TabOrder = 2 
  end 
  object Button1: TButton 
    Left = 464 
    Top = 312 
    Width = 75 
    Height = 25 
    Caption = #26597#35810 
    TabOrder = 3 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 464 
    Top = 368 
    Width = 75 
    Height = 25 
    Caption = #26597#35810 
    TabOrder = 4 
    OnClick = Button2Click 
  end 
  object Button3: TButton 
    Left = 128 
    Top = 424 
    Width = 137 
    Height = 41 
    Caption = #20511#20070 
    TabOrder = 5 
    OnClick = Button3Click 
  end 
  object Button4: TButton 
    Left = 352 
    Top = 424 
    Width = 137 
    Height = 41 
    Caption = #36864#20986 
    TabOrder = 6 
    OnClick = Button4Click 
  end 
  object Query1: TQuery 
    Active = True 
    DatabaseName = #22270#20070#20511#38405 
    SQL.Strings = ( 
      'select * from '#22270#20070' where borrowed=0') 
    Top = 8 
  end 
  object DataSource1: TDataSource 
    DataSet = Query1 
    Left = 32 
    Top = 8 
  end 
end