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

📄 frmstoreyset.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.ColStyle.Width = 120;
            // 
            // ColPopulation
            // 
            this.ColPopulation.HeaderText = "容客数";
            this.ColPopulation.MaxInputLength = 1;
            this.ColPopulation.Name = "ColPopulation";
            this.ColPopulation.Width = 70;
            // 
            // ColUsed
            // 
            this.ColUsed.HeaderText = "可用";
            this.ColUsed.Name = "ColUsed";
            this.ColUsed.Width = 70;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.HeaderText = "序号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Visible = false;
            // 
            // munRoom
            // 
            this.munRoom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DelRoomMenuItem,
            this.UndoRoomMenuItem});
            this.munRoom.Name = "munRoom";
            this.munRoom.Size = new System.Drawing.Size(119, 48);
            // 
            // DelRoomMenuItem
            // 
            this.DelRoomMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.delete;
            this.DelRoomMenuItem.Name = "DelRoomMenuItem";
            this.DelRoomMenuItem.Size = new System.Drawing.Size(118, 22);
            this.DelRoomMenuItem.Text = "删除";
            this.DelRoomMenuItem.Click += new System.EventHandler(this.DelRoomMenuItem_Click);
            // 
            // UndoRoomMenuItem
            // 
            this.UndoRoomMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.undo;
            this.UndoRoomMenuItem.Name = "UndoRoomMenuItem";
            this.UndoRoomMenuItem.Size = new System.Drawing.Size(118, 22);
            this.UndoRoomMenuItem.Text = "取消更改";
            // 
            // grpLayer
            // 
            this.grpLayer.Controls.Add(this.btnLayerDel);
            this.grpLayer.Controls.Add(this.btnLayerAdd);
            this.grpLayer.Controls.Add(this.dbGridLayer);
            this.grpLayer.Location = new System.Drawing.Point(2, 201);
            this.grpLayer.Name = "grpLayer";
            this.grpLayer.Size = new System.Drawing.Size(397, 443);
            this.grpLayer.TabIndex = 2;
            this.grpLayer.TabStop = false;
            this.grpLayer.Text = "楼层设置";
            // 
            // btnLayerDel
            // 
            this.btnLayerDel.Location = new System.Drawing.Point(330, 407);
            this.btnLayerDel.Name = "btnLayerDel";
            this.btnLayerDel.Size = new System.Drawing.Size(58, 23);
            this.btnLayerDel.TabIndex = 14;
            this.btnLayerDel.Text = "删除";
            this.btnLayerDel.UseVisualStyleBackColor = true;
            this.btnLayerDel.Click += new System.EventHandler(this.btnLayerDel_Click);
            // 
            // btnLayerAdd
            // 
            this.btnLayerAdd.Location = new System.Drawing.Point(260, 407);
            this.btnLayerAdd.Name = "btnLayerAdd";
            this.btnLayerAdd.Size = new System.Drawing.Size(58, 23);
            this.btnLayerAdd.TabIndex = 13;
            this.btnLayerAdd.Text = "添加";
            this.btnLayerAdd.UseVisualStyleBackColor = true;
            this.btnLayerAdd.Click += new System.EventHandler(this.btnLayerAdd_Click);
            // 
            // dbGridLayer
            // 
            this.dbGridLayer.AllowUserToAddRows = false;
            this.dbGridLayer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dbGridLayer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColLayerDm,
            this.ColLayerMemo,
            this.ColLayerLayer,
            this.ColLayerDefault,
            this.ColLayerHide,
            this.ColLayerId});
            this.dbGridLayer.ContextMenuStrip = this.munLayer;
            this.dbGridLayer.Location = new System.Drawing.Point(12, 20);
            this.dbGridLayer.MultiSelect = false;
            this.dbGridLayer.Name = "dbGridLayer";
            this.dbGridLayer.RowHeadersWidth = 31;
            this.dbGridLayer.RowTemplate.Height = 23;
            this.dbGridLayer.Size = new System.Drawing.Size(379, 381);
            this.dbGridLayer.TabIndex = 1;
            this.dbGridLayer.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dbGridLayer_CellParsing);
            this.dbGridLayer.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbGridLayer_CellEndEdit);
            this.dbGridLayer.CurrentCellChanged += new System.EventHandler(this.dbGridLayer_CurrentCellChanged);
            this.dbGridLayer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbGridLayer_CellContentClick);
            // 
            // ColLayerDm
            // 
            this.ColLayerDm.HeaderText = "楼层代码";
            this.ColLayerDm.MaxInputLength = 5;
            this.ColLayerDm.Name = "ColLayerDm";
            this.ColLayerDm.Width = 80;
            // 
            // ColLayerMemo
            // 
            this.ColLayerMemo.HeaderText = "楼层解释";
            this.ColLayerMemo.MaxInputLength = 10;
            this.ColLayerMemo.Name = "ColLayerMemo";
            this.ColLayerMemo.Width = 80;
            // 
            // ColLayerLayer
            // 
            this.ColLayerLayer.HeaderText = "楼层";
            this.ColLayerLayer.MaxInputLength = 5;
            this.ColLayerLayer.Name = "ColLayerLayer";
            this.ColLayerLayer.Width = 60;
            // 
            // ColLayerDefault
            // 
            this.ColLayerDefault.HeaderText = "省缺";
            this.ColLayerDefault.Name = "ColLayerDefault";
            this.ColLayerDefault.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.ColLayerDefault.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.ColLayerDefault.Width = 60;
            // 
            // ColLayerHide
            // 
            this.ColLayerHide.HeaderText = "预留";
            this.ColLayerHide.Name = "ColLayerHide";
            this.ColLayerHide.Width = 50;
            // 
            // ColLayerId
            // 
            this.ColLayerId.HeaderText = "序号";
            this.ColLayerId.Name = "ColLayerId";
            this.ColLayerId.ReadOnly = true;
            this.ColLayerId.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.ColLayerId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ColLayerId.Visible = false;
            // 
            // munLayer
            // 
            this.munLayer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DelLayerMenuItem,
            this.UndoLayerMenuItem});
            this.munLayer.Name = "munRoom";
            this.munLayer.Size = new System.Drawing.Size(119, 48);
            // 
            // DelLayerMenuItem
            // 
            this.DelLayerMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.delete;
            this.DelLayerMenuItem.Name = "DelLayerMenuItem";
            this.DelLayerMenuItem.Size = new System.Drawing.Size(118, 22);
            this.DelLayerMenuItem.Text = "删除";
            this.DelLayerMenuItem.Click += new System.EventHandler(this.DelLayerMenuItem_Click);
            // 
            // UndoLayerMenuItem
            // 
            this.UndoLayerMenuItem.Image = global::Hotel.SystemSetting.Properties.Resources.undo;
            this.UndoLayerMenuItem.Name = "UndoLayerMenuItem";
            this.UndoLayerMenuItem.Size = new System.Drawing.Size(118, 22);
            this.UndoLayerMenuItem.Text = "取消更改";
            // 
            // btnRefresh
            // 
            this.btnRefresh.Location = new System.Drawing.Point(451, 600);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(111, 39);
            this.btnRefresh.TabIndex = 21;
            this.btnRefresh.Text = "刷新(&R)";
            this.btnRefresh.UseVisualStyleBackColor = true;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(820, 600);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(111, 39);
            this.btnClose.TabIndex = 22;
            this.btnClose.Text = "退出(&Q)";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnUpdate
            // 
            this.btnUpdate.Location = new System.Drawing.Point(697, 600);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(111, 39);
            this.btnUpdate.TabIndex = 23;
            this.btnUpdate.Text = "打印(&P)";
            this.btnUpdate.UseVisualStyleBackColor = true;
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(574, 600);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(111, 39);
            this.btnSave.TabIndex = 24;
            this.btnSave.Text = "保存(&S)";
            this.btnSave.UseVisualStyleBackColor = true;
            // 
            // FrmStoreySet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(952, 650);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnUpdate);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnRefresh);
            this.Controls.Add(this.grpLayer);
            this.Controls.Add(this.grpRoom);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmStoreySet";
            this.Text = "FrmStoreySet";
            this.Load += new System.EventHandler(this.FrmStoreySet_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dbGridUnit)).EndInit();
            this.munUnit.ResumeLayout(false);
            this.grpRoom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dbGridRoom)).EndInit();
            this.munRoom.ResumeLayout(false);
            this.grpLayer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dbGridLayer)).EndInit();
            this.munLayer.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dbGridUnit;
        private System.Windows.Forms.GroupBox grpRoom;
        private System.Windows.Forms.DataGridView dbGridRoom;
        private System.Windows.Forms.Button btnUnitDel;
        private System.Windows.Forms.Button btnUnitAdd;
        private System.Windows.Forms.GroupBox grpLayer;
        private System.Windows.Forms.Button btnRoomDel;
        private System.Windows.Forms.Button btnRoomAdd;
        private System.Windows.Forms.Button btnRefresh;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Button btnUpdate;
        private System.Windows.Forms.Button btnLayerDel;
        private System.Windows.Forms.Button btnLayerAdd;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.ContextMenuStrip munRoom;
        private System.Windows.Forms.ToolStripMenuItem DelRoomMenuItem;
        private System.Windows.Forms.ToolStripMenuItem UndoRoomMenuItem;
        private System.Windows.Forms.ContextMenuStrip munLayer;
        private System.Windows.Forms.ToolStripMenuItem DelLayerMenuItem;
        private System.Windows.Forms.ToolStripMenuItem UndoLayerMenuItem;
        private System.Windows.Forms.DataGridView dbGridLayer;
        private System.Windows.Forms.ContextMenuStrip munUnit;
        private System.Windows.Forms.ToolStripMenuItem DelUnitMenuItem;
        private System.Windows.Forms.ToolStripMenuItem UndoUnitMenuItem;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColNuitDm;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColNuitMemo;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ColNuitDefault;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ColNuitHide;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColNuitId;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColLayerDm;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColLayerMemo;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColLayerLayer;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ColLayerDefault;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ColLayerHide;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColLayerId;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColNo;
        private System.Windows.Forms.DataGridViewComboBoxColumn ColClass;
        private System.Windows.Forms.DataGridViewComboBoxColumn ColStyle;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColPopulation;
        private System.Windows.Forms.DataGridViewCheckBoxColumn ColUsed;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
    }
}

⌨️ 快捷键说明

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