namespace NXWMS.Forms.SysSettings.ChildFrm { partial class FrmUserEdit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.lbStatusMessage = new System.Windows.Forms.Label(); this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel(); this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtJobTitle = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtIphoneNumber = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbGender = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtUserCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtNickName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtUserName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.cmbRole = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.txtAddress = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtEmail = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit(); this.groupOperation.Panel.SuspendLayout(); this.groupOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit(); this.kryptonPanelInput.SuspendLayout(); this.tableLayoutPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbGender)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbRole)).BeginInit(); this.SuspendLayout(); // // groupOperation // this.groupOperation.CaptionOverlap = 0D; this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl; this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom2; this.groupOperation.Location = new System.Drawing.Point(0, 0); this.groupOperation.Name = "groupOperation"; // // groupOperation.Panel // this.groupOperation.Panel.Controls.Add(this.lbStatusMessage); this.groupOperation.Panel.Controls.Add(this.btnSave); this.groupOperation.Panel.Controls.Add(this.btnExit); this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput); this.groupOperation.Size = new System.Drawing.Size(800, 450); this.groupOperation.TabIndex = 52; this.groupOperation.Values.Heading = "编辑"; this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about; // // lbStatusMessage // this.lbStatusMessage.AutoSize = true; this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent; this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStatusMessage.Location = new System.Drawing.Point(5, 360); this.lbStatusMessage.Name = "lbStatusMessage"; this.lbStatusMessage.Size = new System.Drawing.Size(0, 20); this.lbStatusMessage.TabIndex = 47; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(605, 379); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(80, 29); this.btnSave.TabIndex = 42; this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save; this.btnSave.Values.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(691, 379); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(95, 29); this.btnExit.TabIndex = 41; this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit; this.btnExit.Values.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // kryptonPanelInput // this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput); this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0); this.kryptonPanelInput.Name = "kryptonPanelInput"; this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355); this.kryptonPanelInput.TabIndex = 45; // // tableLayoutPanelInput // this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelInput.ColumnCount = 6; this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 0, 2); this.tableLayoutPanelInput.Controls.Add(this.txtJobTitle, 1, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 4, 1); this.tableLayoutPanelInput.Controls.Add(this.txtIphoneNumber, 5, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 1); this.tableLayoutPanelInput.Controls.Add(this.cmbGender, 1, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 0, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0); this.tableLayoutPanelInput.Controls.Add(this.txtUserCode, 1, 0); this.tableLayoutPanelInput.Controls.Add(this.txtNickName, 5, 0); this.tableLayoutPanelInput.Controls.Add(this.txtUserName, 3, 0); this.tableLayoutPanelInput.Controls.Add(this.cmbRole, 3, 1); this.tableLayoutPanelInput.Controls.Add(this.txtAddress, 5, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 4, 2); this.tableLayoutPanelInput.Controls.Add(this.txtEmail, 3, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 2, 2); this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 0, 3); this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelInput.Name = "tableLayoutPanelInput"; this.tableLayoutPanelInput.RowCount = 4; this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.66667F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanelInput.Size = new System.Drawing.Size(796, 139); this.tableLayoutPanelInput.TabIndex = 40; // // kryptonLabel13 // this.kryptonLabel13.AutoSize = false; this.kryptonLabel13.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel13.Location = new System.Drawing.Point(3, 77); this.kryptonLabel13.Name = "kryptonLabel13"; this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel13.Size = new System.Drawing.Size(94, 31); this.kryptonLabel13.TabIndex = 27; this.kryptonLabel13.Values.Text = "职位名称"; // // txtJobTitle // this.txtJobTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtJobTitle.Location = new System.Drawing.Point(103, 77); this.txtJobTitle.Name = "txtJobTitle"; this.txtJobTitle.Size = new System.Drawing.Size(159, 23); this.txtJobTitle.TabIndex = 20; this.txtJobTitle.Tag = "JOB_TITLE"; // // kryptonLabel10 // this.kryptonLabel10.AutoSize = false; this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel10.Location = new System.Drawing.Point(533, 40); this.kryptonLabel10.Name = "kryptonLabel10"; this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel10.Size = new System.Drawing.Size(94, 31); this.kryptonLabel10.TabIndex = 12; this.kryptonLabel10.Values.Text = "手机号码"; // // txtIphoneNumber // this.txtIphoneNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtIphoneNumber.Location = new System.Drawing.Point(633, 40); this.txtIphoneNumber.Name = "txtIphoneNumber"; this.txtIphoneNumber.Size = new System.Drawing.Size(160, 23); this.txtIphoneNumber.TabIndex = 13; this.txtIphoneNumber.Tag = "PHONE_NUMBER"; // // kryptonLabel11 // this.kryptonLabel11.AutoSize = false; this.kryptonLabel11.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel11.Location = new System.Drawing.Point(268, 40); this.kryptonLabel11.Name = "kryptonLabel11"; this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel11.Size = new System.Drawing.Size(94, 31); this.kryptonLabel11.TabIndex = 10; this.kryptonLabel11.Values.Text = "所属角色"; // // cmbGender // this.cmbGender.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbGender.DropDownWidth = 121; this.cmbGender.Location = new System.Drawing.Point(103, 40); this.cmbGender.Name = "cmbGender"; this.cmbGender.Size = new System.Drawing.Size(159, 21); this.cmbGender.TabIndex = 9; this.cmbGender.Tag = "GENDER"; // // kryptonLabel12 // this.kryptonLabel12.AutoSize = false; this.kryptonLabel12.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel12.Location = new System.Drawing.Point(3, 40); this.kryptonLabel12.Name = "kryptonLabel12"; this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel12.Size = new System.Drawing.Size(94, 31); this.kryptonLabel12.TabIndex = 8; this.kryptonLabel12.Values.Text = "性别"; // // kryptonLabel14 // this.kryptonLabel14.AutoSize = false; this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel14.Location = new System.Drawing.Point(533, 3); this.kryptonLabel14.Name = "kryptonLabel14"; this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel14.Size = new System.Drawing.Size(94, 31); this.kryptonLabel14.TabIndex = 4; this.kryptonLabel14.Values.Text = "用户昵称"; // // kryptonLabel15 // this.kryptonLabel15.AutoSize = false; this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel15.Location = new System.Drawing.Point(268, 3); this.kryptonLabel15.Name = "kryptonLabel15"; this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel15.Size = new System.Drawing.Size(94, 31); this.kryptonLabel15.TabIndex = 2; this.kryptonLabel15.Values.Text = "用户名称"; // // kryptonLabel16 // this.kryptonLabel16.AutoSize = false; this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel16.Location = new System.Drawing.Point(3, 3); this.kryptonLabel16.Name = "kryptonLabel16"; this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel16.Size = new System.Drawing.Size(94, 31); this.kryptonLabel16.TabIndex = 0; this.kryptonLabel16.Values.Text = "用户编码"; // // txtUserCode // this.txtUserCode.Dock = System.Windows.Forms.DockStyle.Fill; this.txtUserCode.Location = new System.Drawing.Point(103, 3); this.txtUserCode.MaxLength = 100; this.txtUserCode.Name = "txtUserCode"; this.txtUserCode.Size = new System.Drawing.Size(159, 23); this.txtUserCode.TabIndex = 1; this.txtUserCode.Tag = "USER_CODE"; // // txtNickName // this.txtNickName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNickName.Location = new System.Drawing.Point(633, 3); this.txtNickName.Name = "txtNickName"; this.txtNickName.Size = new System.Drawing.Size(160, 23); this.txtNickName.TabIndex = 16; this.txtNickName.Tag = "NICK_NAME"; // // txtUserName // this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserName.Location = new System.Drawing.Point(368, 3); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(159, 23); this.txtUserName.TabIndex = 3; this.txtUserName.Tag = "USER_NAME"; // // cmbRole // this.cmbRole.Dock = System.Windows.Forms.DockStyle.Fill; this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRole.DropDownWidth = 121; this.cmbRole.Location = new System.Drawing.Point(368, 40); this.cmbRole.Name = "cmbRole"; this.cmbRole.Size = new System.Drawing.Size(159, 21); this.cmbRole.TabIndex = 31; this.cmbRole.Tag = "ROLE_CODE"; // // txtAddress // this.txtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtAddress.Location = new System.Drawing.Point(633, 77); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(160, 23); this.txtAddress.TabIndex = 28; this.txtAddress.Tag = "ADDRESS"; // // kryptonLabel17 // this.kryptonLabel17.AutoSize = false; this.kryptonLabel17.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonLabel17.Location = new System.Drawing.Point(533, 77); this.kryptonLabel17.Name = "kryptonLabel17"; this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel17.Size = new System.Drawing.Size(94, 31); this.kryptonLabel17.TabIndex = 19; this.kryptonLabel17.Values.Text = "地址"; // // txtEmail // this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtEmail.Location = new System.Drawing.Point(368, 77); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(159, 23); this.txtEmail.TabIndex = 32; this.txtEmail.Tag = "EMAIL"; // // kryptonLabel9 // this.kryptonLabel9.AutoSize = false; this.kryptonLabel9.Location = new System.Drawing.Point(268, 77); this.kryptonLabel9.Name = "kryptonLabel9"; this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel9.Size = new System.Drawing.Size(94, 22); this.kryptonLabel9.TabIndex = 33; this.kryptonLabel9.Values.Text = "邮箱"; // // chkUse // this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chkUse.Location = new System.Drawing.Point(103, 114); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(159, 22); this.chkUse.TabIndex = 25; this.chkUse.Tag = "USED_FLAG"; this.chkUse.Values.Text = ""; // // kryptonLabel18 // this.kryptonLabel18.AutoSize = false; this.kryptonLabel18.Location = new System.Drawing.Point(3, 114); this.kryptonLabel18.Name = "kryptonLabel18"; this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel18.Size = new System.Drawing.Size(94, 22); this.kryptonLabel18.TabIndex = 26; this.kryptonLabel18.Values.Text = "是否启用"; // // FrmUserEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.groupOperation); this.Name = "FrmUserEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmUserEdit"; ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit(); this.groupOperation.Panel.ResumeLayout(false); this.groupOperation.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit(); this.groupOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit(); this.kryptonPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbGender)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbRole)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation; private System.Windows.Forms.Label lbStatusMessage; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave; private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtJobTitle; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtIphoneNumber; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbGender; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUserCode; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNickName; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUserName; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbRole; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtAddress; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtEmail; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18; public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput; } }