📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 1 'Fixed Single
Caption = "查询记录"
ClientHeight = 1665
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
Icon = "Form3.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 1665
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "查询"
Height = 255
Left = 3840
TabIndex = 8
Top = 1200
Width = 615
End
Begin VB.TextBox Text3
Height = 270
Left = 1920
TabIndex = 7
Top = 1200
Width = 1695
End
Begin VB.CommandButton Command2
Caption = "查询"
Height = 255
Left = 3840
TabIndex = 5
Top = 720
Width = 615
End
Begin VB.TextBox Text2
Height = 270
Left = 1920
TabIndex = 4
Top = 720
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 255
Left = 3840
TabIndex = 2
Top = 240
Width = 615
End
Begin VB.TextBox Text1
Height = 270
Left = 1920
TabIndex = 1
Top = 240
Width = 1695
End
Begin VB.Label Label3
Caption = "按QQ号码查询:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 6
Top = 1200
Width = 1695
End
Begin VB.Label Label2
Caption = "按电话号码查询:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 3
Top = 720
Width = 1695
End
Begin VB.Label Label1
Caption = "按姓名查询:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 0
Top = 240
Width = 1335
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 + -