📄 roomtypesettingform.designer.cs
字号:
namespace HotelManage
{
partial class RoomTypeSettingForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomTypeSettingForm));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.tsbtnModify = new System.Windows.Forms.ToolStripButton();
this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
this.tsbtnCancle = new System.Windows.Forms.ToolStripButton();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.grpQuery = new System.Windows.Forms.GroupBox();
this.lblTypeName = new System.Windows.Forms.Label();
this.txtTypeName = new System.Windows.Forms.TextBox();
this.btnQuery = new System.Windows.Forms.Button();
this.dgvRoomType = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txtType = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.txtAddBedPrice = new System.Windows.Forms.TextBox();
this.pnlRoomTypeContent = new System.Windows.Forms.Panel();
this.chkIsAddBed = new System.Windows.Forms.CheckBox();
this.lblAddPrice = new System.Windows.Forms.Label();
this.lblPrice = new System.Windows.Forms.Label();
this.lblRemark = new System.Windows.Forms.Label();
this.lblType = new System.Windows.Forms.Label();
this.txtRemark = new System.Windows.Forms.TextBox();
this.toolStrip1.SuspendLayout();
this.grpQuery.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoomType)).BeginInit();
this.pnlRoomTypeContent.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.tsbtnModify,
this.tsbtnDelete,
this.tsbtnSave,
this.tsbtnCancle,
this.tsbtnExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(651, 35);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtnAdd
//
this.tsbtnAdd.Image = global::HotelManage.Properties.Resources.新增1;
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(33, 32);
this.tsbtnAdd.Text = "新增";
this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// tsbtnModify
//
this.tsbtnModify.Image = global::HotelManage.Properties.Resources.修改;
this.tsbtnModify.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnModify.Name = "tsbtnModify";
this.tsbtnModify.Size = new System.Drawing.Size(33, 32);
this.tsbtnModify.Text = "修改";
this.tsbtnModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnModify.Click += new System.EventHandler(this.tsbtnModify_Click);
//
// tsbtnDelete
//
this.tsbtnDelete.Image = global::HotelManage.Properties.Resources.删除;
this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDelete.Name = "tsbtnDelete";
this.tsbtnDelete.Size = new System.Drawing.Size(33, 32);
this.tsbtnDelete.Text = "删除";
this.tsbtnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
//
// tsbtnSave
//
this.tsbtnSave.Image = global::HotelManage.Properties.Resources.保存;
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSave.Name = "tsbtnSave";
this.tsbtnSave.Size = new System.Drawing.Size(33, 32);
this.tsbtnSave.Text = "保存";
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);
//
// grpQuery
//
this.grpQuery.Controls.Add(this.lblTypeName);
this.grpQuery.Controls.Add(this.txtTypeName);
this.grpQuery.Controls.Add(this.btnQuery);
this.grpQuery.Location = new System.Drawing.Point(5, 32);
this.grpQuery.Name = "grpQuery";
this.grpQuery.Size = new System.Drawing.Size(640, 43);
this.grpQuery.TabIndex = 1;
this.grpQuery.TabStop = false;
//
// lblTypeName
//
this.lblTypeName.AutoSize = true;
this.lblTypeName.Location = new System.Drawing.Point(94, 17);
this.lblTypeName.Name = "lblTypeName";
this.lblTypeName.Size = new System.Drawing.Size(65, 12);
this.lblTypeName.TabIndex = 3;
this.lblTypeName.Text = "类型名称:";
//
// txtTypeName
//
this.txtTypeName.Location = new System.Drawing.Point(165, 14);
this.txtTypeName.Name = "txtTypeName";
this.txtTypeName.Size = new System.Drawing.Size(248, 21);
this.txtTypeName.TabIndex = 1;
//
// btnQuery
//
this.btnQuery.Image = global::HotelManage.Properties.Resources.搜索;
this.btnQuery.Location = new System.Drawing.Point(462, 12);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 0;
this.btnQuery.Text = "查询";
this.btnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// dgvRoomType
//
this.dgvRoomType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRoomType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.Column2,
this.Column3,
this.Column4,
this.Column6,
this.Remark});
this.dgvRoomType.Location = new System.Drawing.Point(5, 73);
this.dgvRoomType.Name = "dgvRoomType";
this.dgvRoomType.ReadOnly = true;
this.dgvRoomType.RowTemplate.Height = 23;
this.dgvRoomType.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.dgvRoomType.Size = new System.Drawing.Size(640, 282);
this.dgvRoomType.TabIndex = 2;
this.dgvRoomType.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRoomType_CellClick);
//
// ID
//
this.ID.DataPropertyName = "TypeID";
this.ID.HeaderText = "类型ID";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -