📄 员工查询信息.frm
字号:
VERSION 5.00
Begin VB.Form Form18
BackColor = &H00FFC0C0&
Caption = "Form18"
ClientHeight = 8595
ClientLeft = 60
ClientTop = 450
ClientWidth = 13275
LinkTopic = "Form18"
ScaleHeight = 8595
ScaleWidth = 13275
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "信息查询界面"
Height = 5415
Left = 4200
TabIndex = 0
Top = 720
Width = 5295
Begin VB.CommandButton Command5
Caption = "返回"
Height = 495
Left = 480
TabIndex = 10
Top = 4560
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "地址"
Height = 495
Index = 1
Left = 480
TabIndex = 9
Top = 3480
Width = 975
End
Begin VB.CommandButton Command4
Caption = "主管号"
Height = 495
Index = 0
Left = 480
TabIndex = 8
Top = 2640
Width = 975
End
Begin VB.CommandButton Command3
Caption = "员工号"
Height = 495
Left = 480
TabIndex = 7
Top = 1680
Width = 975
End
Begin VB.CommandButton Command2
Caption = "姓名"
Height = 495
Left = 480
TabIndex = 6
Top = 840
Width = 975
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 1920
TabIndex = 5
Top = 840
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 1920
TabIndex = 4
Top = 1680
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 2
Left = 1920
TabIndex = 3
Top = 2640
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 3
Left = 1920
TabIndex = 2
Top = 3480
Width = 2175
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 495
Left = 2640
TabIndex = 1
Top = 4560
Width = 1335
End
End
End
Attribute VB_Name = "Form18"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -