FormAuthoryGroup.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace SIMDP.View
  2. {
  3. partial class FormAuthoryGroup
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthoryGroup));
  30. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.tree_Group = new System.Windows.Forms.TreeView();
  33. this.menu_Group = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.menu_Add = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menu_Delete = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  39. this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
  40. this.listBox_Role = new System.Windows.Forms.ListBox();
  41. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  42. this.listBox_User = new System.Windows.Forms.ListBox();
  43. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  44. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  45. this.treelookUp_PGroup = new DevExpress.XtraEditors.TreeListLookUpEdit();
  46. this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
  47. this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  48. this.txt_GroupId = new DevExpress.XtraEditors.TextEdit();
  49. this.txt_GroupName = new DevExpress.XtraEditors.TextEdit();
  50. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  51. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  52. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  53. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  55. this.splitContainerControl1.SuspendLayout();
  56. this.menu_Group.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
  58. this.groupControl3.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  60. this.groupControl2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  62. this.groupControl1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.treelookUp_PGroup.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupId.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // splitContainerControl1
  70. //
  71. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  72. | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.splitContainerControl1.Location = new System.Drawing.Point(1, 0);
  75. this.splitContainerControl1.Name = "splitContainerControl1";
  76. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
  77. this.splitContainerControl1.Panel1.Controls.Add(this.tree_Group);
  78. this.splitContainerControl1.Panel1.Text = "Panel1";
  79. this.splitContainerControl1.Panel2.Controls.Add(this.groupControl3);
  80. this.splitContainerControl1.Panel2.Controls.Add(this.groupControl2);
  81. this.splitContainerControl1.Panel2.Controls.Add(this.groupControl1);
  82. this.splitContainerControl1.Panel2.Text = "Panel2";
  83. this.splitContainerControl1.Size = new System.Drawing.Size(1095, 716);
  84. this.splitContainerControl1.SplitterPosition = 173;
  85. this.splitContainerControl1.TabIndex = 0;
  86. this.splitContainerControl1.Text = "splitContainerControl1";
  87. //
  88. // labelControl1
  89. //
  90. this.labelControl1.Location = new System.Drawing.Point(7, 10);
  91. this.labelControl1.Name = "labelControl1";
  92. this.labelControl1.Size = new System.Drawing.Size(105, 18);
  93. this.labelControl1.TabIndex = 1;
  94. this.labelControl1.Text = "组织机构列表:";
  95. //
  96. // tree_Group
  97. //
  98. this.tree_Group.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.tree_Group.ContextMenuStrip = this.menu_Group;
  102. this.tree_Group.Location = new System.Drawing.Point(0, 30);
  103. this.tree_Group.Name = "tree_Group";
  104. this.tree_Group.Size = new System.Drawing.Size(170, 683);
  105. this.tree_Group.TabIndex = 0;
  106. this.tree_Group.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Group_AfterSelect);
  107. this.tree_Group.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tree_Group_MouseDown);
  108. //
  109. // menu_Group
  110. //
  111. this.menu_Group.ImageScalingSize = new System.Drawing.Size(20, 20);
  112. this.menu_Group.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  113. this.menu_Add,
  114. this.menu_Delete,
  115. this.menu_Expand,
  116. this.menu_Collapse,
  117. this.menu_Refresh});
  118. this.menu_Group.Name = "menu_Group";
  119. this.menu_Group.Size = new System.Drawing.Size(143, 134);
  120. //
  121. // menu_Add
  122. //
  123. this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16;
  124. this.menu_Add.Name = "menu_Add";
  125. this.menu_Add.Size = new System.Drawing.Size(142, 26);
  126. this.menu_Add.Text = "添加";
  127. this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click);
  128. //
  129. // menu_Delete
  130. //
  131. this.menu_Delete.Image = global::SIMDP.View.Properties.Resources.Remove_16x16;
  132. this.menu_Delete.Name = "menu_Delete";
  133. this.menu_Delete.Size = new System.Drawing.Size(142, 26);
  134. this.menu_Delete.Text = "删除";
  135. this.menu_Delete.Click += new System.EventHandler(this.menu_Delete_Click);
  136. //
  137. // menu_Expand
  138. //
  139. this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  140. this.menu_Expand.Name = "menu_Expand";
  141. this.menu_Expand.Size = new System.Drawing.Size(142, 26);
  142. this.menu_Expand.Text = "全部展开";
  143. this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click);
  144. //
  145. // menu_Collapse
  146. //
  147. this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  148. this.menu_Collapse.Name = "menu_Collapse";
  149. this.menu_Collapse.Size = new System.Drawing.Size(142, 26);
  150. this.menu_Collapse.Text = "全部折叠";
  151. this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click);
  152. //
  153. // menu_Refresh
  154. //
  155. this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  156. this.menu_Refresh.Name = "menu_Refresh";
  157. this.menu_Refresh.Size = new System.Drawing.Size(142, 26);
  158. this.menu_Refresh.Text = "刷新";
  159. this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click);
  160. //
  161. // groupControl3
  162. //
  163. this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  164. | System.Windows.Forms.AnchorStyles.Right)));
  165. this.groupControl3.Controls.Add(this.listBox_Role);
  166. this.groupControl3.Location = new System.Drawing.Point(578, 376);
  167. this.groupControl3.Name = "groupControl3";
  168. this.groupControl3.Size = new System.Drawing.Size(332, 337);
  169. this.groupControl3.TabIndex = 2;
  170. this.groupControl3.Text = "所属角色";
  171. //
  172. // listBox_Role
  173. //
  174. this.listBox_Role.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  175. | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.listBox_Role.FormattingEnabled = true;
  178. this.listBox_Role.ItemHeight = 18;
  179. this.listBox_Role.Location = new System.Drawing.Point(9, 30);
  180. this.listBox_Role.Name = "listBox_Role";
  181. this.listBox_Role.Size = new System.Drawing.Size(314, 292);
  182. this.listBox_Role.TabIndex = 0;
  183. //
  184. // groupControl2
  185. //
  186. this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  187. this.groupControl2.Controls.Add(this.listBox_User);
  188. this.groupControl2.Location = new System.Drawing.Point(578, 4);
  189. this.groupControl2.Name = "groupControl2";
  190. this.groupControl2.Size = new System.Drawing.Size(332, 366);
  191. this.groupControl2.TabIndex = 1;
  192. this.groupControl2.Text = "包含用户";
  193. //
  194. // listBox_User
  195. //
  196. this.listBox_User.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  197. | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.listBox_User.FormattingEnabled = true;
  200. this.listBox_User.ItemHeight = 18;
  201. this.listBox_User.Location = new System.Drawing.Point(9, 30);
  202. this.listBox_User.Name = "listBox_User";
  203. this.listBox_User.Size = new System.Drawing.Size(314, 310);
  204. this.listBox_User.TabIndex = 0;
  205. //
  206. // groupControl1
  207. //
  208. this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  209. | System.Windows.Forms.AnchorStyles.Left)
  210. | System.Windows.Forms.AnchorStyles.Right)));
  211. this.groupControl1.Controls.Add(this.btn_Save);
  212. this.groupControl1.Controls.Add(this.treelookUp_PGroup);
  213. this.groupControl1.Controls.Add(this.txt_GroupId);
  214. this.groupControl1.Controls.Add(this.txt_GroupName);
  215. this.groupControl1.Controls.Add(this.labelControl5);
  216. this.groupControl1.Controls.Add(this.labelControl3);
  217. this.groupControl1.Controls.Add(this.labelControl2);
  218. this.groupControl1.Location = new System.Drawing.Point(3, 4);
  219. this.groupControl1.Name = "groupControl1";
  220. this.groupControl1.Size = new System.Drawing.Size(569, 709);
  221. this.groupControl1.TabIndex = 0;
  222. this.groupControl1.Text = "组织机构详细信息";
  223. //
  224. // btn_Save
  225. //
  226. this.btn_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btn_Save.Location = new System.Drawing.Point(485, 681);
  228. this.btn_Save.Name = "btn_Save";
  229. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  230. this.btn_Save.TabIndex = 4;
  231. this.btn_Save.Text = "保存";
  232. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  233. //
  234. // treelookUp_PGroup
  235. //
  236. this.treelookUp_PGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  237. | System.Windows.Forms.AnchorStyles.Right)));
  238. this.treelookUp_PGroup.Location = new System.Drawing.Point(90, 89);
  239. this.treelookUp_PGroup.Name = "treelookUp_PGroup";
  240. this.treelookUp_PGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  241. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  242. this.treelookUp_PGroup.Properties.TreeList = this.treeListLookUpEdit1TreeList;
  243. this.treelookUp_PGroup.Size = new System.Drawing.Size(470, 24);
  244. this.treelookUp_PGroup.TabIndex = 4;
  245. //
  246. // treeListLookUpEdit1TreeList
  247. //
  248. this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  249. this.treeListColumn1});
  250. this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
  251. this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
  252. this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
  253. this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
  254. this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
  255. this.treeListLookUpEdit1TreeList.TabIndex = 0;
  256. //
  257. // treeListColumn1
  258. //
  259. this.treeListColumn1.Caption = "名称";
  260. this.treeListColumn1.FieldName = "GroupName";
  261. this.treeListColumn1.Name = "treeListColumn1";
  262. this.treeListColumn1.Visible = true;
  263. this.treeListColumn1.VisibleIndex = 0;
  264. //
  265. // txt_GroupId
  266. //
  267. this.txt_GroupId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  268. | System.Windows.Forms.AnchorStyles.Right)));
  269. this.txt_GroupId.Location = new System.Drawing.Point(90, 59);
  270. this.txt_GroupId.Name = "txt_GroupId";
  271. this.txt_GroupId.Size = new System.Drawing.Size(470, 24);
  272. this.txt_GroupId.TabIndex = 2;
  273. //
  274. // txt_GroupName
  275. //
  276. this.txt_GroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  277. | System.Windows.Forms.AnchorStyles.Right)));
  278. this.txt_GroupName.Location = new System.Drawing.Point(90, 29);
  279. this.txt_GroupName.Name = "txt_GroupName";
  280. this.txt_GroupName.Size = new System.Drawing.Size(470, 24);
  281. this.txt_GroupName.TabIndex = 1;
  282. //
  283. // labelControl5
  284. //
  285. this.labelControl5.Location = new System.Drawing.Point(6, 92);
  286. this.labelControl5.Name = "labelControl5";
  287. this.labelControl5.Size = new System.Drawing.Size(95, 18);
  288. this.labelControl5.TabIndex = 0;
  289. this.labelControl5.Text = "上层组织(*):";
  290. //
  291. // labelControl3
  292. //
  293. this.labelControl3.Location = new System.Drawing.Point(5, 62);
  294. this.labelControl3.Name = "labelControl3";
  295. this.labelControl3.Size = new System.Drawing.Size(95, 18);
  296. this.labelControl3.TabIndex = 0;
  297. this.labelControl3.Text = "组织编号(*):";
  298. //
  299. // labelControl2
  300. //
  301. this.labelControl2.Location = new System.Drawing.Point(6, 32);
  302. this.labelControl2.Name = "labelControl2";
  303. this.labelControl2.Size = new System.Drawing.Size(95, 18);
  304. this.labelControl2.TabIndex = 0;
  305. this.labelControl2.Text = "组织名称(*):";
  306. //
  307. // imageList1
  308. //
  309. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  310. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  311. this.imageList1.Images.SetKeyName(0, "766325[1].png");
  312. this.imageList1.Images.SetKeyName(1, "102.png");
  313. this.imageList1.Images.SetKeyName(2, "BO_Users.png");
  314. this.imageList1.Images.SetKeyName(3, "Customer_16x16.png");
  315. this.imageList1.Images.SetKeyName(4, "Employee_16x16.png");
  316. //
  317. // FormAuthoryGroup
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.ClientSize = new System.Drawing.Size(1096, 714);
  322. this.Controls.Add(this.splitContainerControl1);
  323. this.Name = "FormAuthoryGroup";
  324. this.Text = "组织机构管理";
  325. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  326. this.splitContainerControl1.ResumeLayout(false);
  327. this.menu_Group.ResumeLayout(false);
  328. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
  329. this.groupControl3.ResumeLayout(false);
  330. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  331. this.groupControl2.ResumeLayout(false);
  332. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  333. this.groupControl1.ResumeLayout(false);
  334. this.groupControl1.PerformLayout();
  335. ((System.ComponentModel.ISupportInitialize)(this.treelookUp_PGroup.Properties)).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupId.Properties)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.txt_GroupName.Properties)).EndInit();
  339. this.ResumeLayout(false);
  340. }
  341. #endregion
  342. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  343. private System.Windows.Forms.TreeView tree_Group;
  344. private DevExpress.XtraEditors.LabelControl labelControl1;
  345. private DevExpress.XtraEditors.GroupControl groupControl1;
  346. private System.Windows.Forms.ContextMenuStrip menu_Group;
  347. private System.Windows.Forms.ToolStripMenuItem menu_Add;
  348. private System.Windows.Forms.ToolStripMenuItem menu_Delete;
  349. private System.Windows.Forms.ToolStripMenuItem menu_Expand;
  350. private System.Windows.Forms.ToolStripMenuItem menu_Collapse;
  351. private System.Windows.Forms.ToolStripMenuItem menu_Refresh;
  352. private DevExpress.XtraEditors.SimpleButton btn_Save;
  353. private DevExpress.XtraEditors.TreeListLookUpEdit treelookUp_PGroup;
  354. private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
  355. private DevExpress.XtraEditors.TextEdit txt_GroupId;
  356. private DevExpress.XtraEditors.TextEdit txt_GroupName;
  357. private DevExpress.XtraEditors.LabelControl labelControl5;
  358. private DevExpress.XtraEditors.LabelControl labelControl3;
  359. private DevExpress.XtraEditors.LabelControl labelControl2;
  360. private DevExpress.XtraEditors.GroupControl groupControl3;
  361. private DevExpress.XtraEditors.GroupControl groupControl2;
  362. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
  363. private System.Windows.Forms.ListBox listBox_Role;
  364. private System.Windows.Forms.ListBox listBox_User;
  365. private System.Windows.Forms.ImageList imageList1;
  366. }
  367. }