📄 myhotelroominfoform.designer.cs
字号:
//
// txtPrice
//
this.txtPrice.Enabled = false;
this.txtPrice.Location = new System.Drawing.Point(232, 344);
this.txtPrice.Name = "txtPrice";
this.txtPrice.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtPrice.Size = new System.Drawing.Size(72, 21);
this.txtPrice.TabIndex = 10;
//
// lblGuestNumber
//
this.lblGuestNumber.AutoSize = true;
this.lblGuestNumber.Location = new System.Drawing.Point(311, 321);
this.lblGuestNumber.Name = "lblGuestNumber";
this.lblGuestNumber.Size = new System.Drawing.Size(53, 12);
this.lblGuestNumber.TabIndex = 9;
this.lblGuestNumber.Text = "入住人数";
//
// txtGuestNumber
//
this.txtGuestNumber.Location = new System.Drawing.Point(312, 344);
this.txtGuestNumber.Name = "txtGuestNumber";
this.txtGuestNumber.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtGuestNumber.Size = new System.Drawing.Size(102, 21);
this.txtGuestNumber.TabIndex = 10;
//
// lblBedNumber
//
this.lblBedNumber.AutoSize = true;
this.lblBedNumber.Location = new System.Drawing.Point(421, 321);
this.lblBedNumber.Name = "lblBedNumber";
this.lblBedNumber.Size = new System.Drawing.Size(41, 12);
this.lblBedNumber.TabIndex = 9;
this.lblBedNumber.Text = "床位数";
//
// txtBedNumber
//
this.txtBedNumber.Location = new System.Drawing.Point(423, 344);
this.txtBedNumber.Name = "txtBedNumber";
this.txtBedNumber.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.txtBedNumber.Size = new System.Drawing.Size(97, 21);
this.txtBedNumber.TabIndex = 10;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(527, 321);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(29, 12);
this.lblState.TabIndex = 9;
this.lblState.Text = "状态";
//
// cboState
//
this.cboState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboState.FormattingEnabled = true;
this.cboState.Items.AddRange(new object[] {
"空闲",
"入住",
"维修",
"自用"});
this.cboState.Location = new System.Drawing.Point(529, 344);
this.cboState.Name = "cboState";
this.cboState.Size = new System.Drawing.Size(98, 20);
this.cboState.TabIndex = 11;
//
// txtDescription
//
this.txtDescription.Location = new System.Drawing.Point(72, 372);
this.txtDescription.Multiline = true;
this.txtDescription.Name = "txtDescription";
this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtDescription.Size = new System.Drawing.Size(555, 83);
this.txtDescription.TabIndex = 17;
//
// lblDescription
//
this.lblDescription.AutoSize = true;
this.lblDescription.Location = new System.Drawing.Point(14, 409);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(35, 12);
this.lblDescription.TabIndex = 16;
this.lblDescription.Text = "描述:";
//
// fillByToolStripButton
//
this.fillByToolStripButton.Name = "fillByToolStripButton";
this.fillByToolStripButton.Size = new System.Drawing.Size(23, 23);
//
// epNoData
//
this.epNoData.ContainerControl = this;
//
// epHaveData
//
this.epHaveData.ContainerControl = this;
//
// RoomNumber
//
this.RoomNumber.DataPropertyName = "Number";
this.RoomNumber.HeaderText = "房间号";
this.RoomNumber.Name = "RoomNumber";
this.RoomNumber.Width = 110;
//
// RoomId
//
this.RoomId.DataPropertyName = "RoomId";
this.RoomId.HeaderText = "RoomId";
this.RoomId.Name = "RoomId";
this.RoomId.Visible = false;
//
// TypeId
//
this.TypeId.DataPropertyName = "TypeId";
this.TypeId.HeaderText = "TypeId";
this.TypeId.Name = "TypeId";
this.TypeId.Visible = false;
//
// RoomTypeInfo
//
this.RoomTypeInfo.DataPropertyName = "RoomTypeInfo";
this.RoomTypeInfo.HeaderText = "RoomTypeInfo";
this.RoomTypeInfo.Name = "RoomTypeInfo";
this.RoomTypeInfo.Visible = false;
//
// BedNumber
//
this.BedNumber.DataPropertyName = "BedNumber";
this.BedNumber.HeaderText = "床位数";
this.BedNumber.Name = "BedNumber";
this.BedNumber.Width = 85;
//
// State
//
this.State.DataPropertyName = "State";
this.State.HeaderText = "状态";
this.State.Name = "State";
this.State.Width = 85;
//
// GuestNumber
//
this.GuestNumber.DataPropertyName = "GuestNumber";
this.GuestNumber.HeaderText = "入住人数";
this.GuestNumber.Name = "GuestNumber";
//
// Description
//
this.Description.DataPropertyName = "Description";
this.Description.HeaderText = "描述";
this.Description.Name = "Description";
this.Description.Width = 200;
//
// MyHotelRoomInfoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(654, 475);
this.Controls.Add(this.txtDescription);
this.Controls.Add(this.lblDescription);
this.Controls.Add(this.cboState);
this.Controls.Add(this.cboTypeName);
this.Controls.Add(this.txtBedNumber);
this.Controls.Add(this.txtGuestNumber);
this.Controls.Add(this.lblBedNumber);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.lblGuestNumber);
this.Controls.Add(this.txtRoomNumber);
this.Controls.Add(this.lblState);
this.Controls.Add(this.lblPrice);
this.Controls.Add(this.lblTypeName);
this.Controls.Add(this.lblRoomNumber);
this.Controls.Add(this.dgvRoom);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtRoomNumberSearch);
this.Controls.Add(this.lblRoomNumberSearch);
this.Controls.Add(this.tsAdmin);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MyHotelRoomInfoForm";
this.Text = "客房信息设置";
this.Load += new System.EventHandler(this.MyHotelRoomInfoForm_Load);
this.tsAdmin.ResumeLayout(false);
this.tsAdmin.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoom)).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 tsBtnDelete;
private System.Windows.Forms.ToolStripButton tsBtnCancel;
private System.Windows.Forms.ToolStripButton tsBtnSave;
private System.Windows.Forms.ToolStripButton tsBtnExit;
private System.Windows.Forms.DataGridView dgvRoom;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.TextBox txtRoomNumberSearch;
private System.Windows.Forms.Label lblRoomNumberSearch;
private System.Windows.Forms.TextBox txtRoomNumber;
private System.Windows.Forms.Label lblRoomNumber;
private System.Windows.Forms.Label lblTypeName;
private System.Windows.Forms.ComboBox cboTypeName;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.Label lblGuestNumber;
private System.Windows.Forms.TextBox txtGuestNumber;
private System.Windows.Forms.Label lblBedNumber;
private System.Windows.Forms.TextBox txtBedNumber;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.ComboBox cboState;
private System.Windows.Forms.TextBox txtDescription;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.ToolStripButton fillByToolStripButton;
private System.Windows.Forms.ErrorProvider epNoData;
private System.Windows.Forms.ErrorProvider epHaveData;
private System.Windows.Forms.DataGridViewTextBoxColumn RoomNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn RoomId;
private System.Windows.Forms.DataGridViewTextBoxColumn TypeId;
private System.Windows.Forms.DataGridViewTextBoxColumn RoomTypeInfo;
private System.Windows.Forms.DataGridViewTextBoxColumn BedNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn State;
private System.Windows.Forms.DataGridViewTextBoxColumn GuestNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Description;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -