📄 roomtypesettingform.designer.cs
字号:
namespace HotelManager
{
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.tsBntAdd = new System.Windows.Forms.ToolStripButton();
this.tsBntUpdate = new System.Windows.Forms.ToolStripButton();
this.tsBtnDelete = new System.Windows.Forms.ToolStripButton();
this.tsBtnSave = new System.Windows.Forms.ToolStripButton();
this.tsBtnCancel = new System.Windows.Forms.ToolStripButton();
this.tsBtnExit = new System.Windows.Forms.ToolStripButton();
this.gbSearch = new System.Windows.Forms.GroupBox();
this.btnSerch = new System.Windows.Forms.Button();
this.txtSearch = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.TypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TypePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddBedPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsAddBed = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblTypeName = new System.Windows.Forms.Label();
this.lblTypePrice = new System.Windows.Forms.Label();
this.lblAddBedPrice = new System.Windows.Forms.Label();
this.lblRemark = new System.Windows.Forms.Label();
this.txtTypeName = new System.Windows.Forms.TextBox();
this.txtAddBedPrice = new System.Windows.Forms.TextBox();
this.txtTypePrice = new System.Windows.Forms.TextBox();
this.cboIsAddBed = new System.Windows.Forms.CheckBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.panInfo = new System.Windows.Forms.Panel();
this.toolStrip1.SuspendLayout();
this.gbSearch.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panInfo.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsBntAdd,
this.tsBntUpdate,
this.tsBtnDelete,
this.tsBtnSave,
this.tsBtnCancel,
this.tsBtnExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(602, 36);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tsBntAdd
//
this.tsBntAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsBntAdd.Image")));
this.tsBntAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBntAdd.Name = "tsBntAdd";
this.tsBntAdd.Size = new System.Drawing.Size(35, 33);
this.tsBntAdd.Text = "新增";
this.tsBntAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBntAdd.Click += new System.EventHandler(this.tsBntAdd_Click);
//
// tsBntUpdate
//
this.tsBntUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tsBntUpdate.Image")));
this.tsBntUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBntUpdate.Name = "tsBntUpdate";
this.tsBntUpdate.Size = new System.Drawing.Size(35, 33);
this.tsBntUpdate.Text = "修改";
this.tsBntUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBntUpdate.Click += new System.EventHandler(this.tsBntUpdate_Click);
//
// tsBtnDelete
//
this.tsBtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnDelete.Image")));
this.tsBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtnDelete.Name = "tsBtnDelete";
this.tsBtnDelete.Size = new System.Drawing.Size(35, 33);
this.tsBtnDelete.Text = "删除";
this.tsBtnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBtnDelete.Click += new System.EventHandler(this.tsBtnDelete_Click);
//
// tsBtnSave
//
this.tsBtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSave.Image")));
this.tsBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtnSave.Name = "tsBtnSave";
this.tsBtnSave.Size = new System.Drawing.Size(35, 33);
this.tsBtnSave.Text = "保存";
this.tsBtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBtnSave.Click += new System.EventHandler(this.tsBtnSave_Click);
//
// tsBtnCancel
//
this.tsBtnCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnCancel.Image")));
this.tsBtnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtnCancel.Name = "tsBtnCancel";
this.tsBtnCancel.Size = new System.Drawing.Size(35, 33);
this.tsBtnCancel.Text = "取消";
this.tsBtnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBtnCancel.Click += new System.EventHandler(this.tsBtnCancel_Click);
//
// tsBtnExit
//
this.tsBtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnExit.Image")));
this.tsBtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsBtnExit.Name = "tsBtnExit";
this.tsBtnExit.Size = new System.Drawing.Size(35, 33);
this.tsBtnExit.Text = "退出";
this.tsBtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsBtnExit.Click += new System.EventHandler(this.tsBtnExit_Click);
//
// gbSearch
//
this.gbSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbSearch.Controls.Add(this.btnSerch);
this.gbSearch.Controls.Add(this.txtSearch);
this.gbSearch.Controls.Add(this.label1);
this.gbSearch.Location = new System.Drawing.Point(12, 38);
this.gbSearch.Name = "gbSearch";
this.gbSearch.Size = new System.Drawing.Size(576, 47);
this.gbSearch.TabIndex = 1;
this.gbSearch.TabStop = false;
//
// btnSerch
//
this.btnSerch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSerch.Image = ((System.Drawing.Image)(resources.GetObject("btnSerch.Image")));
this.btnSerch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSerch.Location = new System.Drawing.Point(388, 15);
this.btnSerch.Name = "btnSerch";
this.btnSerch.Size = new System.Drawing.Size(94, 23);
this.btnSerch.TabIndex = 2;
this.btnSerch.Text = "查询";
this.btnSerch.UseVisualStyleBackColor = true;
this.btnSerch.Click += new System.EventHandler(this.button1_Click);
//
// txtSearch
//
this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSearch.Location = new System.Drawing.Point(156, 15);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(168, 21);
this.txtSearch.TabIndex = 1;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(59, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "类型名称:";
//
// dataGridView1
//
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TypeID,
this.TypeName,
this.TypePrice,
this.AddBedPrice,
this.IsAddBed,
this.Remark});
this.dataGridView1.Location = new System.Drawing.Point(12, 91);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(576, 161);
this.dataGridView1.TabIndex = 2;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -