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

📄 frmstroryset_unitadd.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
字号:
namespace Hotel.SystemSetting
{
    partial class FrmStrorySet_UnitAdd
    {
        /// <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.groupBox4 = new System.Windows.Forms.GroupBox();
            this.chkUnitDefault = new System.Windows.Forms.CheckBox();
            this.chkUnitHide = new System.Windows.Forms.CheckBox();
            this.txtUnitMemo = new System.Windows.Forms.TextBox();
            this.txtUnitDm = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCanle = new System.Windows.Forms.Button();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.chkUnitDefault);
            this.groupBox4.Controls.Add(this.chkUnitHide);
            this.groupBox4.Controls.Add(this.txtUnitMemo);
            this.groupBox4.Controls.Add(this.txtUnitDm);
            this.groupBox4.Controls.Add(this.label2);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Location = new System.Drawing.Point(12, 12);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(394, 49);
            this.groupBox4.TabIndex = 12;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "添加条目";
            // 
            // chkUnitDefault
            // 
            this.chkUnitDefault.AutoSize = true;
            this.chkUnitDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkUnitDefault.Location = new System.Drawing.Point(274, 22);
            this.chkUnitDefault.Name = "chkUnitDefault";
            this.chkUnitDefault.Size = new System.Drawing.Size(48, 16);
            this.chkUnitDefault.TabIndex = 7;
            this.chkUnitDefault.Text = "省缺";
            this.chkUnitDefault.UseVisualStyleBackColor = true;
            // 
            // chkUnitHide
            // 
            this.chkUnitHide.AutoSize = true;
            this.chkUnitHide.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkUnitHide.Location = new System.Drawing.Point(328, 22);
            this.chkUnitHide.Name = "chkUnitHide";
            this.chkUnitHide.Size = new System.Drawing.Size(48, 16);
            this.chkUnitHide.TabIndex = 6;
            this.chkUnitHide.Text = "预留";
            this.chkUnitHide.UseVisualStyleBackColor = true;
            // 
            // txtUnitMemo
            // 
            this.txtUnitMemo.Location = new System.Drawing.Point(180, 17);
            this.txtUnitMemo.Name = "txtUnitMemo";
            this.txtUnitMemo.Size = new System.Drawing.Size(88, 21);
            this.txtUnitMemo.TabIndex = 5;
            // 
            // txtUnitDm
            // 
            this.txtUnitDm.Location = new System.Drawing.Point(65, 17);
            this.txtUnitDm.Name = "txtUnitDm";
            this.txtUnitDm.Size = new System.Drawing.Size(63, 21);
            this.txtUnitDm.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(145, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "解释";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "楼区代码";
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(229, 71);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 13;
            this.btnOk.Text = "确认(&Y)";
            this.btnOk.UseVisualStyleBackColor = true;
            // 
            // btnCanle
            // 
            this.btnCanle.Location = new System.Drawing.Point(331, 71);
            this.btnCanle.Name = "btnCanle";
            this.btnCanle.Size = new System.Drawing.Size(75, 23);
            this.btnCanle.TabIndex = 14;
            this.btnCanle.Text = "取消(&C)";
            this.btnCanle.UseVisualStyleBackColor = true;
            // 
            // FrmStrorySet_UnitAdd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(418, 106);
            this.Controls.Add(this.btnCanle);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.groupBox4);
            this.Name = "FrmStrorySet_UnitAdd";
            this.Text = "FrmStrorySet_UnitAdd";
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.CheckBox chkUnitDefault;
        private System.Windows.Forms.CheckBox chkUnitHide;
        private System.Windows.Forms.TextBox txtUnitMemo;
        private System.Windows.Forms.TextBox txtUnitDm;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Button btnCanle;
    }
}

⌨️ 快捷键说明

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