?? frmproduct2.frm
字號:
VERSION 5.00
Begin VB.Form frmproduct2
Caption = "frmproduct2"
ClientHeight = 2025
ClientLeft = 1665
ClientTop = 1530
ClientWidth = 4065
Icon = "frmproduct2.frx":0000
LinkTopic = "Form1"
ScaleHeight = 2025
ScaleWidth = 4065
Begin VB.CheckBox chkItem
Caption = "Check1"
Height = 180
Index = 1
Left = 120
TabIndex = 5
TabStop = 0 'False
Top = 600
Width = 132
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1440
Style = 2 'Dropdown List
TabIndex = 4
Top = 600
Width = 2172
End
Begin VB.CheckBox chkItem
Caption = "Check1"
Height = 180
Index = 0
Left = 120
TabIndex = 3
TabStop = 0 'False
Top = 240
Value = 1 'Checked
Width = 132
End
Begin VB.CommandButton cmdOk
Caption = "確定 (&O)"
Default = -1 'True
Height = 375
Left = 600
TabIndex = 2
Top = 1200
Width = 1215
End
Begin VB.CommandButton cmdExit
Caption = "取消 (&X)"
Height = 375
Left = 2160
TabIndex = 1
Top = 1200
Width = 1215
End
Begin VB.TextBox txtItem
Height = 270
Index = 0
Left = 1440
TabIndex = 0
Top = 240
Width = 2175
End
Begin VB.Label lblitem
Caption = "顧客名稱:"
Height = 255
Index = 1
Left = 480
TabIndex = 7
Top = 600
Width = 1095
End
Begin VB.Label lblitem
Caption = "商品名稱:"
Height = 255
Index = 0
Left = 480
TabIndex = 6
Top = 240
Width = 1215
End
End
Attribute VB_Name = "frmproduct2"
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 + -