📄 frmresedit.frm
字号:
VERSION 5.00
Begin VB.Form FrmResEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑旅游餐厅信息"
ClientHeight = 3495
ClientLeft = 45
ClientTop = 345
ClientWidth = 9120
Icon = "FrmResEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3495
ScaleWidth = 9120
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Ok
Caption = "确 定"
Default = -1 'True
Height = 400
Left = 2745
MouseIcon = "FrmResEdit.frx":0442
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 10
Top = 2880
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取 消"
Height = 400
Left = 5115
MouseIcon = "FrmResEdit.frx":074C
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 11
Top = 2880
Width = 1300
End
Begin VB.Frame Frame1
Height = 2535
Left = 240
TabIndex = 12
Top = 120
Width = 8655
Begin VB.TextBox txtCode
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 5640
MaxLength = 20
TabIndex = 7
Top = 1635
Width = 2775
End
Begin VB.TextBox txtAddress
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1320
MaxLength = 200
TabIndex = 6
Top = 1635
Width = 2775
End
Begin VB.TextBox txtDinner
Alignment = 1 'Right Justify
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 5640
MaxLength = 10
TabIndex = 9
Text = "0"
Top = 2100
Width = 2055
End
Begin VB.TextBox txtBreakfast
Alignment = 1 'Right Justify
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 1320
MaxLength = 10
TabIndex = 8
Text = "0"
Top = 2100
Width = 1935
End
Begin VB.TextBox txtPhone
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 5640
MaxLength = 100
TabIndex = 5
Top = 1185
Width = 2775
End
Begin VB.TextBox txtContact
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1320
MaxLength = 50
TabIndex = 4
Top = 1185
Width = 2775
End
Begin VB.ComboBox ComboName
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 2400
Style = 2 'Dropdown List
TabIndex = 1
Top = 255
Width = 1695
End
Begin VB.ComboBox ComboType
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
ItemData = "FrmResEdit.frx":0A56
Left = 1320
List = "FrmResEdit.frx":0A63
Style = 2 'Dropdown List
TabIndex = 0
Top = 255
Width = 975
End
Begin VB.TextBox txtRes
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 5640
MaxLength = 100
TabIndex = 3
Top = 735
Width = 2775
End
Begin VB.ComboBox ComboLevel
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
ItemData = "FrmResEdit.frx":0A79
Left = 1320
List = "FrmResEdit.frx":0A9B
Style = 2 'Dropdown List
TabIndex = 2
Top = 720
Width = 2775
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "邮政编码"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 4560
TabIndex = 23
Top = 1710
Width = 720
End
Begin VB.Label Label10
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "通信地址"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 22
Top = 1710
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "餐厅名称"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 4560
TabIndex = 21
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -