📄 roomsettingform.designer.cs
字号:
this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
//
// tsbtnCancle
//
this.tsbtnCancle.Image = global::HotelManage.Properties.Resources.取消;
this.tsbtnCancle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCancle.Name = "tsbtnCancle";
this.tsbtnCancle.Size = new System.Drawing.Size(33, 32);
this.tsbtnCancle.Text = "取消";
this.tsbtnCancle.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnCancle.Click += new System.EventHandler(this.tsbtnCancle_Click);
//
// tsbtnExit
//
this.tsbtnExit.Image = global::HotelManage.Properties.Resources.退出;
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(33, 32);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// txtDescription
//
this.txtDescription.Enabled = false;
this.txtDescription.Location = new System.Drawing.Point(3, 63);
this.txtDescription.Multiline = true;
this.txtDescription.Name = "txtDescription";
this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtDescription.Size = new System.Drawing.Size(739, 49);
this.txtDescription.TabIndex = 13;
//
// lblTypeName
//
this.lblTypeName.AutoSize = true;
this.lblTypeName.Location = new System.Drawing.Point(127, 9);
this.lblTypeName.Name = "lblTypeName";
this.lblTypeName.Size = new System.Drawing.Size(53, 12);
this.lblTypeName.TabIndex = 14;
this.lblTypeName.Text = "类型名称";
//
// lblBed
//
this.lblBed.AutoSize = true;
this.lblBed.Location = new System.Drawing.Point(499, 8);
this.lblBed.Name = "lblBed";
this.lblBed.Size = new System.Drawing.Size(41, 12);
this.lblBed.TabIndex = 15;
this.lblBed.Text = "床位数";
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Location = new System.Drawing.Point(238, 9);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(29, 12);
this.lblPrice.TabIndex = 16;
this.lblPrice.Text = "价格";
//
// lbldescription
//
this.lbldescription.AutoSize = true;
this.lbldescription.Location = new System.Drawing.Point(3, 48);
this.lbldescription.Name = "lbldescription";
this.lbldescription.Size = new System.Drawing.Size(29, 12);
this.lbldescription.TabIndex = 17;
this.lbldescription.Text = "描述";
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(612, 8);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(29, 12);
this.lblState.TabIndex = 18;
this.lblState.Text = "状态";
//
// pnlContent
//
this.pnlContent.Controls.Add(this.cboState);
this.pnlContent.Controls.Add(this.txtPrice);
this.pnlContent.Controls.Add(this.lblGuestNumber);
this.pnlContent.Controls.Add(this.txtGuestNumber);
this.pnlContent.Controls.Add(this.cboTypeName);
this.pnlContent.Controls.Add(this.txtRoomNO);
this.pnlContent.Controls.Add(this.lblRoomNO);
this.pnlContent.Controls.Add(this.lblTypeName);
this.pnlContent.Controls.Add(this.txtDescription);
this.pnlContent.Controls.Add(this.lbldescription);
this.pnlContent.Controls.Add(this.lblState);
this.pnlContent.Controls.Add(this.lblBed);
this.pnlContent.Controls.Add(this.lblPrice);
this.pnlContent.Controls.Add(this.txtBed);
this.pnlContent.Location = new System.Drawing.Point(4, 387);
this.pnlContent.Name = "pnlContent";
this.pnlContent.Size = new System.Drawing.Size(742, 115);
this.pnlContent.TabIndex = 19;
this.pnlContent.Visible = false;
//
// cboState
//
this.cboState.Enabled = false;
this.cboState.FormattingEnabled = true;
this.cboState.Items.AddRange(new object[] {
"空闲",
"入住",
"维修",
"自用"});
this.cboState.Location = new System.Drawing.Point(614, 23);
this.cboState.Name = "cboState";
this.cboState.Size = new System.Drawing.Size(128, 20);
this.cboState.TabIndex = 26;
//
// txtPrice
//
this.txtPrice.Enabled = false;
this.txtPrice.Location = new System.Drawing.Point(241, 23);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(100, 21);
this.txtPrice.TabIndex = 25;
//
// lblGuestNumber
//
this.lblGuestNumber.AutoSize = true;
this.lblGuestNumber.Location = new System.Drawing.Point(362, 7);
this.lblGuestNumber.Name = "lblGuestNumber";
this.lblGuestNumber.Size = new System.Drawing.Size(53, 12);
this.lblGuestNumber.TabIndex = 24;
this.lblGuestNumber.Text = "入住人数";
//
// txtGuestNumber
//
this.txtGuestNumber.Enabled = false;
this.txtGuestNumber.Location = new System.Drawing.Point(362, 23);
this.txtGuestNumber.Name = "txtGuestNumber";
this.txtGuestNumber.Size = new System.Drawing.Size(117, 21);
this.txtGuestNumber.TabIndex = 23;
//
// cboTypeName
//
this.cboTypeName.Enabled = false;
this.cboTypeName.FormattingEnabled = true;
this.cboTypeName.Location = new System.Drawing.Point(127, 24);
this.cboTypeName.Name = "cboTypeName";
this.cboTypeName.Size = new System.Drawing.Size(93, 20);
this.cboTypeName.TabIndex = 21;
//
// txtRoomNO
//
this.txtRoomNO.Enabled = false;
this.txtRoomNO.Location = new System.Drawing.Point(5, 23);
this.txtRoomNO.Name = "txtRoomNO";
this.txtRoomNO.Size = new System.Drawing.Size(100, 21);
this.txtRoomNO.TabIndex = 20;
//
// lblRoomNO
//
this.lblRoomNO.AutoSize = true;
this.lblRoomNO.Location = new System.Drawing.Point(3, 8);
this.lblRoomNO.Name = "lblRoomNO";
this.lblRoomNO.Size = new System.Drawing.Size(41, 12);
this.lblRoomNO.TabIndex = 19;
this.lblRoomNO.Text = "房间号";
//
// RoomSettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(751, 388);
this.Controls.Add(this.pnlContent);
this.Controls.Add(this.dgvRoom);
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 = "RoomSettingForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "【客房信息设置】";
this.Load += new System.EventHandler(this.RoomSettingForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvRoom)).EndInit();
this.grpQuery.ResumeLayout(false);
this.grpQuery.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.pnlContent.ResumeLayout(false);
this.pnlContent.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtBed;
private System.Windows.Forms.DataGridView dgvRoom;
private System.Windows.Forms.GroupBox grpQuery;
private System.Windows.Forms.Label lblRoomNumber;
private System.Windows.Forms.TextBox txtRoomNumber;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripButton tsbtnModify;
private System.Windows.Forms.ToolStripButton deleteToolStripButton;
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripButton tsbtnCancle;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.TextBox txtDescription;
private System.Windows.Forms.Label lblTypeName;
private System.Windows.Forms.Label lblBed;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.Label lbldescription;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.Panel pnlContent;
private System.Windows.Forms.TextBox txtRoomNO;
private System.Windows.Forms.Label lblRoomNO;
private System.Windows.Forms.ComboBox cboTypeName;
private System.Windows.Forms.Label lblGuestNumber;
private System.Windows.Forms.TextBox txtGuestNumber;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.ComboBox cboState;
private System.Windows.Forms.DataGridViewTextBoxColumn Number;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -