www.pudn.com > 2.rar > login.dfm, change:2007-12-31,size:1696b


object Fmlogin: TFmlogin 
  Left = 371 
  Top = 241 
  Width = 317 
  Height = 229 
  Caption = #30331#20837 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  KeyPreview = True 
  OldCreateOrder = False 
  OnKeyPress = FormKeyPress 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 48 
    Top = 40 
    Width = 20 
    Height = 13 
    Caption = 'ID   ' 
  end 
  object Label2: TLabel 
    Left = 48 
    Top = 104 
    Width = 69 
    Height = 13 
    Caption = 'PASSWORD  ' 
  end 
  object Eduserid: TEdit 
    Left = 120 
    Top = 40 
    Width = 121 
    Height = 24 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -13 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [fsBold] 
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899 
    ParentFont = False 
    TabOrder = 0 
  end 
  object Edpassword: TEdit 
    Left = 120 
    Top = 104 
    Width = 121 
    Height = 24 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -13 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [fsBold] 
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899 
    ParentFont = False 
    PasswordChar = '*' 
    TabOrder = 1 
  end 
  object btnclear: TButton 
    Left = 88 
    Top = 152 
    Width = 73 
    Height = 25 
    Caption = 'RESET' 
    TabOrder = 2 
    OnClick = btnclearClick 
  end 
  object btnok: TButton 
    Left = 176 
    Top = 152 
    Width = 73 
    Height = 25 
    Caption = 'OK' 
    TabOrder = 3 
    OnClick = btnokClick 
  end 
end