roomtypesettingform.designer.cs
来自「简单的酒店管理系统 c# +9 SQLserver 2」· CS 代码 · 共 405 行 · 第 1/2 页
CS
405 行
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// Column2
//
this.Column2.DataPropertyName = "TypeName";
this.Column2.HeaderText = "类型名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.DataPropertyName = "TypePrice";
this.Column3.HeaderText = "价格";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
this.Column4.DataPropertyName = "AddBedPrice";
this.Column4.HeaderText = "加床价格";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "IsAddBed";
this.Column6.HeaderText = "是否可以加床";
this.Column6.MinimumWidth = 8;
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 120;
//
// Remark
//
this.Remark.DataPropertyName = "Remark";
this.Remark.HeaderText = "备注";
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
this.Remark.Width = 200;
//
// txtType
//
this.txtType.Enabled = false;
this.txtType.Location = new System.Drawing.Point(7, 20);
this.txtType.Name = "txtType";
this.txtType.Size = new System.Drawing.Size(261, 21);
this.txtType.TabIndex = 3;
//
// txtPrice
//
this.txtPrice.Enabled = false;
this.txtPrice.Location = new System.Drawing.Point(284, 20);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(100, 21);
this.txtPrice.TabIndex = 4;
//
// txtAddBedPrice
//
this.txtAddBedPrice.Enabled = false;
this.txtAddBedPrice.Location = new System.Drawing.Point(406, 20);
this.txtAddBedPrice.Name = "txtAddBedPrice";
this.txtAddBedPrice.Size = new System.Drawing.Size(100, 21);
this.txtAddBedPrice.TabIndex = 5;
//
// pnlRoomTypeContent
//
this.pnlRoomTypeContent.Controls.Add(this.chkIsAddBed);
this.pnlRoomTypeContent.Controls.Add(this.lblAddPrice);
this.pnlRoomTypeContent.Controls.Add(this.lblPrice);
this.pnlRoomTypeContent.Controls.Add(this.lblRemark);
this.pnlRoomTypeContent.Controls.Add(this.lblType);
this.pnlRoomTypeContent.Controls.Add(this.txtRemark);
this.pnlRoomTypeContent.Controls.Add(this.txtPrice);
this.pnlRoomTypeContent.Controls.Add(this.txtAddBedPrice);
this.pnlRoomTypeContent.Controls.Add(this.txtType);
this.pnlRoomTypeContent.Location = new System.Drawing.Point(5, 365);
this.pnlRoomTypeContent.Name = "pnlRoomTypeContent";
this.pnlRoomTypeContent.Size = new System.Drawing.Size(640, 104);
this.pnlRoomTypeContent.TabIndex = 6;
this.pnlRoomTypeContent.Visible = false;
//
// chkIsAddBed
//
this.chkIsAddBed.AutoSize = true;
this.chkIsAddBed.Enabled = false;
this.chkIsAddBed.Location = new System.Drawing.Point(538, 22);
this.chkIsAddBed.Name = "chkIsAddBed";
this.chkIsAddBed.Size = new System.Drawing.Size(96, 16);
this.chkIsAddBed.TabIndex = 13;
this.chkIsAddBed.Text = "是否可以加床";
this.chkIsAddBed.UseVisualStyleBackColor = true;
//
// lblAddPrice
//
this.lblAddPrice.AutoSize = true;
this.lblAddPrice.Location = new System.Drawing.Point(405, 4);
this.lblAddPrice.Name = "lblAddPrice";
this.lblAddPrice.Size = new System.Drawing.Size(53, 12);
this.lblAddPrice.TabIndex = 12;
this.lblAddPrice.Text = "加床价格";
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(282, 4);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(29, 12);
this.lblPrice.TabIndex = 10;
this.lblPrice.Text = "价格";
//
// lblRemark
//
this.lblRemark.AutoSize = true;
this.lblRemark.Location = new System.Drawing.Point(7, 44);
this.lblRemark.Name = "lblRemark";
this.lblRemark.Size = new System.Drawing.Size(29, 12);
this.lblRemark.TabIndex = 9;
this.lblRemark.Text = "备注";
//
// lblType
//
this.lblType.AutoSize = true;
this.lblType.Location = new System.Drawing.Point(7, 4);
this.lblType.Name = "lblType";
this.lblType.Size = new System.Drawing.Size(53, 12);
this.lblType.TabIndex = 8;
this.lblType.Text = "类型名称";
//
// txtRemark
//
this.txtRemark.Enabled = false;
this.txtRemark.Location = new System.Drawing.Point(7, 60);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtRemark.Size = new System.Drawing.Size(633, 41);
this.txtRemark.TabIndex = 7;
//
// RoomTypeSettingForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoScrollMargin = new System.Drawing.Size(2, 2);
this.AutoScrollMinSize = new System.Drawing.Size(2, 2);
this.ClientSize = new System.Drawing.Size(651, 361);
this.Controls.Add(this.pnlRoomTypeContent);
this.Controls.Add(this.dgvRoomType);
this.Controls.Add(this.grpQuery);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RoomTypeSettingForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "【客房类型设置】";
this.Load += new System.EventHandler(this.RoomTypeSettingForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.grpQuery.ResumeLayout(false);
this.grpQuery.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoomType)).EndInit();
this.pnlRoomTypeContent.ResumeLayout(false);
this.pnlRoomTypeContent.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnDelete;
private System.Windows.Forms.ToolStripButton tsbtnModify;
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripButton tsbtnCancle;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox grpQuery;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.TextBox txtTypeName;
private System.Windows.Forms.Label lblTypeName;
private System.Windows.Forms.DataGridView dgvRoomType;
private System.Windows.Forms.TextBox txtType;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.TextBox txtAddBedPrice;
private System.Windows.Forms.Panel pnlRoomTypeContent;
private System.Windows.Forms.Label lblAddPrice;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.Label lblRemark;
private System.Windows.Forms.Label lblType;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.CheckBox chkIsAddBed;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?