⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmroominfo.vb

📁 用.net写的,不知道怎么样,各位看看再说吧.
💻 VB
📖 第 1 页 / 共 3 页
字号:
Public Class frmRoomInfo    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 Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents cbbFloorCode As System.Windows.Forms.ComboBox
    Friend WithEvents cbbTypeCode As System.Windows.Forms.ComboBox
    Friend WithEvents txbRemark As System.Windows.Forms.TextBox
    Friend WithEvents txbState As System.Windows.Forms.TextBox
    Friend WithEvents txbDescribe As System.Windows.Forms.TextBox
    Friend WithEvents txbBed As System.Windows.Forms.TextBox
    Friend WithEvents txbNumber As System.Windows.Forms.TextBox
    Friend WithEvents txbRoomCode As System.Windows.Forms.TextBox
    Friend WithEvents ckbPin As System.Windows.Forms.CheckBox
    Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
    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 SqlConnection1 As System.Data.SqlClient.SqlConnection
    Friend WithEvents DataSet11 As 酒店管理系统.DataSet1
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.ckbPin = New System.Windows.Forms.CheckBox
        Me.DataSet11 = New 酒店管理系统.DataSet1
        Me.cbbFloorCode = New System.Windows.Forms.ComboBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.cbbTypeCode = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.txbRemark = New System.Windows.Forms.TextBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.txbState = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.txbDescribe = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.txbBed = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.txbNumber = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.txbRoomCode = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
        Me.SqlDeleteCommand1 = New System.Data.SqlClient.SqlCommand
        Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
        Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand
        Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand
        Me.SqlUpdateCommand1 = 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.ckbPin)
        Me.GroupBox1.Controls.Add(Me.cbbFloorCode)
        Me.GroupBox1.Controls.Add(Me.Label11)
        Me.GroupBox1.Controls.Add(Me.cbbTypeCode)
        Me.GroupBox1.Controls.Add(Me.Label10)
        Me.GroupBox1.Controls.Add(Me.txbRemark)
        Me.GroupBox1.Controls.Add(Me.Label9)
        Me.GroupBox1.Controls.Add(Me.txbState)
        Me.GroupBox1.Controls.Add(Me.Label8)
        Me.GroupBox1.Controls.Add(Me.txbDescribe)
        Me.GroupBox1.Controls.Add(Me.Label7)
        Me.GroupBox1.Controls.Add(Me.txbBed)
        Me.GroupBox1.Controls.Add(Me.Label6)
        Me.GroupBox1.Controls.Add(Me.txbNumber)
        Me.GroupBox1.Controls.Add(Me.Label5)
        Me.GroupBox1.Controls.Add(Me.txbRoomCode)
        Me.GroupBox1.Controls.Add(Me.Label4)
        Me.GroupBox1.Location = New System.Drawing.Point(0, 176)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(616, 184)
        Me.GroupBox1.TabIndex = 4
        Me.GroupBox1.TabStop = False
        '
        'ckbPin
        '
        Me.ckbPin.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.DataSet11, "客房信息.是否可拼房"))
        Me.ckbPin.Location = New System.Drawing.Point(296, 118)
        Me.ckbPin.Name = "ckbPin"
        Me.ckbPin.Size = New System.Drawing.Size(88, 24)
        Me.ckbPin.TabIndex = 16
        Me.ckbPin.Text = "是否可拼房"
        '
        'DataSet11
        '
        Me.DataSet11.DataSetName = "DataSet1"
        Me.DataSet11.Locale = New System.Globalization.CultureInfo("zh-CN")
        '
        'cbbFloorCode
        '
        Me.cbbFloorCode.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "客房信息.楼层编号"))
        Me.cbbFloorCode.Location = New System.Drawing.Point(208, 26)
        Me.cbbFloorCode.Name = "cbbFloorCode"
        Me.cbbFloorCode.Size = New System.Drawing.Size(64, 20)
        Me.cbbFloorCode.TabIndex = 15
        '
        'Label11
        '
        Me.Label11.Location = New System.Drawing.Point(208, 10)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(56, 18)
        Me.Label11.TabIndex = 14
        Me.Label11.Text = "楼层编号"
        '
        'cbbTypeCode
        '
        Me.cbbTypeCode.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "客房信息.类型编号"))
        Me.cbbTypeCode.Location = New System.Drawing.Point(112, 26)
        Me.cbbTypeCode.Name = "cbbTypeCode"
        Me.cbbTypeCode.Size = New System.Drawing.Size(72, 20)
        Me.cbbTypeCode.TabIndex = 13
        '
        'Label10
        '
        Me.Label10.Location = New System.Drawing.Point(112, 10)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(56, 18)
        Me.Label10.TabIndex = 12
        Me.Label10.Text = "类型编号"
        '
        'txbRemark
        '
        Me.txbRemark.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "客房信息.备注"))
        Me.txbRemark.Location = New System.Drawing.Point(16, 119)
        Me.txbRemark.Name = "txbRemark"
        Me.txbRemark.Size = New System.Drawing.Size(256, 21)
        Me.txbRemark.TabIndex = 11
        Me.txbRemark.Text = ""
        '
        'Label9
        '
        Me.Label9.Location = New System.Drawing.Point(14, 102)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(56, 18)
        Me.Label9.TabIndex = 10
        Me.Label9.Text = "备注"
        '
        'txbState

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -