📄 updateeform.frm
字号:
VERSION 5.00
Begin VB.Form UpdateEForm
Caption = "修改员工"
ClientHeight = 5205
ClientLeft = 60
ClientTop = 450
ClientWidth = 4110
LinkTopic = "Form2"
ScaleHeight = 5205
ScaleWidth = 4110
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 375
Left = 2400
TabIndex = 13
Top = 4200
Width = 855
End
Begin VB.CommandButton CmdModify
Caption = "修改"
Height = 375
Left = 960
TabIndex = 12
Top = 4200
Width = 855
End
Begin VB.TextBox txtValue
Height = 270
Index = 5
Left = 1920
TabIndex = 11
Top = 360
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 4
Left = 1920
TabIndex = 10
Top = 960
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 3
Left = 1920
TabIndex = 9
Top = 1560
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 2
Left = 1920
TabIndex = 8
Top = 2160
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 1
Left = 1920
TabIndex = 7
Top = 2760
Width = 1455
End
Begin VB.TextBox txtValue
Height = 270
Index = 0
Left = 1920
TabIndex = 6
Top = 3360
Width = 1455
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "姓名"
Height = 180
Index = 5
Left = 600
TabIndex = 5
Top = 1560
Width = 360
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "性别"
Height = 180
Index = 4
Left = 600
TabIndex = 4
Top = 2160
Width = 360
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "出生年月"
Height = 180
Index = 3
Left = 600
TabIndex = 3
Top = 2760
Width = 720
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "职位"
Height = 180
Index = 2
Left = 600
TabIndex = 2
Top = 960
Width = 360
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "工作年月"
Height = 180
Index = 1
Left = 600
TabIndex = 1
Top = 3360
Width = 720
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "职工ID"
Height = 180
Index = 0
Left = 600
TabIndex = 0
Top = 360
Width = 540
End
End
Attribute VB_Name = "UpdateEForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Me.Hide
End Sub
Private Sub cmdmodify_Click()
MsgBox "修改成功!"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -