📄 frmreserve.vb
字号:
Public Class frmReserve Inherits 酒店管理系统.frmBase '用来标示双击dgdList,窗体是否自动关闭 Public bClose As Boolean = False Private gridMouseDownTime As DateTime = New DateTime '客房编号 Private strRoomCode As String = ""#Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() '该调用是 Windows 窗体设计器所必需的。 InitializeComponent() '在 InitializeComponent() 调用之后添加任何初始化 End Sub '窗体重写 dispose 以清理组件列表。 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改此过程。 '不要使用代码编辑器修改它。 Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents txbNumber As System.Windows.Forms.TextBox
Friend WithEvents btnOpen As System.Windows.Forms.Button
Friend WithEvents txbReasonDiscount As System.Windows.Forms.TextBox
Friend WithEvents txbDiscount As System.Windows.Forms.TextBox
Friend WithEvents txbNowPrice As System.Windows.Forms.TextBox
Friend WithEvents txbOriginPrice As System.Windows.Forms.TextBox
Friend WithEvents txbRoomCode As System.Windows.Forms.TextBox
Friend WithEvents txbPhone As System.Windows.Forms.TextBox
Friend WithEvents cbbRoomType As System.Windows.Forms.ComboBox
Friend WithEvents txbListId As System.Windows.Forms.TextBox
Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection
Friend WithEvents DataSet11 As 酒店管理系统.DataSet1
Friend WithEvents tmArrive As System.Windows.Forms.DateTimePicker
Friend WithEvents tmLeft As System.Windows.Forms.DateTimePicker
Friend WithEvents ckbAddBed As System.Windows.Forms.CheckBox
Friend WithEvents txbBeforMoney As System.Windows.Forms.TextBox
Friend WithEvents txbAddPrice As System.Windows.Forms.TextBox
Friend WithEvents txbRemark As System.Windows.Forms.TextBox
Friend WithEvents txbDestineCompany As System.Windows.Forms.TextBox
Friend WithEvents txbMemberId As System.Windows.Forms.TextBox
Friend WithEvents txbOperator As System.Windows.Forms.TextBox
Friend WithEvents txbOperationPeople As System.Windows.Forms.TextBox
Friend WithEvents txbDestinePeople As System.Windows.Forms.TextBox
Friend WithEvents txbState As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmReserve))
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.tmLeft = New System.Windows.Forms.DateTimePicker
Me.DataSet11 = New 酒店管理系统.DataSet1
Me.tmArrive = New System.Windows.Forms.DateTimePicker
Me.txbRemark = New System.Windows.Forms.TextBox
Me.Label23 = New System.Windows.Forms.Label
Me.txbDestineCompany = New System.Windows.Forms.TextBox
Me.Label22 = New System.Windows.Forms.Label
Me.txbMemberId = New System.Windows.Forms.TextBox
Me.Label21 = New System.Windows.Forms.Label
Me.txbOperator = New System.Windows.Forms.TextBox
Me.Label20 = New System.Windows.Forms.Label
Me.txbOperationPeople = New System.Windows.Forms.TextBox
Me.Label19 = New System.Windows.Forms.Label
Me.txbDestinePeople = New System.Windows.Forms.TextBox
Me.Label18 = New System.Windows.Forms.Label
Me.ckbAddBed = New System.Windows.Forms.CheckBox
Me.txbState = New System.Windows.Forms.TextBox
Me.Label17 = New System.Windows.Forms.Label
Me.txbBeforMoney = New System.Windows.Forms.TextBox
Me.Label16 = New System.Windows.Forms.Label
Me.txbAddPrice = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.txbNumber = New System.Windows.Forms.TextBox
Me.Label14 = New System.Windows.Forms.Label
Me.btnOpen = New System.Windows.Forms.Button
Me.txbReasonDiscount = New System.Windows.Forms.TextBox
Me.Label13 = New System.Windows.Forms.Label
Me.txbDiscount = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.txbNowPrice = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.txbOriginPrice = New System.Windows.Forms.TextBox
Me.Label9 = New System.Windows.Forms.Label
Me.txbRoomCode = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.txbPhone = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.cbbRoomType = New System.Windows.Forms.ComboBox
Me.Label10 = New System.Windows.Forms.Label
Me.txbListId = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
Me.SqlDeleteCommand2 = New System.Data.SqlClient.SqlCommand
Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
Me.SqlInsertCommand2 = New System.Data.SqlClient.SqlCommand
Me.SqlSelectCommand2 = New System.Data.SqlClient.SqlCommand
Me.SqlUpdateCommand2 = New System.Data.SqlClient.SqlCommand
Me.GroupBox1.SuspendLayout()
CType(Me.DataSet11, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.tmLeft)
Me.GroupBox1.Controls.Add(Me.tmArrive)
Me.GroupBox1.Controls.Add(Me.txbRemark)
Me.GroupBox1.Controls.Add(Me.Label23)
Me.GroupBox1.Controls.Add(Me.txbDestineCompany)
Me.GroupBox1.Controls.Add(Me.Label22)
Me.GroupBox1.Controls.Add(Me.txbMemberId)
Me.GroupBox1.Controls.Add(Me.Label21)
Me.GroupBox1.Controls.Add(Me.txbOperator)
Me.GroupBox1.Controls.Add(Me.Label20)
Me.GroupBox1.Controls.Add(Me.txbOperationPeople)
Me.GroupBox1.Controls.Add(Me.Label19)
Me.GroupBox1.Controls.Add(Me.txbDestinePeople)
Me.GroupBox1.Controls.Add(Me.Label18)
Me.GroupBox1.Controls.Add(Me.ckbAddBed)
Me.GroupBox1.Controls.Add(Me.txbState)
Me.GroupBox1.Controls.Add(Me.Label17)
Me.GroupBox1.Controls.Add(Me.txbBeforMoney)
Me.GroupBox1.Controls.Add(Me.Label16)
Me.GroupBox1.Controls.Add(Me.txbAddPrice)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Controls.Add(Me.txbNumber)
Me.GroupBox1.Controls.Add(Me.Label14)
Me.GroupBox1.Controls.Add(Me.btnOpen)
Me.GroupBox1.Controls.Add(Me.txbReasonDiscount)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.txbDiscount)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.txbNowPrice)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.txbOriginPrice)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.txbRoomCode)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txbPhone)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.cbbRoomType)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.txbListId)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Location = New System.Drawing.Point(0, 168)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(616, 224)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = False
'
'tmLeft
'
Me.tmLeft.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "预定单.离店时间"))
Me.tmLeft.Format = System.Windows.Forms.DateTimePickerFormat.Short
Me.tmLeft.Location = New System.Drawing.Point(304, 27)
Me.tmLeft.Name = "tmLeft"
Me.tmLeft.Size = New System.Drawing.Size(88, 21)
Me.tmLeft.TabIndex = 55
'
'DataSet11
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -