📄 myhotelroomtypeform.designer.cs
字号:
namespace MyHotel
{
partial class MyHotelRoomTypeForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyHotelRoomTypeForm));
this.tsAdmin = 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.tsBtnCancel = new System.Windows.Forms.ToolStripButton();
this.tsBtnSave = new System.Windows.Forms.ToolStripButton();
this.tsBtnExit = new System.Windows.Forms.ToolStripButton();
this.lblTypeName = new System.Windows.Forms.Label();
this.txtTypeName = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.dgvRoomType = new System.Windows.Forms.DataGridView();
this.TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TypeId = 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.lblTypePrice = new System.Windows.Forms.Label();
this.txtTypePrice = new System.Windows.Forms.TextBox();
this.lblRemark = new System.Windows.Forms.Label();
this.txtRemark = new System.Windows.Forms.TextBox();
this.lblIsAddBed = new System.Windows.Forms.Label();
this.lblTypeSearch = new System.Windows.Forms.Label();
this.txtTypeNameSearch = new System.Windows.Forms.TextBox();
this.lblAddBedPrice = new System.Windows.Forms.Label();
this.txtAddBedPrice = new System.Windows.Forms.TextBox();
this.epNoData = new System.Windows.Forms.ErrorProvider(this.components);
this.rdoBtnYes = new System.Windows.Forms.RadioButton();
this.rdoBtnNo = new System.Windows.Forms.RadioButton();
this.epHaveData = new System.Windows.Forms.ErrorProvider(this.components);
this.tsAdmin.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoomType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.epNoData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.epHaveData)).BeginInit();
this.SuspendLayout();
//
// tsAdmin
//
this.tsAdmin.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsBtnAdd,
this.tsBtnModify,
this.tsBtnDelete,
this.tsBtnCancel,
this.tsBtnSave,
this.tsBtnExit});
this.tsAdmin.Location = new System.Drawing.Point(0, 0);
this.tsAdmin.Name = "tsAdmin";
this.tsAdmin.Size = new System.Drawing.Size(647, 25);
this.tsAdmin.TabIndex = 0;
this.tsAdmin.Text = "工具栏";
//
// tsBtnAdd
//
this.tsBtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnAdd.Image = global::MyHotel.Properties.Resources.新增;
this.tsBtnAdd.Name = "tsBtnAdd";
this.tsBtnAdd.Size = new System.Drawing.Size(49, 22);
this.tsBtnAdd.Text = "添加";
this.tsBtnAdd.Click += new System.EventHandler(this.tsBtnAdd_Click);
//
// tsBtnModify
//
this.tsBtnModify.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnModify.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnModify.Image")));
this.tsBtnModify.Name = "tsBtnModify";
this.tsBtnModify.Size = new System.Drawing.Size(49, 22);
this.tsBtnModify.Text = "修改";
this.tsBtnModify.Click += new System.EventHandler(this.tsBtnModify_Click);
//
// tsBtnDelete
//
this.tsBtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnDelete.Image")));
this.tsBtnDelete.Name = "tsBtnDelete";
this.tsBtnDelete.Size = new System.Drawing.Size(49, 22);
this.tsBtnDelete.Text = "删除";
this.tsBtnDelete.Click += new System.EventHandler(this.tsBtnDelete_Click);
//
// tsBtnCancel
//
this.tsBtnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnCancel.Image")));
this.tsBtnCancel.Name = "tsBtnCancel";
this.tsBtnCancel.Size = new System.Drawing.Size(49, 22);
this.tsBtnCancel.Text = "取消";
this.tsBtnCancel.Click += new System.EventHandler(this.tsBtnCancel_Click);
//
// tsBtnSave
//
this.tsBtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSave.Image")));
this.tsBtnSave.Name = "tsBtnSave";
this.tsBtnSave.Size = new System.Drawing.Size(49, 22);
this.tsBtnSave.Text = "保存";
this.tsBtnSave.Click += new System.EventHandler(this.tsBtnSave_Click);
//
// tsBtnExit
//
this.tsBtnExit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsBtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnExit.Image")));
this.tsBtnExit.Name = "tsBtnExit";
this.tsBtnExit.Size = new System.Drawing.Size(49, 22);
this.tsBtnExit.Text = "退出";
this.tsBtnExit.Click += new System.EventHandler(this.tsBtnExit_Click);
//
// lblTypeName
//
this.lblTypeName.AutoSize = true;
this.lblTypeName.Location = new System.Drawing.Point(44, 333);
this.lblTypeName.Name = "lblTypeName";
this.lblTypeName.Size = new System.Drawing.Size(59, 12);
this.lblTypeName.TabIndex = 5;
this.lblTypeName.Text = "类型名称:";
//
// txtTypeName
//
this.txtTypeName.Location = new System.Drawing.Point(126, 328);
this.txtTypeName.Name = "txtTypeName";
this.txtTypeName.Size = new System.Drawing.Size(147, 21);
this.txtTypeName.TabIndex = 6;
this.txtTypeName.TextChanged += new System.EventHandler(this.txtTypeName_TextChanged);
//
// btnSearch
//
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSearch.Location = new System.Drawing.Point(434, 40);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(75, 23);
this.btnSearch.TabIndex = 3;
this.btnSearch.Text = "查询";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dgvRoomType
//
this.dgvRoomType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRoomType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TypeName,
this.TypeId,
this.TypePrice,
this.AddBedPrice,
this.IsAddBed,
this.Remark});
this.dgvRoomType.Location = new System.Drawing.Point(12, 77);
this.dgvRoomType.Name = "dgvRoomType";
this.dgvRoomType.RowTemplate.Height = 23;
this.dgvRoomType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRoomType.Size = new System.Drawing.Size(623, 224);
this.dgvRoomType.TabIndex = 4;
this.dgvRoomType.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRoomMyHotelAdmin_CellClick);
//
// TypeName
//
this.TypeName.DataPropertyName = "TypeName";
this.TypeName.HeaderText = "类型名称";
this.TypeName.Name = "TypeName";
this.TypeName.Width = 110;
//
// TypeId
//
this.TypeId.DataPropertyName = "TypeId";
this.TypeId.HeaderText = "TypeId";
this.TypeId.Name = "TypeId";
this.TypeId.Visible = false;
//
// TypePrice
//
this.TypePrice.DataPropertyName = "TypePrice";
this.TypePrice.HeaderText = "价格";
this.TypePrice.Name = "TypePrice";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -