📄 库存查询.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "库存查询"
ClientHeight = 6255
ClientLeft = 60
ClientTop = 450
ClientWidth = 8040
LinkTopic = "Form1"
ScaleHeight = 6255
ScaleWidth = 8040
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "查询条件"
Height = 2175
Left = 240
TabIndex = 0
Top = 360
Width = 7215
Begin VB.TextBox Text1
Height = 495
Left = 1200
TabIndex = 2
Text = "Text1"
Top = 360
Width = 1455
End
Begin VB.Label Label2
Height = 495
Left = 3240
TabIndex = 3
Top = 480
Width = 975
End
Begin VB.Label Label1
Caption = "库存编号"
Height = 495
Left = 360
TabIndex = 1
Top = 480
Width = 1215
End
End
End
Attribute VB_Name = "Form1"
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 + -