📄 查询1.frm
字号:
VERSION 5.00
Begin VB.Form Form14
BackColor = &H00FFC0C0&
Caption = "Form14"
ClientHeight = 7575
ClientLeft = 60
ClientTop = 450
ClientWidth = 10905
LinkTopic = "Form14"
ScaleHeight = 7575
ScaleWidth = 10905
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "查询窗口"
Height = 5415
Left = 3120
TabIndex = 0
Top = 600
Width = 4575
Begin VB.CommandButton Command3
Caption = "返回"
Height = 495
Left = 240
TabIndex = 10
Top = 4200
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "地址"
Height = 495
Index = 3
Left = 240
TabIndex = 9
Top = 2520
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "主管号"
Height = 495
Index = 2
Left = 240
TabIndex = 8
Top = 3360
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "员工号"
Height = 495
Index = 1
Left = 240
TabIndex = 7
Top = 1680
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "姓名"
Height = 495
Index = 0
Left = 240
TabIndex = 6
Top = 840
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 495
Left = 2040
TabIndex = 5
Top = 4200
Width = 2055
End
Begin VB.TextBox Text1
Height = 495
Index = 3
Left = 1920
TabIndex = 4
Top = 3360
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 2
Left = 1920
TabIndex = 3
Top = 2520
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 1920
TabIndex = 2
Top = 1680
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 1920
TabIndex = 1
Top = 840
Width = 2175
End
End
End
Attribute VB_Name = "Form14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Check1_Click(Index As Integer)
End Sub
Private Sub Command3_Click()
Unload Me
Form3.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -