namespace SIMDP.View { partial class FormAuthoryUser { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthoryUser)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.tree_Dept = new System.Windows.Forms.TreeView(); this.menu_Dept = new System.Windows.Forms.ContextMenuStrip(); this.menuDept_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menuDept_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menuDept_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menuDept_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.tree_Role = new System.Windows.Forms.TreeView(); this.menu_Role = new System.Windows.Forms.ContextMenuStrip(); this.menuRole_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menuRole_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menuRole_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menuRole_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_LeadIn = new DevExpress.XtraEditors.SimpleButton(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_Status = new DevExpress.XtraEditors.LookUpEdit(); this.lookUp_Sex = new DevExpress.XtraEditors.LookUpEdit(); this.txt_Email = new DevExpress.XtraEditors.TextEdit(); this.txt_Mobile = new DevExpress.XtraEditors.TextEdit(); this.txt_CardId = new DevExpress.XtraEditors.TextEdit(); this.txt_UserName = new DevExpress.XtraEditors.TextEdit(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.imageList1 = new System.Windows.Forms.ImageList(); this.imageList2 = new System.Windows.Forms.ImageList(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.menu_Dept.SuspendLayout(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); this.menu_Role.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.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.splitContainerControl1.Location = new System.Drawing.Point(1, 118); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1227, 713); this.splitContainerControl1.SplitterPosition = 324; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // xtraTabControl1 // this.xtraTabControl1.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.xtraTabControl1.Location = new System.Drawing.Point(0, 6); this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(327, 707); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.groupControl1); this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(317, 662); this.xtraTabPage1.Text = "按组织查看"; // // groupControl1 // this.groupControl1.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.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.groupControl1.AppearanceCaption.Options.UseFont = true; this.groupControl1.AppearanceCaption.Options.UseTextOptions = true; this.groupControl1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.groupControl1.Controls.Add(this.tree_Dept); this.groupControl1.Location = new System.Drawing.Point(-1, 0); this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(320, 665); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "组织列表"; // // tree_Dept // this.tree_Dept.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.tree_Dept.ContextMenuStrip = this.menu_Dept; this.tree_Dept.Location = new System.Drawing.Point(1, 33); this.tree_Dept.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tree_Dept.Name = "tree_Dept"; this.tree_Dept.Size = new System.Drawing.Size(317, 629); this.tree_Dept.TabIndex = 0; this.tree_Dept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Dept_AfterSelect); // // menu_Dept // this.menu_Dept.ImageScalingSize = new System.Drawing.Size(24, 24); this.menu_Dept.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuDept_Add, this.menuDept_Expand, this.menuDept_Collapse, this.menuDept_Refresh}); this.menu_Dept.Name = "menu_Dept"; this.menu_Dept.Size = new System.Drawing.Size(161, 132); // // menuDept_Add // this.menuDept_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menuDept_Add.Name = "menuDept_Add"; this.menuDept_Add.Size = new System.Drawing.Size(160, 32); this.menuDept_Add.Text = "添加"; this.menuDept_Add.Click += new System.EventHandler(this.menuDept_Add_Click); // // menuDept_Expand // this.menuDept_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menuDept_Expand.Name = "menuDept_Expand"; this.menuDept_Expand.Size = new System.Drawing.Size(160, 32); this.menuDept_Expand.Text = "全部展开"; this.menuDept_Expand.Click += new System.EventHandler(this.menuDept_Expand_Click); // // menuDept_Collapse // this.menuDept_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menuDept_Collapse.Name = "menuDept_Collapse"; this.menuDept_Collapse.Size = new System.Drawing.Size(160, 32); this.menuDept_Collapse.Text = "全部折叠"; this.menuDept_Collapse.Click += new System.EventHandler(this.menuDept_Collapse_Click); // // menuDept_Refresh // this.menuDept_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menuDept_Refresh.Name = "menuDept_Refresh"; this.menuDept_Refresh.Size = new System.Drawing.Size(160, 32); this.menuDept_Refresh.Text = "刷新"; this.menuDept_Refresh.Click += new System.EventHandler(this.menuDept_Refresh_Click); // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.groupControl2); this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(317, 662); this.xtraTabPage2.Text = "按角色查看"; // // groupControl2 // this.groupControl2.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.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.groupControl2.AppearanceCaption.Options.UseFont = true; this.groupControl2.AppearanceCaption.Options.UseTextOptions = true; this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.groupControl2.Controls.Add(this.tree_Role); this.groupControl2.Location = new System.Drawing.Point(0, 0); this.groupControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(319, 669); this.groupControl2.TabIndex = 0; this.groupControl2.Text = "角色分类"; // // tree_Role // this.tree_Role.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.tree_Role.ContextMenuStrip = this.menu_Role; this.tree_Role.Location = new System.Drawing.Point(0, 33); this.tree_Role.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tree_Role.Name = "tree_Role"; this.tree_Role.Size = new System.Drawing.Size(317, 629); this.tree_Role.TabIndex = 0; this.tree_Role.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Role_AfterSelect); // // menu_Role // this.menu_Role.ImageScalingSize = new System.Drawing.Size(24, 24); this.menu_Role.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuRole_Add, this.menuRole_Expand, this.menuRole_Collapse, this.menuRole_Refresh}); this.menu_Role.Name = "menu_Role"; this.menu_Role.Size = new System.Drawing.Size(161, 132); // // menuRole_Add // this.menuRole_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menuRole_Add.Name = "menuRole_Add"; this.menuRole_Add.Size = new System.Drawing.Size(160, 32); this.menuRole_Add.Text = "添加"; this.menuRole_Add.Click += new System.EventHandler(this.menuRole_Add_Click); // // menuRole_Expand // this.menuRole_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menuRole_Expand.Name = "menuRole_Expand"; this.menuRole_Expand.Size = new System.Drawing.Size(160, 32); this.menuRole_Expand.Text = "全部展开"; this.menuRole_Expand.Click += new System.EventHandler(this.menuRole_Expand_Click); // // menuRole_Collapse // this.menuRole_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menuRole_Collapse.Name = "menuRole_Collapse"; this.menuRole_Collapse.Size = new System.Drawing.Size(160, 32); this.menuRole_Collapse.Text = "全部折叠"; this.menuRole_Collapse.Click += new System.EventHandler(this.menuRole_Collapse_Click); // // menuRole_Refresh // this.menuRole_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menuRole_Refresh.Name = "menuRole_Refresh"; this.menuRole_Refresh.Size = new System.Drawing.Size(160, 32); this.menuRole_Refresh.Text = "刷新"; this.menuRole_Refresh.Click += new System.EventHandler(this.menuRole_Refresh_Click); // // winGridViewPager1 // this.winGridViewPager1.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.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(6, 44); this.winGridViewPager1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(771, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(890, 669); this.winGridViewPager1.TabIndex = 0; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.btn_LeadIn); this.panelControl1.Controls.Add(this.btn_Query); this.panelControl1.Controls.Add(this.lookUp_Status); this.panelControl1.Controls.Add(this.lookUp_Sex); this.panelControl1.Controls.Add(this.txt_Email); this.panelControl1.Controls.Add(this.txt_Mobile); this.panelControl1.Controls.Add(this.txt_CardId); this.panelControl1.Controls.Add(this.txt_UserName); this.panelControl1.Controls.Add(this.txt_Account); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(1, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1227, 121); this.panelControl1.TabIndex = 1; // // btn_LeadIn // this.btn_LeadIn.Image = ((System.Drawing.Image)(resources.GetObject("btn_LeadIn.Image"))); this.btn_LeadIn.Location = new System.Drawing.Point(950, 69); this.btn_LeadIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_LeadIn.Name = "btn_LeadIn"; this.btn_LeadIn.Size = new System.Drawing.Size(107, 36); this.btn_LeadIn.TabIndex = 3; this.btn_LeadIn.Text = "导入"; // // btn_Query // this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(804, 69); this.btn_Query.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(107, 36); this.btn_Query.TabIndex = 3; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // lookUp_Status // this.lookUp_Status.Location = new System.Drawing.Point(351, 71); this.lookUp_Status.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lookUp_Status.Name = "lookUp_Status"; this.lookUp_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Status.Size = new System.Drawing.Size(143, 28); this.lookUp_Status.TabIndex = 2; // // lookUp_Sex // this.lookUp_Sex.Location = new System.Drawing.Point(101, 71); this.lookUp_Sex.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lookUp_Sex.Name = "lookUp_Sex"; this.lookUp_Sex.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Sex.Size = new System.Drawing.Size(143, 28); this.lookUp_Sex.TabIndex = 2; // // txt_Email // this.txt_Email.Location = new System.Drawing.Point(860, 16); this.txt_Email.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_Email.Name = "txt_Email"; this.txt_Email.Size = new System.Drawing.Size(143, 28); this.txt_Email.TabIndex = 1; // // txt_Mobile // this.txt_Mobile.Location = new System.Drawing.Point(614, 71); this.txt_Mobile.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_Mobile.Name = "txt_Mobile"; this.txt_Mobile.Size = new System.Drawing.Size(143, 28); this.txt_Mobile.TabIndex = 1; // // txt_CardId // this.txt_CardId.Location = new System.Drawing.Point(614, 16); this.txt_CardId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_CardId.Name = "txt_CardId"; this.txt_CardId.Size = new System.Drawing.Size(143, 28); this.txt_CardId.TabIndex = 1; // // txt_UserName // this.txt_UserName.Location = new System.Drawing.Point(351, 16); this.txt_UserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_UserName.Name = "txt_UserName"; this.txt_UserName.Size = new System.Drawing.Size(143, 28); this.txt_UserName.TabIndex = 1; // // txt_Account // this.txt_Account.Location = new System.Drawing.Point(101, 16); this.txt_Account.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_Account.Name = "txt_Account"; this.txt_Account.Size = new System.Drawing.Size(143, 28); this.txt_Account.TabIndex = 1; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(541, 75); this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(72, 22); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "手机号:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(804, 20); this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(54, 22); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "邮箱:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(541, 20); this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(72, 22); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "员工号:"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(290, 75); this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(54, 22); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "状态:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(281, 20); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(72, 22); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "用户名:"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(33, 75); this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(54, 22); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "性别:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(16, 20); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(90, 22); this.labelControl1.TabIndex = 0; this.labelControl1.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, "766325[1].png"); this.imageList1.Images.SetKeyName(1, "102.png"); this.imageList1.Images.SetKeyName(2, "BO_Users.png"); this.imageList1.Images.SetKeyName(3, "Customer_16x16.png"); this.imageList1.Images.SetKeyName(4, "Employee_16x16.png"); // // imageList2 // this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream"))); this.imageList2.TransparentColor = System.Drawing.Color.Transparent; this.imageList2.Images.SetKeyName(0, "766325[1].png"); this.imageList2.Images.SetKeyName(1, "102.png"); this.imageList2.Images.SetKeyName(2, "BO_Users.png"); this.imageList2.Images.SetKeyName(3, "Customer_16x16.png"); this.imageList2.Images.SetKeyName(4, "Employee_16x16.png"); // // FormAuthoryUser // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1229, 831); this.Controls.Add(this.panelControl1); this.Controls.Add(this.splitContainerControl1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormAuthoryUser"; this.Text = "用户管理"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.menu_Dept.ResumeLayout(false); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.menu_Role.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.GroupControl groupControl2; private System.Windows.Forms.TreeView tree_Dept; private System.Windows.Forms.ContextMenuStrip menu_Dept; private System.Windows.Forms.TreeView tree_Role; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.SimpleButton btn_LeadIn; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraEditors.LookUpEdit lookUp_Status; private DevExpress.XtraEditors.LookUpEdit lookUp_Sex; private DevExpress.XtraEditors.TextEdit txt_Email; private DevExpress.XtraEditors.TextEdit txt_Mobile; private DevExpress.XtraEditors.TextEdit txt_CardId; private DevExpress.XtraEditors.TextEdit txt_UserName; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.ToolStripMenuItem menuDept_Add; private System.Windows.Forms.ToolStripMenuItem menuDept_Expand; private System.Windows.Forms.ToolStripMenuItem menuDept_Collapse; private System.Windows.Forms.ToolStripMenuItem menuDept_Refresh; private System.Windows.Forms.ContextMenuStrip menu_Role; private System.Windows.Forms.ToolStripMenuItem menuRole_Add; private System.Windows.Forms.ToolStripMenuItem menuRole_Expand; private System.Windows.Forms.ToolStripMenuItem menuRole_Collapse; private System.Windows.Forms.ToolStripMenuItem menuRole_Refresh; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.ImageList imageList2; } }