?? personnelnew.dfm
字號:
object personnel_new: Tpersonnel_new
Left = 185
Top = 184
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '增加員工'
ClientHeight = 215
ClientWidth = 536
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 521
Height = 169
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 24
Width = 33
Height = 13
Caption = '工號:'
Transparent = True
end
object Label2: TLabel
Left = 184
Top = 24
Width = 33
Height = 13
Caption = '姓名:'
Transparent = True
end
object Label3: TLabel
Left = 304
Top = 56
Width = 33
Height = 13
Caption = '籍貫:'
Transparent = True
end
object Label4: TLabel
Left = 16
Top = 152
Width = 59
Height = 13
Caption = '婚姻狀況:'
Transparent = True
end
object Label5: TLabel
Left = 184
Top = 152
Width = 33
Height = 13
Caption = '部門:'
Transparent = True
end
object Label6: TLabel
Left = 352
Top = 152
Width = 33
Height = 13
Caption = '工種:'
Transparent = True
end
object Label7: TLabel
Left = 16
Top = 56
Width = 46
Height = 13
Caption = '身份證:'
Transparent = True
end
object Label8: TLabel
Left = 192
Top = 88
Width = 59
Height = 13
Caption = '進廠日期:'
Transparent = True
end
object Label9: TLabel
Left = 208
Top = 56
Width = 33
Height = 13
Caption = '性別:'
Transparent = True
end
object Label10: TLabel
Left = 352
Top = 24
Width = 59
Height = 13
Caption = '聯系電話:'
Transparent = True
end
object Label14: TLabel
Left = 16
Top = 88
Width = 59
Height = 13
Caption = '出生年月:'
Transparent = True
end
object Label15: TLabel
Left = 16
Top = 120
Width = 33
Height = 13
Caption = '備注:'
Transparent = True
end
object Label19: TLabel
Left = 360
Top = 88
Width = 33
Height = 13
Caption = '學歷:'
Transparent = True
end
object Label11: TLabel
Left = 360
Top = 106
Width = 171
Height = 13
Caption = '添加以下事件提醒(提醒7天):'
Transparent = True
end
object Label25: TLabel
Left = 444
Top = 123
Width = 52
Height = 13
Caption = '試用期滿'
Transparent = True
OnClick = Label25Click
end
object Label28: TLabel
Left = 388
Top = 123
Width = 26
Height = 13
Caption = '生日'
Transparent = True
OnClick = Label28Click
end
object Edit1: TEdit
Left = 56
Top = 16
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 224
Top = 16
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
OnKeyPress = Edit1KeyPress
end
object Edit3: TEdit
Left = 416
Top = 16
Width = 105
Height = 21
TabOrder = 2
Text = 'Edit3'
OnKeyPress = Edit1KeyPress
end
object ComboBox1: TComboBox
Left = 248
Top = 48
Width = 49
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnKeyPress = Edit1KeyPress
Items.Strings = (
'女'
'男')
end
object ComboBox2: TComboBox
Left = 400
Top = 80
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 8
OnKeyPress = Edit1KeyPress
Items.Strings = (
'---'
'博士'
'碩士'
'大學'
'大專'
'高中'
'中專'
'初中'
'小學')
end
object ComboBox3: TComboBox
Left = 88
Top = 144
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 10
OnKeyPress = Edit1KeyPress
Items.Strings = (
'---'
'未婚'
'已婚')
end
object Edit4: TEdit
Left = 64
Top = 48
Width = 137
Height = 21
TabOrder = 3
Text = 'Edit4'
OnExit = Edit4Exit
OnKeyPress = Edit1KeyPress
end
object date1: TDateTimePicker
Left = 248
Top = 80
Width = 105
Height = 21
CalAlignment = dtaLeft
Date = 38609.4992262731
Time = 38609.4992262731
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 7
OnKeyPress = Edit1KeyPress
end
object ComboBox4: TComboBox
Left = 224
Top = 144
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 11
OnChange = ComboBox4Change
OnKeyPress = Edit1KeyPress
end
object Edit5: TEdit
Left = 344
Top = 48
Width = 177
Height = 21
TabOrder = 5
Text = 'Edit5'
OnKeyPress = Edit1KeyPress
end
object ComboBox5: TComboBox
Left = 384
Top = 144
Width = 137
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 12
OnKeyPress = Edit1KeyPress
end
object xpButton2: TxpButton
Left = 88
Top = 184
Width = 75
Height = 25
Caption = '確定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 13
TabStop = True
OnClick = xpButton2Click
end
object xpButton3: TxpButton
Left = 168
Top = 184
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
TabOrder = 14
TabStop = True
OnClick = xpButton3Click
end
object memo1: TEdit
Left = 88
Top = 112
Width = 265
Height = 21
TabOrder = 9
Text = 'memo1'
OnKeyPress = Edit1KeyPress
end
object date2: TDateTimePicker
Left = 80
Top = 80
Width = 105
Height = 21
CalAlignment = dtaLeft
Date = 29478.4992262731
Time = 29478.4992262731
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 6
OnKeyPress = Edit1KeyPress
end
object CheckBox1: TCheckBox
Left = 431
Top = 120
Width = 12
Height = 17
TabOrder = 15
end
object CheckBox2: TCheckBox
Left = 375
Top = 120
Width = 12
Height = 17
TabOrder = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -