📄 placeedit.frm
字号:
VERSION 5.00
Begin VB.Form PlaceEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑旅游景点信息"
ClientHeight = 3090
ClientLeft = 45
ClientTop = 345
ClientWidth = 9150
Icon = "PlaceEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 9150
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Ok
Caption = "确 定"
Default = -1 'True
Height = 400
Left = 2740
MouseIcon = "PlaceEdit.frx":27A2
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 9
Top = 2520
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取 消"
Height = 400
Left = 5110
MouseIcon = "PlaceEdit.frx":2AAC
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 10
Top = 2520
Width = 1300
End
Begin VB.Frame Frame1
Height = 2175
Left = 240
TabIndex = 11
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 = 6
Top = 1150
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 = 5
Top = 1150
Width = 2775
End
Begin VB.TextBox txtChild
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 = 8
Text = "0"
Top = 1613
Width = 2055
End
Begin VB.TextBox txtAdult
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 = 7
Text = "0"
Top = 1613
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 = 4
Top = 710
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 = 3
Top = 710
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 = "PlaceEdit.frx":2DB6
Left = 1320
List = "PlaceEdit.frx":2DC3
Style = 2 'Dropdown List
TabIndex = 0
Top = 255
Width = 975
End
Begin VB.TextBox txtPlace
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 = 2
Top = 255
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 = 21
Top = 1225
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 = 20
Top = 1225
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -