register.~dfm

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

~DFM
86
字号
object FormRegister: TFormRegister
  Left = 522
  Top = 398
  Width = 339
  Height = 239
  Align = alCustom
  Caption = #27880#20876
  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 = 8
    Width = 305
    Height = 121
  end
  object Label1: TLabel
    Left = 64
    Top = 24
    Width = 41
    Height = 13
    Caption = #24080#21495
  end
  object Label2: TLabel
    Left = 64
    Top = 64
    Width = 49
    Height = 17
    Caption = #23494#30721
  end
  object Label3: TLabel
    Left = 48
    Top = 96
    Width = 65
    Height = 13
    Caption = #30830#35748#23494#30721
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 152
    Width = 81
    Height = 33
    Caption = #30830#23450
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 152
    Width = 81
    Height = 33
    Caption = #21462#28040
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 24
    Width = 161
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 120
    Top = 56
    Width = 161
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 120
    Top = 88
    Width = 161
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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