namespace SIMDP.View { partial class FormEditAuthoryUser { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.treeLookUp_Part = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeList2 = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeLookUp_Role = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.treeLookUp_Group = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.lookUp_Status = new DevExpress.XtraEditors.LookUpEdit(); this.lookUp_Sex = new DevExpress.XtraEditors.LookUpEdit(); this.txt_CardId = new DevExpress.XtraEditors.TextEdit(); this.txt_Email = new DevExpress.XtraEditors.TextEdit(); this.txt_Mobile = new DevExpress.XtraEditors.TextEdit(); this.txt_Name = new DevExpress.XtraEditors.TextEdit(); this.txt_PassWord = new DevExpress.XtraEditors.TextEdit(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Part.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Role.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Group.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.treeLookUp_Part); this.panelControl1.Controls.Add(this.treeLookUp_Role); this.panelControl1.Controls.Add(this.treeLookUp_Group); this.panelControl1.Controls.Add(this.lookUp_Status); this.panelControl1.Controls.Add(this.lookUp_Sex); this.panelControl1.Controls.Add(this.txt_CardId); this.panelControl1.Controls.Add(this.txt_Email); this.panelControl1.Controls.Add(this.txt_Mobile); this.panelControl1.Controls.Add(this.txt_Name); this.panelControl1.Controls.Add(this.txt_PassWord); this.panelControl1.Controls.Add(this.txt_Account); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Location = new System.Drawing.Point(8, 5); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(413, 230); this.panelControl1.TabIndex = 0; // // treeLookUp_Part // this.treeLookUp_Part.Location = new System.Drawing.Point(298, 83); this.treeLookUp_Part.Name = "treeLookUp_Part"; this.treeLookUp_Part.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treeLookUp_Part.Properties.TreeList = this.treeList2; this.treeLookUp_Part.Size = new System.Drawing.Size(100, 20); this.treeLookUp_Part.TabIndex = 5; // // treeList2 // this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn2}); this.treeList2.Location = new System.Drawing.Point(0, 0); this.treeList2.Name = "treeList2"; this.treeList2.OptionsBehavior.EnableFiltering = true; this.treeList2.OptionsView.ShowIndentAsRowStyle = true; this.treeList2.Size = new System.Drawing.Size(400, 200); this.treeList2.TabIndex = 0; // // treeListColumn2 // this.treeListColumn2.Caption = "名称"; this.treeListColumn2.FieldName = "GroupName"; this.treeListColumn2.Name = "treeListColumn2"; this.treeListColumn2.Visible = true; this.treeListColumn2.VisibleIndex = 0; // // treeLookUp_Role // this.treeLookUp_Role.Location = new System.Drawing.Point(98, 155); this.treeLookUp_Role.Name = "treeLookUp_Role"; this.treeLookUp_Role.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treeLookUp_Role.Properties.TreeList = this.treeList1; this.treeLookUp_Role.Size = new System.Drawing.Size(300, 20); this.treeLookUp_Role.TabIndex = 4; this.treeLookUp_Role.Closed += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.treeLookUp_Role_Closed); this.treeLookUp_Role.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.treeLookUp_Role_CustomDisplayText); // // treeList1 // this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn3}); this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.EnableFiltering = true; this.treeList1.OptionsView.ShowIndentAsRowStyle = true; this.treeList1.Size = new System.Drawing.Size(400, 200); this.treeList1.TabIndex = 0; // // treeListColumn3 // this.treeListColumn3.Caption = "名称"; this.treeListColumn3.FieldName = "RoleName"; this.treeListColumn3.Name = "treeListColumn3"; this.treeListColumn3.Visible = true; this.treeListColumn3.VisibleIndex = 0; // // treeLookUp_Group // this.treeLookUp_Group.Location = new System.Drawing.Point(98, 83); this.treeLookUp_Group.Name = "treeLookUp_Group"; this.treeLookUp_Group.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treeLookUp_Group.Properties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Simple; this.treeLookUp_Group.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.treeLookUp_Group.Size = new System.Drawing.Size(100, 20); this.treeLookUp_Group.TabIndex = 3; // // treeListLookUpEdit1TreeList // this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1}); this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0); this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true; this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200); this.treeListLookUpEdit1TreeList.TabIndex = 0; // // treeListColumn1 // this.treeListColumn1.Caption = "名称"; this.treeListColumn1.FieldName = "GroupName"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // lookUp_Status // this.lookUp_Status.Location = new System.Drawing.Point(98, 191); 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(100, 20); this.lookUp_Status.TabIndex = 2; // // lookUp_Sex // this.lookUp_Sex.Location = new System.Drawing.Point(298, 191); 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(100, 20); this.lookUp_Sex.TabIndex = 2; // // txt_CardId // this.txt_CardId.Location = new System.Drawing.Point(298, 47); this.txt_CardId.Name = "txt_CardId"; this.txt_CardId.Size = new System.Drawing.Size(100, 20); this.txt_CardId.TabIndex = 1; // // txt_Email // this.txt_Email.Location = new System.Drawing.Point(298, 119); this.txt_Email.Name = "txt_Email"; this.txt_Email.Size = new System.Drawing.Size(100, 20); this.txt_Email.TabIndex = 1; // // txt_Mobile // this.txt_Mobile.Location = new System.Drawing.Point(98, 119); this.txt_Mobile.Name = "txt_Mobile"; this.txt_Mobile.Size = new System.Drawing.Size(100, 20); this.txt_Mobile.TabIndex = 1; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(298, 11); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(100, 20); this.txt_Name.TabIndex = 1; // // txt_PassWord // this.txt_PassWord.Location = new System.Drawing.Point(98, 47); this.txt_PassWord.Name = "txt_PassWord"; this.txt_PassWord.Properties.UseSystemPasswordChar = true; this.txt_PassWord.Size = new System.Drawing.Size(100, 20); this.txt_PassWord.TabIndex = 1; // // txt_Account // this.txt_Account.Location = new System.Drawing.Point(98, 11); this.txt_Account.Name = "txt_Account"; this.txt_Account.Size = new System.Drawing.Size(100, 20); this.txt_Account.TabIndex = 1; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(238, 50); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(48, 14); this.labelControl9.TabIndex = 0; this.labelControl9.Text = "员工号:"; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(30, 158); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(53, 14); this.labelControl10.TabIndex = 0; this.labelControl10.Text = "角色(*):"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(244, 194); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(36, 14); this.labelControl8.TabIndex = 0; this.labelControl8.Text = "性别:"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(30, 194); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(53, 14); this.labelControl7.TabIndex = 0; this.labelControl7.Text = "状态(*):"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(18, 86); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(77, 14); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "所属公司(*):"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(236, 122); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(53, 14); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "邮箱(*):"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(24, 122); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(65, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "手机号(*):"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(230, 14); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(65, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "用户名(*):"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(18, 50); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(77, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "登录密码(*):"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(18, 14); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(77, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "登录账号(*):"; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(232, 86); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(60, 14); this.labelControl11.TabIndex = 6; this.labelControl11.Text = "所属部门:"; // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(26, 241); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(75, 23); this.btn_Add.TabIndex = 1; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(172, 241); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 1; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(331, 241); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 1; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // FormEditUser // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(428, 275); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Add); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditUser"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户信息"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Part.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Role.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Group.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LookUpEdit lookUp_Status; private DevExpress.XtraEditors.LookUpEdit lookUp_Sex; private DevExpress.XtraEditors.TextEdit txt_CardId; private DevExpress.XtraEditors.TextEdit txt_Email; private DevExpress.XtraEditors.TextEdit txt_Mobile; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.TextEdit txt_PassWord; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Group; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Role; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Part; private DevExpress.XtraTreeList.TreeList treeList2; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3; } }