📄 frmroomadd.frm
字号:
VERSION 5.00
Begin VB.Form frmRoomAdd
BorderStyle = 3 'Fixed Dialog
Caption = "增加房间--客房管理系统"
ClientHeight = 3030
ClientLeft = 45
ClientTop = 435
ClientWidth = 3630
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3030
ScaleWidth = 3630
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2040
TabIndex = 11
Top = 2400
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 600
TabIndex = 10
Top = 2400
Width = 975
End
Begin VB.Frame Frame1
Height = 1575
Left = 240
TabIndex = 1
Top = 600
Width = 3135
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 310
Left = 2280
TabIndex = 9
Text = "空"
Top = 960
Width = 615
End
Begin VB.TextBox Text3
Height = 310
Left = 720
TabIndex = 7
Top = 960
Width = 855
End
Begin VB.TextBox Text2
Height = 310
Left = 2280
TabIndex = 6
Top = 360
Width = 615
End
Begin VB.TextBox Text1
Height = 310
Left = 720
TabIndex = 3
Top = 360
Width = 855
End
Begin VB.Label Label5
Caption = "状态"
Height = 255
Left = 1800
TabIndex = 8
Top = 1080
Width = 375
End
Begin VB.Label Label4
Caption = "单价"
Height = 255
Left = 240
TabIndex = 5
Top = 1080
Width = 375
End
Begin VB.Label Label3
Caption = "类型"
Height = 255
Left = 1800
TabIndex = 4
Top = 480
Width = 375
End
Begin VB.Label Label2
Caption = "编号"
Height = 255
Left = 240
TabIndex = 2
Top = 480
Width = 375
End
End
Begin VB.Label Label1
Caption = "增加房间"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 1320
TabIndex = 0
Top = 240
Width = 1095
End
End
Attribute VB_Name = "frmRoomAdd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -