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


object CodeForm: TCodeForm 
  Left = 207 
  Top = 122 
  Width = 511 
  Height = 394 
  Caption = #29992#25143#35760#24405#26597#30475#32500#25252 
  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 Label2: TLabel 
    Left = 112 
    Top = 104 
    Width = 39 
    Height = 13 
    Caption = #29992#25143#21517' ' 
  end 
  object Label3: TLabel 
    Left = 112 
    Top = 152 
    Width = 42 
    Height = 13 
    Caption = #23494'   '#30721'   ' 
  end 
  object Label1: TLabel 
    Left = 112 
    Top = 200 
    Width = 30 
    Height = 13 
    Caption = #32423'  '#21035 
  end 
  object DBEdit1: TDBEdit 
    Left = 184 
    Top = 104 
    Width = 121 
    Height = 21 
    DataField = 'users' 
    DataSource = DataSource1 
    TabOrder = 0 
  end 
  object DBEdit2: TDBEdit 
    Left = 184 
    Top = 144 
    Width = 121 
    Height = 21 
    DataField = 'code' 
    DataSource = DataSource1 
    TabOrder = 1 
  end 
  object DBEdit3: TDBEdit 
    Left = 184 
    Top = 200 
    Width = 121 
    Height = 21 
    DataField = 'jibie' 
    DataSource = DataSource1 
    TabOrder = 2 
  end 
  object Button1: TButton 
    Left = 128 
    Top = 264 
    Width = 75 
    Height = 25 
    Caption = #20462#25913 
    TabOrder = 3 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 256 
    Top = 264 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 4 
    OnClick = Button2Click 
  end 
  object DBNavigator1: TDBNavigator 
    Left = 104 
    Top = 224 
    Width = 240 
    Height = 25 
    DataSource = DataSource1 
    TabOrder = 5 
  end 
  object Table1: TTable 
    Active = True 
    CachedUpdates = True 
    DatabaseName = #22270#20070#20511#38405 
    TableName = 'dbo.'#21512#27861#29992#25143 
    Left = 24 
    Top = 32 
  end 
  object DataSource1: TDataSource 
    DataSet = Table1 
    Left = 80 
    Top = 32 
  end 
end