📄 putong.frm
字号:
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "普通套间"
ClientHeight = 6660
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 5805
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6660
ScaleWidth = 5805
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
Caption = "房间标准"
Height = 6495
Left = 0
TabIndex = 0
Top = 0
Width = 5775
Begin VB.CommandButton Command1
Caption = "打印"
Height = 495
Left = 4200
TabIndex = 13
Top = 5160
Width = 1095
End
Begin VB.Frame Frame4
Caption = "写字间"
Height = 1335
Left = 3000
TabIndex = 10
Top = 3360
Width = 1815
Begin VB.Label Label9
Caption = "台灯"
Height = 255
Left = 600
TabIndex = 12
Top = 840
Width = 375
End
Begin VB.Label Label8
Caption = "书橱"
Height = 255
Left = 600
TabIndex = 11
Top = 360
Width = 375
End
End
Begin VB.Frame Frame3
Caption = "洗手间"
Height = 1335
Left = 600
TabIndex = 3
Top = 3360
Width = 1815
Begin VB.Label Label7
Caption = "全套洗刷用品"
Height = 255
Left = 120
TabIndex = 9
Top = 960
Width = 1215
End
Begin VB.Label Label6
Caption = "太阳能"
Height = 255
Left = 360
TabIndex = 8
Top = 480
Width = 615
End
End
Begin VB.Frame Frame2
Caption = "卧室"
Height = 2415
Left = 600
TabIndex = 2
Top = 720
Width = 3375
Begin VB.Label Label5
Caption = "双人床"
Height = 255
Left = 960
TabIndex = 7
Top = 1920
Width = 615
End
Begin VB.Label Label4
Caption = "壁橱"
Height = 255
Left = 960
TabIndex = 6
Top = 1440
Width = 375
End
Begin VB.Label Label3
Caption = "台灯"
Height = 255
Left = 960
TabIndex = 5
Top = 960
Width = 495
End
Begin VB.Label Label2
Caption = "电视"
Height = 255
Left = 960
TabIndex = 4
Top = 360
Width = 495
End
End
Begin VB.Label Label1
Caption = "房间面积30平方米"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 1
Top = 240
Width = 2055
End
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub OKButton_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -