📄 frmhuanfang.frm
字号:
VERSION 5.00
Begin VB.Form frmhuanfang
Caption = "换房"
ClientHeight = 6945
ClientLeft = 60
ClientTop = 345
ClientWidth = 9015
LinkTopic = "Form1"
ScaleHeight = 11115
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 3615
Left = 3600
ScaleHeight = 3555
ScaleWidth = 5355
TabIndex = 30
Top = 3240
Width = 5415
End
Begin VB.Frame Frame2
Caption = "新房信息"
Height = 3375
Left = 0
TabIndex = 1
Top = 3360
Width = 3495
Begin VB.ComboBox cboItem
Height = 300
Index = 7
Left = 1320
TabIndex = 29
Top = 1440
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 6
Left = 1320
TabIndex = 28
Top = 1080
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 5
Left = 1320
TabIndex = 27
Top = 720
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 4
Left = 1320
TabIndex = 26
Top = 360
Width = 1575
End
Begin VB.Label Label5
Caption = "客房单价"
Height = 255
Left = 240
TabIndex = 25
Top = 1440
Width = 735
End
Begin VB.Label Label4
Caption = "客房位置"
Height = 255
Index = 2
Left = 240
TabIndex = 24
Top = 1080
Width = 855
End
Begin VB.Label Label4
Caption = "客房种类"
Height = 255
Index = 1
Left = 240
TabIndex = 23
Top = 720
Width = 735
End
Begin VB.Label Label4
Caption = "客房编号"
Height = 255
Index = 0
Left = 240
TabIndex = 22
Top = 360
Width = 1095
End
End
Begin VB.Frame Frame1
Caption = "原房信息"
Height = 3135
Left = 120
TabIndex = 0
Top = 0
Width = 8775
Begin VB.TextBox txtItem
Height = 735
Index = 5
Left = 720
TabIndex = 21
Top = 2280
Width = 6735
End
Begin VB.TextBox txtItem
Height = 270
Index = 4
Left = 4680
TabIndex = 19
Top = 1800
Width = 1695
End
Begin VB.TextBox txtItem
Height = 270
Index = 3
Left = 4680
TabIndex = 18
Top = 1440
Width = 1695
End
Begin VB.TextBox txtItem
Height = 270
Index = 2
Left = 4680
TabIndex = 17
Top = 1080
Width = 1695
End
Begin VB.TextBox txtItem
Height = 270
Index = 1
Left = 4680
TabIndex = 16
Top = 720
Width = 1695
End
Begin VB.TextBox txtItem
Height = 270
Index = 0
Left = 4680
TabIndex = 15
Top = 360
Width = 1695
End
Begin VB.ComboBox cboItem
Height = 300
Index = 3
Left = 1080
TabIndex = 6
Top = 1800
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 2
Left = 1080
TabIndex = 5
Top = 1320
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 1
Left = 1080
TabIndex = 4
Top = 840
Width = 1575
End
Begin VB.ComboBox cboItem
Height = 300
Index = 0
Left = 1080
TabIndex = 2
Top = 360
Width = 1575
End
Begin VB.Label Label3
Caption = "备注"
Height = 255
Left = 120
TabIndex = 20
Top = 2280
Width = 855
End
Begin VB.Label Label2
Caption = "换房时间"
Height = 255
Index = 4
Left = 3480
TabIndex = 14
Top = 1800
Width = 855
End
Begin VB.Label Label2
Caption = "折 扣"
Height = 255
Index = 3
Left = 3480
TabIndex = 13
Top = 1440
Width = 735
End
Begin VB.Label Label2
Caption = "入住时间"
Height = 255
Index = 2
Left = 3480
TabIndex = 12
Top = 1080
Width = 855
End
Begin VB.Label Label2
Caption = "身份证号码"
Height = 255
Index = 1
Left = 3480
TabIndex = 11
Top = 720
Width = 975
End
Begin VB.Label Label2
Caption = "顾客姓名"
Height = 255
Index = 0
Left = 3480
TabIndex = 10
Top = 360
Width = 1095
End
Begin VB.Label Label1
Caption = "客房单价"
Height = 375
Index = 3
Left = 120
TabIndex = 9
Top = 1680
Width = 855
End
Begin VB.Label Label1
Caption = "客房位置"
Height = 375
Index = 2
Left = 120
TabIndex = 8
Top = 1200
Width = 855
End
Begin VB.Label Label1
Caption = "客房种类"
Height = 375
Index = 1
Left = 120
TabIndex = 7
Top = 720
Width = 855
End
Begin VB.Label Label1
Caption = "客房编号"
Height = 255
Index = 0
Left = 120
TabIndex = 3
Top = 360
Width = 855
End
End
End
Attribute VB_Name = "frmhuanfang"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Frame1_DragDrop(Source As Control, X As Single, Y As Single)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -