📄 form3.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form3
Caption = "查询"
ClientHeight = 4485
ClientLeft = 60
ClientTop = 450
ClientWidth = 7260
LinkTopic = "Form3"
ScaleHeight = 4485
ScaleWidth = 7260
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.ListView ListView1
Height = 2055
Left = 240
TabIndex = 4
Top = 480
Width = 6495
_ExtentX = 11456
_ExtentY = 3625
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 3120
TabIndex = 3
Top = 3720
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 495
Left = 720
TabIndex = 2
Top = 3720
Width = 1695
End
Begin VB.TextBox Text1
Height = 495
Left = 3240
TabIndex = 1
Top = 2880
Width = 2775
End
Begin VB.Label Label1
Caption = "请输入要查询的姓名"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 0
Top = 3000
Width = 2895
End
End
Attribute VB_Name = "Form3"
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 + -