📄 frmreshpclist.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form frmResHPCList
BackColor = &H00C0C000&
ClientHeight = 6540
ClientLeft = 4560
ClientTop = 2370
ClientWidth = 7680
ControlBox = 0 'False
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 178
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6540
ScaleWidth = 7680
Begin MSAdodcLib.Adodc adoResSeaList
Height = 375
Left = 120
Top = 5760
Visible = 0 'False
Width = 3495
_ExtentX = 6165
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDAORA.1;Password=tiger;User ID=scott;Persist Security Info=True"
OLEDBString = "Provider=MSDAORA.1;Password=tiger;User ID=scott;Persist Security Info=True"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "MENU_HYPARK"
Caption = ""
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 9.75
Charset = 178
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid hfgResSeaList
Bindings = "frmResHPCList.frx":0000
Height = 4335
Left = 360
TabIndex = 0
Top = 1200
Width = 6975
_ExtentX = 12303
_ExtentY = 7646
_Version = 393216
BackColor = 65280
Cols = 3
FixedCols = 0
BackColorFixed = 255
BackColorSel = 16711680
BackColorBkg = 65535
BackColorUnpopulated= 8454016
GridColorFixed = 14737632
GridColorUnpopulated= 14737632
FocusRect = 2
HighLight = 2
AllowUserResizing= 1
BandDisplay = 1
_NumberOfBands = 1
_Band(0).Cols = 3
_Band(0)._NumMapCols= 3
_Band(0)._MapCol(0)._Name= "F_CODE"
_Band(0)._MapCol(0)._RSIndex= 0
_Band(0)._MapCol(1)._Name= "F_NAME"
_Band(0)._MapCol(1)._RSIndex= 1
_Band(0)._MapCol(2)._Name= "F_RATE"
_Band(0)._MapCol(2)._RSIndex= 2
End
Begin Project1.XPButton cmdSeaClose
Height = 435
Left = 5400
TabIndex = 1
Top = 5880
Width = 1515
_ExtentX = 2672
_ExtentY = 767
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Caption = "Close"
ForeColor = 255
ForeHover = 16711680
End
Begin VB.Image Image2
Height = 240
Left = 7320
Picture = "frmResHPCList.frx":001C
Top = 120
Width = 270
End
Begin VB.Image Image1
Height = 360
Left = -5160
Picture = "frmResHPCList.frx":03DE
Top = 0
Width = 17595
End
Begin VB.Label Label4
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Hyde Park Cave Restaurant - Food List"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004000&
Height = 420
Left = 870
TabIndex = 2
Top = 600
Width = 5685
End
End
Attribute VB_Name = "frmResHPCList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdSeaClose_Click()
frmResHPCList.Visible = False
End Sub
Private Sub Image2_Click()
frmResHPCList.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -