useradd.dfm

来自「本系统是结合行业管理中实际的人力资源、工资制度」· DFM 代码 · 共 87 行

DFM
87
字号
object useraddfrm: Tuseraddfrm
  Left = 254
  Top = 169
  Width = 250
  Height = 223
  Caption = #29992#25143#28155#21152
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #29992'  '#25143'  '#21517
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #29992#25143#23494#30721
  end
  object Label3: TLabel
    Left = 24
    Top = 104
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #29992#25143#32423#21035
  end
  object levelcb: TComboBox
    Left = 88
    Top = 104
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = #26222#36890#29992#25143
    Items.Strings = (
      #26222#36890#29992#25143
      #31995#32479#31649#29702#21592)
  end
  object usernameed: TEdit
    Left = 88
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object userpwded: TEdit
    Left = 88
    Top = 64
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object User_Add: TButton
    Left = 24
    Top = 144
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 3
    OnClick = User_AddClick
  end
  object cancel_btn: TButton
    Left = 136
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = cancel_btnClick
  end
end

⌨️ 快捷键说明

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