?? frmintegration.frm
字號:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{29743316-0803-11D5-AD8E-0050BAA9AC14}#8.1#0"; "MOVEFO~1.OCX"
Begin VB.Form frmIntegration
Caption = "酒席配置"
ClientHeight = 6240
ClientLeft = 60
ClientTop = 345
ClientWidth = 10890
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmIntegration.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MDIChild = -1 'True
ScaleHeight = 6240
ScaleWidth = 10890
WindowState = 2 'Maximized
Begin VB.Frame Frame2
Caption = "配菜明細表"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 2580
Left = 120
TabIndex = 18
Top = 3255
Width = 8790
Begin VB.CommandButton cmdSelect
Height = 255
Left = 2130
Picture = "frmIntegration.frx":0442
Style = 1 'Graphical
TabIndex = 10
ToolTipText = "單擊選擇菜譜"
Top = 435
Width = 300
End
Begin VB.CommandButton cmdDel
Caption = "刪除(&D)"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 5490
TabIndex = 16
Top = 390
Width = 1095
End
Begin VB.CommandButton cmdAdd
Caption = "添加(&A)"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 4380
TabIndex = 14
Top = 390
Width = 1095
End
Begin VB.ComboBox cmbType
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 3120
TabIndex = 13
Text = "cmbType"
Top = 765
Width = 1230
End
Begin 給出焦點文本框.FocusText ftID
Height = 300
Left = 1020
TabIndex = 9
Top = 420
Width = 1425
_ExtentX = 2514
_ExtentY = 529
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BorderStyle = 0
PreControl = "cmdAdd"
NextControl = "ftName"
End
Begin MSComctlLib.ListView lstDetail
Height = 1275
Left = 75
TabIndex = 15
Top = 1200
Width = 6735
_ExtentX = 11880
_ExtentY = 2249
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
AllowReorder = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "編號"
Object.Width = 2469
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "菜名"
Object.Width = 3528
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 2
Text = "數量"
Object.Width = 1411
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "菜的類型"
Object.Width = 2540
EndProperty
End
Begin 給出焦點文本框.FocusText ftName
Height = 300
Left = 1020
TabIndex = 11
ToolTipText = "該項通過編號給出,不能修改。"
Top = 765
Width = 1425
_ExtentX = 2514
_ExtentY = 529
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BorderStyle = 0
Locked = -1 'True
PreControl = "ftId"
NextControl = "ftNum"
End
Begin 給出焦點文本框.FocusText ftNum
Height = 300
Left = 3120
TabIndex = 12
Top = 420
Width = 1215
_ExtentX = 2143
_ExtentY = 529
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BorderStyle = 0
PreControl = "ftName"
NextControl = "cmbType"
TextType = 2
Text = "1"
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "類型:"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 3
Left = 2565
TabIndex = 22
Top = 795
Width = 585
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "數量:"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 2
Left = 2565
TabIndex = 21
Top = 450
Width = 585
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "菜名稱:"
Enabled = 0 'False
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 1
Left = 315
TabIndex = 20
Top = 795
Width = 780
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "菜編號:"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 0
Left = 315
TabIndex = 19
Top = 450
Width = 780
End
End
Begin VB.Frame Frame1
Caption = "已經配置的酒席列表"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 3000
Left = 120
TabIndex = 17
Top = 180
Width = 10575
Begin VB.CommandButton cmdAddCat
Caption = "添加(&A)"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 4365
TabIndex = 5
Top = 338
Width = 1095
End
Begin VB.CommandButton cmdDelCat
Caption = "刪除(&D)"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 5475
TabIndex = 7
Top = 338
Width = 1095
End
Begin VB.CommandButton cmdClos
Cancel = -1 'True
Caption = "關閉返回(&C)"
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 6855
TabIndex = 8
Top = 338
Width = 1545
End
Begin MSComctlLib.ListView lstPro
Height = 1815
Left = 60
TabIndex = 6
ToolTipText = "點擊,下方顯示菜單明細。"
Top = 1125
Width = 10365
_ExtentX = 18283
_ExtentY = 3201
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
AllowReorder = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -