www.pudn.com > 2004021618574529928.rar > Login.dfm


object frmLogin: TfrmLogin 
  Left = 279 
  Top = 175 
  BorderIcons = [biSystemMenu, biMinimize] 
  BorderStyle = bsSingle 
  Caption = #30331#24405 
  ClientHeight = 164 
  ClientWidth = 251 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnClose = FormClose 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 32 
    Top = 32 
    Width = 48 
    Height = 12 
    Caption = #29992#25143#21517#65306 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label2: TLabel 
    Left = 36 
    Top = 76 
    Width = 36 
    Height = 12 
    Caption = #23494#30721#65306 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
  end 
  object EDUserName: TEdit 
    Left = 92 
    Top = 28 
    Width = 121 
    Height = 20 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 0 
  end 
  object EDPwd: TEdit 
    Left = 92 
    Top = 72 
    Width = 121 
    Height = 20 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    PasswordChar = '*' 
    TabOrder = 1 
  end 
  object Button1: TButton 
    Left = 36 
    Top = 120 
    Width = 75 
    Height = 25 
    Caption = #30331#24405 
    Default = True 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = #23435#20307 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 2 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 136 
    Top = 120 
    Width = 75 
    Height = 25 
    Caption = #27880#20876 
    TabOrder = 3 
    OnClick = Button2Click 
  end 
end