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

📄 roomtypesettingform.designer.cs

📁 酒店管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // TypeID
            // 
            this.TypeID.DataPropertyName = "TypeID";
            this.TypeID.HeaderText = "TypeID";
            this.TypeID.Name = "TypeID";
            this.TypeID.ReadOnly = true;
            this.TypeID.Visible = false;
            // 
            // TypeName
            // 
            this.TypeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TypeName.DataPropertyName = "TypeName";
            this.TypeName.HeaderText = "类型名称";
            this.TypeName.Name = "TypeName";
            this.TypeName.ReadOnly = true;
            // 
            // TypePrice
            // 
            this.TypePrice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TypePrice.DataPropertyName = "TypePrice";
            this.TypePrice.HeaderText = "价格";
            this.TypePrice.Name = "TypePrice";
            this.TypePrice.ReadOnly = true;
            // 
            // AddBedPrice
            // 
            this.AddBedPrice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.AddBedPrice.DataPropertyName = "AddBedPrice";
            this.AddBedPrice.HeaderText = "加床价格";
            this.AddBedPrice.Name = "AddBedPrice";
            this.AddBedPrice.ReadOnly = true;
            // 
            // IsAddBed
            // 
            this.IsAddBed.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.IsAddBed.DataPropertyName = "IsAddBed";
            this.IsAddBed.HeaderText = "是否加床";
            this.IsAddBed.Name = "IsAddBed";
            this.IsAddBed.ReadOnly = true;
            // 
            // Remark
            // 
            this.Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Remark.DataPropertyName = "Remark";
            this.Remark.HeaderText = "备注";
            this.Remark.Name = "Remark";
            this.Remark.ReadOnly = true;
            // 
            // lblTypeName
            // 
            this.lblTypeName.AutoSize = true;
            this.lblTypeName.Location = new System.Drawing.Point(30, 10);
            this.lblTypeName.Name = "lblTypeName";
            this.lblTypeName.Size = new System.Drawing.Size(53, 12);
            this.lblTypeName.TabIndex = 3;
            this.lblTypeName.Text = "类型名称";
            // 
            // lblTypePrice
            // 
            this.lblTypePrice.AutoSize = true;
            this.lblTypePrice.Location = new System.Drawing.Point(167, 10);
            this.lblTypePrice.Name = "lblTypePrice";
            this.lblTypePrice.Size = new System.Drawing.Size(29, 12);
            this.lblTypePrice.TabIndex = 4;
            this.lblTypePrice.Text = "价格";
            // 
            // lblAddBedPrice
            // 
            this.lblAddBedPrice.AutoSize = true;
            this.lblAddBedPrice.Location = new System.Drawing.Point(298, 10);
            this.lblAddBedPrice.Name = "lblAddBedPrice";
            this.lblAddBedPrice.Size = new System.Drawing.Size(53, 12);
            this.lblAddBedPrice.TabIndex = 5;
            this.lblAddBedPrice.Text = "加床价格";
            // 
            // lblRemark
            // 
            this.lblRemark.AutoSize = true;
            this.lblRemark.Location = new System.Drawing.Point(32, 67);
            this.lblRemark.Name = "lblRemark";
            this.lblRemark.Size = new System.Drawing.Size(29, 12);
            this.lblRemark.TabIndex = 6;
            this.lblRemark.Text = "备注";
            // 
            // txtTypeName
            // 
            this.txtTypeName.Location = new System.Drawing.Point(32, 34);
            this.txtTypeName.Name = "txtTypeName";
            this.txtTypeName.Size = new System.Drawing.Size(102, 21);
            this.txtTypeName.TabIndex = 7;
            // 
            // txtAddBedPrice
            // 
            this.txtAddBedPrice.Enabled = false;
            this.txtAddBedPrice.Location = new System.Drawing.Point(300, 34);
            this.txtAddBedPrice.Name = "txtAddBedPrice";
            this.txtAddBedPrice.Size = new System.Drawing.Size(102, 21);
            this.txtAddBedPrice.TabIndex = 8;
            this.txtAddBedPrice.Text = "0";
            this.txtAddBedPrice.TextChanged += new System.EventHandler(this.txtAddBedPrice_TextChanged);
            // 
            // txtTypePrice
            // 
            this.txtTypePrice.Location = new System.Drawing.Point(169, 34);
            this.txtTypePrice.Name = "txtTypePrice";
            this.txtTypePrice.Size = new System.Drawing.Size(102, 21);
            this.txtTypePrice.TabIndex = 9;
            this.txtTypePrice.TextChanged += new System.EventHandler(this.txtTypePrice_TextChanged);
            // 
            // cboIsAddBed
            // 
            this.cboIsAddBed.AutoSize = true;
            this.cboIsAddBed.Location = new System.Drawing.Point(454, 36);
            this.cboIsAddBed.Name = "cboIsAddBed";
            this.cboIsAddBed.Size = new System.Drawing.Size(96, 16);
            this.cboIsAddBed.TabIndex = 10;
            this.cboIsAddBed.Text = "是否可以加床";
            this.cboIsAddBed.UseVisualStyleBackColor = true;
            this.cboIsAddBed.CheckedChanged += new System.EventHandler(this.cboIsAddBed_CheckedChanged);
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(32, 87);
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(518, 21);
            this.txtRemark.TabIndex = 11;
            // 
            // panInfo
            // 
            this.panInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panInfo.Controls.Add(this.txtRemark);
            this.panInfo.Controls.Add(this.lblTypeName);
            this.panInfo.Controls.Add(this.cboIsAddBed);
            this.panInfo.Controls.Add(this.lblTypePrice);
            this.panInfo.Controls.Add(this.txtTypePrice);
            this.panInfo.Controls.Add(this.lblAddBedPrice);
            this.panInfo.Controls.Add(this.txtAddBedPrice);
            this.panInfo.Controls.Add(this.lblRemark);
            this.panInfo.Controls.Add(this.txtTypeName);
            this.panInfo.Location = new System.Drawing.Point(12, 260);
            this.panInfo.Name = "panInfo";
            this.panInfo.Size = new System.Drawing.Size(576, 123);
            this.panInfo.TabIndex = 12;
            // 
            // RoomTypeSettingForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(602, 397);
            this.Controls.Add(this.panInfo);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.gbSearch);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RoomTypeSettingForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "[客房类型设置]";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RoomTypeSettingForm_FormClosing);
            this.Load += new System.EventHandler(this.RoomTypeSettingForm_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.gbSearch.ResumeLayout(false);
            this.gbSearch.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panInfo.ResumeLayout(false);
            this.panInfo.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsBntAdd;
        private System.Windows.Forms.ToolStripButton tsBntUpdate;
        private System.Windows.Forms.ToolStripButton tsBtnDelete;
        private System.Windows.Forms.ToolStripButton tsBtnSave;
        private System.Windows.Forms.ToolStripButton tsBtnCancel;
        private System.Windows.Forms.ToolStripButton tsBtnExit;
        private System.Windows.Forms.GroupBox gbSearch;
        private System.Windows.Forms.Button btnSerch;
        private System.Windows.Forms.TextBox txtSearch;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label lblTypeName;
        private System.Windows.Forms.Label lblTypePrice;
        private System.Windows.Forms.Label lblAddBedPrice;
        private System.Windows.Forms.Label lblRemark;
        private System.Windows.Forms.TextBox txtTypeName;
        private System.Windows.Forms.TextBox txtAddBedPrice;
        private System.Windows.Forms.TextBox txtTypePrice;
        private System.Windows.Forms.CheckBox cboIsAddBed;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.Panel panInfo;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeID;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypePrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn AddBedPrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn IsAddBed;
        private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
    }
}

⌨️ 快捷键说明

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