/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnLikeAdd = new System.Windows.Forms.Button();
     this.grbOrganizeRole = new System.Windows.Forms.GroupBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.ucOrganize = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblOrganizeReq = new System.Windows.Forms.Label();
     this.lblOrganize = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.lblFullName = new System.Windows.Forms.Label();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.grbOrganizeRole.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(332, 270);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 13;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(251, 270);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 12;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnLikeAdd
     //
     this.btnLikeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLikeAdd.Location = new System.Drawing.Point(12, 270);
     this.btnLikeAdd.Name = "btnLikeAdd";
     this.btnLikeAdd.Size = new System.Drawing.Size(113, 23);
     this.btnLikeAdd.TabIndex = 11;
     this.btnLikeAdd.Text = "类似添加(&A)";
     this.btnLikeAdd.UseVisualStyleBackColor = true;
     this.btnLikeAdd.Click += new System.EventHandler(this.btnLikeAdd_Click);
     //
     // grbOrganizeRole
     //
     this.grbOrganizeRole.Controls.Add(this.txtCode);
     this.grbOrganizeRole.Controls.Add(this.lblCode);
     this.grbOrganizeRole.Controls.Add(this.ucOrganize);
     this.grbOrganizeRole.Controls.Add(this.lblFullNameReq);
     this.grbOrganizeRole.Controls.Add(this.lblOrganizeReq);
     this.grbOrganizeRole.Controls.Add(this.lblOrganize);
     this.grbOrganizeRole.Controls.Add(this.txtRealName);
     this.grbOrganizeRole.Controls.Add(this.lblFullName);
     this.grbOrganizeRole.Controls.Add(this.chkEnabled);
     this.grbOrganizeRole.Controls.Add(this.txtDescription);
     this.grbOrganizeRole.Controls.Add(this.lblDescription);
     this.grbOrganizeRole.Location = new System.Drawing.Point(13, 13);
     this.grbOrganizeRole.Name = "grbOrganizeRole";
     this.grbOrganizeRole.Size = new System.Drawing.Size(394, 244);
     this.grbOrganizeRole.TabIndex = 14;
     this.grbOrganizeRole.TabStop = false;
     this.grbOrganizeRole.Text = "编辑岗位:";
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(95, 67);
     this.txtCode.MaxLength = 50;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(270, 21);
     this.txtCode.TabIndex = 15;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(13, 70);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(75, 12);
     this.lblCode.TabIndex = 14;
     this.lblCode.Text = "编号(&C):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucOrganize
     //
     this.ucOrganize.AllowNull = true;
     this.ucOrganize.AllowSelect = true;
     this.ucOrganize.AutoSize = true;
     this.ucOrganize.CanEdit = false;
     this.ucOrganize.CheckMove = false;
     this.ucOrganize.Location = new System.Drawing.Point(95, 27);
     this.ucOrganize.MultiSelect = false;
     this.ucOrganize.Name = "ucOrganize";
     this.ucOrganize.OpenId = "";
     this.ucOrganize.PermissionItemScopeCode = "";
     this.ucOrganize.SelectedFullName = "";
     this.ucOrganize.SelectedId = "";
     this.ucOrganize.Size = new System.Drawing.Size(270, 23);
     this.ucOrganize.TabIndex = 12;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(371, 106);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 18;
     this.lblFullNameReq.Text = "*";
     //
     // lblOrganizeReq
     //
     this.lblOrganizeReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblOrganizeReq.AutoSize = true;
     this.lblOrganizeReq.ForeColor = System.Drawing.Color.Red;
     this.lblOrganizeReq.Location = new System.Drawing.Point(371, 31);
     this.lblOrganizeReq.Name = "lblOrganizeReq";
     this.lblOrganizeReq.Size = new System.Drawing.Size(11, 12);
     this.lblOrganizeReq.TabIndex = 13;
     this.lblOrganizeReq.Text = "*";
     //
     // lblOrganize
     //
     this.lblOrganize.Location = new System.Drawing.Point(13, 30);
     this.lblOrganize.Name = "lblOrganize";
     this.lblOrganize.Size = new System.Drawing.Size(75, 12);
     this.lblOrganize.TabIndex = 11;
     this.lblOrganize.Text = "机构(&O):";
     this.lblOrganize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(95, 103);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(270, 21);
     this.txtRealName.TabIndex = 17;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(13, 105);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(75, 12);
     this.lblFullName.TabIndex = 16;
     this.lblFullName.Text = "名称(&F):";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Location = new System.Drawing.Point(95, 141);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 19;
     this.chkEnabled.Text = "有效";
     this.chkEnabled.UseVisualStyleBackColor = true;
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(95, 168);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtDescription.Size = new System.Drawing.Size(270, 58);
     this.txtDescription.TabIndex = 21;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(13, 171);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(75, 12);
     this.lblDescription.TabIndex = 20;
     this.lblDescription.Text = "描述(&D):";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FrmOrganizeRoleEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(419, 308);
     this.Controls.Add(this.grbOrganizeRole);
     this.Controls.Add(this.btnLikeAdd);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmOrganizeRoleEdit";
     this.Text = "编辑岗位";
     this.grbOrganizeRole.ResumeLayout(false);
     this.grbOrganizeRole.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tpUser = new System.Windows.Forms.TabPage();
     this.grpRequestAnAccount = new System.Windows.Forms.GroupBox();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblE_mail = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompanyName = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.chbEnabled = new System.Windows.Forms.CheckBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblRealName = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.tpUserOrganize = new System.Windows.Forms.TabPage();
     this.btnRemove = new System.Windows.Forms.Button();
     this.grdUserOrganize = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colCompanyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartmentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWorkgroupName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnAddToOrganize = new System.Windows.Forms.Button();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnSetPassword = new System.Windows.Forms.Button();
     this.btnLikeAdd = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tpUser.SuspendLayout();
     this.grpRequestAnAccount.SuspendLayout();
     this.tpUserOrganize.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUserOrganize)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(490, 463);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnSave.Location = new System.Drawing.Point(363, 463);
     this.btnSave.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(124, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "更新用户(&R)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tpUser);
     this.tabControl1.Controls.Add(this.tpUserOrganize);
     this.tabControl1.Location = new System.Drawing.Point(8, 11);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(558, 446);
     this.tabControl1.TabIndex = 0;
     //
     // tpUser
     //
     this.tpUser.BackColor = System.Drawing.SystemColors.Control;
     this.tpUser.Controls.Add(this.grpRequestAnAccount);
     this.tpUser.Location = new System.Drawing.Point(4, 22);
     this.tpUser.Name = "tpUser";
     this.tpUser.Padding = new System.Windows.Forms.Padding(3);
     this.tpUser.Size = new System.Drawing.Size(550, 420);
     this.tpUser.TabIndex = 0;
     this.tpUser.Text = "用户信息";
     //
     // grpRequestAnAccount
     //
     this.grpRequestAnAccount.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.grpRequestAnAccount.Controls.Add(this.ucSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.lblSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtCode);
     this.grpRequestAnAccount.Controls.Add(this.lblCode);
     this.grpRequestAnAccount.Controls.Add(this.txtMobile);
     this.grpRequestAnAccount.Controls.Add(this.label2);
     this.grpRequestAnAccount.Controls.Add(this.ucWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.lblWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.ucDepartment);
     this.grpRequestAnAccount.Controls.Add(this.ucCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtEmail);
     this.grpRequestAnAccount.Controls.Add(this.lblE_mail);
     this.grpRequestAnAccount.Controls.Add(this.label4);
     this.grpRequestAnAccount.Controls.Add(this.txtDescription);
     this.grpRequestAnAccount.Controls.Add(this.lblDescription);
     this.grpRequestAnAccount.Controls.Add(this.label1);
     this.grpRequestAnAccount.Controls.Add(this.lblUserNameReq);
     this.grpRequestAnAccount.Controls.Add(this.lblDepartment);
     this.grpRequestAnAccount.Controls.Add(this.lblCompanyName);
     this.grpRequestAnAccount.Controls.Add(this.cmbRole);
     this.grpRequestAnAccount.Controls.Add(this.lblRole);
     this.grpRequestAnAccount.Controls.Add(this.txtRealName);
     this.grpRequestAnAccount.Controls.Add(this.chbEnabled);
     this.grpRequestAnAccount.Controls.Add(this.txtUserName);
     this.grpRequestAnAccount.Controls.Add(this.lblRealName);
     this.grpRequestAnAccount.Controls.Add(this.lblUserName);
     this.grpRequestAnAccount.Location = new System.Drawing.Point(9, 9);
     this.grpRequestAnAccount.Name = "grpRequestAnAccount";
     this.grpRequestAnAccount.Size = new System.Drawing.Size(531, 400);
     this.grpRequestAnAccount.TabIndex = 0;
     this.grpRequestAnAccount.TabStop = false;
     this.grpRequestAnAccount.Text = "用户";
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(116, 217);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(383, 23);
     this.ucSubCompany.TabIndex = 17;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(4, 221);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(106, 12);
     this.lblSubCompany.TabIndex = 16;
     this.lblSubCompany.Text = "所在分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(116, 76);
     this.txtCode.MaxLength = 50;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(384, 21);
     this.txtCode.TabIndex = 6;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(4, 78);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(106, 12);
     this.lblCode.TabIndex = 5;
     this.lblCode.Text = "工号(编号):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMobile
     //
     this.txtMobile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMobile.Location = new System.Drawing.Point(116, 108);
     this.txtMobile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMobile.MaxLength = 50;
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(383, 21);
     this.txtMobile.TabIndex = 8;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 111);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(106, 12);
     this.label2.TabIndex = 7;
     this.label2.Text = "手机(&M):";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(116, 275);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(383, 23);
     this.ucWorkgroup.TabIndex = 21;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(4, 278);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(106, 12);
     this.lblWorkgroup.TabIndex = 20;
     this.lblWorkgroup.Text = "所在工作组:";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(116, 247);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(383, 23);
     this.ucDepartment.TabIndex = 19;
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(116, 190);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(383, 23);
     this.ucCompany.TabIndex = 14;
     //
     // txtEmail
     //
     this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmail.Location = new System.Drawing.Point(116, 135);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(384, 21);
     this.txtEmail.TabIndex = 10;
     //
     // lblE_mail
     //
     this.lblE_mail.Location = new System.Drawing.Point(4, 138);
     this.lblE_mail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblE_mail.Name = "lblE_mail";
     this.lblE_mail.Size = new System.Drawing.Size(106, 12);
     this.lblE_mail.TabIndex = 9;
     this.lblE_mail.Text = "E_mail(&E):";
     this.lblE_mail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(509, 196);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 12);
     this.label4.TabIndex = 15;
     this.label4.Text = "*";
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(116, 332);
     this.txtDescription.Margin = new System.Windows.Forms.Padding(4);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(384, 57);
     this.txtDescription.TabIndex = 24;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(4, 332);
     this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(106, 12);
     this.lblDescription.TabIndex = 23;
     this.lblDescription.Text = "描述(&D):";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(509, 51);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(11, 12);
     this.label1.TabIndex = 5;
     this.label1.Text = "*";
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(509, 24);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 2;
     this.lblUserNameReq.Text = "*";
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(4, 250);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(106, 12);
     this.lblDepartment.TabIndex = 18;
     this.lblDepartment.Text = "所在部门:";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompanyName
     //
     this.lblCompanyName.Location = new System.Drawing.Point(4, 193);
     this.lblCompanyName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompanyName.Name = "lblCompanyName";
     this.lblCompanyName.Size = new System.Drawing.Size(106, 12);
     this.lblCompanyName.TabIndex = 13;
     this.lblCompanyName.Text = "所在单位:";
     this.lblCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbRole
     //
     this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(116, 163);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(384, 20);
     this.cmbRole.TabIndex = 12;
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(4, 166);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(106, 12);
     this.lblRole.TabIndex = 11;
     this.lblRole.Text = "默认角色(&R):";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(116, 47);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(384, 21);
     this.txtRealName.TabIndex = 4;
     this.txtRealName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtRealName_MouseDoubleClick);
     //
     // chbEnabled
     //
     this.chbEnabled.AutoSize = true;
     this.chbEnabled.Location = new System.Drawing.Point(116, 309);
     this.chbEnabled.Name = "chbEnabled";
     this.chbEnabled.Size = new System.Drawing.Size(48, 16);
     this.chbEnabled.TabIndex = 22;
     this.chbEnabled.Text = "有效";
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(116, 19);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(384, 21);
     this.txtUserName.TabIndex = 1;
     //
     // lblRealName
     //
     this.lblRealName.Location = new System.Drawing.Point(4, 50);
     this.lblRealName.Name = "lblRealName";
     this.lblRealName.Size = new System.Drawing.Size(106, 12);
     this.lblRealName.TabIndex = 3;
     this.lblRealName.Text = "姓名(&N):";
     this.lblRealName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(4, 22);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(106, 12);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tpUserOrganize
     //
     this.tpUserOrganize.BackColor = System.Drawing.SystemColors.Control;
     this.tpUserOrganize.Controls.Add(this.btnRemove);
     this.tpUserOrganize.Controls.Add(this.grdUserOrganize);
     this.tpUserOrganize.Controls.Add(this.btnAddToOrganize);
     this.tpUserOrganize.Controls.Add(this.btnInvertSelect);
     this.tpUserOrganize.Controls.Add(this.btnSelectAll);
     this.tpUserOrganize.Location = new System.Drawing.Point(4, 22);
     this.tpUserOrganize.Name = "tpUserOrganize";
     this.tpUserOrganize.Padding = new System.Windows.Forms.Padding(3);
     this.tpUserOrganize.Size = new System.Drawing.Size(550, 420);
     this.tpUserOrganize.TabIndex = 1;
     this.tpUserOrganize.Text = "兼任职务";
     //
     // btnRemove
     //
     this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.Enabled = false;
     this.btnRemove.Location = new System.Drawing.Point(449, 393);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(95, 23);
     this.btnRemove.TabIndex = 11;
     this.btnRemove.Text = "移除(&R)";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // grdUserOrganize
     //
     this.grdUserOrganize.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     this.grdUserOrganize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdUserOrganize.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.grdUserOrganize.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdUserOrganize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdUserOrganize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdUserOrganize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colCompanyName,
     this.colDepartmentName,
     this.colWorkgroupName,
     this.colRoleName});
     this.grdUserOrganize.Location = new System.Drawing.Point(6, 6);
     this.grdUserOrganize.MultiSelect = false;
     this.grdUserOrganize.Name = "grdUserOrganize";
     this.grdUserOrganize.RowTemplate.Height = 23;
     this.grdUserOrganize.Size = new System.Drawing.Size(538, 384);
     this.grdUserOrganize.TabIndex = 4;
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colCompanyName
     //
     this.colCompanyName.DataPropertyName = "CompanyName";
     this.colCompanyName.FillWeight = 90F;
     this.colCompanyName.HeaderText = "公司";
     this.colCompanyName.MaxInputLength = 50;
     this.colCompanyName.Name = "colCompanyName";
     this.colCompanyName.ReadOnly = true;
     this.colCompanyName.Width = 90;
     //
     // colDepartmentName
     //
     this.colDepartmentName.DataPropertyName = "DepartmentName";
     this.colDepartmentName.FillWeight = 200F;
     this.colDepartmentName.HeaderText = "部门";
     this.colDepartmentName.MaxInputLength = 50;
     this.colDepartmentName.Name = "colDepartmentName";
     this.colDepartmentName.ReadOnly = true;
     //
     // colWorkgroupName
     //
     this.colWorkgroupName.DataPropertyName = "WorkgroupName";
     this.colWorkgroupName.FillWeight = 90F;
     this.colWorkgroupName.HeaderText = "工作组";
     this.colWorkgroupName.MaxInputLength = 90;
     this.colWorkgroupName.Name = "colWorkgroupName";
     this.colWorkgroupName.ReadOnly = true;
     this.colWorkgroupName.Width = 90;
     //
     // colRoleName
     //
     this.colRoleName.DataPropertyName = "RoleName";
     this.colRoleName.FillWeight = 120F;
     this.colRoleName.HeaderText = "职务";
     this.colRoleName.MaxInputLength = 50;
     this.colRoleName.Name = "colRoleName";
     this.colRoleName.Width = 120;
     //
     // btnAddToOrganize
     //
     this.btnAddToOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddToOrganize.Location = new System.Drawing.Point(342, 394);
     this.btnAddToOrganize.Name = "btnAddToOrganize";
     this.btnAddToOrganize.Size = new System.Drawing.Size(101, 23);
     this.btnAddToOrganize.TabIndex = 10;
     this.btnAddToOrganize.Text = "添加兼任(&D)...";
     this.btnAddToOrganize.UseVisualStyleBackColor = true;
     this.btnAddToOrganize.Click += new System.EventHandler(this.btnAddToOrganize_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Enabled = false;
     this.btnInvertSelect.Location = new System.Drawing.Point(115, 393);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(105, 23);
     this.btnInvertSelect.TabIndex = 9;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Enabled = false;
     this.btnSelectAll.Location = new System.Drawing.Point(4, 393);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(105, 23);
     this.btnSelectAll.TabIndex = 8;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnSetPassword
     //
     this.btnSetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetPassword.Enabled = false;
     this.btnSetPassword.Location = new System.Drawing.Point(8, 463);
     this.btnSetPassword.Name = "btnSetPassword";
     this.btnSetPassword.Size = new System.Drawing.Size(115, 23);
     this.btnSetPassword.TabIndex = 1;
     this.btnSetPassword.Text = "设置密码(&S)...";
     this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
     //
     // btnLikeAdd
     //
     this.btnLikeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLikeAdd.Location = new System.Drawing.Point(128, 463);
     this.btnLikeAdd.Name = "btnLikeAdd";
     this.btnLikeAdd.Size = new System.Drawing.Size(113, 23);
     this.btnLikeAdd.TabIndex = 2;
     this.btnLikeAdd.Text = "类似添加(&A)";
     this.btnLikeAdd.UseVisualStyleBackColor = true;
     this.btnLikeAdd.Click += new System.EventHandler(this.btnLikeAdd_Click);
     //
     // FrmAccountEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(573, 490);
     this.Controls.Add(this.btnLikeAdd);
     this.Controls.Add(this.btnSetPassword);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.tabControl1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmAccountEdit";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "编辑用户";
     this.tabControl1.ResumeLayout(false);
     this.tpUser.ResumeLayout(false);
     this.grpRequestAnAccount.ResumeLayout(false);
     this.grpRequestAnAccount.PerformLayout();
     this.tpUserOrganize.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdUserOrganize)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnConfirm = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.grbOrganize = new System.Windows.Forms.GroupBox();
     this.lblParentReq = new System.Windows.Forms.Label();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblAddress = new System.Windows.Forms.Label();
     this.txtPostalcode = new System.Windows.Forms.TextBox();
     this.txtShortName = new System.Windows.Forms.TextBox();
     this.lblPostalcode = new System.Windows.Forms.Label();
     this.lblParentOrganize = new System.Windows.Forms.Label();
     this.txtFax = new System.Windows.Forms.TextBox();
     this.lblShortName = new System.Windows.Forms.Label();
     this.txtWeb = new System.Windows.Forms.TextBox();
     this.lblWeb = new System.Windows.Forms.Label();
     this.chkIsInnerOrganize = new System.Windows.Forms.CheckBox();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.lblFax = new System.Windows.Forms.Label();
     this.lblDescription = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.txtAddress = new System.Windows.Forms.TextBox();
     this.ucParent = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.cmbCategory = new System.Windows.Forms.ComboBox();
     this.lblInnerPhone = new System.Windows.Forms.Label();
     this.lblCategory = new System.Windows.Forms.Label();
     this.lblOuterPhone = new System.Windows.Forms.Label();
     this.txtOuterPhone = new System.Windows.Forms.TextBox();
     this.txtFullName = new System.Windows.Forms.TextBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblFullName = new System.Windows.Forms.Label();
     this.txtInnerPhone = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.grbOrganize.SuspendLayout();
     this.SuspendLayout();
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(350, 422);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(78, 23);
     this.btnConfirm.TabIndex = 2;
     this.btnConfirm.Text = "确定";
     this.btnConfirm.UseVisualStyleBackColor = true;
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(435, 422);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(78, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(266, 422);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(78, 23);
     this.btnAdd.TabIndex = 1;
     this.btnAdd.Text = "添加(&A)";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // grbOrganize
     //
     this.grbOrganize.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.grbOrganize.Controls.Add(this.lblParentReq);
     this.grbOrganize.Controls.Add(this.lblFullNameReq);
     this.grbOrganize.Controls.Add(this.lblAddress);
     this.grbOrganize.Controls.Add(this.txtPostalcode);
     this.grbOrganize.Controls.Add(this.txtShortName);
     this.grbOrganize.Controls.Add(this.lblPostalcode);
     this.grbOrganize.Controls.Add(this.lblParentOrganize);
     this.grbOrganize.Controls.Add(this.txtFax);
     this.grbOrganize.Controls.Add(this.lblShortName);
     this.grbOrganize.Controls.Add(this.txtWeb);
     this.grbOrganize.Controls.Add(this.lblWeb);
     this.grbOrganize.Controls.Add(this.chkIsInnerOrganize);
     this.grbOrganize.Controls.Add(this.chkEnabled);
     this.grbOrganize.Controls.Add(this.lblFax);
     this.grbOrganize.Controls.Add(this.lblDescription);
     this.grbOrganize.Controls.Add(this.txtDescription);
     this.grbOrganize.Controls.Add(this.txtAddress);
     this.grbOrganize.Controls.Add(this.ucParent);
     this.grbOrganize.Controls.Add(this.cmbCategory);
     this.grbOrganize.Controls.Add(this.lblInnerPhone);
     this.grbOrganize.Controls.Add(this.lblCategory);
     this.grbOrganize.Controls.Add(this.lblOuterPhone);
     this.grbOrganize.Controls.Add(this.txtOuterPhone);
     this.grbOrganize.Controls.Add(this.txtFullName);
     this.grbOrganize.Controls.Add(this.txtCode);
     this.grbOrganize.Controls.Add(this.lblFullName);
     this.grbOrganize.Controls.Add(this.txtInnerPhone);
     this.grbOrganize.Controls.Add(this.lblCode);
     this.grbOrganize.Location = new System.Drawing.Point(17, 9);
     this.grbOrganize.Name = "grbOrganize";
     this.grbOrganize.Size = new System.Drawing.Size(497, 407);
     this.grbOrganize.TabIndex = 0;
     this.grbOrganize.TabStop = false;
     this.grbOrganize.Text = "组织机构";
     //
     // lblParentReq
     //
     this.lblParentReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblParentReq.AutoSize = true;
     this.lblParentReq.ForeColor = System.Drawing.Color.Red;
     this.lblParentReq.Location = new System.Drawing.Point(474, 22);
     this.lblParentReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblParentReq.Name = "lblParentReq";
     this.lblParentReq.Size = new System.Drawing.Size(11, 12);
     this.lblParentReq.TabIndex = 2;
     this.lblParentReq.Text = "*";
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(474, 51);
     this.lblFullNameReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 5;
     this.lblFullNameReq.Text = "*";
     //
     // lblAddress
     //
     this.lblAddress.Location = new System.Drawing.Point(6, 276);
     this.lblAddress.Name = "lblAddress";
     this.lblAddress.Size = new System.Drawing.Size(111, 12);
     this.lblAddress.TabIndex = 20;
     this.lblAddress.Text = "地址:";
     this.lblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPostalcode
     //
     this.txtPostalcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPostalcode.Location = new System.Drawing.Point(126, 243);
     this.txtPostalcode.MaxLength = 20;
     this.txtPostalcode.Name = "txtPostalcode";
     this.txtPostalcode.Size = new System.Drawing.Size(339, 21);
     this.txtPostalcode.TabIndex = 19;
     //
     // txtShortName
     //
     this.txtShortName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtShortName.Location = new System.Drawing.Point(126, 104);
     this.txtShortName.MaxLength = 80;
     this.txtShortName.Name = "txtShortName";
     this.txtShortName.Size = new System.Drawing.Size(339, 21);
     this.txtShortName.TabIndex = 9;
     //
     // lblPostalcode
     //
     this.lblPostalcode.Location = new System.Drawing.Point(6, 248);
     this.lblPostalcode.Name = "lblPostalcode";
     this.lblPostalcode.Size = new System.Drawing.Size(111, 12);
     this.lblPostalcode.TabIndex = 18;
     this.lblPostalcode.Text = "邮编:";
     this.lblPostalcode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblParentOrganize
     //
     this.lblParentOrganize.Location = new System.Drawing.Point(6, 24);
     this.lblParentOrganize.Name = "lblParentOrganize";
     this.lblParentOrganize.Size = new System.Drawing.Size(111, 12);
     this.lblParentOrganize.TabIndex = 0;
     this.lblParentOrganize.Text = "父节点(&P):";
     this.lblParentOrganize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtFax
     //
     this.txtFax.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFax.Location = new System.Drawing.Point(126, 215);
     this.txtFax.MaxLength = 20;
     this.txtFax.Name = "txtFax";
     this.txtFax.Size = new System.Drawing.Size(339, 21);
     this.txtFax.TabIndex = 17;
     //
     // lblShortName
     //
     this.lblShortName.Location = new System.Drawing.Point(6, 108);
     this.lblShortName.Name = "lblShortName";
     this.lblShortName.Size = new System.Drawing.Size(111, 12);
     this.lblShortName.TabIndex = 8;
     this.lblShortName.Text = "简称(&S):";
     this.lblShortName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtWeb
     //
     this.txtWeb.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtWeb.Location = new System.Drawing.Point(126, 299);
     this.txtWeb.MaxLength = 200;
     this.txtWeb.Name = "txtWeb";
     this.txtWeb.Size = new System.Drawing.Size(339, 21);
     this.txtWeb.TabIndex = 23;
     //
     // lblWeb
     //
     this.lblWeb.Location = new System.Drawing.Point(6, 304);
     this.lblWeb.Name = "lblWeb";
     this.lblWeb.Size = new System.Drawing.Size(111, 12);
     this.lblWeb.TabIndex = 22;
     this.lblWeb.Text = "网址:";
     this.lblWeb.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkIsInnerOrganize
     //
     this.chkIsInnerOrganize.AutoSize = true;
     this.chkIsInnerOrganize.Checked = true;
     this.chkIsInnerOrganize.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkIsInnerOrganize.Location = new System.Drawing.Point(223, 327);
     this.chkIsInnerOrganize.Name = "chkIsInnerOrganize";
     this.chkIsInnerOrganize.Size = new System.Drawing.Size(72, 16);
     this.chkIsInnerOrganize.TabIndex = 25;
     this.chkIsInnerOrganize.Text = "内部组织";
     this.chkIsInnerOrganize.UseVisualStyleBackColor = true;
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(126, 327);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(66, 16);
     this.chkEnabled.TabIndex = 24;
     this.chkEnabled.Text = "有效(&E)";
     this.chkEnabled.UseVisualStyleBackColor = true;
     //
     // lblFax
     //
     this.lblFax.Location = new System.Drawing.Point(6, 220);
     this.lblFax.Name = "lblFax";
     this.lblFax.Size = new System.Drawing.Size(111, 12);
     this.lblFax.TabIndex = 16;
     this.lblFax.Text = "传真(&F):";
     this.lblFax.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(6, 353);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(111, 12);
     this.lblDescription.TabIndex = 26;
     this.lblDescription.Text = "描述(&D):";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(126, 350);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(339, 37);
     this.txtDescription.TabIndex = 27;
     //
     // txtAddress
     //
     this.txtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAddress.Location = new System.Drawing.Point(126, 271);
     this.txtAddress.MaxLength = 20;
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(339, 21);
     this.txtAddress.TabIndex = 21;
     //
     // ucParent
     //
     this.ucParent.AllowNull = true;
     this.ucParent.AllowSelect = true;
     this.ucParent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucParent.AutoSize = true;
     this.ucParent.CanEdit = false;
     this.ucParent.CheckMove = false;
     this.ucParent.Location = new System.Drawing.Point(126, 18);
     this.ucParent.MultiSelect = false;
     this.ucParent.Name = "ucParent";
     this.ucParent.OpenId = "";
     this.ucParent.PermissionItemScopeCode = "";
     this.ucParent.SelectedFullName = "";
     this.ucParent.SelectedId = "";
     this.ucParent.Size = new System.Drawing.Size(339, 23);
     this.ucParent.TabIndex = 1;
     //
     // cmbCategory
     //
     this.cmbCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCategory.Location = new System.Drawing.Point(126, 132);
     this.cmbCategory.Name = "cmbCategory";
     this.cmbCategory.Size = new System.Drawing.Size(339, 20);
     this.cmbCategory.TabIndex = 11;
     //
     // lblInnerPhone
     //
     this.lblInnerPhone.Location = new System.Drawing.Point(6, 192);
     this.lblInnerPhone.Name = "lblInnerPhone";
     this.lblInnerPhone.Size = new System.Drawing.Size(111, 12);
     this.lblInnerPhone.TabIndex = 14;
     this.lblInnerPhone.Text = "内线(&I):";
     this.lblInnerPhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCategory
     //
     this.lblCategory.Location = new System.Drawing.Point(6, 136);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(111, 12);
     this.lblCategory.TabIndex = 10;
     this.lblCategory.Text = "分类(&G):";
     this.lblCategory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblOuterPhone
     //
     this.lblOuterPhone.Location = new System.Drawing.Point(6, 164);
     this.lblOuterPhone.Name = "lblOuterPhone";
     this.lblOuterPhone.Size = new System.Drawing.Size(111, 12);
     this.lblOuterPhone.TabIndex = 12;
     this.lblOuterPhone.Text = "电话(&O):";
     this.lblOuterPhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOuterPhone
     //
     this.txtOuterPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtOuterPhone.Location = new System.Drawing.Point(126, 159);
     this.txtOuterPhone.MaxLength = 20;
     this.txtOuterPhone.Name = "txtOuterPhone";
     this.txtOuterPhone.Size = new System.Drawing.Size(339, 21);
     this.txtOuterPhone.TabIndex = 13;
     //
     // txtFullName
     //
     this.txtFullName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFullName.Location = new System.Drawing.Point(126, 48);
     this.txtFullName.MaxLength = 80;
     this.txtFullName.Name = "txtFullName";
     this.txtFullName.Size = new System.Drawing.Size(339, 21);
     this.txtFullName.TabIndex = 4;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(126, 76);
     this.txtCode.MaxLength = 20;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(339, 21);
     this.txtCode.TabIndex = 7;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(6, 52);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(111, 12);
     this.lblFullName.TabIndex = 3;
     this.lblFullName.Text = "名称(&N):";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtInnerPhone
     //
     this.txtInnerPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInnerPhone.Location = new System.Drawing.Point(126, 187);
     this.txtInnerPhone.MaxLength = 20;
     this.txtInnerPhone.Name = "txtInnerPhone";
     this.txtInnerPhone.Size = new System.Drawing.Size(339, 21);
     this.txtInnerPhone.TabIndex = 15;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(6, 80);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(111, 12);
     this.lblCode.TabIndex = 6;
     this.lblCode.Text = "编号(&E):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FrmOrganizeAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(532, 457);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.grbOrganize);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmOrganizeAdd";
     this.Text = "添加组织机构";
     this.grbOrganize.ResumeLayout(false);
     this.grbOrganize.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(FrmOrganizePermission));
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.btnPaste = new System.Windows.Forms.Button();
     this.btnCopy = new System.Windows.Forms.Button();
     this.btnClearPermission = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.tcModule = new System.Windows.Forms.TabControl();
     this.tpModule = new System.Windows.Forms.TabPage();
     this.tvModule = new System.Windows.Forms.TreeView();
     this.splitter2 = new System.Windows.Forms.Splitter();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel4 = new System.Windows.Forms.Panel();
     this.tcPermissionItem = new System.Windows.Forms.TabControl();
     this.tpPermissionItem = new System.Windows.Forms.TabPage();
     this.tvPermissionItem = new System.Windows.Forms.TreeView();
     this.ucOrganize = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblParentReq = new System.Windows.Forms.Label();
     this.lblParent = new System.Windows.Forms.Label();
     this.flowLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tcModule.SuspendLayout();
     this.tpModule.SuspendLayout();
     this.panel4.SuspendLayout();
     this.tcPermissionItem.SuspendLayout();
     this.tpPermissionItem.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnPaste);
     this.flowLayoutPanel1.Controls.Add(this.btnCopy);
     this.flowLayoutPanel1.Controls.Add(this.btnClearPermission);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(382, 8);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(418, 30);
     this.flowLayoutPanel1.TabIndex = 42;
     //
     // btnPaste
     //
     this.btnPaste.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPaste.AutoSize = true;
     this.btnPaste.Enabled = false;
     this.btnPaste.Location = new System.Drawing.Point(313, 3);
     this.btnPaste.Name = "btnPaste";
     this.btnPaste.Size = new System.Drawing.Size(102, 23);
     this.btnPaste.TabIndex = 2;
     this.btnPaste.Text = "粘贴权限";
     this.btnPaste.UseVisualStyleBackColor = true;
     this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
     //
     // btnCopy
     //
     this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCopy.AutoSize = true;
     this.btnCopy.Enabled = false;
     this.btnCopy.Location = new System.Drawing.Point(205, 3);
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(102, 23);
     this.btnCopy.TabIndex = 1;
     this.btnCopy.Text = "复制权限";
     this.btnCopy.UseVisualStyleBackColor = true;
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // btnClearPermission
     //
     this.btnClearPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClearPermission.AutoSize = true;
     this.btnClearPermission.Enabled = false;
     this.btnClearPermission.Location = new System.Drawing.Point(97, 3);
     this.btnClearPermission.Name = "btnClearPermission";
     this.btnClearPermission.Size = new System.Drawing.Size(102, 23);
     this.btnClearPermission.TabIndex = 0;
     this.btnClearPermission.Text = "清除权限(&C)";
     this.btnClearPermission.UseVisualStyleBackColor = true;
     this.btnClearPermission.Click += new System.EventHandler(this.btnClearPermission_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.splitter2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Location = new System.Drawing.Point(6, 39);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(794, 517);
     this.panel1.TabIndex = 41;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.tcModule);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(418, 517);
     this.panel3.TabIndex = 1;
     //
     // tcModule
     //
     this.tcModule.Controls.Add(this.tpModule);
     this.tcModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcModule.Location = new System.Drawing.Point(0, 0);
     this.tcModule.MinimumSize = new System.Drawing.Size(100, 100);
     this.tcModule.Name = "tcModule";
     this.tcModule.SelectedIndex = 0;
     this.tcModule.Size = new System.Drawing.Size(418, 517);
     this.tcModule.TabIndex = 0;
     //
     // tpModule
     //
     this.tpModule.Controls.Add(this.tvModule);
     this.tpModule.Location = new System.Drawing.Point(4, 22);
     this.tpModule.Name = "tpModule";
     this.tpModule.Padding = new System.Windows.Forms.Padding(3);
     this.tpModule.Size = new System.Drawing.Size(410, 491);
     this.tpModule.TabIndex = 0;
     this.tpModule.Text = "菜单访问权限";
     this.tpModule.UseVisualStyleBackColor = true;
     //
     // tvModule
     //
     this.tvModule.AllowDrop = true;
     this.tvModule.CheckBoxes = true;
     this.tvModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvModule.Enabled = false;
     this.tvModule.ImageIndex = 0;
     this.tvModule.ImageList = this.imageList;
     this.tvModule.Location = new System.Drawing.Point(3, 3);
     this.tvModule.Name = "tvModule";
     this.tvModule.SelectedImageIndex = 0;
     this.tvModule.Size = new System.Drawing.Size(404, 485);
     this.tvModule.TabIndex = 0;
     this.tvModule.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvModule_AfterCheck);
     this.tvModule.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvModule_NodeMouseClick);
     //
     // splitter2
     //
     this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitter2.Location = new System.Drawing.Point(421, 0);
     this.splitter2.Name = "splitter2";
     this.splitter2.Size = new System.Drawing.Size(3, 517);
     this.splitter2.TabIndex = 2;
     this.splitter2.TabStop = false;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 517);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop = false;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.tcPermissionItem);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(424, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(370, 517);
     this.panel4.TabIndex = 2;
     //
     // tcPermissionItem
     //
     this.tcPermissionItem.Controls.Add(this.tpPermissionItem);
     this.tcPermissionItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPermissionItem.Location = new System.Drawing.Point(0, 0);
     this.tcPermissionItem.MinimumSize = new System.Drawing.Size(100, 100);
     this.tcPermissionItem.Name = "tcPermissionItem";
     this.tcPermissionItem.SelectedIndex = 0;
     this.tcPermissionItem.Size = new System.Drawing.Size(370, 517);
     this.tcPermissionItem.TabIndex = 0;
     //
     // tpPermissionItem
     //
     this.tpPermissionItem.Controls.Add(this.tvPermissionItem);
     this.tpPermissionItem.Location = new System.Drawing.Point(4, 22);
     this.tpPermissionItem.Name = "tpPermissionItem";
     this.tpPermissionItem.Padding = new System.Windows.Forms.Padding(3);
     this.tpPermissionItem.Size = new System.Drawing.Size(362, 491);
     this.tpPermissionItem.TabIndex = 0;
     this.tpPermissionItem.Text = "拥有操作权限";
     this.tpPermissionItem.UseVisualStyleBackColor = true;
     //
     // tvPermissionItem
     //
     this.tvPermissionItem.AllowDrop = true;
     this.tvPermissionItem.CheckBoxes = true;
     this.tvPermissionItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvPermissionItem.Enabled = false;
     this.tvPermissionItem.HotTracking = true;
     this.tvPermissionItem.ImageIndex = 0;
     this.tvPermissionItem.ImageList = this.imageList;
     this.tvPermissionItem.Location = new System.Drawing.Point(3, 3);
     this.tvPermissionItem.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.tvPermissionItem.Name = "tvPermissionItem";
     this.tvPermissionItem.SelectedImageIndex = 0;
     this.tvPermissionItem.Size = new System.Drawing.Size(356, 485);
     this.tvPermissionItem.TabIndex = 0;
     this.tvPermissionItem.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvPermissionItem_AfterCheck);
     this.tvPermissionItem.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvPermissionItem_NodeMouseClick);
     //
     // ucOrganize
     //
     this.ucOrganize.AllowNull = false;
     this.ucOrganize.AllowSelect = false;
     this.ucOrganize.AutoSize = true;
     this.ucOrganize.CanEdit = false;
     this.ucOrganize.CheckMove = false;
     this.ucOrganize.Location = new System.Drawing.Point(122, 11);
     this.ucOrganize.MultiSelect = false;
     this.ucOrganize.Name = "ucOrganize";
     this.ucOrganize.OpenId = "";
     this.ucOrganize.PermissionItemScopeCode = "";
     this.ucOrganize.SelectedFullName = "";
     this.ucOrganize.SelectedId = "";
     this.ucOrganize.Size = new System.Drawing.Size(227, 22);
     this.ucOrganize.TabIndex = 39;
     //
     // lblParentReq
     //
     this.lblParentReq.AutoSize = true;
     this.lblParentReq.ForeColor = System.Drawing.Color.Red;
     this.lblParentReq.Location = new System.Drawing.Point(353, 16);
     this.lblParentReq.Name = "lblParentReq";
     this.lblParentReq.Size = new System.Drawing.Size(11, 12);
     this.lblParentReq.TabIndex = 40;
     this.lblParentReq.Text = "*";
     //
     // lblParent
     //
     this.lblParent.Location = new System.Drawing.Point(13, 15);
     this.lblParent.Name = "lblParent";
     this.lblParent.Size = new System.Drawing.Size(110, 12);
     this.lblParent.TabIndex = 38;
     this.lblParent.Text = "组织机构(&O):";
     this.lblParent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FrmOrganizePermission
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(806, 568);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucOrganize);
     this.Controls.Add(this.lblParentReq);
     this.Controls.Add(this.lblParent);
     this.Name = "FrmOrganizePermission";
     this.Text = "组织机构权限设置";
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tcModule.ResumeLayout(false);
     this.tpModule.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.tcPermissionItem.ResumeLayout(false);
     this.tpPermissionItem.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.grbOrganizeRole = new System.Windows.Forms.GroupBox();
     this.lblCodeReq = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.ucOrganize = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.lblOrganizeReq = new System.Windows.Forms.Label();
     this.lblOrganize = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.lblFullName = new System.Windows.Forms.Label();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.btnAssistant = new System.Windows.Forms.Button();
     this.btnPersonnelLeadership = new System.Windows.Forms.Button();
     this.btnFinancialLeadership = new System.Windows.Forms.Button();
     this.btnBusinessLeadership = new System.Windows.Forms.Button();
     this.btnSystemManager = new System.Windows.Forms.Button();
     this.btnAccounting = new System.Windows.Forms.Button();
     this.btnCashier = new System.Windows.Forms.Button();
     this.btnFinancial = new System.Windows.Forms.Button();
     this.btnAssistantManager = new System.Windows.Forms.Button();
     this.btnManager = new System.Windows.Forms.Button();
     this.btnLeadership = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.grbOrganizeRole.SuspendLayout();
     this.SuspendLayout();
     //
     // grbOrganizeRole
     //
     this.grbOrganizeRole.Controls.Add(this.lblCodeReq);
     this.grbOrganizeRole.Controls.Add(this.txtCode);
     this.grbOrganizeRole.Controls.Add(this.lblCode);
     this.grbOrganizeRole.Controls.Add(this.ucOrganize);
     this.grbOrganizeRole.Controls.Add(this.lblFullNameReq);
     this.grbOrganizeRole.Controls.Add(this.lblOrganizeReq);
     this.grbOrganizeRole.Controls.Add(this.lblOrganize);
     this.grbOrganizeRole.Controls.Add(this.txtRealName);
     this.grbOrganizeRole.Controls.Add(this.lblFullName);
     this.grbOrganizeRole.Controls.Add(this.chkEnabled);
     this.grbOrganizeRole.Controls.Add(this.txtDescription);
     this.grbOrganizeRole.Controls.Add(this.lblDescription);
     this.grbOrganizeRole.Location = new System.Drawing.Point(13, 13);
     this.grbOrganizeRole.Name = "grbOrganizeRole";
     this.grbOrganizeRole.Size = new System.Drawing.Size(422, 233);
     this.grbOrganizeRole.TabIndex = 0;
     this.grbOrganizeRole.TabStop = false;
     this.grbOrganizeRole.Text = "岗位";
     //
     // lblCodeReq
     //
     this.lblCodeReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCodeReq.AutoSize = true;
     this.lblCodeReq.ForeColor = System.Drawing.Color.Red;
     this.lblCodeReq.Location = new System.Drawing.Point(388, 92);
     this.lblCodeReq.Name = "lblCodeReq";
     this.lblCodeReq.Size = new System.Drawing.Size(11, 12);
     this.lblCodeReq.TabIndex = 34;
     this.lblCodeReq.Text = "*";
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(112, 87);
     this.txtCode.MaxLength = 50;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(270, 21);
     this.txtCode.TabIndex = 33;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(25, 90);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(75, 12);
     this.lblCode.TabIndex = 32;
     this.lblCode.Text = "编号(&C):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucOrganize
     //
     this.ucOrganize.AllowNull = true;
     this.ucOrganize.AllowSelect = true;
     this.ucOrganize.AutoSize = true;
     this.ucOrganize.CanEdit = false;
     this.ucOrganize.CheckMove = false;
     this.ucOrganize.Location = new System.Drawing.Point(112, 16);
     this.ucOrganize.MultiSelect = false;
     this.ucOrganize.Name = "ucOrganize";
     this.ucOrganize.OpenId = "";
     this.ucOrganize.PermissionItemScopeCode = "";
     this.ucOrganize.SelectedFullName = "";
     this.ucOrganize.SelectedId = "";
     this.ucOrganize.Size = new System.Drawing.Size(270, 23);
     this.ucOrganize.TabIndex = 27;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(388, 58);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 31;
     this.lblFullNameReq.Text = "*";
     //
     // lblOrganizeReq
     //
     this.lblOrganizeReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblOrganizeReq.AutoSize = true;
     this.lblOrganizeReq.ForeColor = System.Drawing.Color.Red;
     this.lblOrganizeReq.Location = new System.Drawing.Point(388, 22);
     this.lblOrganizeReq.Name = "lblOrganizeReq";
     this.lblOrganizeReq.Size = new System.Drawing.Size(11, 12);
     this.lblOrganizeReq.TabIndex = 28;
     this.lblOrganizeReq.Text = "*";
     //
     // lblOrganize
     //
     this.lblOrganize.Location = new System.Drawing.Point(25, 19);
     this.lblOrganize.Name = "lblOrganize";
     this.lblOrganize.Size = new System.Drawing.Size(75, 12);
     this.lblOrganize.TabIndex = 26;
     this.lblOrganize.Text = "机构(&O):";
     this.lblOrganize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(112, 53);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(270, 21);
     this.txtRealName.TabIndex = 30;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(25, 56);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(75, 12);
     this.lblFullName.TabIndex = 29;
     this.lblFullName.Text = "名称(&F):";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Checked = true;
     this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkEnabled.Location = new System.Drawing.Point(112, 122);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 35;
     this.chkEnabled.Text = "有效";
     this.chkEnabled.UseVisualStyleBackColor = true;
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(112, 154);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtDescription.Size = new System.Drawing.Size(270, 60);
     this.txtDescription.TabIndex = 37;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(25, 156);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(75, 12);
     this.lblDescription.TabIndex = 36;
     this.lblDescription.Text = "描述(&D):";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnAssistant
     //
     this.btnAssistant.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAssistant.Location = new System.Drawing.Point(318, 293);
     this.btnAssistant.Name = "btnAssistant";
     this.btnAssistant.Size = new System.Drawing.Size(91, 23);
     this.btnAssistant.TabIndex = 79;
     this.btnAssistant.Text = "助理";
     this.btnAssistant.UseVisualStyleBackColor = true;
     this.btnAssistant.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnPersonnelLeadership
     //
     this.btnPersonnelLeadership.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPersonnelLeadership.Location = new System.Drawing.Point(225, 321);
     this.btnPersonnelLeadership.Name = "btnPersonnelLeadership";
     this.btnPersonnelLeadership.Size = new System.Drawing.Size(91, 23);
     this.btnPersonnelLeadership.TabIndex = 74;
     this.btnPersonnelLeadership.Text = "人事分管领导";
     this.btnPersonnelLeadership.UseVisualStyleBackColor = true;
     this.btnPersonnelLeadership.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnFinancialLeadership
     //
     this.btnFinancialLeadership.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFinancialLeadership.Location = new System.Drawing.Point(132, 321);
     this.btnFinancialLeadership.Name = "btnFinancialLeadership";
     this.btnFinancialLeadership.Size = new System.Drawing.Size(91, 23);
     this.btnFinancialLeadership.TabIndex = 73;
     this.btnFinancialLeadership.Text = "财务分管领导";
     this.btnFinancialLeadership.UseVisualStyleBackColor = true;
     this.btnFinancialLeadership.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnBusinessLeadership
     //
     this.btnBusinessLeadership.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBusinessLeadership.Location = new System.Drawing.Point(40, 321);
     this.btnBusinessLeadership.Name = "btnBusinessLeadership";
     this.btnBusinessLeadership.Size = new System.Drawing.Size(91, 23);
     this.btnBusinessLeadership.TabIndex = 72;
     this.btnBusinessLeadership.Text = "业务分管领导";
     this.btnBusinessLeadership.UseVisualStyleBackColor = true;
     this.btnBusinessLeadership.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnSystemManager
     //
     this.btnSystemManager.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSystemManager.Location = new System.Drawing.Point(318, 348);
     this.btnSystemManager.Name = "btnSystemManager";
     this.btnSystemManager.Size = new System.Drawing.Size(91, 23);
     this.btnSystemManager.TabIndex = 78;
     this.btnSystemManager.Text = "系统管理员";
     this.btnSystemManager.UseVisualStyleBackColor = true;
     this.btnSystemManager.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnAccounting
     //
     this.btnAccounting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAccounting.Location = new System.Drawing.Point(132, 348);
     this.btnAccounting.Name = "btnAccounting";
     this.btnAccounting.Size = new System.Drawing.Size(91, 23);
     this.btnAccounting.TabIndex = 76;
     this.btnAccounting.Text = "会计";
     this.btnAccounting.UseVisualStyleBackColor = true;
     this.btnAccounting.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnCashier
     //
     this.btnCashier.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCashier.Location = new System.Drawing.Point(225, 348);
     this.btnCashier.Name = "btnCashier";
     this.btnCashier.Size = new System.Drawing.Size(91, 23);
     this.btnCashier.TabIndex = 77;
     this.btnCashier.Text = "出纳";
     this.btnCashier.UseVisualStyleBackColor = true;
     this.btnCashier.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnFinancial
     //
     this.btnFinancial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFinancial.Location = new System.Drawing.Point(40, 348);
     this.btnFinancial.Name = "btnFinancial";
     this.btnFinancial.Size = new System.Drawing.Size(91, 23);
     this.btnFinancial.TabIndex = 75;
     this.btnFinancial.Text = "财务主管";
     this.btnFinancial.UseVisualStyleBackColor = true;
     this.btnFinancial.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnAssistantManager
     //
     this.btnAssistantManager.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAssistantManager.Location = new System.Drawing.Point(225, 293);
     this.btnAssistantManager.Name = "btnAssistantManager";
     this.btnAssistantManager.Size = new System.Drawing.Size(91, 23);
     this.btnAssistantManager.TabIndex = 71;
     this.btnAssistantManager.Text = "部门副主管";
     this.btnAssistantManager.UseVisualStyleBackColor = true;
     this.btnAssistantManager.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnManager
     //
     this.btnManager.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnManager.Location = new System.Drawing.Point(132, 293);
     this.btnManager.Name = "btnManager";
     this.btnManager.Size = new System.Drawing.Size(91, 23);
     this.btnManager.TabIndex = 70;
     this.btnManager.Text = "部门主管";
     this.btnManager.UseVisualStyleBackColor = true;
     this.btnManager.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnLeadership
     //
     this.btnLeadership.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLeadership.Location = new System.Drawing.Point(40, 293);
     this.btnLeadership.Name = "btnLeadership";
     this.btnLeadership.Size = new System.Drawing.Size(91, 23);
     this.btnLeadership.TabIndex = 69;
     this.btnLeadership.Text = "公司领导";
     this.btnLeadership.UseVisualStyleBackColor = true;
     this.btnLeadership.Click += new System.EventHandler(this.btnRole_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnSave.Location = new System.Drawing.Point(244, 256);
     this.btnSave.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(74, 23);
     this.btnSave.TabIndex = 67;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(323, 256);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 68;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(164, 256);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 66;
     this.btnAdd.Text = "添加(&A)";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // FrmOrganizeRoleAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(447, 394);
     this.Controls.Add(this.btnAssistant);
     this.Controls.Add(this.btnPersonnelLeadership);
     this.Controls.Add(this.btnFinancialLeadership);
     this.Controls.Add(this.btnBusinessLeadership);
     this.Controls.Add(this.btnSystemManager);
     this.Controls.Add(this.btnAccounting);
     this.Controls.Add(this.btnCashier);
     this.Controls.Add(this.btnFinancial);
     this.Controls.Add(this.btnAssistantManager);
     this.Controls.Add(this.btnManager);
     this.Controls.Add(this.btnLeadership);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.grbOrganizeRole);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmOrganizeRoleAdd";
     this.Text = "添加岗位";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmOrganizeRoleAdd_FormClosing);
     this.grbOrganizeRole.ResumeLayout(false);
     this.grbOrganizeRole.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     this.grdStaffAddress = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colRealName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDuty = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colShortNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmail = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOICQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnMyAddress = new System.Windows.Forms.Button();
     this.pager = new Pager();
     this.lblOrganize = new System.Windows.Forms.Label();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.lblSearch = new System.Windows.Forms.Label();
     this.btnAll = new System.Windows.Forms.Button();
     this.ucOrganize = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     ((System.ComponentModel.ISupportInitialize)(this.grdStaffAddress)).BeginInit();
     this.SuspendLayout();
     //
     // grdStaffAddress
     //
     this.grdStaffAddress.AllowUserToAddRows = false;
     this.grdStaffAddress.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.grdStaffAddress.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdStaffAddress.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdStaffAddress.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdStaffAddress.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colRealName,
     this.colDepFullName,
     this.colDuty,
     this.colTel,
     this.colMobile,
     this.colShortNumber,
     this.colEmail,
     this.colOICQ,
     this.colDescription});
     this.grdStaffAddress.Location = new System.Drawing.Point(9, 40);
     this.grdStaffAddress.MultiSelect = false;
     this.grdStaffAddress.Name = "grdStaffAddress";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdStaffAddress.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.grdStaffAddress.RowTemplate.Height = 23;
     this.grdStaffAddress.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdStaffAddress.Size = new System.Drawing.Size(951, 472);
     this.grdStaffAddress.TabIndex = 6;
     this.grdStaffAddress.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdStaffAddress_CellDoubleClick);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.FillWeight = 50F;
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.colSelected.Width = 50;
     //
     // colRealName
     //
     this.colRealName.DataPropertyName = "RealName";
     this.colRealName.FillWeight = 80F;
     this.colRealName.Frozen = true;
     this.colRealName.HeaderText = "姓名";
     this.colRealName.MaxInputLength = 20;
     this.colRealName.Name = "colRealName";
     this.colRealName.ReadOnly = true;
     this.colRealName.Width = 80;
     //
     // colDepFullName
     //
     this.colDepFullName.DataPropertyName = "DepartmentName";
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     this.colDepFullName.DefaultCellStyle = dataGridViewCellStyle2;
     this.colDepFullName.FillWeight = 150F;
     this.colDepFullName.Frozen = true;
     this.colDepFullName.HeaderText = "部门";
     this.colDepFullName.MaxInputLength = 20;
     this.colDepFullName.Name = "colDepFullName";
     this.colDepFullName.ReadOnly = true;
     this.colDepFullName.Width = 150;
     //
     // colDuty
     //
     this.colDuty.DataPropertyName = "DutyName";
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
     this.colDuty.DefaultCellStyle = dataGridViewCellStyle3;
     this.colDuty.Frozen = true;
     this.colDuty.HeaderText = "职位";
     this.colDuty.MaxInputLength = 20;
     this.colDuty.Name = "colDuty";
     this.colDuty.ReadOnly = true;
     this.colDuty.Width = 80;
     //
     // colTel
     //
     this.colTel.DataPropertyName = "OfficePhone";
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colTel.DefaultCellStyle = dataGridViewCellStyle4;
     this.colTel.HeaderText = "办公电话";
     this.colTel.MaxInputLength = 20;
     this.colTel.Name = "colTel";
     //
     // colMobile
     //
     this.colMobile.DataPropertyName = "Mobile";
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colMobile.DefaultCellStyle = dataGridViewCellStyle5;
     this.colMobile.HeaderText = "手机";
     this.colMobile.MaxInputLength = 20;
     this.colMobile.Name = "colMobile";
     //
     // colShortNumber
     //
     this.colShortNumber.DataPropertyName = "ShortNumber";
     dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colShortNumber.DefaultCellStyle = dataGridViewCellStyle6;
     this.colShortNumber.HeaderText = "短号";
     this.colShortNumber.MaxInputLength = 20;
     this.colShortNumber.Name = "colShortNumber";
     //
     // colEmail
     //
     this.colEmail.DataPropertyName = "Email";
     dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colEmail.DefaultCellStyle = dataGridViewCellStyle7;
     this.colEmail.FillWeight = 150F;
     this.colEmail.HeaderText = "电子邮箱";
     this.colEmail.MaxInputLength = 100;
     this.colEmail.Name = "colEmail";
     this.colEmail.Width = 150;
     //
     // colOICQ
     //
     this.colOICQ.DataPropertyName = "OICQ";
     dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colOICQ.DefaultCellStyle = dataGridViewCellStyle8;
     this.colOICQ.HeaderText = "QQ";
     this.colOICQ.MaxInputLength = 20;
     this.colOICQ.Name = "colOICQ";
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "Description";
     dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colDescription.DefaultCellStyle = dataGridViewCellStyle9;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 150;
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Enabled = false;
     this.btnBatchSave.Location = new System.Drawing.Point(780, 544);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(100, 23);
     this.btnBatchSave.TabIndex = 12;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(885, 544);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 13;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Enabled = false;
     this.btnEdit.Location = new System.Drawing.Point(675, 544);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(100, 23);
     this.btnEdit.TabIndex = 11;
     this.btnEdit.Text = "编辑(&E)...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Enabled = false;
     this.btnExport.Location = new System.Drawing.Point(842, 9);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(119, 23);
     this.btnExport.TabIndex = 9;
     this.btnExport.Text = "导出E&xcel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Enabled = false;
     this.btnAdd.Location = new System.Drawing.Point(569, 544);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(100, 23);
     this.btnAdd.TabIndex = 7;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnMyAddress
     //
     this.btnMyAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnMyAddress.Location = new System.Drawing.Point(9, 544);
     this.btnMyAddress.Name = "btnMyAddress";
     this.btnMyAddress.Size = new System.Drawing.Size(137, 23);
     this.btnMyAddress.TabIndex = 8;
     this.btnMyAddress.Text = "我的联系方式(&M)...";
     this.btnMyAddress.UseVisualStyleBackColor = true;
     this.btnMyAddress.Click += new System.EventHandler(this.btnMyAddress_Click);
     //
     // pager
     //
     this.pager.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pager.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pager.Location = new System.Drawing.Point(526, 518);
     this.pager.Name = "pager";
     this.pager.PageIndex = 1;
     this.pager.RecordCount = 0;
     this.pager.Size = new System.Drawing.Size(432, 24);
     this.pager.TabIndex = 14;
     this.pager.PageChanged += new PageChangedEventHandler(this.pager_PageChanged);
     //
     // lblOrganize
     //
     this.lblOrganize.AutoSize = true;
     this.lblOrganize.Location = new System.Drawing.Point(332, 14);
     this.lblOrganize.Name = "lblOrganize";
     this.lblOrganize.Size = new System.Drawing.Size(89, 12);
     this.lblOrganize.TabIndex = 3;
     this.lblOrganize.Text = "公司/部门(&D):";
     this.lblOrganize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnSearch
     //
     this.btnSearch.AutoSize = true;
     this.btnSearch.Location = new System.Drawing.Point(226, 7);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(75, 23);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text = "查询(&F)";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Location = new System.Drawing.Point(100, 9);
     this.txtSearch.MaxLength = 20;
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(120, 21);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // lblSearch
     //
     this.lblSearch.AutoSize = true;
     this.lblSearch.Location = new System.Drawing.Point(11, 12);
     this.lblSearch.Name = "lblSearch";
     this.lblSearch.Size = new System.Drawing.Size(83, 12);
     this.lblSearch.TabIndex = 0;
     this.lblSearch.Text = "查询内容(&C):";
     this.lblSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnAll
     //
     this.btnAll.Location = new System.Drawing.Point(643, 9);
     this.btnAll.Name = "btnAll";
     this.btnAll.Size = new System.Drawing.Size(75, 23);
     this.btnAll.TabIndex = 5;
     this.btnAll.Text = "全部(&A)";
     this.btnAll.UseVisualStyleBackColor = true;
     this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
     //
     // ucOrganize
     //
     this.ucOrganize.AllowNull = false;
     this.ucOrganize.AllowSelect = true;
     this.ucOrganize.AutoSize = true;
     this.ucOrganize.CanEdit = false;
     this.ucOrganize.CheckMove = false;
     this.ucOrganize.Location = new System.Drawing.Point(427, 9);
     this.ucOrganize.MultiSelect = false;
     this.ucOrganize.Name = "ucOrganize";
     this.ucOrganize.OpenId = "";
     this.ucOrganize.PermissionItemScopeCode = "";
     this.ucOrganize.SelectedFullName = "";
     this.ucOrganize.SelectedId = "";
     this.ucOrganize.Size = new System.Drawing.Size(213, 23);
     this.ucOrganize.TabIndex = 4;
     this.ucOrganize.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.Search);
     //
     // FrmStaffAddressAdmin
     //
     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(969, 571);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.lblOrganize);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.lblSearch);
     this.Controls.Add(this.pager);
     this.Controls.Add(this.btnMyAddress);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.ucOrganize);
     this.Controls.Add(this.btnAll);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.grdStaffAddress);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.MinimumSize = new System.Drawing.Size(390, 281);
     this.Name = "FrmStaffAddressAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "内部通讯录";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStaffAddressAdmin_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grdStaffAddress)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.grbStaffAdd = new System.Windows.Forms.GroupBox();
     this.cmbArea = new System.Windows.Forms.ComboBox();
     this.cmbCity = new System.Windows.Forms.ComboBox();
     this.cmbProvince = new System.Windows.Forms.ComboBox();
     this.lblProvince = new System.Windows.Forms.Label();
     this.btnGetMyDepartment = new System.Windows.Forms.Button();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.txtCarCode = new System.Windows.Forms.TextBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblEmail = new System.Windows.Forms.Label();
     this.lblCarCode = new System.Windows.Forms.Label();
     this.cmbWorkingProperty = new System.Windows.Forms.ComboBox();
     this.lblWorkingProperty = new System.Windows.Forms.Label();
     this.txtEmergencyContact = new System.Windows.Forms.TextBox();
     this.lblEmergencyContact = new System.Windows.Forms.Label();
     this.txtBankCode = new System.Windows.Forms.TextBox();
     this.lblBankCode = new System.Windows.Forms.Label();
     this.dtpJoinInDate = new System.Windows.Forms.DateTimePicker();
     this.dtpWorkingDate = new System.Windows.Forms.DateTimePicker();
     this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
     this.lblBirthday = new System.Windows.Forms.Label();
     this.txtHomeAddress = new System.Windows.Forms.TextBox();
     this.lblHomeAddress = new System.Windows.Forms.Label();
     this.cmbParty = new System.Windows.Forms.ComboBox();
     this.lblParty = new System.Windows.Forms.Label();
     this.txtHomePhone = new System.Windows.Forms.TextBox();
     this.lblHomePhone = new System.Windows.Forms.Label();
     this.txtOfficePhone = new System.Windows.Forms.TextBox();
     this.lblOfficePhone = new System.Windows.Forms.Label();
     this.txtIdCard = new System.Windows.Forms.TextBox();
     this.lblIdCard = new System.Windows.Forms.Label();
     this.lblJoinInDate = new System.Windows.Forms.Label();
     this.lblWorkingDate = new System.Windows.Forms.Label();
     this.txtMajor = new System.Windows.Forms.TextBox();
     this.lblMajor = new System.Windows.Forms.Label();
     this.cmbDegree = new System.Windows.Forms.ComboBox();
     this.lblDegree = new System.Windows.Forms.Label();
     this.cmbEducation = new System.Windows.Forms.ComboBox();
     this.cmbNationality = new System.Windows.Forms.ComboBox();
     this.lblNationality = new System.Windows.Forms.Label();
     this.lblEducation = new System.Windows.Forms.Label();
     this.txtSchool = new System.Windows.Forms.TextBox();
     this.lblSchool = new System.Windows.Forms.Label();
     this.txtShortNumber = new System.Windows.Forms.TextBox();
     this.lblShortNumber = new System.Windows.Forms.Label();
     this.txtOICQ = new System.Windows.Forms.TextBox();
     this.lblOICQ = new System.Windows.Forms.Label();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.lblMobile = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.cmbGender = new System.Windows.Forms.ComboBox();
     this.lblGender = new System.Windows.Forms.Label();
     this.cmbTitle = new System.Windows.Forms.ComboBox();
     this.lblTitle = new System.Windows.Forms.Label();
     this.ucPicture = new DotNet.WinForm.Files.UCPicture();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.lblPassword = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblPasswordReq = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.lblConfirmPasswordReq = new System.Windows.Forms.Label();
     this.lblDescription = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.cmbDuty = new System.Windows.Forms.ComboBox();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDepartmentReq = new System.Windows.Forms.Label();
     this.lblCompanyNameReq = new System.Windows.Forms.Label();
     this.lblDuty = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompany = new System.Windows.Forms.Label();
     this.chbEnabled = new System.Windows.Forms.CheckBox();
     this.chbCreateUser = new System.Windows.Forms.CheckBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.lblFullName = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.chkClose = new System.Windows.Forms.CheckBox();
     this.grbStaffAdd.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(878, 528);
     this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(74, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // grbStaffAdd
     //
     this.grbStaffAdd.Controls.Add(this.cmbArea);
     this.grbStaffAdd.Controls.Add(this.cmbCity);
     this.grbStaffAdd.Controls.Add(this.cmbProvince);
     this.grbStaffAdd.Controls.Add(this.lblProvince);
     this.grbStaffAdd.Controls.Add(this.btnGetMyDepartment);
     this.grbStaffAdd.Controls.Add(this.ucSubCompany);
     this.grbStaffAdd.Controls.Add(this.lblSubCompany);
     this.grbStaffAdd.Controls.Add(this.txtCarCode);
     this.grbStaffAdd.Controls.Add(this.txtEmail);
     this.grbStaffAdd.Controls.Add(this.lblEmail);
     this.grbStaffAdd.Controls.Add(this.lblCarCode);
     this.grbStaffAdd.Controls.Add(this.cmbWorkingProperty);
     this.grbStaffAdd.Controls.Add(this.lblWorkingProperty);
     this.grbStaffAdd.Controls.Add(this.txtEmergencyContact);
     this.grbStaffAdd.Controls.Add(this.lblEmergencyContact);
     this.grbStaffAdd.Controls.Add(this.txtBankCode);
     this.grbStaffAdd.Controls.Add(this.lblBankCode);
     this.grbStaffAdd.Controls.Add(this.dtpJoinInDate);
     this.grbStaffAdd.Controls.Add(this.dtpWorkingDate);
     this.grbStaffAdd.Controls.Add(this.dtpBirthday);
     this.grbStaffAdd.Controls.Add(this.lblBirthday);
     this.grbStaffAdd.Controls.Add(this.txtHomeAddress);
     this.grbStaffAdd.Controls.Add(this.lblHomeAddress);
     this.grbStaffAdd.Controls.Add(this.cmbParty);
     this.grbStaffAdd.Controls.Add(this.lblParty);
     this.grbStaffAdd.Controls.Add(this.txtHomePhone);
     this.grbStaffAdd.Controls.Add(this.lblHomePhone);
     this.grbStaffAdd.Controls.Add(this.txtOfficePhone);
     this.grbStaffAdd.Controls.Add(this.lblOfficePhone);
     this.grbStaffAdd.Controls.Add(this.txtIdCard);
     this.grbStaffAdd.Controls.Add(this.lblIdCard);
     this.grbStaffAdd.Controls.Add(this.lblJoinInDate);
     this.grbStaffAdd.Controls.Add(this.lblWorkingDate);
     this.grbStaffAdd.Controls.Add(this.txtMajor);
     this.grbStaffAdd.Controls.Add(this.lblMajor);
     this.grbStaffAdd.Controls.Add(this.cmbDegree);
     this.grbStaffAdd.Controls.Add(this.lblDegree);
     this.grbStaffAdd.Controls.Add(this.cmbEducation);
     this.grbStaffAdd.Controls.Add(this.cmbNationality);
     this.grbStaffAdd.Controls.Add(this.lblNationality);
     this.grbStaffAdd.Controls.Add(this.lblEducation);
     this.grbStaffAdd.Controls.Add(this.txtSchool);
     this.grbStaffAdd.Controls.Add(this.lblSchool);
     this.grbStaffAdd.Controls.Add(this.txtShortNumber);
     this.grbStaffAdd.Controls.Add(this.lblShortNumber);
     this.grbStaffAdd.Controls.Add(this.txtOICQ);
     this.grbStaffAdd.Controls.Add(this.lblOICQ);
     this.grbStaffAdd.Controls.Add(this.txtMobile);
     this.grbStaffAdd.Controls.Add(this.lblMobile);
     this.grbStaffAdd.Controls.Add(this.ucWorkgroup);
     this.grbStaffAdd.Controls.Add(this.lblWorkgroup);
     this.grbStaffAdd.Controls.Add(this.cmbGender);
     this.grbStaffAdd.Controls.Add(this.lblGender);
     this.grbStaffAdd.Controls.Add(this.cmbTitle);
     this.grbStaffAdd.Controls.Add(this.lblTitle);
     this.grbStaffAdd.Controls.Add(this.ucPicture);
     this.grbStaffAdd.Controls.Add(this.ucDepartment);
     this.grbStaffAdd.Controls.Add(this.ucCompany);
     this.grbStaffAdd.Controls.Add(this.txtConfirmPassword);
     this.grbStaffAdd.Controls.Add(this.txtPassword);
     this.grbStaffAdd.Controls.Add(this.lblPassword);
     this.grbStaffAdd.Controls.Add(this.txtDescription);
     this.grbStaffAdd.Controls.Add(this.lblConfirmPassword);
     this.grbStaffAdd.Controls.Add(this.txtUserName);
     this.grbStaffAdd.Controls.Add(this.lblPasswordReq);
     this.grbStaffAdd.Controls.Add(this.lblUserName);
     this.grbStaffAdd.Controls.Add(this.lblConfirmPasswordReq);
     this.grbStaffAdd.Controls.Add(this.lblDescription);
     this.grbStaffAdd.Controls.Add(this.lblUserNameReq);
     this.grbStaffAdd.Controls.Add(this.lblFullNameReq);
     this.grbStaffAdd.Controls.Add(this.cmbRole);
     this.grbStaffAdd.Controls.Add(this.cmbDuty);
     this.grbStaffAdd.Controls.Add(this.txtRealName);
     this.grbStaffAdd.Controls.Add(this.lblRole);
     this.grbStaffAdd.Controls.Add(this.txtCode);
     this.grbStaffAdd.Controls.Add(this.lblDepartmentReq);
     this.grbStaffAdd.Controls.Add(this.lblCompanyNameReq);
     this.grbStaffAdd.Controls.Add(this.lblDuty);
     this.grbStaffAdd.Controls.Add(this.lblDepartment);
     this.grbStaffAdd.Controls.Add(this.lblCompany);
     this.grbStaffAdd.Controls.Add(this.chbEnabled);
     this.grbStaffAdd.Controls.Add(this.chbCreateUser);
     this.grbStaffAdd.Controls.Add(this.lblCode);
     this.grbStaffAdd.Controls.Add(this.lblFullName);
     this.grbStaffAdd.Location = new System.Drawing.Point(14, 9);
     this.grbStaffAdd.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.grbStaffAdd.Name = "grbStaffAdd";
     this.grbStaffAdd.Padding = new System.Windows.Forms.Padding(0);
     this.grbStaffAdd.Size = new System.Drawing.Size(938, 513);
     this.grbStaffAdd.TabIndex = 0;
     this.grbStaffAdd.TabStop = false;
     this.grbStaffAdd.Text = "员工";
     //
     // cmbArea
     //
     this.cmbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbArea.FormattingEnabled = true;
     this.cmbArea.Location = new System.Drawing.Point(788, 336);
     this.cmbArea.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbArea.Name = "cmbArea";
     this.cmbArea.Size = new System.Drawing.Size(140, 20);
     this.cmbArea.TabIndex = 80;
     //
     // cmbCity
     //
     this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCity.FormattingEnabled = true;
     this.cmbCity.Location = new System.Drawing.Point(631, 336);
     this.cmbCity.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbCity.Name = "cmbCity";
     this.cmbCity.Size = new System.Drawing.Size(136, 20);
     this.cmbCity.TabIndex = 79;
     this.cmbCity.SelectedIndexChanged += new System.EventHandler(this.cmbCity_SelectedIndexChanged);
     //
     // cmbProvince
     //
     this.cmbProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProvince.FormattingEnabled = true;
     this.cmbProvince.Location = new System.Drawing.Point(475, 336);
     this.cmbProvince.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbProvince.Name = "cmbProvince";
     this.cmbProvince.Size = new System.Drawing.Size(140, 20);
     this.cmbProvince.TabIndex = 78;
     this.cmbProvince.SelectedIndexChanged += new System.EventHandler(this.cmbProvince_SelectedIndexChanged);
     //
     // lblProvince
     //
     this.lblProvince.Location = new System.Drawing.Point(353, 339);
     this.lblProvince.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblProvince.Name = "lblProvince";
     this.lblProvince.Size = new System.Drawing.Size(116, 12);
     this.lblProvince.TabIndex = 77;
     this.lblProvince.Text = "籍贯:";
     this.lblProvince.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnGetMyDepartment
     //
     this.btnGetMyDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGetMyDepartment.Location = new System.Drawing.Point(481, 103);
     this.btnGetMyDepartment.Name = "btnGetMyDepartment";
     this.btnGetMyDepartment.Size = new System.Drawing.Size(24, 23);
     this.btnGetMyDepartment.TabIndex = 76;
     this.btnGetMyDepartment.UseVisualStyleBackColor = true;
     this.btnGetMyDepartment.Click += new System.EventHandler(this.btnGetMyDepartment_Click);
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(126, 103);
     this.ucSubCompany.Margin = new System.Windows.Forms.Padding(4);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(349, 23);
     this.ucSubCompany.TabIndex = 19;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(10, 105);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(116, 12);
     this.lblSubCompany.TabIndex = 18;
     this.lblSubCompany.Text = "分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCarCode
     //
     this.txtCarCode.Location = new System.Drawing.Point(800, 393);
     this.txtCarCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtCarCode.MaxLength = 20;
     this.txtCarCode.Name = "txtCarCode";
     this.txtCarCode.Size = new System.Drawing.Size(126, 21);
     this.txtCarCode.TabIndex = 70;
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(475, 248);
     this.txtEmail.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(126, 21);
     this.txtEmail.TabIndex = 56;
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(353, 251);
     this.lblEmail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(116, 12);
     this.lblEmail.TabIndex = 55;
     this.lblEmail.Text = "电子邮件:";
     this.lblEmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCarCode
     //
     this.lblCarCode.Location = new System.Drawing.Point(695, 398);
     this.lblCarCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCarCode.Name = "lblCarCode";
     this.lblCarCode.Size = new System.Drawing.Size(101, 14);
     this.lblCarCode.TabIndex = 69;
     this.lblCarCode.Text = "车牌号:";
     this.lblCarCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbWorkingProperty
     //
     this.cmbWorkingProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbWorkingProperty.Location = new System.Drawing.Point(127, 220);
     this.cmbWorkingProperty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbWorkingProperty.Name = "cmbWorkingProperty";
     this.cmbWorkingProperty.Size = new System.Drawing.Size(207, 20);
     this.cmbWorkingProperty.TabIndex = 32;
     //
     // lblWorkingProperty
     //
     this.lblWorkingProperty.Location = new System.Drawing.Point(10, 222);
     this.lblWorkingProperty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkingProperty.Name = "lblWorkingProperty";
     this.lblWorkingProperty.Size = new System.Drawing.Size(116, 12);
     this.lblWorkingProperty.TabIndex = 31;
     this.lblWorkingProperty.Text = "用工性质:";
     this.lblWorkingProperty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmergencyContact
     //
     this.txtEmergencyContact.Location = new System.Drawing.Point(475, 422);
     this.txtEmergencyContact.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtEmergencyContact.MaxLength = 200;
     this.txtEmergencyContact.Name = "txtEmergencyContact";
     this.txtEmergencyContact.Size = new System.Drawing.Size(451, 21);
     this.txtEmergencyContact.TabIndex = 72;
     //
     // lblEmergencyContact
     //
     this.lblEmergencyContact.Location = new System.Drawing.Point(353, 425);
     this.lblEmergencyContact.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEmergencyContact.Name = "lblEmergencyContact";
     this.lblEmergencyContact.Size = new System.Drawing.Size(116, 12);
     this.lblEmergencyContact.TabIndex = 71;
     this.lblEmergencyContact.Text = "紧急联系:";
     this.lblEmergencyContact.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBankCode
     //
     this.txtBankCode.Location = new System.Drawing.Point(476, 220);
     this.txtBankCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtBankCode.MaxLength = 20;
     this.txtBankCode.Name = "txtBankCode";
     this.txtBankCode.Size = new System.Drawing.Size(246, 21);
     this.txtBankCode.TabIndex = 54;
     //
     // lblBankCode
     //
     this.lblBankCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblBankCode.Location = new System.Drawing.Point(353, 224);
     this.lblBankCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblBankCode.Name = "lblBankCode";
     this.lblBankCode.Size = new System.Drawing.Size(116, 12);
     this.lblBankCode.TabIndex = 53;
     this.lblBankCode.Text = "工资卡号:";
     this.lblBankCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpJoinInDate
     //
     this.dtpJoinInDate.Checked = false;
     this.dtpJoinInDate.CustomFormat = "yyyy-MM-dd";
     this.dtpJoinInDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpJoinInDate.Location = new System.Drawing.Point(127, 191);
     this.dtpJoinInDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpJoinInDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpJoinInDate.Name = "dtpJoinInDate";
     this.dtpJoinInDate.ShowCheckBox = true;
     this.dtpJoinInDate.Size = new System.Drawing.Size(126, 21);
     this.dtpJoinInDate.TabIndex = 30;
     //
     // dtpWorkingDate
     //
     this.dtpWorkingDate.Checked = false;
     this.dtpWorkingDate.CustomFormat = "yyyy-MM-dd";
     this.dtpWorkingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpWorkingDate.Location = new System.Drawing.Point(601, 133);
     this.dtpWorkingDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpWorkingDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpWorkingDate.Name = "dtpWorkingDate";
     this.dtpWorkingDate.ShowCheckBox = true;
     this.dtpWorkingDate.Size = new System.Drawing.Size(126, 21);
     this.dtpWorkingDate.TabIndex = 26;
     //
     // dtpBirthday
     //
     this.dtpBirthday.Checked = false;
     this.dtpBirthday.CustomFormat = "yyyy-MM-dd";
     this.dtpBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBirthday.Location = new System.Drawing.Point(601, 14);
     this.dtpBirthday.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpBirthday.Name = "dtpBirthday";
     this.dtpBirthday.ShowCheckBox = true;
     this.dtpBirthday.Size = new System.Drawing.Size(126, 21);
     this.dtpBirthday.TabIndex = 6;
     //
     // lblBirthday
     //
     this.lblBirthday.Location = new System.Drawing.Point(499, 20);
     this.lblBirthday.Name = "lblBirthday";
     this.lblBirthday.Size = new System.Drawing.Size(97, 12);
     this.lblBirthday.TabIndex = 5;
     this.lblBirthday.Text = "生日:";
     this.lblBirthday.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHomeAddress
     //
     this.txtHomeAddress.Location = new System.Drawing.Point(475, 365);
     this.txtHomeAddress.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtHomeAddress.MaxLength = 200;
     this.txtHomeAddress.Name = "txtHomeAddress";
     this.txtHomeAddress.Size = new System.Drawing.Size(451, 21);
     this.txtHomeAddress.TabIndex = 66;
     //
     // lblHomeAddress
     //
     this.lblHomeAddress.Location = new System.Drawing.Point(353, 367);
     this.lblHomeAddress.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblHomeAddress.Name = "lblHomeAddress";
     this.lblHomeAddress.Size = new System.Drawing.Size(116, 12);
     this.lblHomeAddress.TabIndex = 65;
     this.lblHomeAddress.Text = "住宅地址:";
     this.lblHomeAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbParty
     //
     this.cmbParty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbParty.FormattingEnabled = true;
     this.cmbParty.Location = new System.Drawing.Point(367, 45);
     this.cmbParty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbParty.Name = "cmbParty";
     this.cmbParty.Size = new System.Drawing.Size(126, 20);
     this.cmbParty.TabIndex = 10;
     //
     // lblParty
     //
     this.lblParty.Location = new System.Drawing.Point(282, 49);
     this.lblParty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblParty.Name = "lblParty";
     this.lblParty.Size = new System.Drawing.Size(74, 12);
     this.lblParty.TabIndex = 9;
     this.lblParty.Text = "政治面貌:";
     this.lblParty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHomePhone
     //
     this.txtHomePhone.Location = new System.Drawing.Point(475, 393);
     this.txtHomePhone.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtHomePhone.MaxLength = 50;
     this.txtHomePhone.Name = "txtHomePhone";
     this.txtHomePhone.Size = new System.Drawing.Size(175, 21);
     this.txtHomePhone.TabIndex = 68;
     //
     // lblHomePhone
     //
     this.lblHomePhone.Location = new System.Drawing.Point(353, 396);
     this.lblHomePhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblHomePhone.Name = "lblHomePhone";
     this.lblHomePhone.Size = new System.Drawing.Size(116, 12);
     this.lblHomePhone.TabIndex = 67;
     this.lblHomePhone.Text = "住宅电话:";
     this.lblHomePhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOfficePhone
     //
     this.txtOfficePhone.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtOfficePhone.Location = new System.Drawing.Point(127, 249);
     this.txtOfficePhone.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtOfficePhone.MaxLength = 20;
     this.txtOfficePhone.Name = "txtOfficePhone";
     this.txtOfficePhone.Size = new System.Drawing.Size(207, 21);
     this.txtOfficePhone.TabIndex = 34;
     //
     // lblOfficePhone
     //
     this.lblOfficePhone.Location = new System.Drawing.Point(10, 251);
     this.lblOfficePhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblOfficePhone.Name = "lblOfficePhone";
     this.lblOfficePhone.Size = new System.Drawing.Size(116, 12);
     this.lblOfficePhone.TabIndex = 33;
     this.lblOfficePhone.Text = "办公电话:";
     this.lblOfficePhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIdCard
     //
     this.txtIdCard.Location = new System.Drawing.Point(475, 191);
     this.txtIdCard.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtIdCard.MaxLength = 20;
     this.txtIdCard.Name = "txtIdCard";
     this.txtIdCard.Size = new System.Drawing.Size(250, 21);
     this.txtIdCard.TabIndex = 52;
     //
     // lblIdCard
     //
     this.lblIdCard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblIdCard.Location = new System.Drawing.Point(353, 195);
     this.lblIdCard.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblIdCard.Name = "lblIdCard";
     this.lblIdCard.Size = new System.Drawing.Size(116, 12);
     this.lblIdCard.TabIndex = 51;
     this.lblIdCard.Text = "身份证:";
     this.lblIdCard.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblJoinInDate
     //
     this.lblJoinInDate.Location = new System.Drawing.Point(10, 193);
     this.lblJoinInDate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblJoinInDate.Name = "lblJoinInDate";
     this.lblJoinInDate.Size = new System.Drawing.Size(116, 12);
     this.lblJoinInDate.TabIndex = 29;
     this.lblJoinInDate.Text = "加入本单位:";
     this.lblJoinInDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblWorkingDate
     //
     this.lblWorkingDate.Location = new System.Drawing.Point(499, 136);
     this.lblWorkingDate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkingDate.Name = "lblWorkingDate";
     this.lblWorkingDate.Size = new System.Drawing.Size(97, 12);
     this.lblWorkingDate.TabIndex = 25;
     this.lblWorkingDate.Text = "参加工作:";
     this.lblWorkingDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMajor
     //
     this.txtMajor.Location = new System.Drawing.Point(800, 248);
     this.txtMajor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMajor.MaxLength = 100;
     this.txtMajor.Name = "txtMajor";
     this.txtMajor.Size = new System.Drawing.Size(126, 21);
     this.txtMajor.TabIndex = 60;
     //
     // lblMajor
     //
     this.lblMajor.Location = new System.Drawing.Point(678, 250);
     this.lblMajor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMajor.Name = "lblMajor";
     this.lblMajor.Size = new System.Drawing.Size(116, 12);
     this.lblMajor.TabIndex = 59;
     this.lblMajor.Text = "所学专业:";
     this.lblMajor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDegree
     //
     this.cmbDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDegree.FormattingEnabled = true;
     this.cmbDegree.Location = new System.Drawing.Point(800, 305);
     this.cmbDegree.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDegree.Name = "cmbDegree";
     this.cmbDegree.Size = new System.Drawing.Size(126, 20);
     this.cmbDegree.TabIndex = 64;
     //
     // lblDegree
     //
     this.lblDegree.Location = new System.Drawing.Point(695, 308);
     this.lblDegree.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDegree.Name = "lblDegree";
     this.lblDegree.Size = new System.Drawing.Size(101, 14);
     this.lblDegree.TabIndex = 63;
     this.lblDegree.Text = "学位:";
     this.lblDegree.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbEducation
     //
     this.cmbEducation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEducation.FormattingEnabled = true;
     this.cmbEducation.Location = new System.Drawing.Point(475, 305);
     this.cmbEducation.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbEducation.Name = "cmbEducation";
     this.cmbEducation.Size = new System.Drawing.Size(126, 20);
     this.cmbEducation.TabIndex = 62;
     //
     // cmbNationality
     //
     this.cmbNationality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbNationality.FormattingEnabled = true;
     this.cmbNationality.Location = new System.Drawing.Point(601, 45);
     this.cmbNationality.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbNationality.Name = "cmbNationality";
     this.cmbNationality.Size = new System.Drawing.Size(126, 20);
     this.cmbNationality.TabIndex = 12;
     //
     // lblNationality
     //
     this.lblNationality.Location = new System.Drawing.Point(499, 49);
     this.lblNationality.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblNationality.Name = "lblNationality";
     this.lblNationality.Size = new System.Drawing.Size(97, 12);
     this.lblNationality.TabIndex = 11;
     this.lblNationality.Text = "民族:";
     this.lblNationality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblEducation
     //
     this.lblEducation.Location = new System.Drawing.Point(353, 307);
     this.lblEducation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEducation.Name = "lblEducation";
     this.lblEducation.Size = new System.Drawing.Size(116, 12);
     this.lblEducation.TabIndex = 61;
     this.lblEducation.Text = "学历:";
     this.lblEducation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSchool
     //
     this.txtSchool.Location = new System.Drawing.Point(475, 277);
     this.txtSchool.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtSchool.MaxLength = 200;
     this.txtSchool.Name = "txtSchool";
     this.txtSchool.Size = new System.Drawing.Size(451, 21);
     this.txtSchool.TabIndex = 58;
     //
     // lblSchool
     //
     this.lblSchool.Location = new System.Drawing.Point(353, 280);
     this.lblSchool.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSchool.Name = "lblSchool";
     this.lblSchool.Size = new System.Drawing.Size(116, 12);
     this.lblSchool.TabIndex = 57;
     this.lblSchool.Text = "毕业学校:";
     this.lblSchool.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtShortNumber
     //
     this.txtShortNumber.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtShortNumber.Location = new System.Drawing.Point(126, 306);
     this.txtShortNumber.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtShortNumber.MaxLength = 20;
     this.txtShortNumber.Name = "txtShortNumber";
     this.txtShortNumber.Size = new System.Drawing.Size(208, 21);
     this.txtShortNumber.TabIndex = 38;
     //
     // lblShortNumber
     //
     this.lblShortNumber.Location = new System.Drawing.Point(10, 308);
     this.lblShortNumber.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblShortNumber.Name = "lblShortNumber";
     this.lblShortNumber.Size = new System.Drawing.Size(116, 12);
     this.lblShortNumber.TabIndex = 37;
     this.lblShortNumber.Text = "短号:";
     this.lblShortNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOICQ
     //
     this.txtOICQ.Location = new System.Drawing.Point(126, 336);
     this.txtOICQ.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtOICQ.MaxLength = 20;
     this.txtOICQ.Name = "txtOICQ";
     this.txtOICQ.Size = new System.Drawing.Size(206, 21);
     this.txtOICQ.TabIndex = 40;
     //
     // lblOICQ
     //
     this.lblOICQ.Location = new System.Drawing.Point(10, 340);
     this.lblOICQ.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblOICQ.Name = "lblOICQ";
     this.lblOICQ.Size = new System.Drawing.Size(116, 12);
     this.lblOICQ.TabIndex = 39;
     this.lblOICQ.Text = "QQ:";
     this.lblOICQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMobile
     //
     this.txtMobile.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtMobile.Location = new System.Drawing.Point(127, 276);
     this.txtMobile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMobile.MaxLength = 20;
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(207, 21);
     this.txtMobile.TabIndex = 36;
     //
     // lblMobile
     //
     this.lblMobile.Location = new System.Drawing.Point(10, 278);
     this.lblMobile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMobile.Name = "lblMobile";
     this.lblMobile.Size = new System.Drawing.Size(116, 12);
     this.lblMobile.TabIndex = 35;
     this.lblMobile.Text = "手机:";
     this.lblMobile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(127, 159);
     this.ucWorkgroup.Margin = new System.Windows.Forms.Padding(4);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(349, 23);
     this.ucWorkgroup.TabIndex = 28;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(10, 162);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(116, 12);
     this.lblWorkgroup.TabIndex = 27;
     this.lblWorkgroup.Text = "工作组:";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbGender
     //
     this.cmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGender.FormattingEnabled = true;
     this.cmbGender.Location = new System.Drawing.Point(367, 18);
     this.cmbGender.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbGender.Name = "cmbGender";
     this.cmbGender.Size = new System.Drawing.Size(126, 20);
     this.cmbGender.TabIndex = 4;
     //
     // lblGender
     //
     this.lblGender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblGender.AutoSize = true;
     this.lblGender.Location = new System.Drawing.Point(315, 20);
     this.lblGender.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGender.Name = "lblGender";
     this.lblGender.Size = new System.Drawing.Size(41, 12);
     this.lblGender.TabIndex = 3;
     this.lblGender.Text = "性别:";
     //
     // cmbTitle
     //
     this.cmbTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTitle.FormattingEnabled = true;
     this.cmbTitle.Location = new System.Drawing.Point(601, 103);
     this.cmbTitle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbTitle.Name = "cmbTitle";
     this.cmbTitle.Size = new System.Drawing.Size(126, 20);
     this.cmbTitle.TabIndex = 21;
     //
     // lblTitle
     //
     this.lblTitle.Location = new System.Drawing.Point(499, 107);
     this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(97, 12);
     this.lblTitle.TabIndex = 20;
     this.lblTitle.Text = "职称:";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucPicture
     //
     this.ucPicture.AllowDrop = true;
     this.ucPicture.FolderId = "";
     this.ucPicture.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.ucPicture.Location = new System.Drawing.Point(737, 17);
     this.ucPicture.Name = "ucPicture";
     this.ucPicture.PictureId = "";
     this.ucPicture.Size = new System.Drawing.Size(189, 203);
     this.ucPicture.TabIndex = 75;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(127, 131);
     this.ucDepartment.Margin = new System.Windows.Forms.Padding(4);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(349, 23);
     this.ucDepartment.TabIndex = 23;
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(127, 75);
     this.ucCompany.Margin = new System.Windows.Forms.Padding(4);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(349, 23);
     this.ucCompany.TabIndex = 14;
     this.ucCompany.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetCompany);
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtConfirmPassword.Location = new System.Drawing.Point(127, 450);
     this.txtConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtConfirmPassword.MaxLength = 32;
     this.txtConfirmPassword.Name = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size = new System.Drawing.Size(207, 21);
     this.txtConfirmPassword.TabIndex = 48;
     //
     // txtPassword
     //
     this.txtPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtPassword.Location = new System.Drawing.Point(127, 422);
     this.txtPassword.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtPassword.MaxLength = 32;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(207, 21);
     this.txtPassword.TabIndex = 46;
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(10, 425);
     this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(116, 12);
     this.lblPassword.TabIndex = 45;
     this.lblPassword.Text = "密码(&P):";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescription.Location = new System.Drawing.Point(475, 450);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtDescription.Size = new System.Drawing.Size(451, 47);
     this.txtDescription.TabIndex = 74;
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.Location = new System.Drawing.Point(10, 454);
     this.lblConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblConfirmPassword.Name = "lblConfirmPassword";
     this.lblConfirmPassword.Size = new System.Drawing.Size(116, 12);
     this.lblConfirmPassword.TabIndex = 47;
     this.lblConfirmPassword.Text = "确认密码(&C):";
     this.lblConfirmPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtUserName
     //
     this.txtUserName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtUserName.Location = new System.Drawing.Point(127, 365);
     this.txtUserName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(207, 21);
     this.txtUserName.TabIndex = 42;
     //
     // lblPasswordReq
     //
     this.lblPasswordReq.AutoSize = true;
     this.lblPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblPasswordReq.Location = new System.Drawing.Point(340, 427);
     this.lblPasswordReq.Name = "lblPasswordReq";
     this.lblPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblPasswordReq.TabIndex = 65;
     this.lblPasswordReq.Text = "*";
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(10, 367);
     this.lblUserName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(116, 12);
     this.lblUserName.TabIndex = 41;
     this.lblUserName.Text = "登录用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblConfirmPasswordReq
     //
     this.lblConfirmPasswordReq.AutoSize = true;
     this.lblConfirmPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblConfirmPasswordReq.Location = new System.Drawing.Point(340, 455);
     this.lblConfirmPasswordReq.Name = "lblConfirmPasswordReq";
     this.lblConfirmPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblConfirmPasswordReq.TabIndex = 70;
     this.lblConfirmPasswordReq.Text = "*";
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(353, 454);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(116, 12);
     this.lblDescription.TabIndex = 73;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(340, 372);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 54;
     this.lblUserNameReq.Text = "*";
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(265, 22);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 2;
     this.lblFullNameReq.Text = "*";
     //
     // cmbRole
     //
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(127, 393);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(207, 20);
     this.cmbRole.TabIndex = 44;
     //
     // cmbDuty
     //
     this.cmbDuty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDuty.FormattingEnabled = true;
     this.cmbDuty.Location = new System.Drawing.Point(601, 75);
     this.cmbDuty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDuty.Name = "cmbDuty";
     this.cmbDuty.Size = new System.Drawing.Size(126, 20);
     this.cmbDuty.TabIndex = 17;
     //
     // txtRealName
     //
     this.txtRealName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtRealName.Location = new System.Drawing.Point(127, 17);
     this.txtRealName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(130, 21);
     this.txtRealName.TabIndex = 1;
     this.txtRealName.DoubleClick += new System.EventHandler(this.txtRealName_DoubleClick);
     this.txtRealName.Leave += new System.EventHandler(this.txtRealName_Leave);
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(10, 396);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(116, 12);
     this.lblRole.TabIndex = 43;
     this.lblRole.Text = "默认角色(&R):";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(127, 45);
     this.txtCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtCode.MaxLength = 20;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(130, 21);
     this.txtCode.TabIndex = 8;
     this.txtCode.DoubleClick += new System.EventHandler(this.txtCode_DoubleClick);
     //
     // lblDepartmentReq
     //
     this.lblDepartmentReq.AutoSize = true;
     this.lblDepartmentReq.ForeColor = System.Drawing.Color.Red;
     this.lblDepartmentReq.Location = new System.Drawing.Point(485, 137);
     this.lblDepartmentReq.Name = "lblDepartmentReq";
     this.lblDepartmentReq.Size = new System.Drawing.Size(11, 12);
     this.lblDepartmentReq.TabIndex = 24;
     this.lblDepartmentReq.Text = "*";
     //
     // lblCompanyNameReq
     //
     this.lblCompanyNameReq.AutoSize = true;
     this.lblCompanyNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblCompanyNameReq.Location = new System.Drawing.Point(485, 81);
     this.lblCompanyNameReq.Name = "lblCompanyNameReq";
     this.lblCompanyNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblCompanyNameReq.TabIndex = 15;
     this.lblCompanyNameReq.Text = "*";
     //
     // lblDuty
     //
     this.lblDuty.Location = new System.Drawing.Point(499, 78);
     this.lblDuty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDuty.Name = "lblDuty";
     this.lblDuty.Size = new System.Drawing.Size(97, 12);
     this.lblDuty.TabIndex = 16;
     this.lblDuty.Text = "职务:";
     this.lblDuty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(10, 134);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(116, 12);
     this.lblDepartment.TabIndex = 22;
     this.lblDepartment.Text = "部门:";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompany
     //
     this.lblCompany.Location = new System.Drawing.Point(10, 78);
     this.lblCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompany.Name = "lblCompany";
     this.lblCompany.Size = new System.Drawing.Size(116, 12);
     this.lblCompany.TabIndex = 13;
     this.lblCompany.Text = "公司:";
     this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chbEnabled
     //
     this.chbEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chbEnabled.AutoSize = true;
     this.chbEnabled.Checked = true;
     this.chbEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbEnabled.Location = new System.Drawing.Point(286, 481);
     this.chbEnabled.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.chbEnabled.Name = "chbEnabled";
     this.chbEnabled.Size = new System.Drawing.Size(48, 16);
     this.chbEnabled.TabIndex = 50;
     this.chbEnabled.Text = "有效";
     //
     // chbCreateUser
     //
     this.chbCreateUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chbCreateUser.AutoSize = true;
     this.chbCreateUser.Checked = true;
     this.chbCreateUser.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbCreateUser.Location = new System.Drawing.Point(128, 481);
     this.chbCreateUser.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.chbCreateUser.Name = "chbCreateUser";
     this.chbCreateUser.Size = new System.Drawing.Size(72, 16);
     this.chbCreateUser.TabIndex = 49;
     this.chbCreateUser.Text = "创建用户";
     this.chbCreateUser.CheckedChanged += new System.EventHandler(this.chbIsUser_CheckedChanged);
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(10, 49);
     this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(116, 12);
     this.lblCode.TabIndex = 7;
     this.lblCode.Text = "编号、工号:";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(10, 20);
     this.lblFullName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(116, 12);
     this.lblFullName.TabIndex = 0;
     this.lblFullName.Text = "姓名:";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnSave.Location = new System.Drawing.Point(802, 528);
     this.btnSave.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(74, 23);
     this.btnSave.TabIndex = 1;
     this.btnSave.Text = "保存(&S)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // chkClose
     //
     this.chkClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkClose.AutoSize = true;
     this.chkClose.Location = new System.Drawing.Point(14, 535);
     this.chkClose.Name = "chkClose";
     this.chkClose.Size = new System.Drawing.Size(132, 16);
     this.chkClose.TabIndex = 5;
     this.chkClose.Text = "保存成功后关闭窗体";
     //
     // FrmStaffAdd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(962, 562);
     this.Controls.Add(this.chkClose);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grbStaffAdd);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmStaffAdd";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "添加员工";
     this.grbStaffAdd.ResumeLayout(false);
     this.grbStaffAdd.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.btnCancel = new System.Windows.Forms.Button();
     this.grpRequestAnAccount = new System.Windows.Forms.GroupBox();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.chkIsStaff = new System.Windows.Forms.CheckBox();
     this.btnGetMyDepartment = new System.Windows.Forms.Button();
     this.cmbGender = new System.Windows.Forms.ComboBox();
     this.lblGender = new System.Windows.Forms.Label();
     this.txtTelephone = new System.Windows.Forms.TextBox();
     this.lblTelephone = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.lblConfirmPasswordReq = new System.Windows.Forms.Label();
     this.lblPasswordReq = new System.Windows.Forms.Label();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.lblMobilePhone = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblE_mail = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompany = new System.Windows.Forms.Label();
     this.txtConfirmPassword = new System.Windows.Forms.TextBox();
     this.lblConfirmPassword = new System.Windows.Forms.Label();
     this.txtPassword = new System.Windows.Forms.TextBox();
     this.lblPassword = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.chkEnabled = new System.Windows.Forms.CheckBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblFullName = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.btnRequestAnAccount = new System.Windows.Forms.Button();
     this.chkClose = new System.Windows.Forms.CheckBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.rbtnUserNamePassword = new System.Windows.Forms.RadioButton();
     this.rbtnDefaultPassword = new System.Windows.Forms.RadioButton();
     this.rbtnUserInput = new System.Windows.Forms.RadioButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.grpRequestAnAccount.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(410, 543);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(91, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // grpRequestAnAccount
     //
     this.grpRequestAnAccount.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.grpRequestAnAccount.Controls.Add(this.ucSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.lblSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.chkIsStaff);
     this.grpRequestAnAccount.Controls.Add(this.btnGetMyDepartment);
     this.grpRequestAnAccount.Controls.Add(this.cmbGender);
     this.grpRequestAnAccount.Controls.Add(this.lblGender);
     this.grpRequestAnAccount.Controls.Add(this.txtTelephone);
     this.grpRequestAnAccount.Controls.Add(this.lblTelephone);
     this.grpRequestAnAccount.Controls.Add(this.txtCode);
     this.grpRequestAnAccount.Controls.Add(this.lblCode);
     this.grpRequestAnAccount.Controls.Add(this.lblConfirmPasswordReq);
     this.grpRequestAnAccount.Controls.Add(this.lblPasswordReq);
     this.grpRequestAnAccount.Controls.Add(this.txtMobile);
     this.grpRequestAnAccount.Controls.Add(this.lblMobilePhone);
     this.grpRequestAnAccount.Controls.Add(this.ucWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.lblWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.ucDepartment);
     this.grpRequestAnAccount.Controls.Add(this.ucCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtEmail);
     this.grpRequestAnAccount.Controls.Add(this.lblE_mail);
     this.grpRequestAnAccount.Controls.Add(this.label4);
     this.grpRequestAnAccount.Controls.Add(this.txtDescription);
     this.grpRequestAnAccount.Controls.Add(this.lblDescription);
     this.grpRequestAnAccount.Controls.Add(this.label1);
     this.grpRequestAnAccount.Controls.Add(this.lblUserNameReq);
     this.grpRequestAnAccount.Controls.Add(this.lblDepartment);
     this.grpRequestAnAccount.Controls.Add(this.lblCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtConfirmPassword);
     this.grpRequestAnAccount.Controls.Add(this.lblConfirmPassword);
     this.grpRequestAnAccount.Controls.Add(this.txtPassword);
     this.grpRequestAnAccount.Controls.Add(this.lblPassword);
     this.grpRequestAnAccount.Controls.Add(this.cmbRole);
     this.grpRequestAnAccount.Controls.Add(this.lblRole);
     this.grpRequestAnAccount.Controls.Add(this.txtRealName);
     this.grpRequestAnAccount.Controls.Add(this.chkEnabled);
     this.grpRequestAnAccount.Controls.Add(this.txtUserName);
     this.grpRequestAnAccount.Controls.Add(this.lblFullName);
     this.grpRequestAnAccount.Controls.Add(this.lblUserName);
     this.grpRequestAnAccount.Location = new System.Drawing.Point(10, 31);
     this.grpRequestAnAccount.Name = "grpRequestAnAccount";
     this.grpRequestAnAccount.Size = new System.Drawing.Size(486, 506);
     this.grpRequestAnAccount.TabIndex = 0;
     this.grpRequestAnAccount.TabStop = false;
     this.grpRequestAnAccount.Text = "用户";
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(146, 326);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(307, 23);
     this.ucSubCompany.TabIndex = 28;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(10, 330);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(132, 12);
     this.lblSubCompany.TabIndex = 27;
     this.lblSubCompany.Text = "所在分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkIsStaff
     //
     this.chkIsStaff.AutoSize = true;
     this.chkIsStaff.Location = new System.Drawing.Point(217, 413);
     this.chkIsStaff.Name = "chkIsStaff";
     this.chkIsStaff.Size = new System.Drawing.Size(72, 16);
     this.chkIsStaff.TabIndex = 35;
     this.chkIsStaff.Text = "内部员工";
     //
     // btnGetMyDepartment
     //
     this.btnGetMyDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGetMyDepartment.Location = new System.Drawing.Point(456, 355);
     this.btnGetMyDepartment.Name = "btnGetMyDepartment";
     this.btnGetMyDepartment.Size = new System.Drawing.Size(24, 23);
     this.btnGetMyDepartment.TabIndex = 31;
     this.toolTip1.SetToolTip(this.btnGetMyDepartment, "取当前用户的公司和部门,一般是帮自己部门的人申请帐号");
     this.btnGetMyDepartment.UseVisualStyleBackColor = true;
     this.btnGetMyDepartment.Click += new System.EventHandler(this.btnGetMyOrganize_Click);
     //
     // cmbGender
     //
     this.cmbGender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGender.FormattingEnabled = true;
     this.cmbGender.Location = new System.Drawing.Point(146, 74);
     this.cmbGender.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbGender.Name = "cmbGender";
     this.cmbGender.Size = new System.Drawing.Size(307, 20);
     this.cmbGender.TabIndex = 7;
     //
     // lblGender
     //
     this.lblGender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblGender.AutoSize = true;
     this.lblGender.Location = new System.Drawing.Point(83, 78);
     this.lblGender.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGender.Name = "lblGender";
     this.lblGender.Size = new System.Drawing.Size(59, 12);
     this.lblGender.TabIndex = 6;
     this.lblGender.Text = "性别(&G):";
     //
     // txtTelephone
     //
     this.txtTelephone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTelephone.Location = new System.Drawing.Point(146, 185);
     this.txtTelephone.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtTelephone.MaxLength = 50;
     this.txtTelephone.Name = "txtTelephone";
     this.txtTelephone.Size = new System.Drawing.Size(307, 21);
     this.txtTelephone.TabIndex = 15;
     //
     // lblTelephone
     //
     this.lblTelephone.Location = new System.Drawing.Point(10, 188);
     this.lblTelephone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblTelephone.Name = "lblTelephone";
     this.lblTelephone.Size = new System.Drawing.Size(132, 12);
     this.lblTelephone.TabIndex = 14;
     this.lblTelephone.Text = "电话(&T):";
     this.lblTelephone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(146, 101);
     this.txtCode.MaxLength = 50;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(307, 21);
     this.txtCode.TabIndex = 9;
     this.txtCode.Leave += new System.EventHandler(this.txtCode_Leave);
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(10, 105);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(132, 12);
     this.lblCode.TabIndex = 8;
     this.lblCode.Text = "工号(编号):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblConfirmPasswordReq
     //
     this.lblConfirmPasswordReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblConfirmPasswordReq.AutoSize = true;
     this.lblConfirmPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblConfirmPasswordReq.Location = new System.Drawing.Point(464, 271);
     this.lblConfirmPasswordReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblConfirmPasswordReq.Name = "lblConfirmPasswordReq";
     this.lblConfirmPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblConfirmPasswordReq.TabIndex = 23;
     this.lblConfirmPasswordReq.Text = "*";
     //
     // lblPasswordReq
     //
     this.lblPasswordReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblPasswordReq.AutoSize = true;
     this.lblPasswordReq.ForeColor = System.Drawing.Color.Red;
     this.lblPasswordReq.Location = new System.Drawing.Point(464, 244);
     this.lblPasswordReq.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblPasswordReq.Name = "lblPasswordReq";
     this.lblPasswordReq.Size = new System.Drawing.Size(11, 12);
     this.lblPasswordReq.TabIndex = 20;
     this.lblPasswordReq.Text = "*";
     //
     // txtMobile
     //
     this.txtMobile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMobile.Location = new System.Drawing.Point(146, 131);
     this.txtMobile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMobile.MaxLength = 50;
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(307, 21);
     this.txtMobile.TabIndex = 11;
     //
     // lblMobilePhone
     //
     this.lblMobilePhone.Location = new System.Drawing.Point(10, 134);
     this.lblMobilePhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMobilePhone.Name = "lblMobilePhone";
     this.lblMobilePhone.Size = new System.Drawing.Size(132, 12);
     this.lblMobilePhone.TabIndex = 10;
     this.lblMobilePhone.Text = "手机(&M):";
     this.lblMobilePhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(146, 384);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(307, 23);
     this.ucWorkgroup.TabIndex = 33;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(10, 388);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(132, 12);
     this.lblWorkgroup.TabIndex = 32;
     this.lblWorkgroup.Text = "所在工作组:";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(146, 355);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(307, 23);
     this.ucDepartment.TabIndex = 30;
     this.ucDepartment.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetDepartment);
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(146, 295);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(307, 23);
     this.ucCompany.TabIndex = 25;
     this.ucCompany.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetCompany);
     //
     // txtEmail
     //
     this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmail.Location = new System.Drawing.Point(146, 158);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(307, 21);
     this.txtEmail.TabIndex = 13;
     //
     // lblE_mail
     //
     this.lblE_mail.Location = new System.Drawing.Point(10, 161);
     this.lblE_mail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblE_mail.Name = "lblE_mail";
     this.lblE_mail.Size = new System.Drawing.Size(132, 12);
     this.lblE_mail.TabIndex = 12;
     this.lblE_mail.Text = "E_mail(&E):";
     this.lblE_mail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(464, 302);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 12);
     this.label4.TabIndex = 26;
     this.label4.Text = "*";
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(146, 436);
     this.txtDescription.Margin = new System.Windows.Forms.Padding(4);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(307, 58);
     this.txtDescription.TabIndex = 37;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(10, 439);
     this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(132, 12);
     this.lblDescription.TabIndex = 36;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(464, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(11, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "*";
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(464, 52);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 5;
     this.lblUserNameReq.Text = "*";
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(10, 358);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(132, 12);
     this.lblDepartment.TabIndex = 29;
     this.lblDepartment.Text = "所在部门:";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompany
     //
     this.lblCompany.Location = new System.Drawing.Point(10, 299);
     this.lblCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompany.Name = "lblCompany";
     this.lblCompany.Size = new System.Drawing.Size(132, 12);
     this.lblCompany.TabIndex = 24;
     this.lblCompany.Text = "所在单位:";
     this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtConfirmPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtConfirmPassword.Location = new System.Drawing.Point(146, 267);
     this.txtConfirmPassword.MaxLength = 32;
     this.txtConfirmPassword.Name = "txtConfirmPassword";
     this.txtConfirmPassword.PasswordChar = '*';
     this.txtConfirmPassword.Size = new System.Drawing.Size(307, 21);
     this.txtConfirmPassword.TabIndex = 22;
     //
     // lblConfirmPassword
     //
     this.lblConfirmPassword.Location = new System.Drawing.Point(10, 270);
     this.lblConfirmPassword.Name = "lblConfirmPassword";
     this.lblConfirmPassword.Size = new System.Drawing.Size(132, 12);
     this.lblConfirmPassword.TabIndex = 21;
     this.lblConfirmPassword.Text = "确认密码(&C):";
     this.lblConfirmPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtPassword.Location = new System.Drawing.Point(146, 239);
     this.txtPassword.MaxLength = 32;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size = new System.Drawing.Size(307, 21);
     this.txtPassword.TabIndex = 19;
     //
     // lblPassword
     //
     this.lblPassword.Location = new System.Drawing.Point(10, 244);
     this.lblPassword.Name = "lblPassword";
     this.lblPassword.Size = new System.Drawing.Size(132, 12);
     this.lblPassword.TabIndex = 18;
     this.lblPassword.Text = "密码(&P):";
     this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbRole
     //
     this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(146, 212);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(307, 20);
     this.cmbRole.TabIndex = 17;
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(10, 215);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(132, 12);
     this.lblRole.TabIndex = 16;
     this.lblRole.Text = "默认角色(&R):";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtRealName.Location = new System.Drawing.Point(146, 17);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(307, 21);
     this.txtRealName.TabIndex = 1;
     this.txtRealName.Leave += new System.EventHandler(this.txtRealName_Leave);
     //
     // chkEnabled
     //
     this.chkEnabled.AutoSize = true;
     this.chkEnabled.Enabled = false;
     this.chkEnabled.Location = new System.Drawing.Point(146, 413);
     this.chkEnabled.Name = "chkEnabled";
     this.chkEnabled.Size = new System.Drawing.Size(48, 16);
     this.chkEnabled.TabIndex = 34;
     this.chkEnabled.Text = "有效";
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtUserName.Location = new System.Drawing.Point(146, 46);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(307, 21);
     this.txtUserName.TabIndex = 4;
     this.txtUserName.Leave += new System.EventHandler(this.txtUserName_Leave);
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(10, 21);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(132, 12);
     this.lblFullName.TabIndex = 0;
     this.lblFullName.Text = "姓名(&F):";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(10, 48);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(132, 12);
     this.lblUserName.TabIndex = 3;
     this.lblUserName.Text = "登录用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnRequestAnAccount
     //
     this.btnRequestAnAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRequestAnAccount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnRequestAnAccount.Location = new System.Drawing.Point(291, 543);
     this.btnRequestAnAccount.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnRequestAnAccount.Name = "btnRequestAnAccount";
     this.btnRequestAnAccount.Size = new System.Drawing.Size(116, 23);
     this.btnRequestAnAccount.TabIndex = 2;
     this.btnRequestAnAccount.Text = "申请帐户(&S)";
     this.btnRequestAnAccount.Click += new System.EventHandler(this.btnRequestAnAccount_Click);
     //
     // chkClose
     //
     this.chkClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkClose.AutoSize = true;
     this.chkClose.Checked = true;
     this.chkClose.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkClose.Enabled = false;
     this.chkClose.Location = new System.Drawing.Point(10, 547);
     this.chkClose.Name = "chkClose";
     this.chkClose.Size = new System.Drawing.Size(132, 16);
     this.chkClose.TabIndex = 4;
     this.chkClose.Text = "申请成功后关闭窗体";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.rbtnUserNamePassword);
     this.flowLayoutPanel1.Controls.Add(this.rbtnDefaultPassword);
     this.flowLayoutPanel1.Controls.Add(this.rbtnUserInput);
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 4);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(485, 26);
     this.flowLayoutPanel1.TabIndex = 8;
     //
     // rbtnUserNamePassword
     //
     this.rbtnUserNamePassword.AutoSize = true;
     this.rbtnUserNamePassword.Location = new System.Drawing.Point(363, 3);
     this.rbtnUserNamePassword.Name = "rbtnUserNamePassword";
     this.rbtnUserNamePassword.Size = new System.Drawing.Size(119, 16);
     this.rbtnUserNamePassword.TabIndex = 10;
     this.rbtnUserNamePassword.Text = "用户名与密码相同";
     this.rbtnUserNamePassword.UseVisualStyleBackColor = true;
     //
     // rbtnDefaultPassword
     //
     this.rbtnDefaultPassword.AutoSize = true;
     this.rbtnDefaultPassword.Location = new System.Drawing.Point(262, 3);
     this.rbtnDefaultPassword.Name = "rbtnDefaultPassword";
     this.rbtnDefaultPassword.Size = new System.Drawing.Size(95, 16);
     this.rbtnDefaultPassword.TabIndex = 9;
     this.rbtnDefaultPassword.Text = "系统默认密码";
     this.rbtnDefaultPassword.UseVisualStyleBackColor = true;
     //
     // rbtnUserInput
     //
     this.rbtnUserInput.AutoSize = true;
     this.rbtnUserInput.Checked = true;
     this.rbtnUserInput.Location = new System.Drawing.Point(185, 3);
     this.rbtnUserInput.Name = "rbtnUserInput";
     this.rbtnUserInput.Size = new System.Drawing.Size(71, 16);
     this.rbtnUserInput.TabIndex = 8;
     this.rbtnUserInput.TabStop = true;
     this.rbtnUserInput.Text = "用户输入";
     this.rbtnUserInput.UseVisualStyleBackColor = true;
     //
     // FrmRequestAnAccount
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(508, 570);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.chkClose);
     this.Controls.Add(this.btnRequestAnAccount);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grpRequestAnAccount);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmRequestAnAccount";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "申请帐户";
     this.grpRequestAnAccount.ResumeLayout(false);
     this.grpRequestAnAccount.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnUserPermission = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnConfirm = new System.Windows.Forms.Button();
     this.grpStaffAdd = new System.Windows.Forms.GroupBox();
     this.cmbArea = new System.Windows.Forms.ComboBox();
     this.cmbCity = new System.Windows.Forms.ComboBox();
     this.cmbProvince = new System.Windows.Forms.ComboBox();
     this.lblProvince = new System.Windows.Forms.Label();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.dtpGraduationDate = new System.Windows.Forms.DateTimePicker();
     this.lblGraduationDate = new System.Windows.Forms.Label();
     this.lblFullNameReq = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cmbTitle = new System.Windows.Forms.ComboBox();
     this.lblTitle = new System.Windows.Forms.Label();
     this.cmbDuty = new System.Windows.Forms.ComboBox();
     this.lblDuty = new System.Windows.Forms.Label();
     this.txtCarCode = new System.Windows.Forms.TextBox();
     this.lblCarCode = new System.Windows.Forms.Label();
     this.txtEmergencyContact = new System.Windows.Forms.TextBox();
     this.lblEmergencyContact = new System.Windows.Forms.Label();
     this.txtHomeAddress = new System.Windows.Forms.TextBox();
     this.lblHomeAddress = new System.Windows.Forms.Label();
     this.txtHomePhone = new System.Windows.Forms.TextBox();
     this.lblHomePhone = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.txtMajor = new System.Windows.Forms.TextBox();
     this.lblMajor = new System.Windows.Forms.Label();
     this.cmbDegree = new System.Windows.Forms.ComboBox();
     this.lblDegree = new System.Windows.Forms.Label();
     this.cmbEducation = new System.Windows.Forms.ComboBox();
     this.lblEducation = new System.Windows.Forms.Label();
     this.txtSchool = new System.Windows.Forms.TextBox();
     this.lblSchool = new System.Windows.Forms.Label();
     this.txtShortNumber = new System.Windows.Forms.TextBox();
     this.lblShortNumber = new System.Windows.Forms.Label();
     this.txtIdCard = new System.Windows.Forms.TextBox();
     this.lblIdCard = new System.Windows.Forms.Label();
     this.cmbParty = new System.Windows.Forms.ComboBox();
     this.lblParty = new System.Windows.Forms.Label();
     this.cmbWorkingProperty = new System.Windows.Forms.ComboBox();
     this.lblWorkingProperty = new System.Windows.Forms.Label();
     this.dtpJoinInDate = new System.Windows.Forms.DateTimePicker();
     this.lblJoinInDate = new System.Windows.Forms.Label();
     this.txtOfficePhone = new System.Windows.Forms.TextBox();
     this.lblOfficePhone = new System.Windows.Forms.Label();
     this.txtBankCode = new System.Windows.Forms.TextBox();
     this.lblBankCode = new System.Windows.Forms.Label();
     this.dtpWorkingDate = new System.Windows.Forms.DateTimePicker();
     this.lblWorkingDate = new System.Windows.Forms.Label();
     this.cmbNationality = new System.Windows.Forms.ComboBox();
     this.lblNationality = new System.Windows.Forms.Label();
     this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
     this.lblBirthday = new System.Windows.Forms.Label();
     this.txtOICQ = new System.Windows.Forms.TextBox();
     this.lblOICQ = new System.Windows.Forms.Label();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.lblMobile = new System.Windows.Forms.Label();
     this.ucPicture = new DotNet.WinForm.Files.UCPicture();
     this.txtIdentificationCode = new System.Windows.Forms.TextBox();
     this.lblIdentificationCode = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblEmail = new System.Windows.Forms.Label();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblUserName = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.chbCreateUser = new System.Windows.Forms.CheckBox();
     this.cmbGender = new System.Windows.Forms.ComboBox();
     this.lblGender = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblDepartmentReq = new System.Windows.Forms.Label();
     this.lblCompanyNameReq = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompany = new System.Windows.Forms.Label();
     this.chbEnabled = new System.Windows.Forms.CheckBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.lblFullName = new System.Windows.Forms.Label();
     this.btnDeleteStaffUser = new System.Windows.Forms.Button();
     this.btnUserProperty = new System.Windows.Forms.Button();
     this.btnSetStaffUser = new System.Windows.Forms.Button();
     this.btnUpdateUser = new System.Windows.Forms.Button();
     this.btnLikeAdd = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.grpStaffAdd.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnUserPermission
     //
     this.btnUserPermission.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUserPermission.AutoSize = true;
     this.btnUserPermission.Location = new System.Drawing.Point(110, 3);
     this.btnUserPermission.Name = "btnUserPermission";
     this.btnUserPermission.Size = new System.Drawing.Size(125, 25);
     this.btnUserPermission.TabIndex = 6;
     this.btnUserPermission.Text = "用户权限(&P)...";
     this.btnUserPermission.UseVisualStyleBackColor = true;
     this.btnUserPermission.Click += new System.EventHandler(this.btnUserPermission_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(876, 529);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Location = new System.Drawing.Point(797, 529);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(75, 23);
     this.btnConfirm.TabIndex = 2;
     this.btnConfirm.Text = "保存(&S)";
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // grpStaffAdd
     //
     this.grpStaffAdd.Controls.Add(this.cmbArea);
     this.grpStaffAdd.Controls.Add(this.cmbCity);
     this.grpStaffAdd.Controls.Add(this.cmbProvince);
     this.grpStaffAdd.Controls.Add(this.lblProvince);
     this.grpStaffAdd.Controls.Add(this.ucSubCompany);
     this.grpStaffAdd.Controls.Add(this.lblSubCompany);
     this.grpStaffAdd.Controls.Add(this.dtpGraduationDate);
     this.grpStaffAdd.Controls.Add(this.lblGraduationDate);
     this.grpStaffAdd.Controls.Add(this.lblFullNameReq);
     this.grpStaffAdd.Controls.Add(this.label2);
     this.grpStaffAdd.Controls.Add(this.cmbTitle);
     this.grpStaffAdd.Controls.Add(this.lblTitle);
     this.grpStaffAdd.Controls.Add(this.cmbDuty);
     this.grpStaffAdd.Controls.Add(this.lblDuty);
     this.grpStaffAdd.Controls.Add(this.txtCarCode);
     this.grpStaffAdd.Controls.Add(this.lblCarCode);
     this.grpStaffAdd.Controls.Add(this.txtEmergencyContact);
     this.grpStaffAdd.Controls.Add(this.lblEmergencyContact);
     this.grpStaffAdd.Controls.Add(this.txtHomeAddress);
     this.grpStaffAdd.Controls.Add(this.lblHomeAddress);
     this.grpStaffAdd.Controls.Add(this.txtHomePhone);
     this.grpStaffAdd.Controls.Add(this.lblHomePhone);
     this.grpStaffAdd.Controls.Add(this.txtDescription);
     this.grpStaffAdd.Controls.Add(this.lblDescription);
     this.grpStaffAdd.Controls.Add(this.txtMajor);
     this.grpStaffAdd.Controls.Add(this.lblMajor);
     this.grpStaffAdd.Controls.Add(this.cmbDegree);
     this.grpStaffAdd.Controls.Add(this.lblDegree);
     this.grpStaffAdd.Controls.Add(this.cmbEducation);
     this.grpStaffAdd.Controls.Add(this.lblEducation);
     this.grpStaffAdd.Controls.Add(this.txtSchool);
     this.grpStaffAdd.Controls.Add(this.lblSchool);
     this.grpStaffAdd.Controls.Add(this.txtShortNumber);
     this.grpStaffAdd.Controls.Add(this.lblShortNumber);
     this.grpStaffAdd.Controls.Add(this.txtIdCard);
     this.grpStaffAdd.Controls.Add(this.lblIdCard);
     this.grpStaffAdd.Controls.Add(this.cmbParty);
     this.grpStaffAdd.Controls.Add(this.lblParty);
     this.grpStaffAdd.Controls.Add(this.cmbWorkingProperty);
     this.grpStaffAdd.Controls.Add(this.lblWorkingProperty);
     this.grpStaffAdd.Controls.Add(this.dtpJoinInDate);
     this.grpStaffAdd.Controls.Add(this.lblJoinInDate);
     this.grpStaffAdd.Controls.Add(this.txtOfficePhone);
     this.grpStaffAdd.Controls.Add(this.lblOfficePhone);
     this.grpStaffAdd.Controls.Add(this.txtBankCode);
     this.grpStaffAdd.Controls.Add(this.lblBankCode);
     this.grpStaffAdd.Controls.Add(this.dtpWorkingDate);
     this.grpStaffAdd.Controls.Add(this.lblWorkingDate);
     this.grpStaffAdd.Controls.Add(this.cmbNationality);
     this.grpStaffAdd.Controls.Add(this.lblNationality);
     this.grpStaffAdd.Controls.Add(this.dtpBirthday);
     this.grpStaffAdd.Controls.Add(this.lblBirthday);
     this.grpStaffAdd.Controls.Add(this.txtOICQ);
     this.grpStaffAdd.Controls.Add(this.lblOICQ);
     this.grpStaffAdd.Controls.Add(this.txtMobile);
     this.grpStaffAdd.Controls.Add(this.lblMobile);
     this.grpStaffAdd.Controls.Add(this.ucPicture);
     this.grpStaffAdd.Controls.Add(this.txtIdentificationCode);
     this.grpStaffAdd.Controls.Add(this.lblIdentificationCode);
     this.grpStaffAdd.Controls.Add(this.ucWorkgroup);
     this.grpStaffAdd.Controls.Add(this.lblWorkgroup);
     this.grpStaffAdd.Controls.Add(this.txtEmail);
     this.grpStaffAdd.Controls.Add(this.lblEmail);
     this.grpStaffAdd.Controls.Add(this.txtUserName);
     this.grpStaffAdd.Controls.Add(this.lblUserName);
     this.grpStaffAdd.Controls.Add(this.lblUserNameReq);
     this.grpStaffAdd.Controls.Add(this.cmbRole);
     this.grpStaffAdd.Controls.Add(this.lblRole);
     this.grpStaffAdd.Controls.Add(this.chbCreateUser);
     this.grpStaffAdd.Controls.Add(this.cmbGender);
     this.grpStaffAdd.Controls.Add(this.lblGender);
     this.grpStaffAdd.Controls.Add(this.ucDepartment);
     this.grpStaffAdd.Controls.Add(this.ucCompany);
     this.grpStaffAdd.Controls.Add(this.txtRealName);
     this.grpStaffAdd.Controls.Add(this.txtCode);
     this.grpStaffAdd.Controls.Add(this.lblDepartmentReq);
     this.grpStaffAdd.Controls.Add(this.lblCompanyNameReq);
     this.grpStaffAdd.Controls.Add(this.lblDepartment);
     this.grpStaffAdd.Controls.Add(this.lblCompany);
     this.grpStaffAdd.Controls.Add(this.chbEnabled);
     this.grpStaffAdd.Controls.Add(this.lblCode);
     this.grpStaffAdd.Controls.Add(this.lblFullName);
     this.grpStaffAdd.Location = new System.Drawing.Point(11, 11);
     this.grpStaffAdd.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.grpStaffAdd.Name = "grpStaffAdd";
     this.grpStaffAdd.Padding = new System.Windows.Forms.Padding(0);
     this.grpStaffAdd.Size = new System.Drawing.Size(940, 512);
     this.grpStaffAdd.TabIndex = 0;
     this.grpStaffAdd.TabStop = false;
     this.grpStaffAdd.Text = "员工";
     //
     // cmbArea
     //
     this.cmbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbArea.FormattingEnabled = true;
     this.cmbArea.Location = new System.Drawing.Point(782, 354);
     this.cmbArea.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.cmbArea.Name = "cmbArea";
     this.cmbArea.Size = new System.Drawing.Size(145, 20);
     this.cmbArea.TabIndex = 84;
     //
     // cmbCity
     //
     this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCity.FormattingEnabled = true;
     this.cmbCity.Location = new System.Drawing.Point(630, 354);
     this.cmbCity.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.cmbCity.Name = "cmbCity";
     this.cmbCity.Size = new System.Drawing.Size(142, 20);
     this.cmbCity.TabIndex = 83;
     this.cmbCity.SelectedIndexChanged += new System.EventHandler(this.cmbCity_SelectedIndexChanged);
     //
     // cmbProvince
     //
     this.cmbProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProvince.FormattingEnabled = true;
     this.cmbProvince.Location = new System.Drawing.Point(474, 354);
     this.cmbProvince.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.cmbProvince.Name = "cmbProvince";
     this.cmbProvince.Size = new System.Drawing.Size(145, 20);
     this.cmbProvince.TabIndex = 82;
     this.cmbProvince.SelectedIndexChanged += new System.EventHandler(this.cmbProvince_SelectedIndexChanged);
     //
     // lblProvince
     //
     this.lblProvince.Location = new System.Drawing.Point(382, 357);
     this.lblProvince.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblProvince.Name = "lblProvince";
     this.lblProvince.Size = new System.Drawing.Size(87, 16);
     this.lblProvince.TabIndex = 81;
     this.lblProvince.Text = "籍贯:";
     this.lblProvince.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(127, 109);
     this.ucSubCompany.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(352, 23);
     this.ucSubCompany.TabIndex = 19;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(11, 111);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(116, 12);
     this.lblSubCompany.TabIndex = 18;
     this.lblSubCompany.Text = "分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpGraduationDate
     //
     this.dtpGraduationDate.Checked = false;
     this.dtpGraduationDate.CustomFormat = "yyyy-MM-dd";
     this.dtpGraduationDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpGraduationDate.Location = new System.Drawing.Point(798, 259);
     this.dtpGraduationDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpGraduationDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpGraduationDate.Name = "dtpGraduationDate";
     this.dtpGraduationDate.ShowCheckBox = true;
     this.dtpGraduationDate.Size = new System.Drawing.Size(126, 22);
     this.dtpGraduationDate.TabIndex = 60;
     //
     // lblGraduationDate
     //
     this.lblGraduationDate.Location = new System.Drawing.Point(695, 266);
     this.lblGraduationDate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGraduationDate.Name = "lblGraduationDate";
     this.lblGraduationDate.Size = new System.Drawing.Size(97, 12);
     this.lblGraduationDate.TabIndex = 59;
     this.lblGraduationDate.Text = "毕业时间:";
     this.lblGraduationDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullNameReq
     //
     this.lblFullNameReq.AutoSize = true;
     this.lblFullNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblFullNameReq.Location = new System.Drawing.Point(264, 23);
     this.lblFullNameReq.Name = "lblFullNameReq";
     this.lblFullNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblFullNameReq.TabIndex = 2;
     this.lblFullNameReq.Text = "*";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location = new System.Drawing.Point(481, 86);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(11, 12);
     this.label2.TabIndex = 15;
     this.label2.Text = "*";
     //
     // cmbTitle
     //
     this.cmbTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTitle.FormattingEnabled = true;
     this.cmbTitle.Location = new System.Drawing.Point(599, 107);
     this.cmbTitle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbTitle.Name = "cmbTitle";
     this.cmbTitle.Size = new System.Drawing.Size(126, 20);
     this.cmbTitle.TabIndex = 21;
     //
     // lblTitle
     //
     this.lblTitle.Location = new System.Drawing.Point(499, 110);
     this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(97, 12);
     this.lblTitle.TabIndex = 20;
     this.lblTitle.Text = "职称:";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDuty
     //
     this.cmbDuty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDuty.FormattingEnabled = true;
     this.cmbDuty.Location = new System.Drawing.Point(599, 79);
     this.cmbDuty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDuty.Name = "cmbDuty";
     this.cmbDuty.Size = new System.Drawing.Size(126, 20);
     this.cmbDuty.TabIndex = 17;
     //
     // lblDuty
     //
     this.lblDuty.Location = new System.Drawing.Point(499, 83);
     this.lblDuty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDuty.Name = "lblDuty";
     this.lblDuty.Size = new System.Drawing.Size(97, 12);
     this.lblDuty.TabIndex = 16;
     this.lblDuty.Text = "职务:";
     this.lblDuty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCarCode
     //
     this.txtCarCode.Location = new System.Drawing.Point(799, 415);
     this.txtCarCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtCarCode.MaxLength = 20;
     this.txtCarCode.Name = "txtCarCode";
     this.txtCarCode.Size = new System.Drawing.Size(126, 22);
     this.txtCarCode.TabIndex = 70;
     //
     // lblCarCode
     //
     this.lblCarCode.Location = new System.Drawing.Point(696, 422);
     this.lblCarCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCarCode.Name = "lblCarCode";
     this.lblCarCode.Size = new System.Drawing.Size(101, 14);
     this.lblCarCode.TabIndex = 69;
     this.lblCarCode.Text = "车牌号:";
     this.lblCarCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmergencyContact
     //
     this.txtEmergencyContact.Location = new System.Drawing.Point(474, 448);
     this.txtEmergencyContact.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtEmergencyContact.MaxLength = 200;
     this.txtEmergencyContact.Name = "txtEmergencyContact";
     this.txtEmergencyContact.Size = new System.Drawing.Size(451, 22);
     this.txtEmergencyContact.TabIndex = 72;
     //
     // lblEmergencyContact
     //
     this.lblEmergencyContact.Location = new System.Drawing.Point(361, 451);
     this.lblEmergencyContact.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEmergencyContact.Name = "lblEmergencyContact";
     this.lblEmergencyContact.Size = new System.Drawing.Size(109, 12);
     this.lblEmergencyContact.TabIndex = 71;
     this.lblEmergencyContact.Text = "紧急联系:";
     this.lblEmergencyContact.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHomeAddress
     //
     this.txtHomeAddress.Location = new System.Drawing.Point(474, 384);
     this.txtHomeAddress.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtHomeAddress.MaxLength = 200;
     this.txtHomeAddress.Name = "txtHomeAddress";
     this.txtHomeAddress.Size = new System.Drawing.Size(451, 22);
     this.txtHomeAddress.TabIndex = 66;
     //
     // lblHomeAddress
     //
     this.lblHomeAddress.Location = new System.Drawing.Point(361, 391);
     this.lblHomeAddress.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblHomeAddress.Name = "lblHomeAddress";
     this.lblHomeAddress.Size = new System.Drawing.Size(109, 12);
     this.lblHomeAddress.TabIndex = 65;
     this.lblHomeAddress.Text = "住宅地址:";
     this.lblHomeAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtHomePhone
     //
     this.txtHomePhone.Location = new System.Drawing.Point(474, 415);
     this.txtHomePhone.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtHomePhone.MaxLength = 50;
     this.txtHomePhone.Name = "txtHomePhone";
     this.txtHomePhone.Size = new System.Drawing.Size(175, 22);
     this.txtHomePhone.TabIndex = 68;
     //
     // lblHomePhone
     //
     this.lblHomePhone.Location = new System.Drawing.Point(361, 422);
     this.lblHomePhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblHomePhone.Name = "lblHomePhone";
     this.lblHomePhone.Size = new System.Drawing.Size(109, 12);
     this.lblHomePhone.TabIndex = 67;
     this.lblHomePhone.Text = "住宅电话:";
     this.lblHomePhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDescription
     //
     this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescription.Location = new System.Drawing.Point(474, 481);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtDescription.Size = new System.Drawing.Size(451, 19);
     this.txtDescription.TabIndex = 74;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(361, 484);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(109, 12);
     this.lblDescription.TabIndex = 73;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMajor
     //
     this.txtMajor.Location = new System.Drawing.Point(476, 259);
     this.txtMajor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMajor.MaxLength = 100;
     this.txtMajor.Name = "txtMajor";
     this.txtMajor.Size = new System.Drawing.Size(174, 22);
     this.txtMajor.TabIndex = 58;
     //
     // lblMajor
     //
     this.lblMajor.Location = new System.Drawing.Point(361, 266);
     this.lblMajor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMajor.Name = "lblMajor";
     this.lblMajor.Size = new System.Drawing.Size(109, 12);
     this.lblMajor.TabIndex = 57;
     this.lblMajor.Text = "所学专业:";
     this.lblMajor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDegree
     //
     this.cmbDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDegree.FormattingEnabled = true;
     this.cmbDegree.Location = new System.Drawing.Point(800, 322);
     this.cmbDegree.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbDegree.Name = "cmbDegree";
     this.cmbDegree.Size = new System.Drawing.Size(126, 20);
     this.cmbDegree.TabIndex = 64;
     //
     // lblDegree
     //
     this.lblDegree.Location = new System.Drawing.Point(691, 326);
     this.lblDegree.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDegree.Name = "lblDegree";
     this.lblDegree.Size = new System.Drawing.Size(101, 14);
     this.lblDegree.TabIndex = 63;
     this.lblDegree.Text = "学位:";
     this.lblDegree.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbEducation
     //
     this.cmbEducation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEducation.FormattingEnabled = true;
     this.cmbEducation.Location = new System.Drawing.Point(474, 320);
     this.cmbEducation.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbEducation.Name = "cmbEducation";
     this.cmbEducation.Size = new System.Drawing.Size(126, 20);
     this.cmbEducation.TabIndex = 62;
     //
     // lblEducation
     //
     this.lblEducation.Location = new System.Drawing.Point(361, 326);
     this.lblEducation.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEducation.Name = "lblEducation";
     this.lblEducation.Size = new System.Drawing.Size(109, 12);
     this.lblEducation.TabIndex = 61;
     this.lblEducation.Text = "学历:";
     this.lblEducation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtSchool
     //
     this.txtSchool.Location = new System.Drawing.Point(474, 288);
     this.txtSchool.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtSchool.MaxLength = 200;
     this.txtSchool.Name = "txtSchool";
     this.txtSchool.Size = new System.Drawing.Size(451, 22);
     this.txtSchool.TabIndex = 56;
     //
     // lblSchool
     //
     this.lblSchool.Location = new System.Drawing.Point(361, 297);
     this.lblSchool.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSchool.Name = "lblSchool";
     this.lblSchool.Size = new System.Drawing.Size(109, 12);
     this.lblSchool.TabIndex = 55;
     this.lblSchool.Text = "毕业学校:";
     this.lblSchool.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtShortNumber
     //
     this.txtShortNumber.BackColor = System.Drawing.Color.AliceBlue;
     this.txtShortNumber.Location = new System.Drawing.Point(127, 321);
     this.txtShortNumber.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtShortNumber.MaxLength = 20;
     this.txtShortNumber.Name = "txtShortNumber";
     this.txtShortNumber.Size = new System.Drawing.Size(207, 22);
     this.txtShortNumber.TabIndex = 38;
     //
     // lblShortNumber
     //
     this.lblShortNumber.Location = new System.Drawing.Point(11, 326);
     this.lblShortNumber.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblShortNumber.Name = "lblShortNumber";
     this.lblShortNumber.Size = new System.Drawing.Size(116, 12);
     this.lblShortNumber.TabIndex = 37;
     this.lblShortNumber.Text = "短号:";
     this.lblShortNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIdCard
     //
     this.txtIdCard.Location = new System.Drawing.Point(474, 203);
     this.txtIdCard.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtIdCard.MaxLength = 20;
     this.txtIdCard.Name = "txtIdCard";
     this.txtIdCard.Size = new System.Drawing.Size(250, 22);
     this.txtIdCard.TabIndex = 50;
     //
     // lblIdCard
     //
     this.lblIdCard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblIdCard.Location = new System.Drawing.Point(361, 207);
     this.lblIdCard.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblIdCard.Name = "lblIdCard";
     this.lblIdCard.Size = new System.Drawing.Size(109, 12);
     this.lblIdCard.TabIndex = 49;
     this.lblIdCard.Text = "身份证:";
     this.lblIdCard.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbParty
     //
     this.cmbParty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbParty.FormattingEnabled = true;
     this.cmbParty.Location = new System.Drawing.Point(367, 49);
     this.cmbParty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbParty.Name = "cmbParty";
     this.cmbParty.Size = new System.Drawing.Size(126, 20);
     this.cmbParty.TabIndex = 9;
     //
     // lblParty
     //
     this.lblParty.Location = new System.Drawing.Point(288, 51);
     this.lblParty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblParty.Name = "lblParty";
     this.lblParty.Size = new System.Drawing.Size(74, 12);
     this.lblParty.TabIndex = 8;
     this.lblParty.Text = "政治面貌:";
     this.lblParty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbWorkingProperty
     //
     this.cmbWorkingProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbWorkingProperty.Location = new System.Drawing.Point(127, 234);
     this.cmbWorkingProperty.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbWorkingProperty.Name = "cmbWorkingProperty";
     this.cmbWorkingProperty.Size = new System.Drawing.Size(207, 20);
     this.cmbWorkingProperty.TabIndex = 32;
     //
     // lblWorkingProperty
     //
     this.lblWorkingProperty.Location = new System.Drawing.Point(11, 238);
     this.lblWorkingProperty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkingProperty.Name = "lblWorkingProperty";
     this.lblWorkingProperty.Size = new System.Drawing.Size(116, 12);
     this.lblWorkingProperty.TabIndex = 31;
     this.lblWorkingProperty.Text = "用工性质:";
     this.lblWorkingProperty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpJoinInDate
     //
     this.dtpJoinInDate.Checked = false;
     this.dtpJoinInDate.CustomFormat = "yyyy-MM-dd";
     this.dtpJoinInDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpJoinInDate.Location = new System.Drawing.Point(127, 202);
     this.dtpJoinInDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpJoinInDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpJoinInDate.Name = "dtpJoinInDate";
     this.dtpJoinInDate.ShowCheckBox = true;
     this.dtpJoinInDate.Size = new System.Drawing.Size(126, 22);
     this.dtpJoinInDate.TabIndex = 30;
     //
     // lblJoinInDate
     //
     this.lblJoinInDate.Location = new System.Drawing.Point(11, 205);
     this.lblJoinInDate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblJoinInDate.Name = "lblJoinInDate";
     this.lblJoinInDate.Size = new System.Drawing.Size(116, 12);
     this.lblJoinInDate.TabIndex = 29;
     this.lblJoinInDate.Text = "加入本单位:";
     this.lblJoinInDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOfficePhone
     //
     this.txtOfficePhone.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtOfficePhone.Location = new System.Drawing.Point(127, 263);
     this.txtOfficePhone.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtOfficePhone.MaxLength = 20;
     this.txtOfficePhone.Name = "txtOfficePhone";
     this.txtOfficePhone.Size = new System.Drawing.Size(207, 22);
     this.txtOfficePhone.TabIndex = 34;
     //
     // lblOfficePhone
     //
     this.lblOfficePhone.Location = new System.Drawing.Point(11, 269);
     this.lblOfficePhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblOfficePhone.Name = "lblOfficePhone";
     this.lblOfficePhone.Size = new System.Drawing.Size(116, 12);
     this.lblOfficePhone.TabIndex = 33;
     this.lblOfficePhone.Text = "办公电话:";
     this.lblOfficePhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtBankCode
     //
     this.txtBankCode.Location = new System.Drawing.Point(474, 230);
     this.txtBankCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtBankCode.MaxLength = 20;
     this.txtBankCode.Name = "txtBankCode";
     this.txtBankCode.Size = new System.Drawing.Size(175, 22);
     this.txtBankCode.TabIndex = 52;
     //
     // lblBankCode
     //
     this.lblBankCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblBankCode.Location = new System.Drawing.Point(361, 234);
     this.lblBankCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblBankCode.Name = "lblBankCode";
     this.lblBankCode.Size = new System.Drawing.Size(109, 12);
     this.lblBankCode.TabIndex = 51;
     this.lblBankCode.Text = "工资卡号:";
     this.lblBankCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpWorkingDate
     //
     this.dtpWorkingDate.Checked = false;
     this.dtpWorkingDate.CustomFormat = "yyyy-MM-dd";
     this.dtpWorkingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpWorkingDate.Location = new System.Drawing.Point(598, 139);
     this.dtpWorkingDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpWorkingDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpWorkingDate.Name = "dtpWorkingDate";
     this.dtpWorkingDate.ShowCheckBox = true;
     this.dtpWorkingDate.Size = new System.Drawing.Size(126, 22);
     this.dtpWorkingDate.TabIndex = 26;
     //
     // lblWorkingDate
     //
     this.lblWorkingDate.Location = new System.Drawing.Point(499, 144);
     this.lblWorkingDate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkingDate.Name = "lblWorkingDate";
     this.lblWorkingDate.Size = new System.Drawing.Size(97, 12);
     this.lblWorkingDate.TabIndex = 25;
     this.lblWorkingDate.Text = "参加工作:";
     this.lblWorkingDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbNationality
     //
     this.cmbNationality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbNationality.FormattingEnabled = true;
     this.cmbNationality.Location = new System.Drawing.Point(598, 47);
     this.cmbNationality.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbNationality.Name = "cmbNationality";
     this.cmbNationality.Size = new System.Drawing.Size(126, 20);
     this.cmbNationality.TabIndex = 11;
     //
     // lblNationality
     //
     this.lblNationality.Location = new System.Drawing.Point(499, 51);
     this.lblNationality.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblNationality.Name = "lblNationality";
     this.lblNationality.Size = new System.Drawing.Size(97, 12);
     this.lblNationality.TabIndex = 10;
     this.lblNationality.Text = "民族:";
     this.lblNationality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dtpBirthday
     //
     this.dtpBirthday.Checked = false;
     this.dtpBirthday.CustomFormat = "yyyy-MM-dd";
     this.dtpBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpBirthday.Location = new System.Drawing.Point(598, 17);
     this.dtpBirthday.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.dtpBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.dtpBirthday.Name = "dtpBirthday";
     this.dtpBirthday.ShowCheckBox = true;
     this.dtpBirthday.Size = new System.Drawing.Size(126, 22);
     this.dtpBirthday.TabIndex = 5;
     //
     // lblBirthday
     //
     this.lblBirthday.Location = new System.Drawing.Point(499, 20);
     this.lblBirthday.Name = "lblBirthday";
     this.lblBirthday.Size = new System.Drawing.Size(97, 12);
     this.lblBirthday.TabIndex = 4;
     this.lblBirthday.Text = "生日:";
     this.lblBirthday.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtOICQ
     //
     this.txtOICQ.Location = new System.Drawing.Point(127, 353);
     this.txtOICQ.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtOICQ.MaxLength = 20;
     this.txtOICQ.Name = "txtOICQ";
     this.txtOICQ.Size = new System.Drawing.Size(207, 22);
     this.txtOICQ.TabIndex = 40;
     //
     // lblOICQ
     //
     this.lblOICQ.Location = new System.Drawing.Point(11, 357);
     this.lblOICQ.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblOICQ.Name = "lblOICQ";
     this.lblOICQ.Size = new System.Drawing.Size(116, 12);
     this.lblOICQ.TabIndex = 39;
     this.lblOICQ.Text = "QQ:";
     this.lblOICQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMobile
     //
     this.txtMobile.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtMobile.Location = new System.Drawing.Point(127, 291);
     this.txtMobile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMobile.MaxLength = 20;
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(207, 22);
     this.txtMobile.TabIndex = 36;
     //
     // lblMobile
     //
     this.lblMobile.Location = new System.Drawing.Point(11, 296);
     this.lblMobile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblMobile.Name = "lblMobile";
     this.lblMobile.Size = new System.Drawing.Size(116, 12);
     this.lblMobile.TabIndex = 35;
     this.lblMobile.Text = "手机:";
     this.lblMobile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucPicture
     //
     this.ucPicture.AllowDrop = true;
     this.ucPicture.FolderId = "";
     this.ucPicture.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.ucPicture.Location = new System.Drawing.Point(737, 17);
     this.ucPicture.Name = "ucPicture";
     this.ucPicture.PictureId = "";
     this.ucPicture.Size = new System.Drawing.Size(189, 203);
     this.ucPicture.TabIndex = 1;
     //
     // txtIdentificationCode
     //
     this.txtIdentificationCode.Location = new System.Drawing.Point(127, 391);
     this.txtIdentificationCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtIdentificationCode.MaxLength = 20;
     this.txtIdentificationCode.Name = "txtIdentificationCode";
     this.txtIdentificationCode.Size = new System.Drawing.Size(207, 22);
     this.txtIdentificationCode.TabIndex = 42;
     //
     // lblIdentificationCode
     //
     this.lblIdentificationCode.Location = new System.Drawing.Point(11, 394);
     this.lblIdentificationCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblIdentificationCode.Name = "lblIdentificationCode";
     this.lblIdentificationCode.Size = new System.Drawing.Size(116, 12);
     this.lblIdentificationCode.TabIndex = 41;
     this.lblIdentificationCode.Text = "个人识别码:";
     this.lblIdentificationCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(127, 165);
     this.ucWorkgroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(352, 23);
     this.ucWorkgroup.TabIndex = 28;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(11, 171);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(116, 12);
     this.lblWorkgroup.TabIndex = 27;
     this.lblWorkgroup.Text = "工作组:";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtEmail
     //
     this.txtEmail.Location = new System.Drawing.Point(798, 233);
     this.txtEmail.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(129, 22);
     this.txtEmail.TabIndex = 54;
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(683, 238);
     this.lblEmail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(109, 12);
     this.lblEmail.TabIndex = 53;
     this.lblEmail.Text = "电子邮件:";
     this.lblEmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtUserName
     //
     this.txtUserName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtUserName.Location = new System.Drawing.Point(127, 422);
     this.txtUserName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(207, 22);
     this.txtUserName.TabIndex = 44;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(11, 424);
     this.lblUserName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(116, 12);
     this.lblUserName.TabIndex = 43;
     this.lblUserName.Text = "登录用户名:";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(332, 431);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 63;
     this.lblUserNameReq.Text = "*";
     //
     // cmbRole
     //
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(127, 451);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(207, 20);
     this.cmbRole.TabIndex = 46;
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(11, 455);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(116, 12);
     this.lblRole.TabIndex = 45;
     this.lblRole.Text = "默认角色:";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chbCreateUser
     //
     this.chbCreateUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chbCreateUser.AutoSize = true;
     this.chbCreateUser.Checked = true;
     this.chbCreateUser.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbCreateUser.Location = new System.Drawing.Point(127, 482);
     this.chbCreateUser.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.chbCreateUser.Name = "chbCreateUser";
     this.chbCreateUser.Size = new System.Drawing.Size(72, 16);
     this.chbCreateUser.TabIndex = 47;
     this.chbCreateUser.Text = "创建用户";
     this.chbCreateUser.CheckedChanged += new System.EventHandler(this.chbIsUser_CheckedChanged);
     //
     // cmbGender
     //
     this.cmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGender.FormattingEnabled = true;
     this.cmbGender.Location = new System.Drawing.Point(367, 17);
     this.cmbGender.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbGender.Name = "cmbGender";
     this.cmbGender.Size = new System.Drawing.Size(126, 20);
     this.cmbGender.TabIndex = 4;
     //
     // lblGender
     //
     this.lblGender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lblGender.AutoSize = true;
     this.lblGender.Location = new System.Drawing.Point(321, 20);
     this.lblGender.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblGender.Name = "lblGender";
     this.lblGender.Size = new System.Drawing.Size(41, 12);
     this.lblGender.TabIndex = 3;
     this.lblGender.Text = "性别:";
     this.lblGender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(127, 135);
     this.ucDepartment.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(352, 23);
     this.ucDepartment.TabIndex = 23;
     this.ucDepartment.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetDepartment);
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(127, 81);
     this.ucCompany.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(352, 23);
     this.ucCompany.TabIndex = 13;
     this.ucCompany.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetCompany);
     //
     // txtRealName
     //
     this.txtRealName.BackColor = System.Drawing.Color.LemonChiffon;
     this.txtRealName.Location = new System.Drawing.Point(127, 17);
     this.txtRealName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(132, 22);
     this.txtRealName.TabIndex = 1;
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(127, 49);
     this.txtCode.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtCode.MaxLength = 20;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(132, 22);
     this.txtCode.TabIndex = 7;
     //
     // lblDepartmentReq
     //
     this.lblDepartmentReq.AutoSize = true;
     this.lblDepartmentReq.ForeColor = System.Drawing.Color.Red;
     this.lblDepartmentReq.Location = new System.Drawing.Point(481, 140);
     this.lblDepartmentReq.Name = "lblDepartmentReq";
     this.lblDepartmentReq.Size = new System.Drawing.Size(11, 12);
     this.lblDepartmentReq.TabIndex = 24;
     this.lblDepartmentReq.Text = "*";
     //
     // lblCompanyNameReq
     //
     this.lblCompanyNameReq.AutoSize = true;
     this.lblCompanyNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblCompanyNameReq.Location = new System.Drawing.Point(433, 81);
     this.lblCompanyNameReq.Name = "lblCompanyNameReq";
     this.lblCompanyNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblCompanyNameReq.TabIndex = 14;
     this.lblCompanyNameReq.Text = "*";
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(11, 140);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(116, 12);
     this.lblDepartment.TabIndex = 22;
     this.lblDepartment.Text = "部门:";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompany
     //
     this.lblCompany.Location = new System.Drawing.Point(11, 83);
     this.lblCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompany.Name = "lblCompany";
     this.lblCompany.Size = new System.Drawing.Size(116, 12);
     this.lblCompany.TabIndex = 12;
     this.lblCompany.Text = "公司:";
     this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chbEnabled
     //
     this.chbEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.chbEnabled.AutoSize = true;
     this.chbEnabled.Checked = true;
     this.chbEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbEnabled.Location = new System.Drawing.Point(283, 483);
     this.chbEnabled.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.chbEnabled.Name = "chbEnabled";
     this.chbEnabled.Size = new System.Drawing.Size(48, 16);
     this.chbEnabled.TabIndex = 48;
     this.chbEnabled.Text = "有效";
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(11, 51);
     this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(116, 12);
     this.lblCode.TabIndex = 6;
     this.lblCode.Text = "编号、工号:";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblFullName
     //
     this.lblFullName.Location = new System.Drawing.Point(11, 20);
     this.lblFullName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(116, 12);
     this.lblFullName.TabIndex = 0;
     this.lblFullName.Text = "姓名(&N):";
     this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnDeleteStaffUser
     //
     this.btnDeleteStaffUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDeleteStaffUser.AutoSize = true;
     this.btnDeleteStaffUser.Location = new System.Drawing.Point(241, 3);
     this.btnDeleteStaffUser.Name = "btnDeleteStaffUser";
     this.btnDeleteStaffUser.Size = new System.Drawing.Size(107, 25);
     this.btnDeleteStaffUser.TabIndex = 7;
     this.btnDeleteStaffUser.Text = "删除用户关联";
     this.btnDeleteStaffUser.UseVisualStyleBackColor = true;
     this.btnDeleteStaffUser.Click += new System.EventHandler(this.btnDeleteStaffUser_Click);
     //
     // btnUserProperty
     //
     this.btnUserProperty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUserProperty.AutoSize = true;
     this.btnUserProperty.Location = new System.Drawing.Point(354, 3);
     this.btnUserProperty.Name = "btnUserProperty";
     this.btnUserProperty.Size = new System.Drawing.Size(85, 25);
     this.btnUserProperty.TabIndex = 5;
     this.btnUserProperty.Text = "用户属性";
     this.btnUserProperty.UseVisualStyleBackColor = true;
     this.btnUserProperty.Click += new System.EventHandler(this.btnUserProperty_Click);
     //
     // btnSetStaffUser
     //
     this.btnSetStaffUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetStaffUser.AutoSize = true;
     this.btnSetStaffUser.Location = new System.Drawing.Point(3, 3);
     this.btnSetStaffUser.Name = "btnSetStaffUser";
     this.btnSetStaffUser.Size = new System.Drawing.Size(101, 25);
     this.btnSetStaffUser.TabIndex = 4;
     this.btnSetStaffUser.Text = "关联用户...";
     this.btnSetStaffUser.UseVisualStyleBackColor = true;
     this.btnSetStaffUser.Click += new System.EventHandler(this.btnSetStaffUser_Click);
     //
     // btnUpdateUser
     //
     this.btnUpdateUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUpdateUser.AutoSize = true;
     this.btnUpdateUser.Location = new System.Drawing.Point(445, 3);
     this.btnUpdateUser.Name = "btnUpdateUser";
     this.btnUpdateUser.Size = new System.Drawing.Size(107, 25);
     this.btnUpdateUser.TabIndex = 8;
     this.btnUpdateUser.Text = "更新用户信息";
     this.btnUpdateUser.UseVisualStyleBackColor = true;
     this.btnUpdateUser.Click += new System.EventHandler(this.btnUpdateUser_Click);
     //
     // btnLikeAdd
     //
     this.btnLikeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLikeAdd.AutoSize = true;
     this.btnLikeAdd.Location = new System.Drawing.Point(3, 34);
     this.btnLikeAdd.Name = "btnLikeAdd";
     this.btnLikeAdd.Size = new System.Drawing.Size(101, 25);
     this.btnLikeAdd.TabIndex = 8;
     this.btnLikeAdd.Text = "类似添加(&A)";
     this.btnLikeAdd.UseVisualStyleBackColor = true;
     this.btnLikeAdd.Click += new System.EventHandler(this.btnLikeAdd_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnSetStaffUser);
     this.flowLayoutPanel1.Controls.Add(this.btnUserPermission);
     this.flowLayoutPanel1.Controls.Add(this.btnDeleteStaffUser);
     this.flowLayoutPanel1.Controls.Add(this.btnUserProperty);
     this.flowLayoutPanel1.Controls.Add(this.btnUpdateUser);
     this.flowLayoutPanel1.Controls.Add(this.btnLikeAdd);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 527);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(648, 27);
     this.flowLayoutPanel1.TabIndex = 9;
     //
     // FrmStaffEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(962, 561);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.grpStaffAdd);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmStaffEdit";
     this.Padding = new System.Windows.Forms.Padding(8, 8, 8, 8);
     this.Text = "编辑员工";
     this.grpStaffAdd.ResumeLayout(false);
     this.grpStaffAdd.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.grpRequestAnAccount = new System.Windows.Forms.GroupBox();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompany = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.chbEnabled = new System.Windows.Forms.CheckBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblRealName = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.btnAddToOrganize = new System.Windows.Forms.Button();
     this.grpRequestAnAccount.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(461, 358);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // grpRequestAnAccount
     //
     this.grpRequestAnAccount.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.grpRequestAnAccount.Controls.Add(this.ucSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.lblSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.ucWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.lblWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.ucDepartment);
     this.grpRequestAnAccount.Controls.Add(this.ucCompany);
     this.grpRequestAnAccount.Controls.Add(this.label4);
     this.grpRequestAnAccount.Controls.Add(this.txtDescription);
     this.grpRequestAnAccount.Controls.Add(this.lblDescription);
     this.grpRequestAnAccount.Controls.Add(this.lblDepartment);
     this.grpRequestAnAccount.Controls.Add(this.lblCompany);
     this.grpRequestAnAccount.Controls.Add(this.cmbRole);
     this.grpRequestAnAccount.Controls.Add(this.lblRole);
     this.grpRequestAnAccount.Controls.Add(this.txtRealName);
     this.grpRequestAnAccount.Controls.Add(this.chbEnabled);
     this.grpRequestAnAccount.Controls.Add(this.txtUserName);
     this.grpRequestAnAccount.Controls.Add(this.lblRealName);
     this.grpRequestAnAccount.Controls.Add(this.lblUserName);
     this.grpRequestAnAccount.Location = new System.Drawing.Point(10, 11);
     this.grpRequestAnAccount.Name = "grpRequestAnAccount";
     this.grpRequestAnAccount.Size = new System.Drawing.Size(527, 337);
     this.grpRequestAnAccount.TabIndex = 0;
     this.grpRequestAnAccount.TabStop = false;
     this.grpRequestAnAccount.Text = "用户";
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(118, 143);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(378, 23);
     this.ucSubCompany.TabIndex = 41;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(9, 147);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(106, 12);
     this.lblSubCompany.TabIndex = 40;
     this.lblSubCompany.Text = "所在分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(118, 205);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(378, 23);
     this.ucWorkgroup.TabIndex = 12;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(9, 209);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(106, 12);
     this.lblWorkgroup.TabIndex = 11;
     this.lblWorkgroup.Text = "所在工作组(&W):";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(118, 174);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(378, 23);
     this.ucDepartment.TabIndex = 10;
     this.ucDepartment.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetDepartment);
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(118, 114);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(378, 23);
     this.ucCompany.TabIndex = 7;
     this.ucCompany.SelectedIndexChanged += new BaseBusinessLogic.SelectedIndexChangedEventHandler(this.SetCompany);
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(505, 121);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 12);
     this.label4.TabIndex = 8;
     this.label4.Text = "*";
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(118, 262);
     this.txtDescription.Margin = new System.Windows.Forms.Padding(4);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(378, 58);
     this.txtDescription.TabIndex = 15;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(9, 263);
     this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(106, 12);
     this.lblDescription.TabIndex = 14;
     this.lblDescription.Text = "描述:";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(9, 177);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(106, 12);
     this.lblDepartment.TabIndex = 9;
     this.lblDepartment.Text = "所在部门(&D):";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompany
     //
     this.lblCompany.Location = new System.Drawing.Point(9, 119);
     this.lblCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompany.Name = "lblCompany";
     this.lblCompany.Size = new System.Drawing.Size(106, 12);
     this.lblCompany.TabIndex = 6;
     this.lblCompany.Text = "所在单位(&C):";
     this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbRole
     //
     this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(118, 79);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(378, 20);
     this.cmbRole.TabIndex = 5;
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(9, 83);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(106, 12);
     this.lblRole.TabIndex = 4;
     this.lblRole.Text = "职务(&T):";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(118, 47);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(378, 21);
     this.txtRealName.TabIndex = 3;
     //
     // chbEnabled
     //
     this.chbEnabled.AutoSize = true;
     this.chbEnabled.Location = new System.Drawing.Point(116, 239);
     this.chbEnabled.Name = "chbEnabled";
     this.chbEnabled.Size = new System.Drawing.Size(48, 16);
     this.chbEnabled.TabIndex = 13;
     this.chbEnabled.Text = "有效";
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(118, 19);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(378, 21);
     this.txtUserName.TabIndex = 1;
     //
     // lblRealName
     //
     this.lblRealName.Location = new System.Drawing.Point(9, 51);
     this.lblRealName.Name = "lblRealName";
     this.lblRealName.Size = new System.Drawing.Size(106, 12);
     this.lblRealName.TabIndex = 2;
     this.lblRealName.Text = "姓名(&N):";
     this.lblRealName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(9, 23);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(106, 12);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnAddToOrganize
     //
     this.btnAddToOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddToOrganize.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnAddToOrganize.Location = new System.Drawing.Point(377, 358);
     this.btnAddToOrganize.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnAddToOrganize.Name = "btnAddToOrganize";
     this.btnAddToOrganize.Size = new System.Drawing.Size(81, 23);
     this.btnAddToOrganize.TabIndex = 1;
     this.btnAddToOrganize.Text = "确定(&R)";
     this.btnAddToOrganize.Click += new System.EventHandler(this.btnAddToOrganize_Click);
     //
     // FrmUserAddToOrganize
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(549, 390);
     this.Controls.Add(this.btnAddToOrganize);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grpRequestAnAccount);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmUserAddToOrganize";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户兼任职务";
     this.grpRequestAnAccount.ResumeLayout(false);
     this.grpRequestAnAccount.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel = new System.Windows.Forms.Button();
     this.grpRequestAnAccount = new System.Windows.Forms.GroupBox();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.label4 = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompany = new System.Windows.Forms.Label();
     this.btnConfirm = new System.Windows.Forms.Button();
     this.grpRequestAnAccount.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(495, 207);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     //
     // grpRequestAnAccount
     //
     this.grpRequestAnAccount.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.grpRequestAnAccount.Controls.Add(this.ucSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.lblSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.ucWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.lblWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.ucDepartment);
     this.grpRequestAnAccount.Controls.Add(this.ucCompany);
     this.grpRequestAnAccount.Controls.Add(this.label4);
     this.grpRequestAnAccount.Controls.Add(this.lblDepartment);
     this.grpRequestAnAccount.Controls.Add(this.lblCompany);
     this.grpRequestAnAccount.Location = new System.Drawing.Point(10, 11);
     this.grpRequestAnAccount.Name = "grpRequestAnAccount";
     this.grpRequestAnAccount.Size = new System.Drawing.Size(561, 186);
     this.grpRequestAnAccount.TabIndex = 0;
     this.grpRequestAnAccount.TabStop = false;
     this.grpRequestAnAccount.Text = "组织机构";
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(142, 70);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(395, 23);
     this.ucSubCompany.TabIndex = 43;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(12, 74);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(126, 12);
     this.lblSubCompany.TabIndex = 42;
     this.lblSubCompany.Text = "所在分支机构(&S):";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(142, 149);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(395, 23);
     this.ucWorkgroup.TabIndex = 12;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(12, 151);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(126, 12);
     this.lblWorkgroup.TabIndex = 11;
     this.lblWorkgroup.Text = "所在工作组(&W):";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(142, 110);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(395, 23);
     this.ucDepartment.TabIndex = 10;
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(142, 29);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(395, 23);
     this.ucCompany.TabIndex = 7;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(544, 36);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 12);
     this.label4.TabIndex = 8;
     this.label4.Text = "*";
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(12, 113);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(126, 12);
     this.lblDepartment.TabIndex = 9;
     this.lblDepartment.Text = "所在部门(&D):";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompany
     //
     this.lblCompany.Location = new System.Drawing.Point(12, 34);
     this.lblCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompany.Name = "lblCompany";
     this.lblCompany.Size = new System.Drawing.Size(126, 12);
     this.lblCompany.TabIndex = 6;
     this.lblCompany.Text = "所在单位(&C):";
     this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnConfirm
     //
     this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConfirm.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnConfirm.Location = new System.Drawing.Point(414, 207);
     this.btnConfirm.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnConfirm.Name = "btnConfirm";
     this.btnConfirm.Size = new System.Drawing.Size(78, 23);
     this.btnConfirm.TabIndex = 1;
     this.btnConfirm.Text = "确定(&S)";
     this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
     //
     // FrmUserOrganizeBatchSet
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(583, 239);
     this.Controls.Add(this.btnConfirm);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.grpRequestAnAccount);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmUserOrganizeBatchSet";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "用户所在部门设置";
     this.grpRequestAnAccount.ResumeLayout(false);
     this.grpRequestAnAccount.PerformLayout();
     this.ResumeLayout(false);
 }