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


object ReturnForm: TReturnForm 
  Left = 199 
  Top = 137 
  Width = 661 
  Height = 437 
  Caption = #36824#20070#22788#29702 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object GroupBox1: TGroupBox 
    Left = 64 
    Top = 16 
    Width = 545 
    Height = 81 
    Caption = #36755#20837#20070#21495#21644#35835#32773#21495 
    TabOrder = 0 
    object Label1: TLabel 
      Left = 24 
      Top = 40 
      Width = 39 
      Height = 13 
      Caption = #20070#21495#65306' ' 
    end 
    object Label2: TLabel 
      Left = 222 
      Top = 40 
      Width = 54 
      Height = 13 
      Caption = #35835#32773#21495#65306'  ' 
    end 
    object Edit1: TEdit 
      Left = 64 
      Top = 32 
      Width = 127 
      Height = 21 
      TabOrder = 0 
    end 
    object Edit2: TEdit 
      Left = 272 
      Top = 32 
      Width = 128 
      Height = 21 
      TabOrder = 1 
    end 
    object Button1: TButton 
      Left = 448 
      Top = 32 
      Width = 75 
      Height = 25 
      Caption = #30830#23450 
      TabOrder = 2 
      OnClick = Button1Click 
    end 
  end 
  object GroupBox2: TGroupBox 
    Left = 104 
    Top = 128 
    Width = 441 
    Height = 193 
    Caption = #35831#26680#23454#22270#20070#20449#24687 
    TabOrder = 1 
    object Label3: TLabel 
      Left = 32 
      Top = 46 
      Width = 48 
      Height = 13 
      Caption = #20070'    '#21517#65306 
    end 
    object Label4: TLabel 
      Left = 32 
      Top = 86 
      Width = 48 
      Height = 13 
      Caption = #20316'    '#32773#65306 
    end 
    object Label5: TLabel 
      Left = 32 
      Top = 126 
      Width = 48 
      Height = 13 
      Caption = #20986#29256#31038#65306 
    end 
    object Label6: TLabel 
      Left = 24 
      Top = 168 
      Width = 63 
      Height = 13 
      Caption = #20511#20986#26085#26399#65306' ' 
    end 
    object Label7: TLabel 
      Left = 328 
      Top = 168 
      Width = 67 
      Height = 13 
      Caption = 'time                ' 
    end 
    object Label8: TLabel 
      Left = 256 
      Top = 168 
      Width = 66 
      Height = 13 
      Caption = #24403#21069#26085#26399#65306'  ' 
    end 
    object DBEdit1: TDBEdit 
      Left = 88 
      Top = 40 
      Width = 133 
      Height = 21 
      DataField = 'Bname' 
      DataSource = DataSource1 
      TabOrder = 0 
    end 
    object DBEdit2: TDBEdit 
      Left = 88 
      Top = 80 
      Width = 133 
      Height = 21 
      DataField = 'Bwriter' 
      DataSource = DataSource1 
      TabOrder = 1 
    end 
    object DBEdit3: TDBEdit 
      Left = 88 
      Top = 120 
      Width = 133 
      Height = 21 
      DataField = 'Bchuban' 
      DataSource = DataSource1 
      TabOrder = 2 
    end 
    object DBEdit4: TDBEdit 
      Left = 88 
      Top = 160 
      Width = 133 
      Height = 21 
      DataField = #20511#38405#26085#26399 
      DataSource = DataSource2 
      TabOrder = 3 
    end 
  end 
  object Button2: TButton 
    Left = 80 
    Top = 344 
    Width = 75 
    Height = 41 
    Caption = #36824#20070 
    TabOrder = 2 
    OnClick = Button2Click 
  end 
  object Button3: TButton 
    Left = 208 
    Top = 352 
    Width = 75 
    Height = 25 
    Caption = #26597#35810 
    TabOrder = 3 
    OnClick = Button3Click 
  end 
  object Button4: TButton 
    Left = 328 
    Top = 352 
    Width = 75 
    Height = 25 
    Caption = #20511#20070 
    TabOrder = 4 
    OnClick = Button4Click 
  end 
  object Button5: TButton 
    Left = 456 
    Top = 352 
    Width = 75 
    Height = 25 
    Caption = #36864#20986 
    TabOrder = 5 
    OnClick = Button5Click 
  end 
  object Query1: TQuery 
    DatabaseName = #22270#20070#20511#38405 
    SQL.Strings = ( 
      'select * from '#22270#20070) 
    Left = 24 
    Top = 48 
  end 
  object Query2: TQuery 
    DatabaseName = #22270#20070#20511#38405 
    SQL.Strings = ( 
      'select * from '#20511#38405) 
    Left = 24 
    Top = 80 
  end 
  object DataSource1: TDataSource 
    DataSet = Query1 
    Left = 24 
    Top = 112 
  end 
  object Query3: TQuery 
    DatabaseName = #22270#20070#20511#38405 
    SQL.Strings = ( 
      'select * from '#20511#38405) 
    Left = 24 
    Top = 16 
  end 
  object DataSource2: TDataSource 
    DataSet = Query3 
    Left = 24 
    Top = 152 
  end 
end