?? frmsbomqury.frm
字號(hào):
VERSION 5.00
Begin VB.Form FrmSBOMQury
Caption = "單層BOM查詢"
ClientHeight = 2340
ClientLeft = 60
ClientTop = 510
ClientWidth = 5295
Icon = "FrmSBOMQury.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2340
ScaleWidth = 5295
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox TxtItem
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 1
Top = 960
Width = 3975
End
Begin VB.Image ImgItem
Height = 300
Left = 4560
MouseIcon = "FrmSBOMQury.frx":0CCA
MousePointer = 99 'Custom
Picture = "FrmSBOMQury.frx":0FD4
ToolTipText = "查詢貨號(hào)"
Top = 960
Width = 300
End
Begin VB.Image Image4
Height = 300
Left = 3240
Picture = "FrmSBOMQury.frx":14C6
Top = 1680
Width = 300
End
Begin VB.Label LblCancel
BackStyle = 0 'Transparent
Caption = "取 消"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3840
MouseIcon = "FrmSBOMQury.frx":18E2
MousePointer = 99 'Custom
TabIndex = 3
Top = 1680
Width = 855
End
Begin VB.Image Image3
Height = 300
Left = 840
Picture = "FrmSBOMQury.frx":1BEC
Top = 1680
Width = 300
End
Begin VB.Label LblOK
BackStyle = 0 'Transparent
Caption = "確 定"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1440
MouseIcon = "FrmSBOMQury.frx":2008
MousePointer = 99 'Custom
TabIndex = 2
Top = 1680
Width = 735
End
Begin VB.Label Label1
Caption = "請(qǐng)輸入要查詢的貨號(hào):"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 0
Top = 360
Width = 3375
End
End
Attribute VB_Name = "FrmSBOMQury"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ImgItem_Click()
FrmItemPQury.OK = 2
FrmItemPQury.Show 1
End Sub
Private Sub LblCancel_Click()
Unload Me
End Sub
Private Sub lblOk_Click()
DataEnvironmentItem.CmdSBOMP (TxtItem.Text)
DataReportSBOM.Show 1
DataEnvironmentItem.rsCmdSBOMP.Close
Unload Me
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -