📄 frmroomdata.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmRoomData
BorderStyle = 1 'Fixed Single
Caption = "Update Room"
ClientHeight = 3270
ClientLeft = 45
ClientTop = 435
ClientWidth = 6015
Icon = "frmRoomData.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3270
ScaleWidth = 6015
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox data
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 3
Left = 0
Locked = -1 'True
TabIndex = 8
Text = "VACANT"
Top = 3600
Width = 735
End
Begin MSComctlLib.Toolbar Toolbar1
Height = 570
Left = 2040
TabIndex = 7
Top = 2160
Width = 2490
_ExtentX = 4392
_ExtentY = 1005
ButtonWidth = 2064
ButtonHeight = 1005
Appearance = 1
Style = 1
TextAlignment = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 3
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Cancel"
Key = "Cancel"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Update"
Key = "Update"
ImageIndex = 2
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 600
Top = 2400
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 2
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmRoomData.frx":0BC2
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmRoomData.frx":1014
Key = ""
EndProperty
EndProperty
End
Begin VB.TextBox Text1
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1920
MaxLength = 8
TabIndex = 0
Top = 600
Width = 3615
End
Begin VB.TextBox data
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 2
Left = 1920
TabIndex = 6
Top = 1560
Width = 3615
End
Begin VB.TextBox data
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 1
Left = 1920
TabIndex = 5
Top = 1080
Width = 3615
End
Begin VB.TextBox data
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 1920
Locked = -1 'True
TabIndex = 4
Top = 600
Width = 3615
End
Begin VB.Label Label3
Caption = "Room Rate"
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 3
Top = 1560
Width = 1575
End
Begin VB.Label Label2
Caption = "Room Type"
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 2
Top = 1080
Width = 1575
End
Begin VB.Label Label1x
Caption = "Room Number"
BeginProperty Font
Name = "Century Gothic"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 1
Top = 600
Width = 1575
End
Begin VB.Shape Shape1
BackColor = &H8000000F&
BackStyle = 1 'Opaque
BorderColor = &H00FF8080&
BorderWidth = 7
Height = 2775
Left = 240
Top = 240
Width = 5535
End
End
Attribute VB_Name = "frmRoomData"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim RoomCode As Integer
Private Sub gigamit_nana_choi()
MsgBox "Room Number Already Exist! Please enter another Room Number", vbCritical, "HMS"
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Text1_Change()
data(0).Text = Text1.Text
End Sub
Private Sub Text1_KeyPress(KeyAscii As Integer)
If (KeyAscii >= vbKey0 And KeyAscii <= vbKey9) Or KeyAscii <= vbKeyBack Then
Exit Sub
Else
KeyAscii = 0
End If
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.key
'=======
Case "Cancel"
Unload Me
'=======
Case "Update"
'On Error GoTo r
RoomCode = 0
If data(0) = "" Then
MsgBox "Please enter the room number...", vbInformation, "HMS"
Text1.SetFocus
Exit Sub
ElseIf data(1) = "" Then
MsgBox "Please enter the room type...", vbInformation, "HMS"
data(1).SetFocus
Exit Sub
ElseIf data(2) = "" Then
MsgBox "Please enter the room rate...", vbInformation, "HMS"
data(2).SetFocus
Exit Sub
End If
If data(0) <> "" Then
If Not IsNumeric(data(0).Text) Then
MsgBox "The room number you entered is invalid...", vbInformation, "HMS"
data(0).SetFocus
Exit Sub
End If
End If
If data(2) <> "" Then
If Not IsNumeric(data(2).Text) Then
MsgBox "The room rate you entered is invalid...", vbInformation, "HMS"
data(2).SetFocus
Exit Sub
End If
End If
'================
If frmRoom.mowd = "add" Then
check_RStemp
rstemp.Open "select * from room", Cnn
'================
Cnn.Execute "INSERT INTO room (room_no,type,rate,status) VALUES ('" & data(0).Text & _
"', '" & data(1).Text & "', '" & data(2).Text & "', '" & data(3).Text & "')" '
'================
ElseIf frmRoom.mowd = "edit" Then
Cnn.Execute "update room set type = '" & data(1) & "', rate = '" & data(2) & _
"' where room_no = " & data(0)
'================
End If
rs.Requery 1
frmRoom.fill
Unload Me
'r:
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -