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

📄 roomform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // 类别Label
            // 
            类别Label.AutoSize = true;
            类别Label.Location = new System.Drawing.Point(131, 32);
            类别Label.Name = "类别Label";
            类别Label.Size = new System.Drawing.Size(35, 12);
            类别Label.TabIndex = 17;
            类别Label.Text = "类别:";
            // 
            // 楼层Label
            // 
            楼层Label.AutoSize = true;
            楼层Label.Location = new System.Drawing.Point(289, 33);
            楼层Label.Name = "楼层Label";
            楼层Label.Size = new System.Drawing.Size(35, 12);
            楼层Label.TabIndex = 19;
            楼层Label.Text = "楼层:";
            // 
            // 楼层TextBox
            // 
            this.楼层TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "楼层", true));
            this.楼层TextBox.Location = new System.Drawing.Point(330, 28);
            this.楼层TextBox.Name = "楼层TextBox";
            this.楼层TextBox.Size = new System.Drawing.Size(90, 21);
            this.楼层TextBox.TabIndex = 20;
            // 
            // 单价Label
            // 
            单价Label.AutoSize = true;
            单价Label.Location = new System.Drawing.Point(426, 33);
            单价Label.Name = "单价Label";
            单价Label.Size = new System.Drawing.Size(35, 12);
            单价Label.TabIndex = 21;
            单价Label.Text = "单价:";
            // 
            // 单价TextBox
            // 
            this.单价TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "单价", true));
            this.单价TextBox.Location = new System.Drawing.Point(467, 28);
            this.单价TextBox.Name = "单价TextBox";
            this.单价TextBox.Size = new System.Drawing.Size(71, 21);
            this.单价TextBox.TabIndex = 22;
            // 
            // 可容纳人数Label
            // 
            可容纳人数Label.AutoSize = true;
            可容纳人数Label.Location = new System.Drawing.Point(2, 57);
            可容纳人数Label.Name = "可容纳人数Label";
            可容纳人数Label.Size = new System.Drawing.Size(71, 12);
            可容纳人数Label.TabIndex = 23;
            可容纳人数Label.Text = "可容纳人数:";
            // 
            // 可容纳人数TextBox
            // 
            this.可容纳人数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "可容纳人数", true));
            this.可容纳人数TextBox.Location = new System.Drawing.Point(78, 52);
            this.可容纳人数TextBox.Name = "可容纳人数TextBox";
            this.可容纳人数TextBox.Size = new System.Drawing.Size(49, 21);
            this.可容纳人数TextBox.TabIndex = 24;
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(289, 57);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 25;
            说明Label.Text = "说明:";
            // 
            // 说明TextBox
            // 
            this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "说明", true));
            this.说明TextBox.Location = new System.Drawing.Point(330, 52);
            this.说明TextBox.Name = "说明TextBox";
            this.说明TextBox.Size = new System.Drawing.Size(208, 21);
            this.说明TextBox.TabIndex = 26;
            // 
            // 已入住人数Label
            // 
            已入住人数Label.AutoSize = true;
            已入住人数Label.Location = new System.Drawing.Point(131, 57);
            已入住人数Label.Name = "已入住人数Label";
            已入住人数Label.Size = new System.Drawing.Size(71, 12);
            已入住人数Label.TabIndex = 27;
            已入住人数Label.Text = "已入住人数:";
            // 
            // 已入住人数TextBox
            // 
            this.已入住人数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "已入住人数", true));
            this.已入住人数TextBox.Location = new System.Drawing.Point(203, 52);
            this.已入住人数TextBox.Name = "已入住人数TextBox";
            this.已入住人数TextBox.Size = new System.Drawing.Size(79, 21);
            this.已入住人数TextBox.TabIndex = 28;
            this.已入住人数TextBox.Text = "0";
            // 
            // 酒店房间BindingSource
            // 
            this.酒店房间BindingSource.DataMember = "酒店房间";
            this.酒店房间BindingSource.DataSource = this.myHotelDataSet;
            // 
            // myHotelDataSet
            // 
            this.myHotelDataSet.DataSetName = "MyHotelDataSet";
            this.myHotelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "房号";
            this.dataGridViewTextBoxColumn1.HeaderText = "房号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "类别";
            this.dataGridViewTextBoxColumn2.HeaderText = "类别";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "楼层";
            this.dataGridViewTextBoxColumn3.HeaderText = "楼层";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "单价";
            this.dataGridViewTextBoxColumn4.HeaderText = "单价";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "可容纳人数";
            this.dataGridViewTextBoxColumn5.HeaderText = "可容纳人数";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.DataPropertyName = "说明";
            this.dataGridViewTextBoxColumn7.HeaderText = "说明";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            // 
            // 酒店房间TableAdapter
            // 
            this.酒店房间TableAdapter.ClearBeforeFill = true;
            // 
            // 类别ComboBox
            // 
            this.类别ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "类别", true));
            this.类别ComboBox.FormattingEnabled = true;
            this.类别ComboBox.Items.AddRange(new object[] {
            "单人间",
            "双人间",
            "三人间",
            "四人间",
            "豪华间",
            "钟点房",
            "棋牌室",
            "会议室"});
            this.类别ComboBox.Location = new System.Drawing.Point(172, 29);
            this.类别ComboBox.Name = "类别ComboBox";
            this.类别ComboBox.Size = new System.Drawing.Size(110, 20);
            this.类别ComboBox.TabIndex = 29;
            // 
            // RoomForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.ClientSize = new System.Drawing.Size(540, 414);
            this.Controls.Add(this.类别ComboBox);
            this.Controls.Add(房号Label);
            this.Controls.Add(this.房号TextBox);
            this.Controls.Add(类别Label);
            this.Controls.Add(楼层Label);
            this.Controls.Add(this.楼层TextBox);
            this.Controls.Add(单价Label);
            this.Controls.Add(this.单价TextBox);
            this.Controls.Add(可容纳人数Label);
            this.Controls.Add(this.可容纳人数TextBox);
            this.Controls.Add(说明Label);
            this.Controls.Add(this.说明TextBox);
            this.Controls.Add(已入住人数Label);
            this.Controls.Add(this.已入住人数TextBox);
            this.Controls.Add(this.酒店房间DataGridView);
            this.Controls.Add(this.酒店房间BindingNavigator);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "RoomForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "设置酒店客房信息";
            this.Load += new System.EventHandler(this.RoomForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间BindingNavigator)).EndInit();
            this.酒店房间BindingNavigator.ResumeLayout(false);
            this.酒店房间BindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间DataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private MyHotelDataSet myHotelDataSet;
        private System.Windows.Forms.BindingSource 酒店房间BindingSource;
        private MyHotel.MyHotelDataSetTableAdapters.酒店房间TableAdapter 酒店房间TableAdapter;
        private System.Windows.Forms.BindingNavigator 酒店房间BindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton 酒店房间BindingNavigatorSaveItem;
        private System.Windows.Forms.DataGridView 酒店房间DataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.TextBox 房号TextBox;
        private System.Windows.Forms.TextBox 楼层TextBox;
        private System.Windows.Forms.TextBox 单价TextBox;
        private System.Windows.Forms.TextBox 可容纳人数TextBox;
        private System.Windows.Forms.TextBox 说明TextBox;
        private System.Windows.Forms.TextBox 已入住人数TextBox;
        private System.Windows.Forms.ComboBox 类别ComboBox;
    }
}

⌨️ 快捷键说明

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