📄 员工信息修改.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "修改员工信息"
ClientHeight = 4665
ClientLeft = 60
ClientTop = 345
ClientWidth = 8100
ControlBox = 0 'False
LinkTopic = "Form1"
ScaleHeight = 4665
ScaleWidth = 8100
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 4335
Left = 480
TabIndex = 0
Top = 0
Width = 7095
Begin VB.TextBox Text1
Height = 270
Left = 2280
TabIndex = 12
Top = 600
Width = 855
End
Begin VB.TextBox Text2
Height = 270
Left = 5160
TabIndex = 11
Top = 600
Width = 855
End
Begin VB.TextBox Text3
Height = 270
Left = 5160
TabIndex = 10
Top = 1200
Width = 855
End
Begin VB.TextBox Text4
Height = 270
Left = 2280
TabIndex = 9
Top = 1200
Width = 855
End
Begin VB.CommandButton Command2
Caption = "前一个"
Height = 375
Index = 0
Left = 1440
TabIndex = 8
Top = 3600
Width = 975
End
Begin VB.CommandButton Command2
Caption = "后一个"
Height = 375
Index = 1
Left = 2520
TabIndex = 7
Top = 3600
Width = 975
End
Begin VB.TextBox Text5
Height = 270
Left = 2280
TabIndex = 6
Top = 1680
Width = 855
End
Begin VB.TextBox Text6
Height = 270
Left = 5160
TabIndex = 5
Top = 1680
Width = 855
End
Begin VB.TextBox Text7
Height = 270
Left = 2280
TabIndex = 4
Top = 2160
Width = 855
End
Begin VB.TextBox Text8
Height = 270
Left = 5160
TabIndex = 3
Top = 2280
Width = 855
End
Begin VB.CommandButton Command2
Caption = "关闭"
Height = 375
Index = 3
Left = 4680
TabIndex = 2
Top = 3600
Width = 975
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Index = 2
Left = 3600
TabIndex = 1
Top = 3600
Width = 975
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "姓 名"
Height = 180
Left = 960
TabIndex = 20
Top = 645
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "政治面貌"
Height = 180
Left = 4080
TabIndex = 19
Top = 600
Width = 720
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "职 务"
Height = 180
Left = 4080
TabIndex = 18
Top = 1200
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "科 室"
Height = 180
Left = 960
TabIndex = 17
Top = 1200
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "生 日"
Height = 180
Left = 960
TabIndex = 16
Top = 1800
Width = 720
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "军 烈 属"
Height = 180
Left = 4080
TabIndex = 15
Top = 1680
Width = 720
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "出勤天数"
Height = 180
Left = 960
TabIndex = 14
Top = 2280
Width = 720
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "缺勤天数"
Height = 180
Left = 4080
TabIndex = 13
Top = 2280
Width = 720
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click(Index As Integer)
Select Case Index
Case 0
Case 1
Case 2
Case 3
Me.Hide
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -