📄 form4.frm
字号:
Width = 1215
End
Begin VB.Label Label14
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "备注"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 4080
TabIndex = 28
Top = 4800
Width = 600
End
Begin VB.Label Label13
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "教师资格"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 120
TabIndex = 26
Top = 5040
Width = 1200
End
Begin VB.Label Label12
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 25
Top = 4800
Width = 90
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "专业技术职称"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 23
Top = 4200
Width = 1800
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 1575
Left = 4680
Stretch = -1 'True
Top = 120
Width = 2055
End
Begin VB.Label Label10
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "工作经历"
BeginProperty Font
Name = "华文中宋"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 4080
TabIndex = 19
Top = 4080
Width = 1140
End
Begin VB.Label Label9
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "政治面貌"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 5400
TabIndex = 8
Top = 3600
Width = 1200
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "学历"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 5640
TabIndex = 7
Top = 2880
Width = 600
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "家庭住址"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 6
Top = 5640
Width = 1200
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电话"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 5
Top = 3480
Width = 600
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "参加工作时间"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 4
Top = 2760
Width = 1800
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "民族"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 3
Top = 2040
Width = 600
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "出生日期"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 2
Top = 1320
Width = 1200
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "性别"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 1
Top = 600
Width = 600
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "姓名"
BeginProperty Font
Name = "华文中宋"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 0
TabIndex = 0
Top = 0
Width = 600
End
End
Attribute VB_Name = "form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Commadd_Click()
End Sub
Private Sub Cmmadd_Click()
If cmmadd.Caption = "确定" Then
On Error GoTo errorhandler
Data1.UpdateRecord
Else
Data1.Recordset.AddNew
cmmadd.Caption = "确定"
End If
cmmadd.Caption = "添加"
errorhandler:
If err.Number = 524 Then
MsgBox "该记录已存在!", 48, "警告"
End If
'Resume
End Sub
Private Sub Command1_Click()
Dialog1.ShowOpen
Dialog1.DialogTitle = "人事管理系统"
Dialog1.Filter = "照片图片(*.bmp)|*.bmp|所有文件(*.*)|*.*"
Dialog1.InitDir = "d:\"
Dialog1.FilterIndex = 1
Me.Image1.Picture = LoadPicture(Dialog1.FileName)
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -