📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "Form1"
ClientHeight = 5040
ClientLeft = 60
ClientTop = 450
ClientWidth = 5625
LinkTopic = "Form1"
ScaleHeight = 5040
ScaleWidth = 5625
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "取消"
Height = 375
Index = 1
Left = 4200
TabIndex = 10
Top = 3840
Width = 1095
End
Begin VB.TextBox Text1
Height = 375
Index = 3
Left = 1680
TabIndex = 8
Top = 4320
Width = 2175
End
Begin VB.OptionButton Option1
Caption = "按职业查询"
Height = 375
Index = 3
Left = 360
TabIndex = 7
Top = 4320
Width = 1335
End
Begin VB.TextBox Text1
Height = 375
Index = 2
Left = 1680
TabIndex = 6
Top = 3840
Width = 2175
End
Begin VB.OptionButton Option1
Caption = "按年龄查询"
Height = 375
Index = 2
Left = 360
TabIndex = 5
Top = 3840
Width = 1335
End
Begin VB.Frame Frame1
Height = 2415
Left = 120
TabIndex = 0
Top = 2520
Width = 5415
Begin VB.CommandButton Command1
Caption = "查询"
Height = 375
Index = 0
Left = 4080
TabIndex = 9
Top = 840
Width = 1095
End
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 1560
TabIndex = 4
Top = 840
Width = 2175
End
Begin VB.OptionButton Option1
Caption = "按性别查询"
Height = 375
Index = 1
Left = 240
TabIndex = 3
Top = 840
Width = 1335
End
Begin VB.TextBox Text1
Height = 375
Index = 0
Left = 1560
TabIndex = 2
Top = 360
Width = 2175
End
Begin VB.OptionButton Option1
Caption = "按姓名查询"
Height = 375
Index = 0
Left = 240
TabIndex = 1
Top = 360
Width = 1335
End
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub OLE1_Updated(Code As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -