📄 haohua.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7875
ClientLeft = 60
ClientTop = 345
ClientWidth = 7080
LinkTopic = "Form1"
ScaleHeight = 7875
ScaleWidth = 7080
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "客房标准"
Height = 7815
Left = 0
TabIndex = 0
Top = 0
Width = 7095
Begin VB.CommandButton Command2
Caption = "返回"
Height = 375
Left = 5760
TabIndex = 8
Top = 7200
Width = 855
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 375
Left = 5760
TabIndex = 7
Top = 6600
Width = 855
End
Begin VB.TextBox Text1
Height = 855
Left = 1200
TabIndex = 6
Text = "Text1"
Top = 6600
Width = 4215
End
Begin VB.Frame Frame5
Caption = "大厅"
Height = 2775
Left = 3480
TabIndex = 5
Top = 3480
Width = 3015
Begin VB.Label Label19
Caption = "饮水机"
Height = 255
Left = 720
TabIndex = 26
Top = 2280
Width = 615
End
Begin VB.Label Label18
Caption = "沙发"
Height = 255
Left = 720
TabIndex = 25
Top = 1800
Width = 495
End
Begin VB.Label Label17
Caption = "电视"
Height = 255
Left = 720
TabIndex = 24
Top = 1320
Width = 495
End
Begin VB.Label Label16
Caption = "DVD"
Height = 255
Left = 720
TabIndex = 23
Top = 840
Width = 1215
End
Begin VB.Label Label15
Caption = "音响"
Height = 255
Left = 720
TabIndex = 22
Top = 360
Width = 855
End
End
Begin VB.Frame Frame4
Caption = "洗手间"
Height = 2775
Left = 240
TabIndex = 4
Top = 3480
Width = 2655
Begin VB.Label Label14
Caption = "全套洗刷用品"
Height = 255
Left = 720
TabIndex = 21
Top = 2160
Width = 1095
End
Begin VB.Label Label13
Caption = "太阳能"
Height = 255
Left = 960
TabIndex = 20
Top = 1560
Width = 615
End
Begin VB.Label Label12
Caption = "浴缸"
Height = 255
Left = 960
TabIndex = 19
Top = 960
Width = 495
End
End
Begin VB.Frame Frame3
Caption = "写字间"
Height = 2655
Left = 3480
TabIndex = 3
Top = 600
Width = 3015
Begin VB.Label Label11
Caption = "单人床"
Height = 255
Left = 720
TabIndex = 18
Top = 2160
Width = 615
End
Begin VB.Label Label10
Caption = "写字台"
Height = 255
Left = 720
TabIndex = 17
Top = 1680
Width = 615
End
Begin VB.Label Label9
Caption = "台灯"
Height = 255
Left = 720
TabIndex = 16
Top = 1200
Width = 495
End
Begin VB.Label Label8
Caption = "电脑"
Height = 255
Left = 720
TabIndex = 15
Top = 720
Width = 495
End
Begin VB.Label Label7
Caption = "书橱"
Height = 255
Left = 720
TabIndex = 14
Top = 360
Width = 495
End
End
Begin VB.Frame Frame2
Caption = "卧室"
Height = 2655
Left = 240
TabIndex = 2
Top = 600
Width = 2655
Begin VB.Label Label6
Caption = "双人床"
Height = 255
Left = 480
TabIndex = 13
Top = 2280
Width = 615
End
Begin VB.Label Label5
Caption = "台灯"
Height = 255
Left = 480
TabIndex = 12
Top = 1800
Width = 495
End
Begin VB.Label Label4
Caption = "电话 "
Height = 255
Left = 480
TabIndex = 11
Top = 1320
Width = 495
End
Begin VB.Label Label3
Caption = "空调"
Height = 255
Left = 480
TabIndex = 10
Top = 840
Width = 495
End
Begin VB.Label Label2
Caption = "电视"
Height = 255
Left = 480
TabIndex = 9
Top = 360
Width = 615
End
End
Begin VB.Label Label20
Caption = "备注"
Height = 855
Left = 480
TabIndex = 27
Top = 6600
Width = 495
End
Begin VB.Label Label1
Caption = "房间面积70平方米"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 1
Top = 240
Width = 2055
End
End
End
Attribute VB_Name = "Form1"
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 + -