📄 modifyemployeefrom.frm
字号:
VERSION 5.00
Begin VB.Form ModifyEmployeeFrom
Caption = "修改员工:"
ClientHeight = 4560
ClientLeft = 60
ClientTop = 345
ClientWidth = 6540
LinkTopic = "Form1"
ScaleHeight = 4560
ScaleWidth = 6540
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
Caption = "→"
Height = 375
Left = 1680
TabIndex = 23
Top = 3360
Width = 495
End
Begin VB.CommandButton Command4
Caption = "←"
Height = 375
Left = 480
TabIndex = 22
Top = 3360
Width = 495
End
Begin VB.Frame Frame1
Caption = "请修改员工的资料:"
Height = 3855
Left = 120
TabIndex = 2
Top = 120
Width = 6255
Begin VB.TextBox Text1
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 12
Text = "Text1"
Top = 720
Width = 2775
End
Begin VB.TextBox Text3
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 11
Text = "Text3"
Top = 1440
Width = 2775
End
Begin VB.TextBox Text4
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 10
Text = "Text4"
Top = 1800
Width = 2775
End
Begin VB.TextBox Text5
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 9
Text = "Text5"
Top = 2160
Width = 2775
End
Begin VB.TextBox Text6
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 8
Text = "Text6"
Top = 2520
Width = 2775
End
Begin VB.TextBox Text7
Height = 270
Left = 3240
Locked = -1 'True
TabIndex = 7
Text = "Text7"
Top = 2880
Width = 2775
End
Begin VB.TextBox Text9
Height = 270
Left = 3240
TabIndex = 6
Text = "Text9"
Top = 360
Width = 2775
End
Begin VB.CommandButton Command1
Caption = "导入照片"
Height = 375
Left = 720
TabIndex = 5
Top = 2760
Width = 975
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "ModifyEmployeeFrom.frx":0000
Left = 3240
List = "ModifyEmployeeFrom.frx":000A
TabIndex = 4
Top = 1080
Width = 2775
End
Begin VB.ComboBox Combo2
Height = 300
Left = 3240
TabIndex = 3
Top = 3240
Width = 2775
End
Begin VB.Image Image1
Height = 2175
Left = 240
Stretch = -1 'True
Top = 360
Width = 1935
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "姓名:"
Height = 180
Left = 2280
TabIndex = 21
Top = 720
Width = 450
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "性别:"
Height = 180
Left = 2280
TabIndex = 20
Top = 1080
Width = 450
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "年龄:"
Height = 180
Left = 2280
TabIndex = 19
Top = 1440
Width = 450
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "户口状况:"
Height = 180
Left = 2280
TabIndex = 18
Top = 1800
Width = 810
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "政治面貌:"
Height = 180
Left = 2280
TabIndex = 17
Top = 2160
Width = 810
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "生理状况:"
Height = 180
Left = 2280
TabIndex = 16
Top = 2520
Width = 810
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "合同:"
Height = 180
Left = 2280
TabIndex = 15
Top = 2880
Width = 450
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "所管部门:"
Height = 180
Left = 2280
TabIndex = 14
Top = 3240
Width = 810
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "工号:"
Height = 180
Left = 2280
TabIndex = 13
Top = 360
Width = 450
End
End
Begin VB.CommandButton Command2
Caption = "确定"
Default = -1 'True
Height = 375
Left = 3960
TabIndex = 1
Top = 4080
Width = 1095
End
Begin VB.CommandButton Command3
Caption = "取消"
Height = 375
Left = 5280
TabIndex = 0
Top = 4080
Width = 1095
End
End
Attribute VB_Name = "ModifyEmployeeFrom"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -