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


object LoginForm: TLoginForm 
  Left = 191 
  Top = 113 
  Width = 399 
  Height = 286 
  Caption = #29992#25143#30331#38470 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 72 
    Top = 56 
    Width = 42 
    Height = 13 
    Caption = #29992#25143#21517'  ' 
  end 
  object Label2: TLabel 
    Left = 72 
    Top = 96 
    Width = 45 
    Height = 13 
    Caption = #23494'    '#30721'   ' 
  end 
  object Label3: TLabel 
    Left = 184 
    Top = 216 
    Width = 195 
    Height = 13 
    Caption = #22270#20070#39302#20511#38405#31995#32479' 06'#35745#31639#26426'4 '#21556#26122'         ' 
  end 
  object Edit1: TEdit 
    Left = 128 
    Top = 48 
    Width = 137 
    Height = 21 
    TabOrder = 0 
  end 
  object Edit2: TEdit 
    Left = 128 
    Top = 88 
    Width = 137 
    Height = 21 
    PasswordChar = '*' 
    TabOrder = 1 
  end 
  object Button1: TButton 
    Left = 104 
    Top = 152 
    Width = 75 
    Height = 25 
    Caption = #30331#38470 
    TabOrder = 2 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 216 
    Top = 152 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    TabOrder = 3 
    OnClick = Button2Click 
  end 
  object Table1: TTable 
    DatabaseName = #22270#20070#20511#38405 
    TableName = 'dbo.'#21512#27861#29992#25143 
    Left = 40 
    Top = 8 
  end 
  object DataSource1: TDataSource 
    DataSet = Table1 
    Left = 8 
    Top = 8 
  end 
  object Timer1: TTimer 
    Interval = 500 
    OnTimer = Timer1Timer 
    Left = 72 
    Top = 8 
  end 
end