namespace CSFrameworkV5.Library.PermissionForms
{
partial class frmUser
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
this.gcSummary = new DevExpress.XtraGrid.GridControl();
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colAccount = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUserName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWorkerID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOrg1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repOrg = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colOrg2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTel = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEmail = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDataSets = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsLocked = new DevExpress.XtraGrid.Columns.GridColumn();
this.rep_CheckBox = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.colFlagOnline = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFlagAdmin = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLoginCounter = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastLoginTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastLogoutTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtPassword2 = new DevExpress.XtraEditors.TextEdit();
this.txtPassword1 = new DevExpress.XtraEditors.TextEdit();
this.labPassword1 = new System.Windows.Forms.Label();
this.labPassword2 = new System.Windows.Forms.Label();
this.chkIsLocked = new DevExpress.XtraEditors.CheckEdit();
this.txtEmail = new DevExpress.XtraEditors.TextEdit();
this.txtTel = new DevExpress.XtraEditors.TextEdit();
this.txtUserName = new DevExpress.XtraEditors.TextEdit();
this.txtAccount = new DevExpress.XtraEditors.TextEdit();
this.labEmail = new System.Windows.Forms.Label();
this.labAccount = new System.Windows.Forms.Label();
this.labTel = new System.Windows.Forms.Label();
this.labUserName = new System.Windows.Forms.Label();
this.gcDetailEditor = new DevExpress.XtraEditors.GroupControl();
this.txtOrg2 = new DevExpress.XtraEditors.TreeListLookUpEdit();
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.label12 = new System.Windows.Forms.Label();
this.txtOrg1 = new DevExpress.XtraEditors.TreeListLookUpEdit();
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
this.col_Popup_GroupName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtRemark = new DevExpress.XtraEditors.TextEdit();
this.txtDomainName = new DevExpress.XtraEditors.TextEdit();
this.label5 = new System.Windows.Forms.Label();
this.txtAddress = new DevExpress.XtraEditors.TextEdit();
this.label2 = new System.Windows.Forms.Label();
this.txtWorkerID = new DevExpress.XtraEditors.TextEdit();
this.picSign = new DevExpress.XtraEditors.PictureEdit();
this.btnDeleteSignImg = new DevExpress.XtraEditors.SimpleButton();
this.btnLoadSignImg = new DevExpress.XtraEditors.SimpleButton();
this.label1 = new System.Windows.Forms.Label();
this.ucDataSets = new CSFrameworkV5.Library.UserControls.ucCheckedListBoxBinding();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtLoginCounter = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtLastLogoutTime = new DevExpress.XtraEditors.TextEdit();
this.gcPassword = new DevExpress.XtraEditors.GroupControl();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuLoad = new System.Windows.Forms.ToolStripMenuItem();
this.menuClear = new System.Windows.Forms.ToolStripMenuItem();
this.label3 = new System.Windows.Forms.Label();
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.picPhoto = new DevExpress.XtraEditors.PictureEdit();
this.tcMyPermission = new DevExpress.XtraTab.XtraTabControl();
this.tpTreeView = new DevExpress.XtraTab.XtraTabPage();
this.tvMyPermission = new System.Windows.Forms.TreeView();
this.tpRole = new DevExpress.XtraTab.XtraTabPage();
this.gcMyRoles = new DevExpress.XtraGrid.GridControl();
this.gvMyRoles = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colR_RoleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colR_RoleName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colR_RoleType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colR_ExpireDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.tpGroup = new DevExpress.XtraTab.XtraTabPage();
this.gcMyGroups = new DevExpress.XtraGrid.GridControl();
this.gvMyGroups = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colG_GroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colG_GroupName = new DevExpress.XtraGrid.Columns.GridColumn();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
this.txt_Account = new DevExpress.XtraEditors.TextEdit();
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tpSummary.SuspendLayout();
this.pnlSummary.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
this.tcBusiness.SuspendLayout();
this.tpDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
this.gcNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repOrg)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rep_CheckBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsLocked.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).BeginInit();
this.gcDetailEditor.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOrg2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOrg1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDomainName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtWorkerID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picSign.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLoginCounter.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLastLogoutTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcPassword)).BeginInit();
this.gcPassword.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picPhoto.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tcMyPermission)).BeginInit();
this.tcMyPermission.SuspendLayout();
this.tpTreeView.SuspendLayout();
this.tpRole.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMyRoles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvMyRoles)).BeginInit();
this.tpGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMyGroups)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvMyGroups)).BeginInit();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
this.SuspendLayout();
//
// tpSummary
//
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
this.tpSummary.Controls.Add(this.tableLayoutPanel2);
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.tpSummary.Size = new System.Drawing.Size(1068, 726);
//
// pnlSummary
//
this.pnlSummary.Location = new System.Drawing.Point(2, 4);
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pnlSummary.Size = new System.Drawing.Size(1070, 758);
//
// tcBusiness
//
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.tcBusiness.Size = new System.Drawing.Size(1070, 758);
//
// tpDetail
//
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
this.tpDetail.Controls.Add(this.panelControl1);
this.tpDetail.Controls.Add(this.splitterControl1);
this.tpDetail.Controls.Add(this.gcDetailEditor);
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.tpDetail.Padding = new System.Windows.Forms.Padding(6);
this.tpDetail.Size = new System.Drawing.Size(1068, 726);
//
// gcNavigator
//
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.gcNavigator.Appearance.Options.UseBackColor = true;
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
this.gcNavigator.Size = new System.Drawing.Size(1015, 36);
//
// controlNavigatorSummary
//
this.controlNavigatorSummary.Buttons.Append.Visible = false;
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
this.controlNavigatorSummary.Location = new System.Drawing.Point(812, 4);
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 28);
//
// txtFocusForSave
//
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
//
// lblAboutInfo
//
this.lblAboutInfo.Location = new System.Drawing.Point(586, 3);
this.lblAboutInfo.Size = new System.Drawing.Size(225, 31);
//
// gcSummary
//
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcSummary.Location = new System.Drawing.Point(3, 81);
this.gcSummary.MainView = this.gvSummary;
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcSummary.Name = "gcSummary";
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.rep_CheckBox,
this.repOrg});
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.gcSummary.Size = new System.Drawing.Size(1062, 757);
this.gcSummary.TabIndex = 7;
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvSummary});
//
// gvSummary
//
this.gvSummary.ColumnPanelRowHeight = 32;
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colAccount,
this.colUserName,
this.colWorkerID,
this.colOrg1,
this.colOrg2,
this.colTel,
this.colEmail,
this.colDataSets,
this.colAddress,
this.colIsLocked,
this.colFlagOnline,
this.colFlagAdmin,
this.colLoginCounter,
this.colCreateTime,
this.colLastLoginTime,
this.colLastLogoutTime});
this.gvSummary.DetailHeight = 450;
this.gvSummary.FixedLineWidth = 3;
this.gvSummary.GridControl = this.gcSummary;
this.gvSummary.Name = "gvSummary";
this.gvSummary.OptionsView.ColumnAutoWidth = false;
this.gvSummary.OptionsView.ShowFooter = true;
this.gvSummary.OptionsView.ShowGroupPanel = false;
this.gvSummary.RowHeight = 32;
//
// colAccount
//
this.colAccount.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
this.colAccount.AppearanceCell.Options.UseBackColor = true;
this.colAccount.AppearanceCell.Options.UseTextOptions = true;
this.colAccount.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.colAccount.AppearanceHeader.Options.UseTextOptions = true;
this.colAccount.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAccount.Caption = "登录账号";
this.colAccount.FieldName = "Account";
this.colAccount.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
this.colAccount.MinWidth = 23;
this.colAccount.Name = "colAccount";
this.colAccount.Visible = true;
this.colAccount.VisibleIndex = 0;
this.colAccount.Width = 102;
//
// colUserName
//
this.colUserName.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke;
this.colUserName.AppearanceCell.Options.UseBackColor = true;
this.colUserName.AppearanceCell.Options.UseTextOptions = true;
this.colUserName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.colUserName.AppearanceHeader.Options.UseTextOptions = true;
this.colUserName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUserName.Caption = "用户姓名";
this.colUserName.FieldName = "UserName";
this.colUserName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
this.colUserName.MinWidth = 23;
this.colUserName.Name = "colUserName";
this.colUserName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "UserName", "Count:{0}")});
this.colUserName.Visible = true;
this.colUserName.VisibleIndex = 1;
this.colUserName.Width = 103;
//
// colWorkerID
//
this.colWorkerID.AppearanceHeader.Options.UseTextOptions = true;
this.colWorkerID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colWorkerID.Caption = "工号";
this.colWorkerID.FieldName = "WorkerID";
this.colWorkerID.MinWidth = 23;
this.colWorkerID.Name = "colWorkerID";
this.colWorkerID.Visible = true;
this.colWorkerID.VisibleIndex = 8;
this.colWorkerID.Width = 127;
//
// colOrg1
//
this.colOrg1.Caption = "基地架构";
this.colOrg1.ColumnEdit = this.repOrg;
this.colOrg1.FieldName = "Org1";
this.colOrg1.MinWidth = 23;
this.colOrg1.Name = "colOrg1";
this.colOrg1.OptionsColumn.ReadOnly = true;
this.colOrg1.Visible = true;
this.colOrg1.VisibleIndex = 6;
this.colOrg1.Width = 187;
//
// repOrg
//
this.repOrg.AutoHeight = false;
this.repOrg.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repOrg.Name = "repOrg";
//
// colOrg2
//
this.colOrg2.Caption = "当前部门";
this.colOrg2.ColumnEdit = this.repOrg;
this.colOrg2.FieldName = "Org2";
this.colOrg2.MinWidth = 23;
this.colOrg2.Name = "colOrg2";
this.colOrg2.Visible = true;
this.colOrg2.VisibleIndex = 7;
this.colOrg2.Width = 144;
//
// colTel
//
this.colTel.AppearanceHeader.Options.UseTextOptions = true;
this.colTel.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTel.Caption = "电话";
this.colTel.FieldName = "Tel";
this.colTel.MinWidth = 23;
this.colTel.Name = "colTel";
this.colTel.Visible = true;
this.colTel.VisibleIndex = 10;
this.colTel.Width = 119;
//
// colEmail
//
this.colEmail.AppearanceHeader.Options.UseTextOptions = true;
this.colEmail.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colEmail.Caption = "邮件";
this.colEmail.FieldName = "Email";
this.colEmail.MinWidth = 23;
this.colEmail.Name = "colEmail";
this.colEmail.Visible = true;
this.colEmail.VisibleIndex = 9;
this.colEmail.Width = 186;
//
// colDataSets
//
this.colDataSets.AppearanceHeader.Options.UseTextOptions = true;
this.colDataSets.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDataSets.Caption = "可用帐套编号";
this.colDataSets.FieldName = "DataSets";
this.colDataSets.MinWidth = 23;
this.colDataSets.Name = "colDataSets";
this.colDataSets.Visible = true;
this.colDataSets.VisibleIndex = 11;
this.colDataSets.Width = 136;
//
// colAddress
//
this.colAddress.AppearanceHeader.Options.UseTextOptions = true;
this.colAddress.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAddress.Caption = "地址";
this.colAddress.FieldName = "Address";
this.colAddress.MinWidth = 23;
this.colAddress.Name = "colAddress";
this.colAddress.Visible = true;
this.colAddress.VisibleIndex = 12;
this.colAddress.Width = 230;
//
// colIsLocked
//
this.colIsLocked.AppearanceCell.Options.UseTextOptions = true;
this.colIsLocked.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colIsLocked.AppearanceHeader.Options.UseTextOptions = true;
this.colIsLocked.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colIsLocked.Caption = "锁定";
this.colIsLocked.ColumnEdit = this.rep_CheckBox;
this.colIsLocked.FieldName = "IsLocked";
this.colIsLocked.MinWidth = 23;
this.colIsLocked.Name = "colIsLocked";
this.colIsLocked.Visible = true;
this.colIsLocked.VisibleIndex = 2;
this.colIsLocked.Width = 56;
//
// rep_CheckBox
//
this.rep_CheckBox.AutoHeight = false;
this.rep_CheckBox.Caption = "Check";
this.rep_CheckBox.Name = "rep_CheckBox";
//
// colFlagOnline
//
this.colFlagOnline.AppearanceHeader.Options.UseTextOptions = true;
this.colFlagOnline.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFlagOnline.Caption = "在线";
this.colFlagOnline.ColumnEdit = this.rep_CheckBox;
this.colFlagOnline.FieldName = "FlagOnline";
this.colFlagOnline.MinWidth = 23;
this.colFlagOnline.Name = "colFlagOnline";
this.colFlagOnline.Visible = true;
this.colFlagOnline.VisibleIndex = 3;
this.colFlagOnline.Width = 48;
//
// colFlagAdmin
//
this.colFlagAdmin.AppearanceHeader.Options.UseTextOptions = true;
this.colFlagAdmin.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFlagAdmin.Caption = "管理员";
this.colFlagAdmin.ColumnEdit = this.rep_CheckBox;
this.colFlagAdmin.FieldName = "FlagAdmin";
this.colFlagAdmin.MinWidth = 23;
this.colFlagAdmin.Name = "colFlagAdmin";
this.colFlagAdmin.Visible = true;
this.colFlagAdmin.VisibleIndex = 4;
this.colFlagAdmin.Width = 59;
//
// colLoginCounter
//
this.colLoginCounter.AppearanceHeader.Options.UseTextOptions = true;
this.colLoginCounter.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLoginCounter.Caption = "登录次数";
this.colLoginCounter.FieldName = "LoginCounter";
this.colLoginCounter.MinWidth = 23;
this.colLoginCounter.Name = "colLoginCounter";
this.colLoginCounter.OptionsColumn.ReadOnly = true;
this.colLoginCounter.Visible = true;
this.colLoginCounter.VisibleIndex = 5;
//
// colCreateTime
//
this.colCreateTime.AppearanceCell.Options.UseTextOptions = true;
this.colCreateTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCreateTime.AppearanceHeader.Options.UseTextOptions = true;
this.colCreateTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCreateTime.Caption = "创建时间";
this.colCreateTime.FieldName = "CreateTime";
this.colCreateTime.MinWidth = 23;
this.colCreateTime.Name = "colCreateTime";
this.colCreateTime.Visible = true;
this.colCreateTime.VisibleIndex = 15;
this.colCreateTime.Width = 114;
//
// colLastLoginTime
//
this.colLastLoginTime.AppearanceCell.Options.UseTextOptions = true;
this.colLastLoginTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastLoginTime.AppearanceHeader.Options.UseTextOptions = true;
this.colLastLoginTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastLoginTime.Caption = "最后登录时间";
this.colLastLoginTime.FieldName = "LastLoginTime";
this.colLastLoginTime.MinWidth = 23;
this.colLastLoginTime.Name = "colLastLoginTime";
this.colLastLoginTime.Visible = true;
this.colLastLoginTime.VisibleIndex = 13;
this.colLastLoginTime.Width = 125;
//
// colLastLogoutTime
//
this.colLastLogoutTime.AppearanceHeader.Options.UseTextOptions = true;
this.colLastLogoutTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastLogoutTime.Caption = "最后登出时间";
this.colLastLogoutTime.FieldName = "LastLogoutTime";
this.colLastLogoutTime.MinWidth = 23;
this.colLastLogoutTime.Name = "colLastLogoutTime";
this.colLastLogoutTime.Visible = true;
this.colLastLogoutTime.VisibleIndex = 14;
this.colLastLogoutTime.Width = 103;
//
// txtPassword2
//
this.txtPassword2.Location = new System.Drawing.Point(72, 73);
this.txtPassword2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtPassword2.Name = "txtPassword2";
this.txtPassword2.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.txtPassword2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtPassword2.Properties.Appearance.Options.UseBackColor = true;
this.txtPassword2.Properties.Appearance.Options.UseFont = true;
this.txtPassword2.Properties.PasswordChar = '*';
this.txtPassword2.Size = new System.Drawing.Size(226, 28);
this.txtPassword2.TabIndex = 1;
//
// txtPassword1
//
this.txtPassword1.Location = new System.Drawing.Point(72, 39);
this.txtPassword1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtPassword1.Name = "txtPassword1";
this.txtPassword1.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.txtPassword1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txtPassword1.Properties.Appearance.Options.UseBackColor = true;
this.txtPassword1.Properties.Appearance.Options.UseFont = true;
this.txtPassword1.Properties.PasswordChar = '*';
this.txtPassword1.Size = new System.Drawing.Size(226, 28);
this.txtPassword1.TabIndex = 0;
//
// labPassword1
//
this.labPassword1.AutoSize = true;
this.labPassword1.Location = new System.Drawing.Point(10, 41);
this.labPassword1.Name = "labPassword1";
this.labPassword1.Size = new System.Drawing.Size(58, 18);
this.labPassword1.TabIndex = 108;
this.labPassword1.Text = "第一次:";
//
// labPassword2
//
this.labPassword2.AutoSize = true;
this.labPassword2.Location = new System.Drawing.Point(10, 77);
this.labPassword2.Name = "labPassword2";
this.labPassword2.Size = new System.Drawing.Size(58, 18);
this.labPassword2.TabIndex = 109;
this.labPassword2.Text = "第二次:";
//
// chkIsLocked
//
this.chkIsLocked.Location = new System.Drawing.Point(354, 49);
this.chkIsLocked.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.chkIsLocked.Name = "chkIsLocked";
this.chkIsLocked.Properties.Caption = "锁定用户";
this.chkIsLocked.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.chkIsLocked.Properties.ValueChecked = "Y";
this.chkIsLocked.Properties.ValueGrayed = "\"\"";
this.chkIsLocked.Properties.ValueUnchecked = "N";
this.chkIsLocked.Size = new System.Drawing.Size(111, 24);
this.chkIsLocked.TabIndex = 12;
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(134, 222);
this.txtEmail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(318, 24);
this.txtEmail.TabIndex = 5;
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(134, 118);
this.txtTel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(128, 24);
this.txtTel.TabIndex = 4;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(134, 51);
this.txtUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
this.txtUserName.Properties.Appearance.Options.UseBackColor = true;
this.txtUserName.Size = new System.Drawing.Size(177, 24);
this.txtUserName.TabIndex = 93;
//
// txtAccount
//
this.txtAccount.Location = new System.Drawing.Point(134, 18);
this.txtAccount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtAccount.Name = "txtAccount";
this.txtAccount.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
this.txtAccount.Properties.Appearance.Options.UseBackColor = true;
this.txtAccount.Size = new System.Drawing.Size(177, 24);
this.txtAccount.TabIndex = 92;
//
// labEmail
//
this.labEmail.Location = new System.Drawing.Point(6, 226);
this.labEmail.Name = "labEmail";
this.labEmail.Size = new System.Drawing.Size(125, 18);
this.labEmail.TabIndex = 105;
this.labEmail.Text = "电子邮件:";
this.labEmail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labAccount
//
this.labAccount.Location = new System.Drawing.Point(6, 22);
this.labAccount.Name = "labAccount";
this.labAccount.Size = new System.Drawing.Size(125, 18);
this.labAccount.TabIndex = 103;
this.labAccount.Text = "登录帐号:";
this.labAccount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labTel
//
this.labTel.Location = new System.Drawing.Point(6, 123);
this.labTel.Name = "labTel";
this.labTel.Size = new System.Drawing.Size(125, 18);
this.labTel.TabIndex = 104;
this.labTel.Text = "联系电话:";
this.labTel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labUserName
//
this.labUserName.Location = new System.Drawing.Point(6, 55);
this.labUserName.Name = "labUserName";
this.labUserName.Size = new System.Drawing.Size(125, 18);
this.labUserName.TabIndex = 102;
this.labUserName.Text = "姓名:";
this.labUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// gcDetailEditor
//
this.gcDetailEditor.Controls.Add(this.txtOrg2);
this.gcDetailEditor.Controls.Add(this.label12);
this.gcDetailEditor.Controls.Add(this.txtOrg1);
this.gcDetailEditor.Controls.Add(this.label10);
this.gcDetailEditor.Controls.Add(this.label9);
this.gcDetailEditor.Controls.Add(this.label6);
this.gcDetailEditor.Controls.Add(this.txtRemark);
this.gcDetailEditor.Controls.Add(this.txtDomainName);
this.gcDetailEditor.Controls.Add(this.label5);
this.gcDetailEditor.Controls.Add(this.txtAddress);
this.gcDetailEditor.Controls.Add(this.label2);
this.gcDetailEditor.Controls.Add(this.txtWorkerID);
this.gcDetailEditor.Controls.Add(this.picSign);
this.gcDetailEditor.Controls.Add(this.btnDeleteSignImg);
this.gcDetailEditor.Controls.Add(this.btnLoadSignImg);
this.gcDetailEditor.Controls.Add(this.label1);
this.gcDetailEditor.Controls.Add(this.ucDataSets);
this.gcDetailEditor.Controls.Add(this.label8);
this.gcDetailEditor.Controls.Add(this.label7);
this.gcDetailEditor.Controls.Add(this.txtLoginCounter);
this.gcDetailEditor.Controls.Add(this.labelControl2);
this.gcDetailEditor.Controls.Add(this.txtLastLogoutTime);
this.gcDetailEditor.Controls.Add(this.gcPassword);
this.gcDetailEditor.Controls.Add(this.label15);
this.gcDetailEditor.Controls.Add(this.label14);
this.gcDetailEditor.Controls.Add(this.label13);
this.gcDetailEditor.Controls.Add(this.label4);
this.gcDetailEditor.Controls.Add(this.txtAccount);
this.gcDetailEditor.Controls.Add(this.labUserName);
this.gcDetailEditor.Controls.Add(this.chkIsLocked);
this.gcDetailEditor.Controls.Add(this.label11);
this.gcDetailEditor.Controls.Add(this.labTel);
this.gcDetailEditor.Controls.Add(this.labAccount);
this.gcDetailEditor.Controls.Add(this.labEmail);
this.gcDetailEditor.Controls.Add(this.txtUserName);
this.gcDetailEditor.Controls.Add(this.txtTel);
this.gcDetailEditor.Controls.Add(this.txtEmail);
this.gcDetailEditor.Dock = System.Windows.Forms.DockStyle.Left;
this.gcDetailEditor.Location = new System.Drawing.Point(6, 6);
this.gcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcDetailEditor.Name = "gcDetailEditor";
this.gcDetailEditor.ShowCaption = false;
this.gcDetailEditor.Size = new System.Drawing.Size(489, 714);
this.gcDetailEditor.TabIndex = 119;
//
// txtOrg2
//
this.txtOrg2.Location = new System.Drawing.Point(134, 189);
this.txtOrg2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtOrg2.Name = "txtOrg2";
this.txtOrg2.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
this.txtOrg2.Properties.Appearance.Options.UseBackColor = true;
this.txtOrg2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtOrg2.Properties.NullText = "";
this.txtOrg2.Properties.TreeList = this.treeList1;
this.txtOrg2.Size = new System.Drawing.Size(318, 24);
this.txtOrg2.TabIndex = 405;
//
// treeList1
//
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.treeListColumn1});
this.treeList1.Location = new System.Drawing.Point(11, 204);
this.treeList1.MinWidth = 23;
this.treeList1.Name = "treeList1";
this.treeList1.OptionsView.ShowIndentAsRowStyle = true;
this.treeList1.Size = new System.Drawing.Size(162, 200);
this.treeList1.TabIndex = 0;
this.treeList1.TreeLevelWidth = 21;
//
// treeListColumn1
//
this.treeListColumn1.Caption = "组织机构";
this.treeListColumn1.FieldName = "GroupName";
this.treeListColumn1.MinWidth = 23;
this.treeListColumn1.Name = "treeListColumn1";
this.treeListColumn1.Visible = true;
this.treeListColumn1.VisibleIndex = 0;
this.treeListColumn1.Width = 149;
//
// label12
//
this.label12.Location = new System.Drawing.Point(6, 192);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(125, 18);
this.label12.TabIndex = 404;
this.label12.Text = "所在部门:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtOrg1
//
this.txtOrg1.Location = new System.Drawing.Point(134, 152);
this.txtOrg1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtOrg1.Name = "txtOrg1";
this.txtOrg1.Properties.Appearance.BackColor = System.Drawing.Color.Honeydew;
this.txtOrg1.Properties.Appearance.Options.UseBackColor = true;
this.txtOrg1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtOrg1.Properties.NullText = "";
this.txtOrg1.Properties.TreeList = this.treeListLookUpEdit1TreeList;
this.txtOrg1.Size = new System.Drawing.Size(318, 24);
this.txtOrg1.TabIndex = 403;
//
// treeListLookUpEdit1TreeList
//
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.col_Popup_GroupName});
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(-12, 175);
this.treeListLookUpEdit1TreeList.MinWidth = 23;
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(162, 200);
this.treeListLookUpEdit1TreeList.TabIndex = 0;
this.treeListLookUpEdit1TreeList.TreeLevelWidth = 21;
//
// col_Popup_GroupName
//
this.col_Popup_GroupName.Caption = "组织机构";
this.col_Popup_GroupName.FieldName = "GroupName";
this.col_Popup_GroupName.MinWidth = 23;
this.col_Popup_GroupName.Name = "col_Popup_GroupName";
this.col_Popup_GroupName.Visible = true;
this.col_Popup_GroupName.VisibleIndex = 0;
this.col_Popup_GroupName.Width = 149;
//
// label10
//
this.label10.Location = new System.Drawing.Point(6, 467);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(125, 18);
this.label10.TabIndex = 154;
this.label10.Text = "签名图片:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label9
//
this.label9.Location = new System.Drawing.Point(6, 432);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(125, 18);
this.label9.TabIndex = 154;
this.label9.Text = "上次登出:";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label6
//
this.label6.Location = new System.Drawing.Point(6, 396);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 18);
this.label6.TabIndex = 154;
this.label6.Text = "备注:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(134, 392);
this.txtRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(318, 24);
this.txtRemark.TabIndex = 153;
//
// txtDomainName
//
this.txtDomainName.Location = new System.Drawing.Point(134, 85);
this.txtDomainName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDomainName.Name = "txtDomainName";
this.txtDomainName.Size = new System.Drawing.Size(318, 24);
this.txtDomainName.TabIndex = 152;
//
// label5
//
this.label5.Location = new System.Drawing.Point(6, 361);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 18);
this.label5.TabIndex = 151;
this.label5.Text = "住宿地址:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(134, 359);
this.txtAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(318, 24);
this.txtAddress.TabIndex = 150;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(277, 123);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(43, 18);
this.label2.TabIndex = 149;
this.label2.Text = "工号:";
//
// txtWorkerID
//
this.txtWorkerID.Location = new System.Drawing.Point(323, 118);
this.txtWorkerID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtWorkerID.Name = "txtWorkerID";
this.txtWorkerID.Size = new System.Drawing.Size(128, 24);
this.txtWorkerID.TabIndex = 148;
//
// picSign
//
this.picSign.Location = new System.Drawing.Point(134, 463);
this.picSign.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.picSign.Name = "picSign";
this.picSign.Properties.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray;
this.picSign.Properties.ShowMenu = false;
this.picSign.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.picSign.Size = new System.Drawing.Size(215, 107);
this.picSign.TabIndex = 147;
//
// btnDeleteSignImg
//
this.btnDeleteSignImg.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnDeleteSignImg.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDeleteSignImg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleteSignImg.ImageOptions.Image")));
this.btnDeleteSignImg.Location = new System.Drawing.Point(351, 521);
this.btnDeleteSignImg.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnDeleteSignImg.Name = "btnDeleteSignImg";
this.btnDeleteSignImg.Size = new System.Drawing.Size(99, 48);
this.btnDeleteSignImg.TabIndex = 146;
this.btnDeleteSignImg.Text = "删除图片";
this.btnDeleteSignImg.Click += new System.EventHandler(this.btnDeleteSignImg_Click);
//
// btnLoadSignImg
//
this.btnLoadSignImg.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnLoadSignImg.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLoadSignImg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadSignImg.ImageOptions.Image")));
this.btnLoadSignImg.Location = new System.Drawing.Point(351, 464);
this.btnLoadSignImg.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnLoadSignImg.Name = "btnLoadSignImg";
this.btnLoadSignImg.Size = new System.Drawing.Size(99, 48);
this.btnLoadSignImg.TabIndex = 145;
this.btnLoadSignImg.Text = "加载图片";
this.btnLoadSignImg.Click += new System.EventHandler(this.btnLoadSignImg_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 258);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(125, 18);
this.label1.TabIndex = 142;
this.label1.Text = "我的帐套:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// ucDataSets
//
this.ucDataSets.BackColor = System.Drawing.Color.Honeydew;
this.ucDataSets.EditValue = "";
this.ucDataSets.Location = new System.Drawing.Point(134, 256);
this.ucDataSets.Margin = new System.Windows.Forms.Padding(0);
this.ucDataSets.Name = "ucDataSets";
this.ucDataSets.Size = new System.Drawing.Size(318, 93);
this.ucDataSets.TabIndex = 141;
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(314, 23);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(16, 18);
this.label8.TabIndex = 135;
this.label8.Text = "*";
//
// label7
//
this.label7.Location = new System.Drawing.Point(6, 87);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(125, 18);
this.label7.TabIndex = 134;
this.label7.Text = "Windows域帐号:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtLoginCounter
//
this.txtLoginCounter.Location = new System.Drawing.Point(375, 429);
this.txtLoginCounter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtLoginCounter.Name = "txtLoginCounter";
this.txtLoginCounter.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtLoginCounter.Properties.Appearance.Options.UseBackColor = true;
this.txtLoginCounter.Size = new System.Drawing.Size(77, 24);
this.txtLoginCounter.TabIndex = 130;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(309, 432);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(65, 18);
this.labelControl2.TabIndex = 129;
this.labelControl2.Text = "登录次数:";
//
// txtLastLogoutTime
//
this.txtLastLogoutTime.Location = new System.Drawing.Point(134, 428);
this.txtLastLogoutTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtLastLogoutTime.Name = "txtLastLogoutTime";
this.txtLastLogoutTime.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtLastLogoutTime.Properties.Appearance.Options.UseBackColor = true;
this.txtLastLogoutTime.Size = new System.Drawing.Size(165, 24);
this.txtLastLogoutTime.TabIndex = 128;
//
// gcPassword
//
this.gcPassword.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("gcPassword.CaptionImageOptions.Image")));
this.gcPassword.Controls.Add(this.txtPassword2);
this.gcPassword.Controls.Add(this.labPassword2);
this.gcPassword.Controls.Add(this.labPassword1);
this.gcPassword.Controls.Add(this.txtPassword1);
this.gcPassword.Location = new System.Drawing.Point(134, 575);
this.gcPassword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcPassword.Name = "gcPassword";
this.gcPassword.Size = new System.Drawing.Size(323, 118);
this.gcPassword.TabIndex = 124;
this.gcPassword.Text = "输入密码";
//
// label15
//
this.label15.AutoSize = true;
this.label15.ForeColor = System.Drawing.Color.Red;
this.label15.Location = new System.Drawing.Point(456, 256);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(16, 18);
this.label15.TabIndex = 1;
this.label15.Text = "*";
//
// label14
//
this.label14.AutoSize = true;
this.label14.ForeColor = System.Drawing.Color.Red;
this.label14.Location = new System.Drawing.Point(456, 195);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(16, 18);
this.label14.TabIndex = 1;
this.label14.Text = "*";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(456, 156);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(16, 18);
this.label13.TabIndex = 1;
this.label13.Text = "*";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(314, 59);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(16, 18);
this.label4.TabIndex = 1;
this.label4.Text = "*";
//
// label11
//
this.label11.Location = new System.Drawing.Point(6, 156);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(125, 18);
this.label11.TabIndex = 104;
this.label11.Text = "基地架构:";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuLoad,
this.menuClear});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(139, 52);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// menuLoad
//
this.menuLoad.Name = "menuLoad";
this.menuLoad.Size = new System.Drawing.Size(138, 24);
this.menuLoad.Text = "加载图片";
this.menuLoad.Click += new System.EventHandler(this.menuLoad_Click);
//
// menuClear
//
this.menuClear.Name = "menuClear";
this.menuClear.Size = new System.Drawing.Size(138, 24);
this.menuClear.Text = "清除图片";
this.menuClear.Click += new System.EventHandler(this.menuClear_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(80, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(11, 12);
this.label3.TabIndex = 0;
this.label3.Text = "*";
//
// splitterControl1
//
this.splitterControl1.Location = new System.Drawing.Point(495, 6);
this.splitterControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.splitterControl1.Name = "splitterControl1";
this.splitterControl1.Size = new System.Drawing.Size(12, 714);
this.splitterControl1.TabIndex = 120;
this.splitterControl1.TabStop = false;
//
// panelControl1
//
this.panelControl1.Controls.Add(this.tableLayoutPanel1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(507, 6);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(555, 714);
this.panelControl1.TabIndex = 121;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.picPhoto, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tcMyPermission, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 41.73554F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 58.26446F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(551, 710);
this.tableLayoutPanel1.TabIndex = 22;
//
// picPhoto
//
this.picPhoto.Dock = System.Windows.Forms.DockStyle.Fill;
this.picPhoto.Location = new System.Drawing.Point(3, 4);
this.picPhoto.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.picPhoto.Name = "picPhoto";
this.picPhoto.Properties.ContextMenuStrip = this.contextMenuStrip1;
this.picPhoto.Properties.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray;
this.picPhoto.Properties.ShowMenu = false;
this.picPhoto.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.picPhoto.Size = new System.Drawing.Size(545, 288);
this.picPhoto.TabIndex = 20;
//
// tcMyPermission
//
this.tcMyPermission.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcMyPermission.Location = new System.Drawing.Point(3, 300);
this.tcMyPermission.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tcMyPermission.Name = "tcMyPermission";
this.tcMyPermission.SelectedTabPage = this.tpTreeView;
this.tcMyPermission.Size = new System.Drawing.Size(545, 406);
this.tcMyPermission.TabIndex = 21;
this.tcMyPermission.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tpRole,
this.tpGroup,
this.tpTreeView});
this.tcMyPermission.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tcMyPermission_SelectedPageChanged);
//
// tpTreeView
//
this.tpTreeView.Controls.Add(this.tvMyPermission);
this.tpTreeView.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpTreeView.ImageOptions.Image")));
this.tpTreeView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tpTreeView.Name = "tpTreeView";
this.tpTreeView.Size = new System.Drawing.Size(543, 374);
this.tpTreeView.Text = "查看我的权限";
//
// tvMyPermission
//
this.tvMyPermission.BackColor = System.Drawing.Color.WhiteSmoke;
this.tvMyPermission.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tvMyPermission.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvMyPermission.Font = new System.Drawing.Font("Tahoma", 10F);
this.tvMyPermission.HideSelection = false;
this.tvMyPermission.HotTracking = true;
this.tvMyPermission.Location = new System.Drawing.Point(0, 0);
this.tvMyPermission.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tvMyPermission.Name = "tvMyPermission";
this.tvMyPermission.Size = new System.Drawing.Size(543, 374);
this.tvMyPermission.TabIndex = 3;
//
// tpRole
//
this.tpRole.Controls.Add(this.gcMyRoles);
this.tpRole.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpRole.ImageOptions.Image")));
this.tpRole.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tpRole.Name = "tpRole";
this.tpRole.Size = new System.Drawing.Size(363, 333);
this.tpRole.Text = "我的角色";
//
// gcMyRoles
//
this.gcMyRoles.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMyRoles.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcMyRoles.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcMyRoles.Location = new System.Drawing.Point(0, 0);
this.gcMyRoles.MainView = this.gvMyRoles;
this.gcMyRoles.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcMyRoles.Name = "gcMyRoles";
this.gcMyRoles.Size = new System.Drawing.Size(363, 333);
this.gcMyRoles.TabIndex = 0;
this.gcMyRoles.UseEmbeddedNavigator = true;
this.gcMyRoles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvMyRoles});
//
// gvMyRoles
//
this.gvMyRoles.ColumnPanelRowHeight = 32;
this.gvMyRoles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colR_RoleID,
this.colR_RoleName,
this.colR_RoleType,
this.colR_ExpireDate});
this.gvMyRoles.DetailHeight = 450;
this.gvMyRoles.FixedLineWidth = 3;
this.gvMyRoles.GridControl = this.gcMyRoles;
this.gvMyRoles.Name = "gvMyRoles";
this.gvMyRoles.OptionsBehavior.Editable = false;
this.gvMyRoles.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvMyRoles.OptionsView.ShowGroupPanel = false;
this.gvMyRoles.RowHeight = 32;
//
// colR_RoleID
//
this.colR_RoleID.Caption = "角色编号";
this.colR_RoleID.FieldName = "RoleID";
this.colR_RoleID.MinWidth = 23;
this.colR_RoleID.Name = "colR_RoleID";
this.colR_RoleID.OptionsColumn.AllowEdit = false;
this.colR_RoleID.OptionsColumn.ReadOnly = true;
this.colR_RoleID.Visible = true;
this.colR_RoleID.VisibleIndex = 0;
this.colR_RoleID.Width = 86;
//
// colR_RoleName
//
this.colR_RoleName.Caption = "角色名称";
this.colR_RoleName.FieldName = "RoleName";
this.colR_RoleName.MinWidth = 23;
this.colR_RoleName.Name = "colR_RoleName";
this.colR_RoleName.OptionsColumn.AllowEdit = false;
this.colR_RoleName.OptionsColumn.ReadOnly = true;
this.colR_RoleName.Visible = true;
this.colR_RoleName.VisibleIndex = 1;
this.colR_RoleName.Width = 86;
//
// colR_RoleType
//
this.colR_RoleType.Caption = "类型";
this.colR_RoleType.FieldName = "RoleType";
this.colR_RoleType.MinWidth = 23;
this.colR_RoleType.Name = "colR_RoleType";
this.colR_RoleType.OptionsColumn.AllowEdit = false;
this.colR_RoleType.OptionsColumn.ReadOnly = true;
this.colR_RoleType.Visible = true;
this.colR_RoleType.VisibleIndex = 2;
this.colR_RoleType.Width = 86;
//
// colR_ExpireDate
//
this.colR_ExpireDate.Caption = "有效期";
this.colR_ExpireDate.FieldName = "ExpireDate";
this.colR_ExpireDate.MinWidth = 23;
this.colR_ExpireDate.Name = "colR_ExpireDate";
this.colR_ExpireDate.OptionsColumn.AllowEdit = false;
this.colR_ExpireDate.OptionsColumn.ReadOnly = true;
this.colR_ExpireDate.Visible = true;
this.colR_ExpireDate.VisibleIndex = 3;
this.colR_ExpireDate.Width = 86;
//
// tpGroup
//
this.tpGroup.Controls.Add(this.gcMyGroups);
this.tpGroup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpGroup.ImageOptions.Image")));
this.tpGroup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tpGroup.Name = "tpGroup";
this.tpGroup.Size = new System.Drawing.Size(363, 333);
this.tpGroup.Text = "我所属的组";
//
// gcMyGroups
//
this.gcMyGroups.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMyGroups.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcMyGroups.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcMyGroups.Location = new System.Drawing.Point(0, 0);
this.gcMyGroups.MainView = this.gvMyGroups;
this.gcMyGroups.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcMyGroups.Name = "gcMyGroups";
this.gcMyGroups.Size = new System.Drawing.Size(363, 333);
this.gcMyGroups.TabIndex = 1;
this.gcMyGroups.UseEmbeddedNavigator = true;
this.gcMyGroups.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvMyGroups});
//
// gvMyGroups
//
this.gvMyGroups.ColumnPanelRowHeight = 32;
this.gvMyGroups.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colG_GroupCode,
this.colG_GroupName});
this.gvMyGroups.DetailHeight = 450;
this.gvMyGroups.FixedLineWidth = 3;
this.gvMyGroups.GridControl = this.gcMyGroups;
this.gvMyGroups.Name = "gvMyGroups";
this.gvMyGroups.OptionsBehavior.Editable = false;
this.gvMyGroups.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gvMyGroups.OptionsView.ShowGroupPanel = false;
this.gvMyGroups.RowHeight = 32;
//
// colG_GroupCode
//
this.colG_GroupCode.Caption = "组编号";
this.colG_GroupCode.FieldName = "GroupCode";
this.colG_GroupCode.MinWidth = 23;
this.colG_GroupCode.Name = "colG_GroupCode";
this.colG_GroupCode.OptionsColumn.AllowEdit = false;
this.colG_GroupCode.OptionsColumn.ReadOnly = true;
this.colG_GroupCode.Visible = true;
this.colG_GroupCode.VisibleIndex = 0;
this.colG_GroupCode.Width = 153;
//
// colG_GroupName
//
this.colG_GroupName.Caption = "组名称";
this.colG_GroupName.FieldName = "GroupName";
this.colG_GroupName.MinWidth = 23;
this.colG_GroupName.Name = "colG_GroupName";
this.colG_GroupName.OptionsColumn.AllowEdit = false;
this.colG_GroupName.OptionsColumn.ReadOnly = true;
this.colG_GroupName.Visible = true;
this.colG_GroupName.VisibleIndex = 1;
this.colG_GroupName.Width = 333;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.gcSummary, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.panelControl2, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(1068, 726);
this.tableLayoutPanel2.TabIndex = 8;
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.labelControl5);
this.panelControl2.Controls.Add(this.labelControl4);
this.panelControl2.Controls.Add(this.btnEmpty);
this.panelControl2.Controls.Add(this.btnQuery);
this.panelControl2.Controls.Add(this.txt_Account);
this.panelControl2.Controls.Add(this.labelControl27);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(3, 4);
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1062, 69);
this.panelControl2.TabIndex = 8;
//
// labelControl5
//
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl5.Appearance.Options.UseForeColor = true;
this.labelControl5.Location = new System.Drawing.Point(637, 26);
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(270, 18);
this.labelControl5.TabIndex = 29;
this.labelControl5.Text = "提示:表格中右键弹出菜单进行其它操作";
//
// labelControl4
//
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(243, 27);
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(72, 18);
this.labelControl4.TabIndex = 28;
this.labelControl4.Text = "(模糊查询)";
//
// btnEmpty
//
this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
this.btnEmpty.Location = new System.Drawing.Point(499, 8);
this.btnEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnEmpty.Name = "btnEmpty";
this.btnEmpty.Size = new System.Drawing.Size(103, 54);
this.btnEmpty.TabIndex = 26;
this.btnEmpty.Text = "清空(&E)";
this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
//
// btnQuery
//
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
this.btnQuery.Location = new System.Drawing.Point(392, 8);
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(103, 54);
this.btnQuery.TabIndex = 25;
this.btnQuery.Text = "查询(&S)";
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// txt_Account
//
this.txt_Account.Location = new System.Drawing.Point(122, 22);
this.txt_Account.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_Account.Name = "txt_Account";
this.txt_Account.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_Account.Properties.Appearance.Options.UseFont = true;
this.txt_Account.Size = new System.Drawing.Size(114, 28);
this.txt_Account.TabIndex = 23;
//
// labelControl27
//
this.labelControl27.Location = new System.Drawing.Point(19, 27);
this.labelControl27.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl27.Name = "labelControl27";
this.labelControl27.Size = new System.Drawing.Size(105, 18);
this.labelControl27.TabIndex = 24;
this.labelControl27.Text = "帐号或用户名:";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "2074.ico");
this.imageList1.Images.SetKeyName(1, "tree.ico");
this.imageList1.Images.SetKeyName(2, "TB_FRIEND.ico");
//
// frmUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.ClientSize = new System.Drawing.Size(1074, 766);
this.Margin = new System.Windows.Forms.Padding(3, 8, 3, 8);
this.Name = "frmUser";
this.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
this.Text = "用戶管理";
this.Load += new System.EventHandler(this.frmUser_Load);
this.Controls.SetChildIndex(this.txtFocusForSave, 0);
this.Controls.SetChildIndex(this.gcNavigator, 0);
this.Controls.SetChildIndex(this.pnlSummary, 0);
this.tpSummary.ResumeLayout(false);
this.pnlSummary.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
this.tcBusiness.ResumeLayout(false);
this.tpDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
this.gcNavigator.ResumeLayout(false);
this.gcNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repOrg)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rep_CheckBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsLocked.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).EndInit();
this.gcDetailEditor.ResumeLayout(false);
this.gcDetailEditor.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOrg2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOrg1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDomainName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtWorkerID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picSign.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLoginCounter.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLastLogoutTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcPassword)).EndInit();
this.gcPassword.ResumeLayout(false);
this.gcPassword.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picPhoto.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tcMyPermission)).EndInit();
this.tcMyPermission.ResumeLayout(false);
this.tpTreeView.ResumeLayout(false);
this.tpRole.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcMyRoles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvMyRoles)).EndInit();
this.tpGroup.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcMyGroups)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvMyGroups)).EndInit();
this.tableLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl gcSummary;
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
private DevExpress.XtraGrid.Columns.GridColumn colUserName;
private DevExpress.XtraGrid.Columns.GridColumn colAccount;
private DevExpress.XtraGrid.Columns.GridColumn colTel;
private DevExpress.XtraGrid.Columns.GridColumn colEmail;
private DevExpress.XtraGrid.Columns.GridColumn colLastLoginTime;
private DevExpress.XtraGrid.Columns.GridColumn colIsLocked;
private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
private DevExpress.XtraEditors.TextEdit txtPassword2;
private DevExpress.XtraEditors.TextEdit txtPassword1;
private System.Windows.Forms.Label labPassword1;
private System.Windows.Forms.Label labPassword2;
private DevExpress.XtraEditors.CheckEdit chkIsLocked;
private DevExpress.XtraEditors.TextEdit txtEmail;
private DevExpress.XtraEditors.TextEdit txtTel;
private DevExpress.XtraEditors.TextEdit txtUserName;
private DevExpress.XtraEditors.TextEdit txtAccount;
private System.Windows.Forms.Label labEmail;
private System.Windows.Forms.Label labAccount;
private System.Windows.Forms.Label labTel;
private System.Windows.Forms.Label labUserName;
private DevExpress.XtraEditors.GroupControl gcDetailEditor;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.GroupControl gcPassword;
private DevExpress.XtraGrid.Columns.GridColumn colFlagAdmin;
private DevExpress.XtraEditors.SplitterControl splitterControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit txtLastLogoutTime;
private DevExpress.XtraEditors.TextEdit txtLoginCounter;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private DevExpress.XtraGrid.Columns.GridColumn colLastLogoutTime;
private DevExpress.XtraGrid.Columns.GridColumn colLoginCounter;
private CSFrameworkV5.Library.UserControls.ucCheckedListBoxBinding ucDataSets;
private DevExpress.XtraEditors.PictureEdit picPhoto;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuLoad;
private System.Windows.Forms.ToolStripMenuItem menuClear;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.XtraTab.XtraTabControl tcMyPermission;
private DevExpress.XtraTab.XtraTabPage tpTreeView;
private DevExpress.XtraTab.XtraTabPage tpRole;
private DevExpress.XtraTab.XtraTabPage tpGroup;
private DevExpress.XtraGrid.GridControl gcMyRoles;
private DevExpress.XtraGrid.Views.Grid.GridView gvMyRoles;
private DevExpress.XtraGrid.GridControl gcMyGroups;
private DevExpress.XtraGrid.Views.Grid.GridView gvMyGroups;
private DevExpress.XtraGrid.Columns.GridColumn colG_GroupCode;
private DevExpress.XtraGrid.Columns.GridColumn colG_GroupName;
private DevExpress.XtraGrid.Columns.GridColumn colR_RoleID;
private DevExpress.XtraGrid.Columns.GridColumn colR_RoleName;
private DevExpress.XtraGrid.Columns.GridColumn colR_RoleType;
private DevExpress.XtraGrid.Columns.GridColumn colR_ExpireDate;
private System.Windows.Forms.TreeView tvMyPermission;
private DevExpress.XtraEditors.SimpleButton btnLoadSignImg;
private DevExpress.XtraEditors.SimpleButton btnDeleteSignImg;
private DevExpress.XtraEditors.PictureEdit picSign;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton btnEmpty;
private DevExpress.XtraEditors.SimpleButton btnQuery;
private DevExpress.XtraEditors.TextEdit txt_Account;
private DevExpress.XtraEditors.LabelControl labelControl27;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit txtWorkerID;
private DevExpress.XtraGrid.Columns.GridColumn colWorkerID;
private DevExpress.XtraGrid.Columns.GridColumn colDataSets;
private DevExpress.XtraGrid.Columns.GridColumn colAddress;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit rep_CheckBox;
private DevExpress.XtraGrid.Columns.GridColumn colFlagOnline;
private DevExpress.XtraEditors.LabelControl labelControl5;
private System.Windows.Forms.Label label5;
private DevExpress.XtraEditors.TextEdit txtAddress;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.TextEdit txtRemark;
private DevExpress.XtraEditors.TextEdit txtDomainName;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private DevExpress.XtraEditors.TreeListLookUpEdit txtOrg2;
private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
private System.Windows.Forms.Label label12;
private DevExpress.XtraEditors.TreeListLookUpEdit txtOrg1;
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
private DevExpress.XtraTreeList.Columns.TreeListColumn col_Popup_GroupName;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ImageList imageList1;
private DevExpress.XtraGrid.Columns.GridColumn colOrg1;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repOrg;
private DevExpress.XtraGrid.Columns.GridColumn colOrg2;
private System.Windows.Forms.Label label15;
}
}