📄 查询.frm
字号:
VERSION 5.00
Begin VB.Form 查询
Caption = "Form1"
ClientHeight = 5745
ClientLeft = 60
ClientTop = 450
ClientWidth = 6990
LinkTopic = "Form1"
ScaleHeight = 5745
ScaleWidth = 6990
StartUpPosition = 1 '所有者中心
Begin VB.TextBox Text1
Height = 375
Left = 120
TabIndex = 5
Text = "Text1"
Top = 1440
Width = 2415
End
Begin VB.TextBox Text2
Height = 2175
Left = 120
TabIndex = 4
Text = "Text2"
Top = 3360
Width = 6255
End
Begin VB.CommandButton Command1
Caption = "查找"
Height = 615
Left = 5400
TabIndex = 1
Top = 600
Width = 975
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "查询.frx":0000
Left = 120
List = "查询.frx":0010
TabIndex = 0
Text = "Combo1"
Top = 480
Width = 2415
End
Begin VB.Label Label2
Caption = "查询内容"
Height = 375
Left = 120
TabIndex = 3
Top = 840
Width = 1335
End
Begin VB.Label Label1
Caption = "查询项目"
Height = 495
Left = 120
TabIndex = 2
Top = 120
Width = 1215
End
End
Attribute VB_Name = "查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -