📄 frmcash.vb
字号:
Public Class frmCash Inherits 酒店管理系统.frmBase#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 Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents cbbPayWay As System.Windows.Forms.ComboBox
Friend WithEvents txbRemailMoney As System.Windows.Forms.TextBox
Friend WithEvents btnOver As System.Windows.Forms.Button
Friend WithEvents btnPayMoney As System.Windows.Forms.Button
Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents dgdDetail As System.Windows.Forms.DataGrid
Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection
Friend WithEvents SqlSelectCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents DataSet11 As 酒店管理系统.DataSet2
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.cbbPayWay = New System.Windows.Forms.ComboBox
Me.txbRemailMoney = New System.Windows.Forms.TextBox
Me.btnOver = New System.Windows.Forms.Button
Me.btnPayMoney = New System.Windows.Forms.Button
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.dgdDetail = New System.Windows.Forms.DataGrid
Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlUpdateCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlDeleteCommand1 = New System.Data.SqlClient.SqlCommand
Me.DataSet11 = New 酒店管理系统.DataSet2
Me.GroupBox1.SuspendLayout()
CType(Me.dgdDetail, System.ComponentModel.ISupportInitialize).BeginInit()
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.cbbPayWay)
Me.GroupBox1.Controls.Add(Me.txbRemailMoney)
Me.GroupBox1.Controls.Add(Me.btnOver)
Me.GroupBox1.Controls.Add(Me.btnPayMoney)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.dgdDetail)
Me.GroupBox1.Location = New System.Drawing.Point(0, 172)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(608, 224)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = False
'
'cbbPayWay
'
Me.cbbPayWay.Items.AddRange(New Object() {"现金", "支票", "信用卡", "代金券", "其它"})
Me.cbbPayWay.Location = New System.Drawing.Point(272, 192)
Me.cbbPayWay.Name = "cbbPayWay"
Me.cbbPayWay.Size = New System.Drawing.Size(88, 20)
Me.cbbPayWay.TabIndex = 7
'
'txbRemailMoney
'
Me.txbRemailMoney.Location = New System.Drawing.Point(152, 192)
Me.txbRemailMoney.Name = "txbRemailMoney"
Me.txbRemailMoney.ReadOnly = True
Me.txbRemailMoney.Size = New System.Drawing.Size(80, 21)
Me.txbRemailMoney.TabIndex = 6
Me.txbRemailMoney.Text = ""
'
'btnOver
'
Me.btnOver.Location = New System.Drawing.Point(408, 192)
Me.btnOver.Name = "btnOver"
Me.btnOver.Size = New System.Drawing.Size(96, 24)
Me.btnOver.TabIndex = 5
Me.btnOver.Text = "收银结帐退房"
'
'btnPayMoney
'
Me.btnPayMoney.Location = New System.Drawing.Point(23, 192)
Me.btnPayMoney.Name = "btnPayMoney"
Me.btnPayMoney.Size = New System.Drawing.Size(96, 24)
Me.btnPayMoney.TabIndex = 4
Me.btnPayMoney.Text = "计算应收帐款"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(271, 172)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(64, 16)
Me.Label6.TabIndex = 3
Me.Label6.Text = "付款方式"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(151, 172)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(64, 16)
Me.Label5.TabIndex = 2
Me.Label5.Text = "结帐金额"
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -