📄 shuangrenjian.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = "双人间"
ClientHeight = 4995
ClientLeft = 60
ClientTop = 345
ClientWidth = 5145
LinkTopic = "Form3"
ScaleHeight = 4995
ScaleWidth = 5145
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "房间标准"
Height = 5055
Left = 0
TabIndex = 0
Top = 0
Width = 5175
Begin VB.CommandButton Command2
Caption = "返回"
Height = 495
Left = 2880
TabIndex = 11
Top = 4080
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 495
Left = 2880
TabIndex = 10
Top = 3360
Width = 1335
End
Begin VB.Frame Frame3
Caption = "右人"
Height = 2055
Left = 2880
TabIndex = 6
Top = 840
Width = 1575
Begin VB.Label Label7
Caption = "单人床"
Height = 255
Left = 360
TabIndex = 9
Top = 1320
Width = 615
End
Begin VB.Label Label6
Caption = "台灯"
Height = 255
Left = 360
TabIndex = 8
Top = 840
Width = 735
End
Begin VB.Label Label5
Caption = "小桌"
Height = 255
Left = 360
TabIndex = 7
Top = 360
Width = 495
End
End
Begin VB.Frame Frame2
Caption = "左人"
Height = 2175
Left = 360
TabIndex = 2
Top = 720
Width = 1455
Begin VB.Label Label4
Caption = "单人床"
Height = 255
Left = 360
TabIndex = 5
Top = 1560
Width = 615
End
Begin VB.Label Label3
Caption = "台灯"
Height = 255
Left = 360
TabIndex = 4
Top = 960
Width = 375
End
Begin VB.Label Label2
Caption = "小桌"
Height = 255
Left = 360
TabIndex = 3
Top = 360
Width = 375
End
End
Begin VB.Label Label1
Caption = "房间面积15平方米"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1320
TabIndex = 1
Top = 240
Width = 1935
End
End
End
Attribute VB_Name = "Form3"
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 + -