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

📄 frmstroryset_roomaddmore.designer.cs

📁 酒店管理软件,c#版本可以选择不同的模式
💻 CS
字号:
namespace Hotel.SystemSetting
{
    partial class FrmStrorySet_RoomAddMore
    {
        /// <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.groupBox6 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtRoomNoEnd = new System.Windows.Forms.TextBox();
            this.txtRoomNoTail = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtRoomNoStart = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cboRoomStyle = new System.Windows.Forms.ComboBox();
            this.cboRoomClass = new System.Windows.Forms.ComboBox();
            this.txtRoomPopulation = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.chkRoomUsed = new System.Windows.Forms.CheckBox();
            this.txtRoomNoHead = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox6.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnCanle
            // 
            this.btnCanle.Location = new System.Drawing.Point(362, 108);
            this.btnCanle.Name = "btnCanle";
            this.btnCanle.Size = new System.Drawing.Size(75, 23);
            this.btnCanle.TabIndex = 23;
            this.btnCanle.Text = "取消(&C)";
            this.btnCanle.UseVisualStyleBackColor = true;
            this.btnCanle.Click += new System.EventHandler(this.btnCanle_Click);
            // 
            // btnOk
            // 
            this.btnOk.Location = new System.Drawing.Point(262, 108);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 23);
            this.btnOk.TabIndex = 22;
            this.btnOk.Text = "确认(&Y)";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.label4);
            this.groupBox6.Controls.Add(this.txtRoomNoEnd);
            this.groupBox6.Controls.Add(this.txtRoomNoTail);
            this.groupBox6.Controls.Add(this.label3);
            this.groupBox6.Controls.Add(this.label2);
            this.groupBox6.Controls.Add(this.txtRoomNoStart);
            this.groupBox6.Controls.Add(this.label1);
            this.groupBox6.Controls.Add(this.cboRoomStyle);
            this.groupBox6.Controls.Add(this.cboRoomClass);
            this.groupBox6.Controls.Add(this.txtRoomPopulation);
            this.groupBox6.Controls.Add(this.label7);
            this.groupBox6.Controls.Add(this.label8);
            this.groupBox6.Controls.Add(this.chkRoomUsed);
            this.groupBox6.Controls.Add(this.txtRoomNoHead);
            this.groupBox6.Controls.Add(this.label5);
            this.groupBox6.Location = new System.Drawing.Point(12, 12);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(435, 90);
            this.groupBox6.TabIndex = 21;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "添加条目:在()里填入可变的号码,必须是数字)";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(267, 27);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 12);
            this.label4.TabIndex = 20;
            this.label4.Text = ")";
            // 
            // txtRoomNoEnd
            // 
            this.txtRoomNoEnd.Location = new System.Drawing.Point(202, 24);
            this.txtRoomNoEnd.MaxLength = 7;
            this.txtRoomNoEnd.Name = "txtRoomNoEnd";
            this.txtRoomNoEnd.Size = new System.Drawing.Size(59, 21);
            this.txtRoomNoEnd.TabIndex = 3;
            // 
            // txtRoomNoTail
            // 
            this.txtRoomNoTail.Location = new System.Drawing.Point(285, 24);
            this.txtRoomNoTail.Name = "txtRoomNoTail";
            this.txtRoomNoTail.Size = new System.Drawing.Size(40, 21);
            this.txtRoomNoTail.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(179, 27);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 12);
            this.label3.TabIndex = 17;
            this.label3.Text = "至";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 16;
            this.label2.Text = "房号";
            // 
            // txtRoomNoStart
            // 
            this.txtRoomNoStart.Location = new System.Drawing.Point(123, 24);
            this.txtRoomNoStart.MaxLength = 7;
            this.txtRoomNoStart.Name = "txtRoomNoStart";
            this.txtRoomNoStart.Size = new System.Drawing.Size(51, 21);
            this.txtRoomNoStart.TabIndex = 2;
            this.txtRoomNoStart.TextChanged += new System.EventHandler(this.txtRoomNoEnd_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(88, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 14;
            this.label1.Text = "(从";
            // 
            // cboRoomStyle
            // 
            this.cboRoomStyle.FormattingEnabled = true;
            this.cboRoomStyle.Location = new System.Drawing.Point(178, 53);
            this.cboRoomStyle.Name = "cboRoomStyle";
            this.cboRoomStyle.Size = new System.Drawing.Size(83, 20);
            this.cboRoomStyle.TabIndex = 6;
            // 
            // cboRoomClass
            // 
            this.cboRoomClass.FormattingEnabled = true;
            this.cboRoomClass.Location = new System.Drawing.Point(42, 53);
            this.cboRoomClass.Name = "cboRoomClass";
            this.cboRoomClass.Size = new System.Drawing.Size(71, 20);
            this.cboRoomClass.TabIndex = 5;
            // 
            // txtRoomPopulation
            // 
            this.txtRoomPopulation.Location = new System.Drawing.Point(313, 52);
            this.txtRoomPopulation.Name = "txtRoomPopulation";
            this.txtRoomPopulation.Size = new System.Drawing.Size(58, 21);
            this.txtRoomPopulation.TabIndex = 7;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(266, 56);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 9;
            this.label7.Text = "容客数";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(119, 59);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "客房风格";
            // 
            // chkRoomUsed
            // 
            this.chkRoomUsed.AutoSize = true;
            this.chkRoomUsed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.chkRoomUsed.Location = new System.Drawing.Point(377, 55);
            this.chkRoomUsed.Name = "chkRoomUsed";
            this.chkRoomUsed.Size = new System.Drawing.Size(48, 16);
            this.chkRoomUsed.TabIndex = 8;
            this.chkRoomUsed.Text = "可用";
            this.chkRoomUsed.UseVisualStyleBackColor = true;
            // 
            // txtRoomNoHead
            // 
            this.txtRoomNoHead.Location = new System.Drawing.Point(42, 24);
            this.txtRoomNoHead.MaxLength = 7;
            this.txtRoomNoHead.Name = "txtRoomNoHead";
            this.txtRoomNoHead.Size = new System.Drawing.Size(40, 21);
            this.txtRoomNoHead.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(7, 60);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "房类";
            // 
            // FrmStrorySet_RoomAddMore
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 142);
            this.Controls.Add(this.btnCanle);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.groupBox6);
            this.Name = "FrmStrorySet_RoomAddMore";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "FrmStrorySet_RoomAddMore";
            this.Load += new System.EventHandler(this.FrmStrorySet_RoomAddMore_Load);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnCanle;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.ComboBox cboRoomStyle;
        private System.Windows.Forms.ComboBox cboRoomClass;
        private System.Windows.Forms.TextBox txtRoomPopulation;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.CheckBox chkRoomUsed;
        private System.Windows.Forms.TextBox txtRoomNoHead;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtRoomNoStart;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtRoomNoEnd;
        private System.Windows.Forms.TextBox txtRoomNoTail;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
    }
}

⌨️ 快捷键说明

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