📄 frmguestadd.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmGuestAdd
BorderStyle = 3 'Fixed Dialog
Caption = "客户登记--客房管理系统"
ClientHeight = 6255
ClientLeft = 7125
ClientTop = 2430
ClientWidth = 4935
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6255
ScaleWidth = 4935
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc3
Height = 330
Left = 360
Top = 7320
Visible = 0 'False
Width = 2055
_ExtentX = 3625
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select Aid from ViewAdminInfo"
Caption = "Adodc3"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc4
Height = 330
Left = 2880
Top = 7320
Visible = 0 'False
Width = 1935
_ExtentX = 3413
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from GuestInfo"
Caption = "Adodc4"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame2
Caption = "选择房间"
Height = 1815
Left = 240
TabIndex = 22
Top = 3600
Width = 4455
Begin MSDataGridLib.DataGrid DataGrid1
Height = 615
Left = 480
TabIndex = 24
Top = 960
Width = 3495
_ExtentX = 6165
_ExtentY = 1085
_Version = 393216
AllowUpdate = -1 'True
HeadLines = 2
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 4
BeginProperty Column00
DataField = "Rnum"
Caption = " 编号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "Rtype"
Caption = " 类型"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "Rprice"
Caption = " 价格"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "Rstates"
Caption = " 状态"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
Alignment = 2
Locked = -1 'True
ColumnWidth = 764.787
EndProperty
BeginProperty Column01
Alignment = 2
Locked = -1 'True
ColumnWidth = 764.787
EndProperty
BeginProperty Column02
Alignment = 2
Locked = -1 'True
ColumnWidth = 840.189
EndProperty
BeginProperty Column03
Alignment = 2
Locked = -1 'True
ColumnWidth = 810.142
EndProperty
EndProperty
End
Begin MSDataListLib.DataCombo DataCombo1
Bindings = "frmGuestAdd.frx":0000
Height = 330
Left = 2040
TabIndex = 10
Top = 360
Width = 1695
_ExtentX = 2990
_ExtentY = 582
_Version = 393216
ListField = "Rnum"
Text = ""
End
Begin VB.Label Label12
Caption = "现有空余房间"
ForeColor = &H00FF0000&
Height = 255
Left = 840
TabIndex = 23
Top = 480
Width = 1095
End
End
Begin VB.CommandButton Command3
Caption = "取消"
Height = 375
Left = 2880
TabIndex = 12
Top = 5640
Width = 975
End
Begin VB.CommandButton Command2
Caption = "确定"
Height = 375
Left = 1080
TabIndex = 11
Top = 5640
Width = 975
End
Begin VB.Frame Frame1
Caption = "基本信息(蓝色为必填)"
Height = 2895
Left = 240
TabIndex = 13
Top = 600
Width = 4455
Begin VB.ComboBox txt2
Height = 300
ItemData = "frmGuestAdd.frx":0015
Left = 3240
List = "frmGuestAdd.frx":001F
Style = 2 'Dropdown List
TabIndex = 2
Top = 360
Width = 855
End
Begin VB.CommandButton Command1
Caption = "当前时间"
Height = 310
Left = 2760
TabIndex = 7
Top = 1800
Width = 1335
End
Begin VB.TextBox txt8
Height = 310
Left = 2880
TabIndex = 9
Top = 2280
Width = 1215
End
Begin VB.TextBox txt7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -