frmstroryset_layeradd.designer.cs

来自「酒店管理软件,c#版本可以选择不同的模式」· CS 代码 · 共 180 行

CS
180
字号
namespace Hotel.SystemSetting
{
    partial class FrmStrorySet_LayerAdd
    {
        /// <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.btnCanle = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.chkLayerHide = new System.Windows.Forms.CheckBox();
            this.chkLayerDefault = new System.Windows.Forms.CheckBox();
            this.txtLayerMemo = new System.Windows.Forms.TextBox();
            this.txtLayerDm = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox5.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnCanle
            // 
            this.btnCanle.Location = new System.Drawing.Point(313, 103);
            this.btnCanle.Name = "btnCanle";
            this.btnCanle.Size = new System.Drawing.Size(75, 23);
            this.btnCanle.TabIndex = 16;
            this.btnCanle.Text = "取消(&C)";
            this.btnCanle.UseVisualStyleBackColor = true;
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(219, 103);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 15;
            this.btnOk.Text = "确认(&Y)";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.textBox1);
            this.groupBox5.Controls.Add(this.label9);
            this.groupBox5.Controls.Add(this.chkLayerHide);
            this.groupBox5.Controls.Add(this.chkLayerDefault);
            this.groupBox5.Controls.Add(this.txtLayerMemo);
            this.groupBox5.Controls.Add(this.txtLayerDm);
            this.groupBox5.Controls.Add(this.label3);
            this.groupBox5.Controls.Add(this.label4);
            this.groupBox5.Location = new System.Drawing.Point(12, 12);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(376, 85);
            this.groupBox5.TabIndex = 17;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "添加条目";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(304, 20);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(66, 21);
            this.textBox1.TabIndex = 9;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(269, 23);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 8;
            this.label9.Text = "楼层";
            // 
            // chkLayerHide
            // 
            this.chkLayerHide.AutoSize = true;
            this.chkLayerHide.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkLayerHide.Location = new System.Drawing.Point(148, 47);
            this.chkLayerHide.Name = "chkLayerHide";
            this.chkLayerHide.Size = new System.Drawing.Size(48, 16);
            this.chkLayerHide.TabIndex = 7;
            this.chkLayerHide.Text = "省缺";
            this.chkLayerHide.UseVisualStyleBackColor = true;
            // 
            // chkLayerDefault
            // 
            this.chkLayerDefault.AutoSize = true;
            this.chkLayerDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkLayerDefault.Location = new System.Drawing.Point(31, 47);
            this.chkLayerDefault.Name = "chkLayerDefault";
            this.chkLayerDefault.Size = new System.Drawing.Size(48, 16);
            this.chkLayerDefault.TabIndex = 6;
            this.chkLayerDefault.Text = "预留";
            this.chkLayerDefault.UseVisualStyleBackColor = true;
            // 
            // txtLayerMemo
            // 
            this.txtLayerMemo.Location = new System.Drawing.Point(182, 20);
            this.txtLayerMemo.Name = "txtLayerMemo";
            this.txtLayerMemo.Size = new System.Drawing.Size(81, 21);
            this.txtLayerMemo.TabIndex = 5;
            // 
            // txtLayerDm
            // 
            this.txtLayerDm.Location = new System.Drawing.Point(65, 20);
            this.txtLayerDm.Name = "txtLayerDm";
            this.txtLayerDm.Size = new System.Drawing.Size(46, 21);
            this.txtLayerDm.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(123, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "楼层解释";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 27);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "楼层代码";
            // 
            // FrmStrorySet_LayerAdd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(401, 135);
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.btnCanle);
            this.Controls.Add(this.btnOk);
            this.Name = "FrmStrorySet_LayerAdd";
            this.Text = "FrmStrorySet_LayerAdd";
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnCanle;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.CheckBox chkLayerHide;
        private System.Windows.Forms.CheckBox chkLayerDefault;
        private System.Windows.Forms.TextBox txtLayerMemo;
        private System.Windows.Forms.TextBox txtLayerDm;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
    }
}

⌨️ 快捷键说明

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