www.pudn.com > ¶ÌÐÅ·¢ËÍ2.0.rar > loginform.dfm


object loginfrm: Tloginfrm 
  Left = 291 
  Top = 189 
  BorderIcons = [] 
  BorderStyle = bsSingle 
  Caption = #25163#26426#30331#24405 
  ClientHeight = 129 
  ClientWidth = 327 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = #23435#20307 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnMouseMove = FormMouseMove 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Shape5: TShape 
    Left = 245 
    Top = 96 
    Width = 73 
    Height = 26 
    Brush.Style = bsClear 
    Pen.Color = clBlue 
  end 
  object Shape4: TShape 
    Left = 159 
    Top = 96 
    Width = 73 
    Height = 26 
    Brush.Style = bsClear 
    Pen.Color = clBlue 
  end 
  object Shape3: TShape 
    Left = 15 
    Top = 95 
    Width = 83 
    Height = 27 
    Brush.Style = bsClear 
    Pen.Color = clInfoBk 
    OnMouseMove = Shape3MouseMove 
  end 
  object Label1: TLabel 
    Left = 32 
    Top = 24 
    Width = 48 
    Height = 12 
    Caption = #29992#25143#21517#65306 
  end 
  object SpeedButton1: TSpeedButton 
    Left = 16 
    Top = 96 
    Width = 81 
    Height = 25 
    Caption = #29992#25143#27880#20876 
    Flat = True 
    OnClick = SpeedButton1Click 
    OnMouseMove = Shape3MouseMove 
  end 
  object SpeedButton2: TSpeedButton 
    Left = 160 
    Top = 97 
    Width = 71 
    Height = 24 
    Caption = #30331#24405 
    Flat = True 
    OnClick = SpeedButton2Click 
    OnMouseMove = SpeedButton2MouseMove 
  end 
  object SpeedButton3: TSpeedButton 
    Left = 246 
    Top = 97 
    Width = 71 
    Height = 24 
    Caption = #36864#20986 
    Flat = True 
    OnClick = SpeedButton3Click 
    OnMouseMove = SpeedButton3MouseMove 
  end 
  object Shape1: TShape 
    Left = 4 
    Top = 85 
    Width = 320 
    Height = 1 
  end 
  object Shape2: TShape 
    Left = 4 
    Top = 86 
    Width = 320 
    Height = 1 
    Pen.Color = clWhite 
  end 
  object Shape6: TShape 
    Left = 14 
    Top = 94 
    Width = 85 
    Height = 29 
    Brush.Style = bsClear 
    Pen.Color = clBtnText 
    OnMouseMove = Shape3MouseMove 
  end 
  object Shape7: TShape 
    Left = 158 
    Top = 95 
    Width = 75 
    Height = 28 
    Brush.Style = bsClear 
    Pen.Color = clBtnText 
    OnMouseMove = Shape7MouseMove 
  end 
  object Shape8: TShape 
    Left = 244 
    Top = 95 
    Width = 75 
    Height = 28 
    Brush.Style = bsClear 
    Pen.Color = clBtnText 
    OnMouseMove = Shape8MouseMove 
  end 
  object comusername: TFlatComboBox 
    Left = 84 
    Top = 19 
    Width = 218 
    Height = 20 
    Color = clWindow 
    ColorBorder = clBlack 
    ItemHeight = 12 
    TabOrder = 0 
    ItemIndex = -1 
    OnKeyPress = comusernameKeyPress 
  end 
  object edtpwd: TLabeledEdit 
    Left = 83 
    Top = 53 
    Width = 219 
    Height = 18 
    Ctl3D = False 
    EditLabel.Width = 60 
    EditLabel.Height = 12 
    EditLabel.Caption = #29992#25143#23494#30721#65306 
    LabelPosition = lpLeft 
    LabelSpacing = 3 
    ParentCtl3D = False 
    PasswordChar = '*' 
    TabOrder = 1 
    OnKeyPress = edtpwdKeyPress 
  end 
end