📄 frmsystemset.designer.cs
字号:
namespace Hotel.UI
{
partial class frmSystemSet
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.cboChangeType = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.btnDelete = new System.Windows.Forms.Button();
this.btnModifi = new System.Windows.Forms.Button();
this.btnAddRoom = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnModifiType = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lsvRoomType = new System.Windows.Forms.ListView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lsvAllRoom = new System.Windows.Forms.ListView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cboItemType = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnItemExit = new System.Windows.Forms.Button();
this.btnModifiItemType = new System.Windows.Forms.Button();
this.btnDeleteItemType = new System.Windows.Forms.Button();
this.btnModifiItem = new System.Windows.Forms.Button();
this.btnAddItemType = new System.Windows.Forms.Button();
this.btnDeleteItem = new System.Windows.Forms.Button();
this.btnAddItem = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtTypeNum = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.lsvItemsType = new System.Windows.Forms.ListView();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lsvItems = new System.Windows.Forms.ListView();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtCarRemark = new System.Windows.Forms.TextBox();
this.txtCarRebate = new System.Windows.Forms.TextBox();
this.txtCarAmass = new System.Windows.Forms.TextBox();
this.txtCatName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnCarExit = new System.Windows.Forms.Button();
this.btnCarDelete = new System.Windows.Forms.Button();
this.btnCarModifi = new System.Windows.Forms.Button();
this.btnCarAdd = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.lsvCar = new System.Windows.Forms.ListView();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(6, 1);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(571, 379);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.cboChangeType);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.btnDelete);
this.tabPage1.Controls.Add(this.btnModifi);
this.tabPage1.Controls.Add(this.btnAddRoom);
this.tabPage1.Controls.Add(this.btnExit);
this.tabPage1.Controls.Add(this.btnModifiType);
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(563, 354);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "客房设置";
this.tabPage1.UseVisualStyleBackColor = true;
//
// cboChangeType
//
this.cboChangeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChangeType.FormattingEnabled = true;
this.cboChangeType.Items.AddRange(new object[] {
"所有客房",
"标准单人间",
"标准双人间",
"豪华单人间",
"豪华双人间",
"商务套房",
"总统套房"});
this.cboChangeType.Location = new System.Drawing.Point(204, 10);
this.cboChangeType.Name = "cboChangeType";
this.cboChangeType.Size = new System.Drawing.Size(110, 20);
this.cboChangeType.TabIndex = 4;
this.cboChangeType.SelectedIndexChanged += new System.EventHandler(this.cboChangeType_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(103, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(95, 12);
this.label1.TabIndex = 3;
this.label1.Text = "按房间类型过滤:";
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(493, 102);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(64, 22);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "删除(&D)";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnModifi
//
this.btnModifi.Location = new System.Drawing.Point(493, 74);
this.btnModifi.Name = "btnModifi";
this.btnModifi.Size = new System.Drawing.Size(64, 22);
this.btnModifi.TabIndex = 2;
this.btnModifi.Text = "修改(&F)";
this.btnModifi.UseVisualStyleBackColor = true;
this.btnModifi.Click += new System.EventHandler(this.btnModifi_Click);
//
// btnAddRoom
//
this.btnAddRoom.Location = new System.Drawing.Point(493, 46);
this.btnAddRoom.Name = "btnAddRoom";
this.btnAddRoom.Size = new System.Drawing.Size(64, 22);
this.btnAddRoom.TabIndex = 2;
this.btnAddRoom.Text = "添加(&A)";
this.btnAddRoom.UseVisualStyleBackColor = true;
this.btnAddRoom.Click += new System.EventHandler(this.btnAddRoom_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(493, 264);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(64, 22);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退出(&X)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnModifiType
//
this.btnModifiType.Location = new System.Drawing.Point(493, 212);
this.btnModifiType.Name = "btnModifiType";
this.btnModifiType.Size = new System.Drawing.Size(64, 22);
this.btnModifiType.TabIndex = 2;
this.btnModifiType.Text = "修改(&M)";
this.btnModifiType.UseVisualStyleBackColor = true;
this.btnModifiType.Click += new System.EventHandler(this.btnModifiType_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lsvRoomType);
this.groupBox2.Location = new System.Drawing.Point(14, 194);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(469, 145);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "客房类型";
//
// lsvRoomType
//
this.lsvRoomType.FullRowSelect = true;
this.lsvRoomType.GridLines = true;
this.lsvRoomType.Location = new System.Drawing.Point(12, 20);
this.lsvRoomType.Name = "lsvRoomType";
this.lsvRoomType.Size = new System.Drawing.Size(448, 114);
this.lsvRoomType.TabIndex = 0;
this.lsvRoomType.UseCompatibleStateImageBehavior = false;
this.lsvRoomType.View = System.Windows.Forms.View.Details;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lsvAllRoom);
this.groupBox1.Location = new System.Drawing.Point(14, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(469, 160);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "所有客房";
//
// lsvAllRoom
//
this.lsvAllRoom.FullRowSelect = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -