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

📄 roomform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyHotel
{
    partial class RoomForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.Label 房号Label;
            System.Windows.Forms.Label 类别Label;
            System.Windows.Forms.Label 楼层Label;
            System.Windows.Forms.Label 单价Label;
            System.Windows.Forms.Label 可容纳人数Label;
            System.Windows.Forms.Label 说明Label;
            System.Windows.Forms.Label 已入住人数Label;
            this.酒店房间BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.酒店房间BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.酒店房间DataGridView = new System.Windows.Forms.DataGridView();
            this.房号TextBox = new System.Windows.Forms.TextBox();
            this.楼层TextBox = new System.Windows.Forms.TextBox();
            this.单价TextBox = new System.Windows.Forms.TextBox();
            this.可容纳人数TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.已入住人数TextBox = new System.Windows.Forms.TextBox();
            this.酒店房间BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myHotelDataSet = new MyHotel.MyHotelDataSet();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.酒店房间TableAdapter = new MyHotel.MyHotelDataSetTableAdapters.酒店房间TableAdapter();
            this.类别ComboBox = new System.Windows.Forms.ComboBox();
            房号Label = new System.Windows.Forms.Label();
            类别Label = new System.Windows.Forms.Label();
            楼层Label = new System.Windows.Forms.Label();
            单价Label = new System.Windows.Forms.Label();
            可容纳人数Label = new System.Windows.Forms.Label();
            说明Label = new System.Windows.Forms.Label();
            已入住人数Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间BindingNavigator)).BeginInit();
            this.酒店房间BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.酒店房间BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // 酒店房间BindingNavigator
            // 
            this.酒店房间BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.酒店房间BindingNavigator.BindingSource = this.酒店房间BindingSource;
            this.酒店房间BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.酒店房间BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.酒店房间BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.酒店房间BindingNavigatorSaveItem});
            this.酒店房间BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.酒店房间BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.酒店房间BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.酒店房间BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.酒店房间BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.酒店房间BindingNavigator.Name = "酒店房间BindingNavigator";
            this.酒店房间BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.酒店房间BindingNavigator.Size = new System.Drawing.Size(540, 25);
            this.酒店房间BindingNavigator.TabIndex = 0;
            this.酒店房间BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorAddNewItem.Text = "新增";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "总项数";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorDeleteItem.Text = "删除";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 酒店房间BindingNavigatorSaveItem
            // 
            this.酒店房间BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("酒店房间BindingNavigatorSaveItem.Image")));
            this.酒店房间BindingNavigatorSaveItem.Name = "酒店房间BindingNavigatorSaveItem";
            this.酒店房间BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.酒店房间BindingNavigatorSaveItem.Text = "保存";
            this.酒店房间BindingNavigatorSaveItem.Click += new System.EventHandler(this.酒店房间BindingNavigatorSaveItem_Click);
            // 
            // 酒店房间DataGridView
            // 
            this.酒店房间DataGridView.AutoGenerateColumns = false;
            this.酒店房间DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
            this.酒店房间DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn7});
            this.酒店房间DataGridView.DataSource = this.酒店房间BindingSource;
            this.酒店房间DataGridView.Location = new System.Drawing.Point(2, 78);
            this.酒店房间DataGridView.Name = "酒店房间DataGridView";
            this.酒店房间DataGridView.ReadOnly = true;
            this.酒店房间DataGridView.RowHeadersVisible = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
            this.酒店房间DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.酒店房间DataGridView.RowTemplate.Height = 23;
            this.酒店房间DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.酒店房间DataGridView.Size = new System.Drawing.Size(535, 333);
            this.酒店房间DataGridView.TabIndex = 15;
            // 
            // 房号Label
            // 
            房号Label.AutoSize = true;
            房号Label.Location = new System.Drawing.Point(2, 33);
            房号Label.Name = "房号Label";
            房号Label.Size = new System.Drawing.Size(35, 12);
            房号Label.TabIndex = 15;
            房号Label.Text = "房号:";
            // 
            // 房号TextBox
            // 
            this.房号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.酒店房间BindingSource, "房号", true));
            this.房号TextBox.Location = new System.Drawing.Point(44, 28);
            this.房号TextBox.Name = "房号TextBox";
            this.房号TextBox.Size = new System.Drawing.Size(83, 21);
            this.房号TextBox.TabIndex = 16;

⌨️ 快捷键说明

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