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

📄 frmstoreyset.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Hotel.SystemSetting
{
    partial class FrmStoreySet
    {
        /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnUnitDel = new System.Windows.Forms.Button();
            this.btnUnitAdd = new System.Windows.Forms.Button();
            this.dbGridUnit = new System.Windows.Forms.DataGridView();
            this.ColNuitDm = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColNuitMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColNuitDefault = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.ColNuitHide = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.ColNuitId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.munUnit = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.DelUnitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UndoUnitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.grpRoom = new System.Windows.Forms.GroupBox();
            this.button2 = new System.Windows.Forms.Button();
            this.btnRoomDel = new System.Windows.Forms.Button();
            this.btnRoomAdd = new System.Windows.Forms.Button();
            this.dbGridRoom = new System.Windows.Forms.DataGridView();
            this.ColNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColClass = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.ColStyle = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.ColPopulation = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColUsed = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.munRoom = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.DelRoomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UndoRoomMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.grpLayer = new System.Windows.Forms.GroupBox();
            this.btnLayerDel = new System.Windows.Forms.Button();
            this.btnLayerAdd = new System.Windows.Forms.Button();
            this.dbGridLayer = new System.Windows.Forms.DataGridView();
            this.ColLayerDm = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColLayerMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColLayerLayer = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColLayerDefault = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.ColLayerHide = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.ColLayerId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.munLayer = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.DelLayerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UndoLayerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.btnRefresh = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnUpdate = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbGridUnit)).BeginInit();
            this.munUnit.SuspendLayout();
            this.grpRoom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbGridRoom)).BeginInit();
            this.munRoom.SuspendLayout();
            this.grpLayer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbGridLayer)).BeginInit();
            this.munLayer.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnUnitDel);
            this.groupBox1.Controls.Add(this.btnUnitAdd);
            this.groupBox1.Controls.Add(this.dbGridUnit);
            this.groupBox1.Location = new System.Drawing.Point(2, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(397, 183);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "楼区设置";
            // 
            // btnUnitDel
            // 
            this.btnUnitDel.Location = new System.Drawing.Point(325, 154);
            this.btnUnitDel.Name = "btnUnitDel";
            this.btnUnitDel.Size = new System.Drawing.Size(58, 23);
            this.btnUnitDel.TabIndex = 3;
            this.btnUnitDel.Text = "删除";
            this.btnUnitDel.UseVisualStyleBackColor = true;
            this.btnUnitDel.Click += new System.EventHandler(this.btnUnitDel_Click);
            // 
            // btnUnitAdd
            // 
            this.btnUnitAdd.Location = new System.Drawing.Point(260, 154);
            this.btnUnitAdd.Name = "btnUnitAdd";
            this.btnUnitAdd.Size = new System.Drawing.Size(58, 23);
            this.btnUnitAdd.TabIndex = 2;
            this.btnUnitAdd.Text = "添加";
            this.btnUnitAdd.UseVisualStyleBackColor = true;
            this.btnUnitAdd.Click += new System.EventHandler(this.btnUnitAdd_Click);
            // 
            // dbGridUnit
            // 
            this.dbGridUnit.AllowUserToAddRows = false;
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.dbGridUnit.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dbGridUnit.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dbGridUnit.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColNuitDm,
            this.ColNuitMemo,
            this.ColNuitDefault,
            this.ColNuitHide,
            this.ColNuitId});
            this.dbGridUnit.ContextMenuStrip = this.munUnit;
            this.dbGridUnit.Location = new System.Drawing.Point(12, 20);
            this.dbGridUnit.MultiSelect = false;
            this.dbGridUnit.Name = "dbGridUnit";
            this.dbGridUnit.RowTemplate.Height = 23;
            this.dbGridUnit.Size = new System.Drawing.Size(379, 128);
            this.dbGridUnit.TabIndex = 1;
            this.dbGridUnit.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dbGridUnit_CellParsing);
            this.dbGridUnit.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbGridUnit_CellEndEdit);
            this.dbGridUnit.AllowUserToAddRowsChanged += new System.EventHandler(this.dbGridUnit_AllowUserToAddRowsChanged);
            this.dbGridUnit.CurrentCellChanged += new System.EventHandler(this.dbGridUnit_CurrentCellChanged);
            this.dbGridUnit.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbGridUnit_CellContentClick);
            // 
            // ColNuitDm
            // 
            this.ColNuitDm.FillWeight = 80F;
            this.ColNuitDm.HeaderText = "楼区代码";
            this.ColNuitDm.MaxInputLength = 5;
            this.ColNuitDm.Name = "ColNuitDm";
            // 
            // ColNuitMemo
            // 
            this.ColNuitMemo.HeaderText = "楼区解释";
            this.ColNuitMemo.MaxInputLength = 10;
            this.ColNuitMemo.Name = "ColNuitMemo";
            // 
            // ColNuitDefault
            // 
            this.ColNuitDefault.HeaderText = "省缺";
            this.ColNuitDefault.Name = "ColNuitDefault";
            this.ColNuitDefault.Width = 60;
            // 
            // ColNuitHide
            // 
            this.ColNuitHide.HeaderText = "预留";
            this.ColNuitHide.Name = "ColNuitHide";
            this.ColNuitHide.Width = 60;
            // 
            // ColNuitId
            // 
            this.ColNuitId.HeaderText = "序号";
            this.ColNuitId.Name = "ColNuitId";
            this.ColNuitId.ReadOnly = true;
            this.ColNuitId.Visible = false;
            this.ColNuitId.Width = 5;
            // 
            // munUnit
            // 
            this.munUnit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DelUnitMenuItem,
            this.UndoUnitMenuItem});
            this.munUnit.Name = "munRoom";
            this.munUnit.Size = new System.Drawing.Size(119, 48);
            // 
            // DelUnitMenuItem
            // 
            this.DelUnitMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.delete;
            this.DelUnitMenuItem.Name = "DelUnitMenuItem";
            this.DelUnitMenuItem.Size = new System.Drawing.Size(118, 22);
            this.DelUnitMenuItem.Text = "删除";
            this.DelUnitMenuItem.Click += new System.EventHandler(this.DelUnitMenuItem_Click);
            // 
            // UndoUnitMenuItem
            // 
            this.UndoUnitMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.undo;
            this.UndoUnitMenuItem.Name = "UndoUnitMenuItem";
            this.UndoUnitMenuItem.Size = new System.Drawing.Size(118, 22);
            this.UndoUnitMenuItem.Text = "取消修改";
            this.UndoUnitMenuItem.Click += new System.EventHandler(this.UndoUnitMenuItem_Click);
            // 
            // grpRoom
            // 
            this.grpRoom.Controls.Add(this.button2);
            this.grpRoom.Controls.Add(this.btnRoomDel);
            this.grpRoom.Controls.Add(this.btnRoomAdd);
            this.grpRoom.Controls.Add(this.dbGridRoom);
            this.grpRoom.Location = new System.Drawing.Point(405, 14);
            this.grpRoom.Name = "grpRoom";
            this.grpRoom.Size = new System.Drawing.Size(538, 559);
            this.grpRoom.TabIndex = 1;
            this.grpRoom.TabStop = false;
            this.grpRoom.Text = "房区设置";
            this.grpRoom.Enter += new System.EventHandler(this.groupBox2_Enter);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(316, 522);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(77, 23);
            this.button2.TabIndex = 21;
            this.button2.Text = "批量添加";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // btnRoomDel
            // 
            this.btnRoomDel.Location = new System.Drawing.Point(463, 522);
            this.btnRoomDel.Name = "btnRoomDel";
            this.btnRoomDel.Size = new System.Drawing.Size(58, 23);
            this.btnRoomDel.TabIndex = 19;
            this.btnRoomDel.Text = "删除";
            this.btnRoomDel.UseVisualStyleBackColor = true;
            this.btnRoomDel.Click += new System.EventHandler(this.btnRoomDel_Click);
            // 
            // btnRoomAdd
            // 
            this.btnRoomAdd.Location = new System.Drawing.Point(399, 522);
            this.btnRoomAdd.Name = "btnRoomAdd";
            this.btnRoomAdd.Size = new System.Drawing.Size(58, 23);
            this.btnRoomAdd.TabIndex = 18;
            this.btnRoomAdd.Text = "添加";
            this.btnRoomAdd.UseVisualStyleBackColor = true;
            this.btnRoomAdd.Click += new System.EventHandler(this.btnRoomAdd_Click);
            // 
            // dbGridRoom
            // 
            this.dbGridRoom.AllowUserToAddRows = false;
            this.dbGridRoom.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dbGridRoom.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColNo,
            this.ColClass,
            this.ColStyle,
            this.ColPopulation,
            this.ColUsed,
            this.dataGridViewTextBoxColumn1});
            this.dbGridRoom.ContextMenuStrip = this.munRoom;
            this.dbGridRoom.Location = new System.Drawing.Point(12, 20);
            this.dbGridRoom.Name = "dbGridRoom";
            this.dbGridRoom.RowTemplate.Height = 23;
            this.dbGridRoom.Size = new System.Drawing.Size(516, 496);
            this.dbGridRoom.TabIndex = 1;
            this.dbGridRoom.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dbGridRoom_CellParsing);
            this.dbGridRoom.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbGridRoom_CellEndEdit);
            this.dbGridRoom.CurrentCellChanged += new System.EventHandler(this.dbGridRoom_CurrentCellChanged);
            // 
            // ColNo
            // 
            this.ColNo.HeaderText = "房号";
            this.ColNo.MaxInputLength = 8;
            this.ColNo.Name = "ColNo";
            // 
            // ColClass
            // 
            this.ColClass.HeaderText = "房类";
            this.ColClass.Name = "ColClass";
            // 
            // ColStyle
            // 
            this.ColStyle.HeaderText = "客房风格";
            this.ColStyle.Name = "ColStyle";

⌨️ 快捷键说明

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