📄 frm查询.frm
字号:
VERSION 5.00
Begin VB.Form Frm查询
Caption = "样品资料查询"
ClientHeight = 1485
ClientLeft = 60
ClientTop = 345
ClientWidth = 4530
LinkTopic = "Form1"
ScaleHeight = 1485
ScaleWidth = 4530
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "放弃(&Q)"
Height = 405
Left = 2370
TabIndex = 3
Top = 840
Width = 1125
End
Begin VB.CommandButton Command1
Caption = "确定(&E)"
Default = -1 'True
Height = 405
Left = 900
TabIndex = 2
Top = 840
Width = 1125
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 1860
TabIndex = 1
Top = 210
Width = 2445
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 = 285
Left = 120
TabIndex = 0
Top = 240
Width = 1635
End
End
Attribute VB_Name = "Frm查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Len(Trim(Text1.Text)) > 0 Then
hxffhz = Trim(Text1.Text)
Else
hxffhz = ""
End If
hxffh = True
Unload Me
End Sub
Private Sub Command2_Click()
hxffh = False
Unload Me
End Sub
Private Sub Form_Load()
hxffh = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -