📄 frmempadd.frm
字号:
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form frmEmpAdd
BorderStyle = 1 'Fixed Single
Caption = "增加记录"
ClientHeight = 6195
ClientLeft = 45
ClientTop = 330
ClientWidth = 8415
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6195
ScaleWidth = 8415
StartUpPosition = 1 '所有者中心
Begin VB.Frame framMain
Height = 5895
Left = 0
TabIndex = 0
Top = 0
Width = 8415
Begin VB.CommandButton cmdExit
Appearance = 0 'Flat
BackColor = &H00FEE4D1&
Caption = "返回(&E)"
Height = 375
Left = 6600
Style = 1 'Graphical
TabIndex = 20
Top = 5400
Width = 1095
End
Begin VB.CommandButton cmdCancel
Appearance = 0 'Flat
BackColor = &H00FEE4D1&
Caption = "放弃(&C)"
Height = 375
Left = 4200
Style = 1 'Graphical
TabIndex = 44
Top = 5400
Width = 1095
End
Begin VB.CommandButton cmdSave
BackColor = &H00FEE4D1&
Caption = "保存(&S)"
Height = 375
Left = 5400
MaskColor = &H00FEE4D1&
Style = 1 'Graphical
TabIndex = 19
Top = 5400
Width = 1095
End
Begin VB.CommandButton cmdAdd
BackColor = &H00FEE4D1&
Caption = "新增(&A)"
Height = 375
Left = 3000
Style = 1 'Graphical
TabIndex = 43
Top = 5400
Width = 1095
End
Begin VB.CommandButton cmdNext
BackColor = &H00FEE4D1&
Caption = "下一条(&N)"
Height = 375
Left = 1800
Style = 1 'Graphical
TabIndex = 42
Top = 5400
Width = 1095
End
Begin VB.CommandButton cmdPrevious
BackColor = &H00FEE4D1&
Caption = "上一条(&P)"
Height = 375
Left = 600
MaskColor = &H00C0C0FF&
Style = 1 'Graphical
TabIndex = 41
Top = 5400
UseMaskColor = -1 'True
Width = 1095
End
Begin VB.Frame Framempa
Height = 2295
Left = 0
TabIndex = 35
Top = 3000
Width = 8415
Begin VB.TextBox txtEmpMemo
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 720
MultiLine = -1 'True
TabIndex = 18
Top = 1200
Width = 7575
End
Begin VB.ComboBox cmbEmpTitel
Height = 300
ItemData = "frmEmpAdd.frx":0000
Left = 720
List = "frmEmpAdd.frx":0002
Style = 2 'Dropdown List
TabIndex = 16
Top = 720
Width = 2895
End
Begin VB.ComboBox cmbEmpJob
Height = 300
ItemData = "frmEmpAdd.frx":0004
Left = 720
List = "frmEmpAdd.frx":0006
Style = 2 'Dropdown List
TabIndex = 14
Top = 240
Width = 2895
End
Begin MSMask.MaskEdBox mskEmpAttendTime
Height = 375
Left = 5640
TabIndex = 15
Top = 240
Width = 2655
_ExtentX = 4683
_ExtentY = 661
_Version = 393216
BackColor = 12640511
MaxLength = 10
Format = "dddddd"
Mask = "####-##-##"
PromptChar = " "
End
Begin MSMask.MaskEdBox mskJOinTime
Height = 375
Left = 5640
TabIndex = 17
Top = 720
Width = 2655
_ExtentX = 4683
_ExtentY = 661
_Version = 393216
BackColor = 12640511
MaxLength = 10
Format = "dddddd"
Mask = "####-##-##"
PromptChar = " "
End
Begin VB.Label lblEmpMemo
AutoSize = -1 'True
Caption = "备注:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 40
Top = 1200
Width = 630
End
Begin VB.Label lblJoinTime
AutoSize = -1 'True
Caption = "加入本单位时间:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 3960
TabIndex = 39
Top = 840
Width = 1680
End
Begin VB.Label lblEmpAttendtime
AutoSize = -1 'True
Caption = "参加工作时间:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 3960
TabIndex = 38
Top = 360
Width = 1470
End
Begin VB.Label lblEmpTitel
AutoSize = -1 'True
Caption = "职称:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 37
Top = 840
Width = 630
End
Begin VB.Label lblEmpJob
AutoSize = -1 'True
Caption = "职务:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 36
Top = 360
Width = 630
End
End
Begin VB.Frame framtop
Height = 735
Left = 0
TabIndex = 29
Top = 0
Width = 8415
Begin VB.TextBox txtEmpID
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 1080
MaxLength = 8
TabIndex = 1
Top = 240
Width = 1815
End
Begin VB.TextBox txtEmpName
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 3600
TabIndex = 2
Top = 240
Width = 2055
End
Begin VB.ComboBox cmbDepartID
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 6360
Style = 2 'Dropdown List
TabIndex = 3
Top = 240
Width = 1935
End
Begin VB.Label lblEmpId
AutoSize = -1 'True
Caption = "工作证号:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 32
Top = 360
Width = 1050
End
Begin VB.Label lblEmpName
AutoSize = -1 'True
Caption = "姓名:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 3000
TabIndex = 31
Top = 360
Width = 630
End
Begin VB.Label lblDepartID
AutoSize = -1 'True
Caption = "部门:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 5760
TabIndex = 30
Top = 360
Width = 525
End
End
Begin VB.Frame Frame1
Height = 2175
Left = 0
TabIndex = 21
Top = 720
Width = 8415
Begin VB.TextBox txtEmp_ID_cord
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -