📄 查询.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 = 5295
Begin VB.CommandButton Command1
Caption = "查询"
Height = 615
Left = 2160
TabIndex = 9
Top = 4560
Width = 1815
End
Begin VB.TextBox Text1
Height = 495
Index = 3
Left = 1920
TabIndex = 8
Top = 3480
Width = 2175
End
Begin VB.CheckBox Check1
BackColor = &H00FFC0C0&
Caption = " 地址"
Height = 495
Index = 3
Left = 360
TabIndex = 7
Top = 3600
Width = 1095
End
Begin VB.TextBox Text1
Height = 495
Index = 2
Left = 1920
TabIndex = 6
Top = 2640
Width = 2175
End
Begin VB.CheckBox Check1
BackColor = &H00FFC0C0&
Caption = " 主管"
Height = 495
Index = 2
Left = 360
TabIndex = 5
Top = 2760
Width = 1095
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 1920
TabIndex = 4
Top = 1680
Width = 2175
End
Begin VB.CheckBox Check1
BackColor = &H00FFC0C0&
Caption = " 员工号"
Height = 495
Index = 1
Left = 360
TabIndex = 3
Top = 1800
Width = 1095
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 1920
TabIndex = 2
Top = 840
Width = 2175
End
Begin VB.CheckBox Check1
BackColor = &H00FFC0C0&
Caption = " 姓名"
Height = 495
Index = 0
Left = 360
TabIndex = 1
Top = 840
Width = 1215
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -