namespace SIMDP.View { partial class FormAuthoryGroup { /// /// 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(FormAuthoryGroup)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.tree_Group = new System.Windows.Forms.TreeView(); this.menu_Group = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Delete = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.listBox_Role = new System.Windows.Forms.ListBox(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.listBox_User = new System.Windows.Forms.ListBox(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.treelookUp_PGroup = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.txt_GroupId = new DevExpress.XtraEditors.TextEdit(); this.txt_GroupName = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.menu_Group.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treelookUp_PGroup.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupId.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.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, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Controls.Add(this.tree_Group); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.groupControl3); this.splitContainerControl1.Panel2.Controls.Add(this.groupControl2); this.splitContainerControl1.Panel2.Controls.Add(this.groupControl1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1095, 716); this.splitContainerControl1.SplitterPosition = 173; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(7, 10); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(105, 18); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "组织机构列表:"; // // tree_Group // this.tree_Group.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_Group.ContextMenuStrip = this.menu_Group; this.tree_Group.Location = new System.Drawing.Point(0, 30); this.tree_Group.Name = "tree_Group"; this.tree_Group.Size = new System.Drawing.Size(170, 683); this.tree_Group.TabIndex = 0; this.tree_Group.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Group_AfterSelect); this.tree_Group.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tree_Group_MouseDown); // // menu_Group // this.menu_Group.ImageScalingSize = new System.Drawing.Size(20, 20); this.menu_Group.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Add, this.menu_Delete, this.menu_Expand, this.menu_Collapse, this.menu_Refresh}); this.menu_Group.Name = "menu_Group"; this.menu_Group.Size = new System.Drawing.Size(143, 134); // // menu_Add // this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menu_Add.Name = "menu_Add"; this.menu_Add.Size = new System.Drawing.Size(142, 26); this.menu_Add.Text = "添加"; this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click); // // menu_Delete // this.menu_Delete.Image = global::SIMDP.View.Properties.Resources.Remove_16x16; this.menu_Delete.Name = "menu_Delete"; this.menu_Delete.Size = new System.Drawing.Size(142, 26); this.menu_Delete.Text = "删除"; this.menu_Delete.Click += new System.EventHandler(this.menu_Delete_Click); // // menu_Expand // this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16; this.menu_Expand.Name = "menu_Expand"; this.menu_Expand.Size = new System.Drawing.Size(142, 26); this.menu_Expand.Text = "全部展开"; this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click); // // menu_Collapse // this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16; this.menu_Collapse.Name = "menu_Collapse"; this.menu_Collapse.Size = new System.Drawing.Size(142, 26); this.menu_Collapse.Text = "全部折叠"; this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click); // // menu_Refresh // this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menu_Refresh.Name = "menu_Refresh"; this.menu_Refresh.Size = new System.Drawing.Size(142, 26); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // groupControl3 // this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl3.Controls.Add(this.listBox_Role); this.groupControl3.Location = new System.Drawing.Point(578, 376); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(332, 337); this.groupControl3.TabIndex = 2; this.groupControl3.Text = "所属角色"; // // listBox_Role // this.listBox_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.listBox_Role.FormattingEnabled = true; this.listBox_Role.ItemHeight = 18; this.listBox_Role.Location = new System.Drawing.Point(9, 30); this.listBox_Role.Name = "listBox_Role"; this.listBox_Role.Size = new System.Drawing.Size(314, 292); this.listBox_Role.TabIndex = 0; // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.listBox_User); this.groupControl2.Location = new System.Drawing.Point(578, 4); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(332, 366); this.groupControl2.TabIndex = 1; this.groupControl2.Text = "包含用户"; // // listBox_User // this.listBox_User.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.listBox_User.FormattingEnabled = true; this.listBox_User.ItemHeight = 18; this.listBox_User.Location = new System.Drawing.Point(9, 30); this.listBox_User.Name = "listBox_User"; this.listBox_User.Size = new System.Drawing.Size(314, 310); this.listBox_User.TabIndex = 0; // // 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.Controls.Add(this.btn_Save); this.groupControl1.Controls.Add(this.treelookUp_PGroup); this.groupControl1.Controls.Add(this.txt_GroupId); this.groupControl1.Controls.Add(this.txt_GroupName); this.groupControl1.Controls.Add(this.labelControl5); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Location = new System.Drawing.Point(3, 4); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(569, 709); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "组织机构详细信息"; // // btn_Save // this.btn_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Save.Location = new System.Drawing.Point(485, 681); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 4; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // treelookUp_PGroup // this.treelookUp_PGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.treelookUp_PGroup.Location = new System.Drawing.Point(90, 89); this.treelookUp_PGroup.Name = "treelookUp_PGroup"; this.treelookUp_PGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.treelookUp_PGroup.Properties.TreeList = this.treeListLookUpEdit1TreeList; this.treelookUp_PGroup.Size = new System.Drawing.Size(470, 24); this.treelookUp_PGroup.TabIndex = 4; // // 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; // // txt_GroupId // this.txt_GroupId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_GroupId.Location = new System.Drawing.Point(90, 59); this.txt_GroupId.Name = "txt_GroupId"; this.txt_GroupId.Size = new System.Drawing.Size(470, 24); this.txt_GroupId.TabIndex = 2; // // txt_GroupName // this.txt_GroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_GroupName.Location = new System.Drawing.Point(90, 29); this.txt_GroupName.Name = "txt_GroupName"; this.txt_GroupName.Size = new System.Drawing.Size(470, 24); this.txt_GroupName.TabIndex = 1; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(6, 92); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(95, 18); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "上层组织(*):"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(5, 62); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(95, 18); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "组织编号(*):"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(6, 32); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(95, 18); this.labelControl2.TabIndex = 0; this.labelControl2.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"); // // FormAuthoryGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1096, 714); this.Controls.Add(this.splitContainerControl1); this.Name = "FormAuthoryGroup"; this.Text = "组织机构管理"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.menu_Group.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.treelookUp_PGroup.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupId.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private System.Windows.Forms.TreeView tree_Group; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.GroupControl groupControl1; private System.Windows.Forms.ContextMenuStrip menu_Group; private System.Windows.Forms.ToolStripMenuItem menu_Add; private System.Windows.Forms.ToolStripMenuItem menu_Delete; private System.Windows.Forms.ToolStripMenuItem menu_Expand; private System.Windows.Forms.ToolStripMenuItem menu_Collapse; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.TreeListLookUpEdit treelookUp_PGroup; private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; private DevExpress.XtraEditors.TextEdit txt_GroupId; private DevExpress.XtraEditors.TextEdit txt_GroupName; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.GroupControl groupControl3; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private System.Windows.Forms.ListBox listBox_Role; private System.Windows.Forms.ListBox listBox_User; private System.Windows.Forms.ImageList imageList1; } }