📄 unit35.dfm
字号:
object Form35: TForm35
Left = 305
Top = 188
Width = 433
Height = 387
Caption = 'Form35'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 393
Height = 65
Caption = #22635#20889#21592#24037#32534#21495
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 32
Width = 97
Height = 20
AutoSize = False
Caption = #21592#24037#32534#21495#65306
end
object employeeid: TEdit
Left = 112
Top = 24
Width = 121
Height = 28
AutoSize = False
TabOrder = 0
end
object Button3: TButton
Left = 256
Top = 24
Width = 105
Height = 25
Caption = #39564#35777#36755#20837
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button3Click
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 80
Width = 393
Height = 257
Caption = #22635#20889#20462#25913#20449#24687
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 32
Width = 73
Height = 16
AutoSize = False
Caption = #21592#24037#22995#21517#65306
end
object Label3: TLabel
Left = 152
Top = 32
Width = 36
Height = 16
AutoSize = False
Caption = #24615#21035#65306
end
object Label4: TLabel
Left = 264
Top = 32
Width = 36
Height = 16
AutoSize = False
Caption = #23398#21382#65306
end
object Label5: TLabel
Left = 8
Top = 72
Width = 73
Height = 16
AutoSize = False
Caption = #25919#27835#38754#35980#65306
end
object Label6: TLabel
Left = 192
Top = 72
Width = 73
Height = 16
AutoSize = False
Caption = #23130#23035#29366#20917#65306
end
object Label7: TLabel
Left = 8
Top = 112
Width = 36
Height = 16
AutoSize = False
Caption = #29983#26085#65306
end
object Label8: TLabel
Left = 8
Top = 152
Width = 73
Height = 16
AutoSize = False
Caption = #36523#20221#35777#21495#65306
end
object Label9: TLabel
Left = 192
Top = 112
Width = 73
Height = 16
AutoSize = False
Caption = #32856#20219#26085#26399#65306
end
object Label10: TLabel
Left = 8
Top = 192
Width = 73
Height = 16
AutoSize = False
Caption = #21592#24037#31561#32423#65306
end
object Label11: TLabel
Left = 192
Top = 192
Width = 73
Height = 16
AutoSize = False
Caption = #24037#20316#37096#38376#65306
end
object employeename: TEdit
Left = 80
Top = 24
Width = 57
Height = 24
AutoSize = False
TabOrder = 0
end
object gender: TComboBox
Left = 192
Top = 24
Width = 57
Height = 24
ItemHeight = 16
TabOrder = 1
Items.Strings = (
''
#30007
#22899)
end
object edu: TComboBox
Left = 304
Top = 24
Width = 65
Height = 24
ItemHeight = 16
MaxLength = 4
TabOrder = 2
Items.Strings = (
''
#21338#22763
#30805#22763
#22823#26412
#39640#20013
#20013#19987
#21021#20013
#25991#30450)
end
object politic: TComboBox
Left = 80
Top = 64
Width = 97
Height = 24
ItemHeight = 16
TabOrder = 3
Items.Strings = (
''
#20013#20849#20826#21592
#20849#38738#22242#21592
#27665#20027#20154#22763
#32676#20247)
end
object married: TComboBox
Left = 264
Top = 64
Width = 105
Height = 24
ItemHeight = 16
TabOrder = 4
Items.Strings = (
''
#26410#23130
#24050#23130
#31163#24322)
end
object birthday: TDateTimePicker
Left = 80
Top = 104
Width = 97
Height = 24
CalAlignment = dtaLeft
Date = 38153.8395118982
Time = 38153.8395118982
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 5
end
object idcard: TEdit
Left = 80
Top = 144
Width = 289
Height = 24
AutoSize = False
TabOrder = 6
end
object jointime: TDateTimePicker
Left = 264
Top = 104
Width = 105
Height = 24
CalAlignment = dtaLeft
Date = 38153.8396999769
Time = 38153.8396999769
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 7
end
object employeerank: TComboBox
Left = 88
Top = 184
Width = 89
Height = 24
ItemHeight = 16
TabOrder = 8
Items.Strings = (
''
'A'
'B'
'C')
end
object workgroup: TComboBox
Left = 264
Top = 184
Width = 105
Height = 24
ItemHeight = 16
TabOrder = 9
Items.Strings = (
''
#31649#29702#23618
#23458#25151#37096
#39184#39278#37096
#21518#21220#37096
#32593#32476#37096)
end
object Button1: TButton
Left = 200
Top = 224
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 10
OnClick = Button1Click
end
object Button2: TButton
Left = 296
Top = 224
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 11
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -