FormEditAuthoryRole.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditAuthoryRole
  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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  31. this.treeListLookUpEditGroup = new DevExpress.XtraEditors.TreeListLookUpEdit();
  32. this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
  33. this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  36. this.tbDescription = new System.Windows.Forms.RichTextBox();
  37. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.teRoleName = new DevExpress.XtraEditors.TextEdit();
  40. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  41. this.teRoleId = new DevExpress.XtraEditors.TextEdit();
  42. this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
  43. this.treeList1 = new DevExpress.XtraTreeList.TreeList();
  44. this.sbtnSave = new DevExpress.XtraEditors.SimpleButton();
  45. this.sbtnExit = new DevExpress.XtraEditors.SimpleButton();
  46. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  47. this.splitContainerControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  49. this.panelControl1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  51. this.groupControl2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEditGroup.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  55. this.groupControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.teRoleName.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.teRoleId.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
  59. this.groupControl3.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // splitContainerControl1
  64. //
  65. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  66. | System.Windows.Forms.AnchorStyles.Left)
  67. | System.Windows.Forms.AnchorStyles.Right)));
  68. this.splitContainerControl1.Location = new System.Drawing.Point(3, 1);
  69. this.splitContainerControl1.Name = "splitContainerControl1";
  70. this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1);
  71. this.splitContainerControl1.Panel1.Text = "Panel1";
  72. this.splitContainerControl1.Panel2.Controls.Add(this.groupControl3);
  73. this.splitContainerControl1.Panel2.Text = "Panel2";
  74. this.splitContainerControl1.Size = new System.Drawing.Size(643, 400);
  75. this.splitContainerControl1.SplitterPosition = 289;
  76. this.splitContainerControl1.TabIndex = 0;
  77. this.splitContainerControl1.Text = "splitContainerControl1";
  78. //
  79. // panelControl1
  80. //
  81. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  82. | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.panelControl1.Controls.Add(this.groupControl2);
  85. this.panelControl1.Controls.Add(this.groupControl1);
  86. this.panelControl1.Location = new System.Drawing.Point(0, 4);
  87. this.panelControl1.Name = "panelControl1";
  88. this.panelControl1.Size = new System.Drawing.Size(284, 393);
  89. this.panelControl1.TabIndex = 0;
  90. //
  91. // groupControl2
  92. //
  93. this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.groupControl2.Controls.Add(this.treeListLookUpEditGroup);
  96. this.groupControl2.Controls.Add(this.labelControl4);
  97. this.groupControl2.Location = new System.Drawing.Point(6, 278);
  98. this.groupControl2.Name = "groupControl2";
  99. this.groupControl2.Size = new System.Drawing.Size(273, 110);
  100. this.groupControl2.TabIndex = 7;
  101. this.groupControl2.Text = "所属组信息";
  102. //
  103. // treeListLookUpEditGroup
  104. //
  105. this.treeListLookUpEditGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  106. this.treeListLookUpEditGroup.EditValue = "[]";
  107. this.treeListLookUpEditGroup.Location = new System.Drawing.Point(108, 51);
  108. this.treeListLookUpEditGroup.Name = "treeListLookUpEditGroup";
  109. this.treeListLookUpEditGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  110. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  111. this.treeListLookUpEditGroup.Properties.DisplayMember = "GroupName";
  112. this.treeListLookUpEditGroup.Properties.NullValuePrompt = "请选择公司";
  113. this.treeListLookUpEditGroup.Properties.NullValuePromptShowForEmptyValue = true;
  114. this.treeListLookUpEditGroup.Properties.TreeList = this.treeListLookUpEdit1TreeList;
  115. this.treeListLookUpEditGroup.Properties.ValueMember = "GroupId";
  116. this.treeListLookUpEditGroup.Size = new System.Drawing.Size(136, 20);
  117. this.treeListLookUpEditGroup.TabIndex = 3;
  118. //
  119. // treeListLookUpEdit1TreeList
  120. //
  121. this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  122. this.treeListColumn1});
  123. this.treeListLookUpEdit1TreeList.KeyFieldName = "GroupId";
  124. this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
  125. this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
  126. this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
  127. this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
  128. this.treeListLookUpEdit1TreeList.ParentFieldName = "ParentGroupId";
  129. this.treeListLookUpEdit1TreeList.RootValue = null;
  130. this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
  131. this.treeListLookUpEdit1TreeList.TabIndex = 0;
  132. //
  133. // treeListColumn1
  134. //
  135. this.treeListColumn1.Caption = "公司名称";
  136. this.treeListColumn1.FieldName = "GroupName";
  137. this.treeListColumn1.Name = "treeListColumn1";
  138. this.treeListColumn1.OptionsColumn.ReadOnly = true;
  139. this.treeListColumn1.Visible = true;
  140. this.treeListColumn1.VisibleIndex = 0;
  141. //
  142. // labelControl4
  143. //
  144. this.labelControl4.Location = new System.Drawing.Point(21, 51);
  145. this.labelControl4.Name = "labelControl4";
  146. this.labelControl4.Size = new System.Drawing.Size(77, 14);
  147. this.labelControl4.TabIndex = 2;
  148. this.labelControl4.Text = "所属公司(*):";
  149. //
  150. // groupControl1
  151. //
  152. this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  153. | System.Windows.Forms.AnchorStyles.Right)));
  154. this.groupControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  155. this.groupControl1.Appearance.Options.UseBackColor = true;
  156. this.groupControl1.Controls.Add(this.tbDescription);
  157. this.groupControl1.Controls.Add(this.labelControl2);
  158. this.groupControl1.Controls.Add(this.labelControl3);
  159. this.groupControl1.Controls.Add(this.teRoleName);
  160. this.groupControl1.Controls.Add(this.labelControl1);
  161. this.groupControl1.Controls.Add(this.teRoleId);
  162. this.groupControl1.Location = new System.Drawing.Point(5, 7);
  163. this.groupControl1.Name = "groupControl1";
  164. this.groupControl1.Size = new System.Drawing.Size(274, 264);
  165. this.groupControl1.TabIndex = 6;
  166. this.groupControl1.Text = "角色详细信息";
  167. //
  168. // tbDescription
  169. //
  170. this.tbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  171. this.tbDescription.Location = new System.Drawing.Point(22, 181);
  172. this.tbDescription.Name = "tbDescription";
  173. this.tbDescription.Size = new System.Drawing.Size(223, 66);
  174. this.tbDescription.TabIndex = 3;
  175. this.tbDescription.Text = "";
  176. //
  177. // labelControl2
  178. //
  179. this.labelControl2.Location = new System.Drawing.Point(22, 102);
  180. this.labelControl2.Name = "labelControl2";
  181. this.labelControl2.Size = new System.Drawing.Size(77, 14);
  182. this.labelControl2.TabIndex = 1;
  183. this.labelControl2.Text = "角色名称(*):";
  184. //
  185. // labelControl3
  186. //
  187. this.labelControl3.Location = new System.Drawing.Point(22, 151);
  188. this.labelControl3.Name = "labelControl3";
  189. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  190. this.labelControl3.TabIndex = 2;
  191. this.labelControl3.Text = "角色描述:";
  192. //
  193. // teRoleName
  194. //
  195. this.teRoleName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  196. this.teRoleName.Location = new System.Drawing.Point(109, 99);
  197. this.teRoleName.Name = "teRoleName";
  198. this.teRoleName.Size = new System.Drawing.Size(136, 20);
  199. this.teRoleName.TabIndex = 5;
  200. //
  201. // labelControl1
  202. //
  203. this.labelControl1.Location = new System.Drawing.Point(22, 44);
  204. this.labelControl1.Name = "labelControl1";
  205. this.labelControl1.Size = new System.Drawing.Size(77, 14);
  206. this.labelControl1.TabIndex = 0;
  207. this.labelControl1.Text = "角色编码(*):";
  208. //
  209. // teRoleId
  210. //
  211. this.teRoleId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  212. this.teRoleId.Location = new System.Drawing.Point(109, 41);
  213. this.teRoleId.Name = "teRoleId";
  214. this.teRoleId.Size = new System.Drawing.Size(136, 20);
  215. this.teRoleId.TabIndex = 4;
  216. //
  217. // groupControl3
  218. //
  219. this.groupControl3.Controls.Add(this.treeList1);
  220. this.groupControl3.Location = new System.Drawing.Point(6, 4);
  221. this.groupControl3.Name = "groupControl3";
  222. this.groupControl3.Size = new System.Drawing.Size(336, 393);
  223. this.groupControl3.TabIndex = 8;
  224. this.groupControl3.Text = "所属权限信息";
  225. //
  226. // treeList1
  227. //
  228. this.treeList1.Location = new System.Drawing.Point(0, 24);
  229. this.treeList1.Name = "treeList1";
  230. this.treeList1.OptionsBehavior.AllowIndeterminateCheckState = true;
  231. this.treeList1.OptionsBehavior.AllowRecursiveNodeChecking = true;
  232. this.treeList1.OptionsView.ShowCheckBoxes = true;
  233. this.treeList1.Size = new System.Drawing.Size(336, 369);
  234. this.treeList1.TabIndex = 0;
  235. this.treeList1.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList1_BeforeCheckNode);
  236. this.treeList1.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterCheckNode);
  237. //
  238. // sbtnSave
  239. //
  240. this.sbtnSave.ImageUri.Uri = "SaveAll;Size16x16";
  241. this.sbtnSave.Location = new System.Drawing.Point(203, 415);
  242. this.sbtnSave.Name = "sbtnSave";
  243. this.sbtnSave.Size = new System.Drawing.Size(75, 23);
  244. this.sbtnSave.TabIndex = 1;
  245. this.sbtnSave.Text = "保存";
  246. this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click);
  247. //
  248. // sbtnExit
  249. //
  250. this.sbtnExit.ImageUri.Uri = "Delete;Size16x16";
  251. this.sbtnExit.Location = new System.Drawing.Point(379, 415);
  252. this.sbtnExit.Name = "sbtnExit";
  253. this.sbtnExit.Size = new System.Drawing.Size(75, 23);
  254. this.sbtnExit.TabIndex = 2;
  255. this.sbtnExit.Text = "关闭";
  256. this.sbtnExit.Click += new System.EventHandler(this.sbtnExit_Click);
  257. //
  258. // FormEditAuthoryRole
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.ClientSize = new System.Drawing.Size(645, 450);
  263. this.Controls.Add(this.sbtnExit);
  264. this.Controls.Add(this.sbtnSave);
  265. this.Controls.Add(this.splitContainerControl1);
  266. this.MaximizeBox = false;
  267. this.MinimizeBox = false;
  268. this.Name = "FormEditAuthoryRole";
  269. this.Text = "用户角色编辑";
  270. this.Load += new System.EventHandler(this.FormEditAuthoryRole_Load);
  271. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  272. this.splitContainerControl1.ResumeLayout(false);
  273. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  274. this.panelControl1.ResumeLayout(false);
  275. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  276. this.groupControl2.ResumeLayout(false);
  277. this.groupControl2.PerformLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEditGroup.Properties)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  281. this.groupControl1.ResumeLayout(false);
  282. this.groupControl1.PerformLayout();
  283. ((System.ComponentModel.ISupportInitialize)(this.teRoleName.Properties)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.teRoleId.Properties)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
  286. this.groupControl3.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
  288. this.ResumeLayout(false);
  289. }
  290. #endregion
  291. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  292. private DevExpress.XtraEditors.PanelControl panelControl1;
  293. private DevExpress.XtraEditors.LabelControl labelControl1;
  294. private System.Windows.Forms.RichTextBox tbDescription;
  295. private DevExpress.XtraEditors.LabelControl labelControl3;
  296. private DevExpress.XtraEditors.LabelControl labelControl2;
  297. private DevExpress.XtraEditors.TextEdit teRoleId;
  298. private DevExpress.XtraEditors.TextEdit teRoleName;
  299. private DevExpress.XtraEditors.GroupControl groupControl1;
  300. private DevExpress.XtraEditors.SimpleButton sbtnSave;
  301. private DevExpress.XtraEditors.SimpleButton sbtnExit;
  302. private DevExpress.XtraEditors.GroupControl groupControl2;
  303. private DevExpress.XtraEditors.LabelControl labelControl4;
  304. private DevExpress.XtraEditors.GroupControl groupControl3;
  305. private DevExpress.XtraTreeList.TreeList treeList1;
  306. private DevExpress.XtraEditors.TreeListLookUpEdit treeListLookUpEditGroup;
  307. private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
  308. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
  309. }
  310. }