/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChangePwd));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtOldPwd = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.txtNewPwd = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.txtConfirmPwd = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.btnOk = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(36, 18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "旧密码:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(36, 47);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "新密码:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(71, 12);
     this.label3.TabIndex = 2;
     this.label3.Text = "新密码确认:";
     //
     // txtOldPwd
     //
     this.txtOldPwd.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtOldPwd.Location = new System.Drawing.Point(90, 14);
     this.txtOldPwd.Name = "txtOldPwd";
     this.txtOldPwd.PasswordChar = '*';
     this.txtOldPwd.Size = new System.Drawing.Size(162, 21);
     this.txtOldPwd.TabIndex = 0;
     this.txtOldPwd.UseSystemPasswordChar = true;
     //
     // txtNewPwd
     //
     this.txtNewPwd.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtNewPwd.Location = new System.Drawing.Point(90, 43);
     this.txtNewPwd.Name = "txtNewPwd";
     this.txtNewPwd.PasswordChar = '*';
     this.txtNewPwd.Size = new System.Drawing.Size(162, 21);
     this.txtNewPwd.TabIndex = 1;
     this.txtNewPwd.UseSystemPasswordChar = true;
     //
     // txtConfirmPwd
     //
     this.txtConfirmPwd.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtConfirmPwd.Location = new System.Drawing.Point(90, 74);
     this.txtConfirmPwd.Name = "txtConfirmPwd";
     this.txtConfirmPwd.PasswordChar = '*';
     this.txtConfirmPwd.Size = new System.Drawing.Size(162, 21);
     this.txtConfirmPwd.TabIndex = 2;
     this.txtConfirmPwd.UseSystemPasswordChar = true;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(81, 128);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 3;
     this.btnOk.Text = "确认";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(180, 128);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 4;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(-21, 108);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(400, 1);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "groupBox1";
     //
     // FrmChangePwd
     //
     this.AcceptButton = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(281, 166);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.txtConfirmPwd);
     this.Controls.Add(this.txtNewPwd);
     this.Controls.Add(this.txtOldPwd);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmChangePwd";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "修改密码";
     this.Load += new System.EventHandler(this.FrmChangePwd_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDeviceDetail));
     this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.txtID = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbDeviceType = new System.Windows.Forms.ComboBox();
     this.cmbBus = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtAddress = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label5 = new System.Windows.Forms.Label();
     this.txtDivision = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.lnkDisivion = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(300, 175);
     this.btnClose.TabIndex = 5;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(191, 175);
     this.btnOk.TabIndex = 4;
     //
     // txtName
     //
     this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtName.Location = new System.Drawing.Point(66, 53);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(311, 21);
     this.txtName.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(34, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 41;
     this.label3.Text = "名称";
     //
     // txtID
     //
     this.txtID.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtID.Location = new System.Drawing.Point(66, 20);
     this.txtID.Name = "txtID";
     this.txtID.Size = new System.Drawing.Size(311, 21);
     this.txtID.TabIndex = 43;
     this.txtID.Text = "自动创建";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 44;
     this.label1.Text = "编号";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 128);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 49;
     this.label2.Text = "设备类型";
     //
     // cmbDeviceType
     //
     this.cmbDeviceType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDeviceType.FormattingEnabled = true;
     this.cmbDeviceType.Items.AddRange(new object[] {
     "",
     "智能电表",
     "智能水表"});
     this.cmbDeviceType.Location = new System.Drawing.Point(66, 124);
     this.cmbDeviceType.Name = "cmbDeviceType";
     this.cmbDeviceType.Size = new System.Drawing.Size(121, 20);
     this.cmbDeviceType.TabIndex = 50;
     //
     // cmbBus
     //
     this.cmbBus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBus.FormattingEnabled = true;
     this.cmbBus.Location = new System.Drawing.Point(66, 88);
     this.cmbBus.Name = "cmbBus";
     this.cmbBus.Size = new System.Drawing.Size(121, 20);
     this.cmbBus.TabIndex = 51;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(34, 91);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 52;
     this.label4.Text = "总线";
     //
     // txtAddress
     //
     this.txtAddress.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtAddress.Location = new System.Drawing.Point(235, 88);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(142, 21);
     this.txtAddress.TabIndex = 53;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(203, 91);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 54;
     this.label5.Text = "地址";
     //
     // txtDivision
     //
     this.txtDivision.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtDivision.Location = new System.Drawing.Point(235, 123);
     this.txtDivision.MaxLength = 100;
     this.txtDivision.Name = "txtDivision";
     this.txtDivision.ReadOnly = true;
     this.txtDivision.Size = new System.Drawing.Size(142, 21);
     this.txtDivision.TabIndex = 56;
     this.txtDivision.DoubleClick += new System.EventHandler(this.txtDivision_DoubleClick);
     //
     // lnkDisivion
     //
     this.lnkDisivion.AutoSize = true;
     this.lnkDisivion.Location = new System.Drawing.Point(203, 128);
     this.lnkDisivion.Name = "lnkDisivion";
     this.lnkDisivion.Size = new System.Drawing.Size(29, 12);
     this.lnkDisivion.TabIndex = 55;
     this.lnkDisivion.TabStop = true;
     this.lnkDisivion.Text = "区域";
     this.lnkDisivion.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDivision_LinkClicked);
     //
     // FrmDeviceDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(387, 210);
     this.Controls.Add(this.txtDivision);
     this.Controls.Add(this.lnkDisivion);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbBus);
     this.Controls.Add(this.cmbDeviceType);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtID);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDeviceDetail";
     this.Text = "设备信息";
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtID, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.cmbDeviceType, 0);
     this.Controls.SetChildIndex(this.cmbBus, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.Controls.SetChildIndex(this.txtAddress, 0);
     this.Controls.SetChildIndex(this.lnkDisivion, 0);
     this.Controls.SetChildIndex(this.txtDivision, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDeviceBusDetail));
     this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.txtID = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.cmbBaud = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbCommport = new LJH.GeneralLibrary.WinformControl.ComPortComboBox(this.components);
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(300, 150);
     this.btnClose.TabIndex = 5;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(191, 150);
     this.btnOk.TabIndex = 4;
     //
     // txtName
     //
     this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtName.Location = new System.Drawing.Point(66, 53);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(311, 21);
     this.txtName.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(34, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 41;
     this.label3.Text = "名称";
     //
     // txtID
     //
     this.txtID.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtID.Location = new System.Drawing.Point(66, 20);
     this.txtID.Name = "txtID";
     this.txtID.Size = new System.Drawing.Size(311, 21);
     this.txtID.TabIndex = 43;
     this.txtID.Text = "自动创建";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 44;
     this.label1.Text = "编号";
     //
     // cmbBaud
     //
     this.cmbBaud.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBaud.FormattingEnabled = true;
     this.cmbBaud.Items.AddRange(new object[] {
     "1200",
     "2400",
     "9600",
     "19200",
     "38400",
     "115200"});
     this.cmbBaud.Location = new System.Drawing.Point(260, 90);
     this.cmbBaud.Name = "cmbBaud";
     this.cmbBaud.Size = new System.Drawing.Size(115, 20);
     this.cmbBaud.TabIndex = 48;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(213, 94);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 12);
     this.label4.TabIndex = 47;
     this.label4.Text = "波特率";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location = new System.Drawing.Point(34, 94);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 46;
     this.label2.Text = "串口";
     //
     // cmbCommport
     //
     this.cmbCommport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbCommport.FormattingEnabled = true;
     this.cmbCommport.Location = new System.Drawing.Point(66, 90);
     this.cmbCommport.Name = "cmbCommport";
     this.cmbCommport.Size = new System.Drawing.Size(109, 20);
     this.cmbCommport.TabIndex = 45;
     //
     // FrmDeviceBusDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(387, 185);
     this.Controls.Add(this.cmbBaud);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cmbCommport);
     this.Controls.Add(this.txtID);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDeviceBusDetail";
     this.Text = "区域信息";
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtID, 0);
     this.Controls.SetChildIndex(this.cmbCommport, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.cmbBaud, 0);
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDivisionDetail));
     this.txtParentCategory = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.lnkParentCategory = new System.Windows.Forms.LinkLabel();
     this.txtMemo = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(300, 162);
     this.btnClose.TabIndex = 5;
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(191, 162);
     this.btnOk.TabIndex = 4;
     //
     // txtParentCategory
     //
     this.txtParentCategory.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtParentCategory.Location = new System.Drawing.Point(66, 62);
     this.txtParentCategory.MaxLength = 100;
     this.txtParentCategory.Name = "txtParentCategory";
     this.txtParentCategory.ReadOnly = true;
     this.txtParentCategory.Size = new System.Drawing.Size(311, 21);
     this.txtParentCategory.TabIndex = 2;
     this.txtParentCategory.DoubleClick += new System.EventHandler(this.txtParentCategory_DoubleClick);
     //
     // lnkParentCategory
     //
     this.lnkParentCategory.AutoSize = true;
     this.lnkParentCategory.Location = new System.Drawing.Point(10, 65);
     this.lnkParentCategory.Name = "lnkParentCategory";
     this.lnkParentCategory.Size = new System.Drawing.Size(53, 12);
     this.lnkParentCategory.TabIndex = 1;
     this.lnkParentCategory.TabStop = true;
     this.lnkParentCategory.Text = "上级区域";
     this.lnkParentCategory.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkParentCategory_LinkClicked);
     //
     // txtMemo
     //
     this.txtMemo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtMemo.Location = new System.Drawing.Point(66, 93);
     this.txtMemo.Multiline = true;
     this.txtMemo.Name = "txtMemo";
     this.txtMemo.Size = new System.Drawing.Size(311, 21);
     this.txtMemo.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(34, 97);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 42;
     this.label2.Text = "备注";
     //
     // txtName
     //
     this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtName.Location = new System.Drawing.Point(66, 32);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(311, 21);
     this.txtName.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(34, 35);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 41;
     this.label3.Text = "名称";
     //
     // FrmDivisionDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(387, 197);
     this.Controls.Add(this.txtParentCategory);
     this.Controls.Add(this.lnkParentCategory);
     this.Controls.Add(this.txtMemo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDivisionDetail";
     this.Text = "区域信息";
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.txtMemo, 0);
     this.Controls.SetChildIndex(this.lnkParentCategory, 0);
     this.Controls.SetChildIndex(this.txtParentCategory, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnLogin = new System.Windows.Forms.Button();
     this.txtLogName = new System.Windows.Forms.ComboBox();
     this.txtPassword = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.chkRememberLogid = new System.Windows.Forms.CheckBox();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnLogin
     //
     resources.ApplyResources(this.btnLogin, "btnLogin");
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.UseVisualStyleBackColor = true;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // txtLogName
     //
     this.txtLogName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.txtLogName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     resources.ApplyResources(this.txtLogName, "txtLogName");
     this.txtLogName.Name = "txtLogName";
     //
     // txtPassword
     //
     resources.ApplyResources(this.txtPassword, "txtPassword");
     this.txtPassword.Name = "txtPassword";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkRememberLogid);
     this.groupBox3.Controls.Add(this.txtPassword);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.txtLogName);
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // chkRememberLogid
     //
     resources.ApplyResources(this.chkRememberLogid, "chkRememberLogid");
     this.chkRememberLogid.Name = "chkRememberLogid";
     this.chkRememberLogid.UseVisualStyleBackColor = true;
     this.chkRememberLogid.CheckedChanged += new System.EventHandler(this.chkRememberLogid_CheckedChanged);
     //
     // FrmLogin
     //
     this.AcceptButton = this.btnLogin;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmLogin";
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.Login_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRoleDetail));
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.functionTree1 = new ZhinengChaoBiao.Controls.FunctionTree(this.components);
     this.txtName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.txtMemo = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(108, 229);
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(12, 229);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 13);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "角色:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.functionTree1);
     this.groupBox1.Location = new System.Drawing.Point(189, 13);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(269, 442);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "角色权限";
     //
     // functionTree1
     //
     this.functionTree1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText;
     this.functionTree1.HideSelection = false;
     this.functionTree1.Location = new System.Drawing.Point(9, 17);
     this.functionTree1.Name = "functionTree1";
     this.functionTree1.Size = new System.Drawing.Size(248, 416);
     this.functionTree1.TabIndex = 2;
     //
     // txtName
     //
     this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtName.Location = new System.Drawing.Point(12, 30);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(157, 21);
     this.txtName.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 123);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 7;
     this.label1.Text = "描述:";
     //
     // txtMemo
     //
     this.txtMemo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtMemo.Location = new System.Drawing.Point(12, 85);
     this.txtMemo.Multiline = true;
     this.txtMemo.Name = "txtMemo";
     this.txtMemo.Size = new System.Drawing.Size(157, 122);
     this.txtMemo.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 70);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 12);
     this.label3.TabIndex = 9;
     this.label3.Text = "备注:";
     //
     // FrmRoleDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(461, 466);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMemo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "FrmRoleDetail";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "RoleDetail";
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtMemo, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOperatorDetail));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtOperatorID = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.txtPassword = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.label3 = new System.Windows.Forms.Label();
     this.txtOperatorName = new LJH.GeneralLibrary.WinformControl.DBCTextBox(this.components);
     this.btnChangePwd = new System.Windows.Forms.Button();
     this.comRoleList = new ZhinengChaoBiao.Controls.RoleComboBox(this.components);
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(226, 147);
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(113, 147);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "登录ID:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(39, 75);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "密码:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(39, 104);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(35, 12);
     this.label4.TabIndex = 3;
     this.label4.Text = "角色:";
     //
     // txtOperatorID
     //
     this.txtOperatorID.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtOperatorID.Location = new System.Drawing.Point(79, 15);
     this.txtOperatorID.Name = "txtOperatorID";
     this.txtOperatorID.Size = new System.Drawing.Size(222, 21);
     this.txtOperatorID.TabIndex = 0;
     //
     // txtPassword
     //
     this.txtPassword.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtPassword.Location = new System.Drawing.Point(79, 71);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(188, 21);
     this.txtPassword.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(15, 47);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 13;
     this.label3.Text = "真实姓名:";
     //
     // txtOperatorName
     //
     this.txtOperatorName.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtOperatorName.Location = new System.Drawing.Point(79, 43);
     this.txtOperatorName.Name = "txtOperatorName";
     this.txtOperatorName.Size = new System.Drawing.Size(222, 21);
     this.txtOperatorName.TabIndex = 1;
     //
     // btnChangePwd
     //
     this.btnChangePwd.Location = new System.Drawing.Point(273, 70);
     this.btnChangePwd.Name = "btnChangePwd";
     this.btnChangePwd.Size = new System.Drawing.Size(28, 23);
     this.btnChangePwd.TabIndex = 19;
     this.btnChangePwd.Text = "改";
     this.btnChangePwd.UseVisualStyleBackColor = true;
     this.btnChangePwd.Click += new System.EventHandler(this.btnChangePwd_Click);
     //
     // comRoleList
     //
     this.comRoleList.FormattingEnabled = true;
     this.comRoleList.Location = new System.Drawing.Point(79, 100);
     this.comRoleList.Name = "comRoleList";
     this.comRoleList.Size = new System.Drawing.Size(222, 20);
     this.comRoleList.TabIndex = 4;
     //
     // FrmOperatorDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(313, 182);
     this.Controls.Add(this.btnChangePwd);
     this.Controls.Add(this.txtOperatorName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.comRoleList);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtOperatorID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "FrmOperatorDetail";
     this.Text = "操作员明细";
     this.Controls.SetChildIndex(this.btnOk, 0);
     this.Controls.SetChildIndex(this.btnClose, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.txtOperatorID, 0);
     this.Controls.SetChildIndex(this.txtPassword, 0);
     this.Controls.SetChildIndex(this.comRoleList, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.txtOperatorName, 0);
     this.Controls.SetChildIndex(this.btnChangePwd, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }