login.~dfm

来自「用c++builder编写的人事管理系统,主要用于公司进行人事管理,工资发放使用」· ~DFM 代码 · 共 71 行

~DFM
71
字号
object FormLogin: TFormLogin
  Left = 386
  Top = 366
  Width = 307
  Height = 239
  Align = alCustom
  Caption = #30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 16
    Top = 16
    Width = 257
    Height = 129
  end
  object Label1: TLabel
    Left = 40
    Top = 48
    Width = 41
    Height = 17
    Caption = #36134#21495
  end
  object Label2: TLabel
    Left = 40
    Top = 88
    Width = 33
    Height = 17
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 96
    Top = 40
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 88
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 160
    Width = 97
    Height = 33
    Caption = #30331#38470
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 160
    Width = 97
    Height = 33
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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