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

📄 myhotelroomtypeform.designer.cs

📁 酒店管理系统项目内容 包含当前常用的全部功能
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.TypePrice.Width = 85;
            // 
            // AddBedPrice
            // 
            this.AddBedPrice.DataPropertyName = "AddBedPrice";
            this.AddBedPrice.HeaderText = "加床价格";
            this.AddBedPrice.Name = "AddBedPrice";
            this.AddBedPrice.Width = 85;
            // 
            // IsAddBed
            // 
            this.IsAddBed.DataPropertyName = "IsAddBed";
            this.IsAddBed.HeaderText = "是否可以加床";
            this.IsAddBed.Name = "IsAddBed";
            // 
            // Remark
            // 
            this.Remark.DataPropertyName = "Remark";
            this.Remark.HeaderText = "备注";
            this.Remark.Name = "Remark";
            this.Remark.Width = 200;
            // 
            // lblTypePrice
            // 
            this.lblTypePrice.AutoSize = true;
            this.lblTypePrice.Location = new System.Drawing.Point(361, 333);
            this.lblTypePrice.Name = "lblTypePrice";
            this.lblTypePrice.Size = new System.Drawing.Size(35, 12);
            this.lblTypePrice.TabIndex = 7;
            this.lblTypePrice.Text = "价格:";
            // 
            // txtTypePrice
            // 
            this.txtTypePrice.Location = new System.Drawing.Point(414, 328);
            this.txtTypePrice.Name = "txtTypePrice";
            this.txtTypePrice.Size = new System.Drawing.Size(95, 21);
            this.txtTypePrice.TabIndex = 8;
            // 
            // lblRemark
            // 
            this.lblRemark.AutoSize = true;
            this.lblRemark.Location = new System.Drawing.Point(68, 427);
            this.lblRemark.Name = "lblRemark";
            this.lblRemark.Size = new System.Drawing.Size(35, 12);
            this.lblRemark.TabIndex = 14;
            this.lblRemark.Text = "备注:";
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(126, 416);
            this.txtRemark.Multiline = true;
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtRemark.Size = new System.Drawing.Size(448, 41);
            this.txtRemark.TabIndex = 15;
            // 
            // lblIsAddBed
            // 
            this.lblIsAddBed.AutoSize = true;
            this.lblIsAddBed.Location = new System.Drawing.Point(313, 372);
            this.lblIsAddBed.Name = "lblIsAddBed";
            this.lblIsAddBed.Size = new System.Drawing.Size(83, 12);
            this.lblIsAddBed.TabIndex = 11;
            this.lblIsAddBed.Text = "是否可以加床:";
            // 
            // lblTypeSearch
            // 
            this.lblTypeSearch.AutoSize = true;
            this.lblTypeSearch.Location = new System.Drawing.Point(124, 46);
            this.lblTypeSearch.Name = "lblTypeSearch";
            this.lblTypeSearch.Size = new System.Drawing.Size(59, 12);
            this.lblTypeSearch.TabIndex = 1;
            this.lblTypeSearch.Text = "类型名称:";
            // 
            // txtTypeNameSearch
            // 
            this.txtTypeNameSearch.Location = new System.Drawing.Point(206, 41);
            this.txtTypeNameSearch.Name = "txtTypeNameSearch";
            this.txtTypeNameSearch.Size = new System.Drawing.Size(166, 21);
            this.txtTypeNameSearch.TabIndex = 2;
            // 
            // lblAddBedPrice
            // 
            this.lblAddBedPrice.AutoSize = true;
            this.lblAddBedPrice.Location = new System.Drawing.Point(44, 374);
            this.lblAddBedPrice.Name = "lblAddBedPrice";
            this.lblAddBedPrice.Size = new System.Drawing.Size(59, 12);
            this.lblAddBedPrice.TabIndex = 9;
            this.lblAddBedPrice.Text = "加床价格:";
            // 
            // txtAddBedPrice
            // 
            this.txtAddBedPrice.Location = new System.Drawing.Point(126, 371);
            this.txtAddBedPrice.Name = "txtAddBedPrice";
            this.txtAddBedPrice.Size = new System.Drawing.Size(95, 21);
            this.txtAddBedPrice.TabIndex = 10;
            // 
            // epNoData
            // 
            this.epNoData.ContainerControl = this;
            // 
            // rdoBtnYes
            // 
            this.rdoBtnYes.AutoSize = true;
            this.rdoBtnYes.Location = new System.Drawing.Point(414, 370);
            this.rdoBtnYes.Name = "rdoBtnYes";
            this.rdoBtnYes.Size = new System.Drawing.Size(35, 16);
            this.rdoBtnYes.TabIndex = 12;
            this.rdoBtnYes.TabStop = true;
            this.rdoBtnYes.Text = "是";
            this.rdoBtnYes.UseVisualStyleBackColor = true;
            // 
            // rdoBtnNo
            // 
            this.rdoBtnNo.AutoSize = true;
            this.rdoBtnNo.Location = new System.Drawing.Point(474, 370);
            this.rdoBtnNo.Name = "rdoBtnNo";
            this.rdoBtnNo.Size = new System.Drawing.Size(35, 16);
            this.rdoBtnNo.TabIndex = 13;
            this.rdoBtnNo.TabStop = true;
            this.rdoBtnNo.Text = "否";
            this.rdoBtnNo.UseVisualStyleBackColor = true;
            // 
            // epHaveData
            // 
            this.epHaveData.ContainerControl = this;
            // 
            // MyHotelRoomTypeForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(647, 469);
            this.Controls.Add(this.rdoBtnNo);
            this.Controls.Add(this.rdoBtnYes);
            this.Controls.Add(this.dgvRoomType);
            this.Controls.Add(this.btnSearch);
            this.Controls.Add(this.lblIsAddBed);
            this.Controls.Add(this.txtRemark);
            this.Controls.Add(this.lblRemark);
            this.Controls.Add(this.txtAddBedPrice);
            this.Controls.Add(this.lblAddBedPrice);
            this.Controls.Add(this.txtTypePrice);
            this.Controls.Add(this.lblTypePrice);
            this.Controls.Add(this.txtTypeNameSearch);
            this.Controls.Add(this.lblTypeSearch);
            this.Controls.Add(this.txtTypeName);
            this.Controls.Add(this.lblTypeName);
            this.Controls.Add(this.tsAdmin);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MyHotelRoomTypeForm";
            this.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Text = "客房类型设置";
            this.Load += new System.EventHandler(this.MyHotelRoomTypeForm_Load);
            this.tsAdmin.ResumeLayout(false);
            this.tsAdmin.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRoomType)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.epNoData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.epHaveData)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip tsAdmin;
        private System.Windows.Forms.ToolStripButton tsBtnAdd;
        private System.Windows.Forms.ToolStripButton tsBtnModify;
        private System.Windows.Forms.ToolStripButton tsBtnCancel;
        private System.Windows.Forms.ToolStripButton tsBtnSave;
        private System.Windows.Forms.ToolStripButton tsBtnDelete;
        private System.Windows.Forms.ToolStripButton tsBtnExit;
        private System.Windows.Forms.Label lblTypeName;
        private System.Windows.Forms.TextBox txtTypeName;
        private System.Windows.Forms.Button btnSearch;
        private System.Windows.Forms.DataGridView dgvRoomType;
        private System.Windows.Forms.Label lblTypePrice;
        private System.Windows.Forms.TextBox txtTypePrice;
        private System.Windows.Forms.Label lblRemark;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.Label lblIsAddBed;
        private System.Windows.Forms.Label lblTypeSearch;
        private System.Windows.Forms.TextBox txtTypeNameSearch;
        private System.Windows.Forms.Label lblAddBedPrice;
        private System.Windows.Forms.TextBox txtAddBedPrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeId;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypePrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn AddBedPrice;
        private System.Windows.Forms.DataGridViewTextBoxColumn IsAddBed;
        private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
        private System.Windows.Forms.ErrorProvider epNoData;
        private System.Windows.Forms.RadioButton rdoBtnYes;
        private System.Windows.Forms.RadioButton rdoBtnNo;
        private System.Windows.Forms.ErrorProvider epHaveData;

    }
}

⌨️ 快捷键说明

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