📄 frmpopedom.designer.cs
字号:
namespace Hotel.UI
{
partial class frmPopedom
{
/// <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.tbcPopedom = new System.Windows.Forms.TabControl();
this.tbpA = new System.Windows.Forms.TabPage();
this.btnExit = new System.Windows.Forms.Button();
this.btnModifi = new System.Windows.Forms.Button();
this.grbHas = new System.Windows.Forms.GroupBox();
this.chbIsUse = new System.Windows.Forms.CheckBox();
this.chbSystemManage = new System.Windows.Forms.CheckBox();
this.chbInfoManage = new System.Windows.Forms.CheckBox();
this.chbFinancingManage = new System.Windows.Forms.CheckBox();
this.chbPriceManage = new System.Windows.Forms.CheckBox();
this.chbFrontManage = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lsvBuyer = new System.Windows.Forms.ListView();
this.tbpB = new System.Windows.Forms.TabPage();
this.trvEmployee = new System.Windows.Forms.TreeView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chbState = new System.Windows.Forms.CheckBox();
this.chbSystem = new System.Windows.Forms.CheckBox();
this.chbInfo = new System.Windows.Forms.CheckBox();
this.chbFinancing = new System.Windows.Forms.CheckBox();
this.chbPrice = new System.Windows.Forms.CheckBox();
this.chbFront = new System.Windows.Forms.CheckBox();
this.txtPwdTow = new System.Windows.Forms.TextBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnEnter = new System.Windows.Forms.Button();
this.txtPwdOne = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtUserID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtEmployeeID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.tbcPopedom.SuspendLayout();
this.tbpA.SuspendLayout();
this.grbHas.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tbpB.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// tbcPopedom
//
this.tbcPopedom.Controls.Add(this.tbpA);
this.tbcPopedom.Controls.Add(this.tbpB);
this.tbcPopedom.Location = new System.Drawing.Point(12, 12);
this.tbcPopedom.Name = "tbcPopedom";
this.tbcPopedom.SelectedIndex = 0;
this.tbcPopedom.Size = new System.Drawing.Size(424, 368);
this.tbcPopedom.TabIndex = 0;
//
// tbpA
//
this.tbpA.Controls.Add(this.btnExit);
this.tbpA.Controls.Add(this.btnModifi);
this.tbpA.Controls.Add(this.grbHas);
this.tbpA.Controls.Add(this.groupBox3);
this.tbpA.Location = new System.Drawing.Point(4, 21);
this.tbpA.Name = "tbpA";
this.tbpA.Padding = new System.Windows.Forms.Padding(3);
this.tbpA.Size = new System.Drawing.Size(416, 343);
this.tbpA.TabIndex = 0;
this.tbpA.Text = "权限管理";
this.tbpA.UseVisualStyleBackColor = true;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(315, 297);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(73, 25);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "退出(&E)";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.button4_Click);
//
// btnModifi
//
this.btnModifi.Location = new System.Drawing.Point(315, 261);
this.btnModifi.Name = "btnModifi";
this.btnModifi.Size = new System.Drawing.Size(73, 25);
this.btnModifi.TabIndex = 3;
this.btnModifi.Text = "修改(&M)";
this.btnModifi.UseVisualStyleBackColor = true;
this.btnModifi.Click += new System.EventHandler(this.btnModifi_Click);
//
// grbHas
//
this.grbHas.Controls.Add(this.chbIsUse);
this.grbHas.Controls.Add(this.chbSystemManage);
this.grbHas.Controls.Add(this.chbInfoManage);
this.grbHas.Controls.Add(this.chbFinancingManage);
this.grbHas.Controls.Add(this.chbPriceManage);
this.grbHas.Controls.Add(this.chbFrontManage);
this.grbHas.Location = new System.Drawing.Point(19, 239);
this.grbHas.Name = "grbHas";
this.grbHas.Size = new System.Drawing.Size(276, 89);
this.grbHas.TabIndex = 2;
this.grbHas.TabStop = false;
this.grbHas.Text = "拥有权限";
//
// chbIsUse
//
this.chbIsUse.AutoSize = true;
this.chbIsUse.Checked = true;
this.chbIsUse.CheckState = System.Windows.Forms.CheckState.Checked;
this.chbIsUse.Location = new System.Drawing.Point(190, 56);
this.chbIsUse.Name = "chbIsUse";
this.chbIsUse.Size = new System.Drawing.Size(72, 16);
this.chbIsUse.TabIndex = 1;
this.chbIsUse.Text = "启/禁 用";
this.chbIsUse.UseVisualStyleBackColor = true;
//
// chbSystemManage
//
this.chbSystemManage.AutoSize = true;
this.chbSystemManage.Location = new System.Drawing.Point(188, 20);
this.chbSystemManage.Name = "chbSystemManage";
this.chbSystemManage.Size = new System.Drawing.Size(72, 16);
this.chbSystemManage.TabIndex = 0;
this.chbSystemManage.Text = "系统管理";
this.chbSystemManage.UseVisualStyleBackColor = true;
//
// chbInfoManage
//
this.chbInfoManage.AutoSize = true;
this.chbInfoManage.Location = new System.Drawing.Point(104, 59);
this.chbInfoManage.Name = "chbInfoManage";
this.chbInfoManage.Size = new System.Drawing.Size(72, 16);
this.chbInfoManage.TabIndex = 0;
this.chbInfoManage.Text = "信息管理";
this.chbInfoManage.UseVisualStyleBackColor = true;
//
// chbFinancingManage
//
this.chbFinancingManage.AutoSize = true;
this.chbFinancingManage.Location = new System.Drawing.Point(104, 20);
this.chbFinancingManage.Name = "chbFinancingManage";
this.chbFinancingManage.Size = new System.Drawing.Size(72, 16);
this.chbFinancingManage.TabIndex = 0;
this.chbFinancingManage.Text = "财务查询";
this.chbFinancingManage.UseVisualStyleBackColor = true;
//
// chbPriceManage
//
this.chbPriceManage.AutoSize = true;
this.chbPriceManage.Location = new System.Drawing.Point(20, 58);
this.chbPriceManage.Name = "chbPriceManage";
this.chbPriceManage.Size = new System.Drawing.Size(72, 16);
this.chbPriceManage.TabIndex = 0;
this.chbPriceManage.Text = "价格管理";
this.chbPriceManage.UseVisualStyleBackColor = true;
//
// chbFrontManage
//
this.chbFrontManage.AutoSize = true;
this.chbFrontManage.Location = new System.Drawing.Point(20, 19);
this.chbFrontManage.Name = "chbFrontManage";
this.chbFrontManage.Size = new System.Drawing.Size(72, 16);
this.chbFrontManage.TabIndex = 0;
this.chbFrontManage.Text = "前台管理";
this.chbFrontManage.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lsvBuyer);
this.groupBox3.Location = new System.Drawing.Point(13, 11);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(391, 215);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "用户信息";
//
// lsvBuyer
//
this.lsvBuyer.FullRowSelect = true;
this.lsvBuyer.Location = new System.Drawing.Point(14, 20);
this.lsvBuyer.Name = "lsvBuyer";
this.lsvBuyer.Size = new System.Drawing.Size(361, 179);
this.lsvBuyer.TabIndex = 0;
this.lsvBuyer.UseCompatibleStateImageBehavior = false;
this.lsvBuyer.View = System.Windows.Forms.View.Details;
this.lsvBuyer.SelectedIndexChanged += new System.EventHandler(this.lsvBuyer_SelectedIndexChanged);
//
// tbpB
//
this.tbpB.Controls.Add(this.trvEmployee);
this.tbpB.Controls.Add(this.groupBox1);
this.tbpB.Location = new System.Drawing.Point(4, 21);
this.tbpB.Name = "tbpB";
this.tbpB.Padding = new System.Windows.Forms.Padding(3);
this.tbpB.Size = new System.Drawing.Size(416, 343);
this.tbpB.TabIndex = 1;
this.tbpB.Text = "用户注册";
this.tbpB.UseVisualStyleBackColor = true;
//
// trvEmployee
//
this.trvEmployee.Location = new System.Drawing.Point(16, 17);
this.trvEmployee.Name = "trvEmployee";
this.trvEmployee.Size = new System.Drawing.Size(156, 314);
this.trvEmployee.TabIndex = 1;
this.trvEmployee.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvEmployee_AfterSelect);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.txtPwdTow);
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnEnter);
this.groupBox1.Controls.Add(this.txtPwdOne);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtUserID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtEmployeeID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Location = new System.Drawing.Point(194, 17);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -