⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.dfm

📁 员工管理系统读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您
💻 DFM
字号:
object Fm_login: TFm_login
  Left = 195
  Top = 167
  Width = 870
  Height = 500
  Caption = #25805#20316#21592#36523#20221#35748#35777
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 504
    Top = 48
    Width = 104
    Height = 13
    Caption = #21592#24037#20449#24687#31649#29702#31995#32479
  end
  object Label2: TLabel
    Left = 96
    Top = 80
    Width = 91
    Height = 13
    Caption = 'Employee v1.0'
  end
  object Label3: TLabel
    Left = 176
    Top = 245
    Width = 39
    Height = 13
    Caption = #25805#20316#21592
  end
  object Label4: TLabel
    Left = 184
    Top = 296
    Width = 26
    Height = 13
    Caption = #21475#20196
  end
  object Label5: TLabel
    Left = 504
    Top = 104
    Width = 130
    Height = 13
    Caption = #35745#31639#26426#31185#23398#19982#25216#26415#23398#38498
  end
  object Label6: TLabel
    Left = 496
    Top = 128
    Width = 161
    Height = 13
    Caption = 'Copyright 2005 Reserved'
  end
  object Label7: TLabel
    Left = 208
    Top = 408
    Width = 221
    Height = 13
    Caption = #39318#27425#36827#20837#65306#25805#20316#21592' 0001 '#21475#20196' 111111'
  end
  object Bevel1: TBevel
    Left = 64
    Top = 184
    Width = 697
    Height = 9
    Shape = bsTopLine
  end
  object bt_login: TButton
    Left = 408
    Top = 240
    Width = 75
    Height = 25
    Caption = #30331#24405'&L'
    TabOrder = 0
    OnClick = bt_loginClick
  end
  object bt_exit: TButton
    Left = 408
    Top = 288
    Width = 75
    Height = 25
    Caption = #36864#20986'&X'
    TabOrder = 1
    OnClick = bt_exitClick
  end
  object Edit1: TEdit
    Left = 248
    Top = 240
    Width = 121
    Height = 21
    TabOrder = 2
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 248
    Top = 296
    Width = 121
    Height = 21
    ParentShowHint = False
    ShowHint = False
    TabOrder = 3
  end
  object pwdQuery: TADOQuery
    Connection = MainForm.ADOConnection1
    Parameters = <>
    Left = 328
    Top = 192
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -