uadd.dfm
来自「本程序是人事管理系统.对数据进行的操作有数据更新数据查询数据删除.本程序利用Da」· DFM 代码 · 共 251 行
DFM
251 行
object frmAdd: TfrmAdd
Left = 317
Top = 116
Width = 264
Height = 457
Caption = 'frmAdd'
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 Label2: TLabel
Left = 8
Top = 16
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #21592#24037#21495#65306
end
object Label3: TLabel
Left = 8
Top = 40
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #23494#12288#30721#65306
end
object Label1: TLabel
Left = 8
Top = 64
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #22995#12288#21517#65306
end
object Label5: TLabel
Left = 8
Top = 136
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #29983#12288#26085#65306
end
object Label6: TLabel
Left = 8
Top = 160
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #37096#12288#38376#65306
end
object Label7: TLabel
Left = 8
Top = 184
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #32844#12288#21153#65306
end
object Label9: TLabel
Left = 8
Top = 208
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #21463#25945#32946#27700#24179#65306
end
object Label10: TLabel
Left = 8
Top = 232
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #19987#12288#19994#65306
end
object Label11: TLabel
Left = 8
Top = 256
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #20303#12288#22336#65306
end
object Label12: TLabel
Left = 8
Top = 280
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #30005#12288#35805#65306
end
object Label13: TLabel
Left = 8
Top = 304
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'E-mail'#65306
end
object Label14: TLabel
Left = 8
Top = 328
Width = 80
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #22791#12288#27880#65306
end
object i_sex: TDBRadioGroup
Left = 32
Top = 88
Width = 201
Height = 33
BiDiMode = bdLeftToRight
Caption = #24615#12288#21035
Columns = 2
DataField = 'SEX'
DataSource = DataModule1.DS_add_user
Items.Strings = (
#30007
#22899)
ParentBiDiMode = False
TabOrder = 0
TabStop = True
Values.Strings = (
'M'
'F')
end
object edtPwd: TEdit
Left = 104
Top = 32
Width = 121
Height = 21
TabOrder = 1
Text = 'pwd'
end
object edtUser: TEdit
Left = 104
Top = 8
Width = 121
Height = 21
TabOrder = 2
end
object edtName: TEdit
Left = 104
Top = 56
Width = 121
Height = 21
TabOrder = 3
Text = 'Edit1'
end
object edtBirth: TEdit
Left = 104
Top = 128
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit1'
end
object edtDept: TEdit
Left = 104
Top = 152
Width = 121
Height = 21
TabOrder = 5
Text = 'Edit1'
end
object edtJob: TEdit
Left = 104
Top = 176
Width = 121
Height = 21
TabOrder = 6
Text = 'Edit1'
end
object edtEdu_level: TEdit
Left = 104
Top = 200
Width = 121
Height = 21
TabOrder = 7
Text = 'Edit1'
end
object edtMajor: TEdit
Left = 104
Top = 224
Width = 121
Height = 21
TabOrder = 8
Text = 'Edit1'
end
object edtAddress: TEdit
Left = 104
Top = 248
Width = 121
Height = 21
TabOrder = 9
Text = 'Edit1'
end
object edtTel: TEdit
Left = 104
Top = 272
Width = 121
Height = 21
TabOrder = 10
Text = 'Edit1'
end
object edtEmail: TEdit
Left = 104
Top = 296
Width = 121
Height = 21
TabOrder = 11
Text = 'Edit1'
end
object dmoRemark: TDBMemo
Left = 24
Top = 344
Width = 201
Height = 49
DataField = 'REMARK'
DataSource = DataModule1.DS_add_user
TabOrder = 12
end
object Button1: TButton
Left = 152
Top = 400
Width = 75
Height = 25
Caption = #22686#21152
Default = True
TabOrder = 13
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?