?? 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 + -