frmRoleEdit.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. 
  2. namespace NXWMS.Forms.SysSettings.ChildFrm
  3. {
  4. partial class frmRoleEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.lbStatusMessage = new System.Windows.Forms.Label();
  31. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  32. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  34. this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  35. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  36. this.kryptonPageRole = new ComponentFactory.Krypton.Navigator.KryptonPage();
  37. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  38. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.txtRoleCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  42. this.txtRoleName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  43. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  44. this.treeViewFunction = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
  45. this.treeViewMenu = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
  46. this.treeViewMainMenu = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
  47. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  52. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  54. this.groupOperation.Panel.SuspendLayout();
  55. this.groupOperation.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  57. this.kryptonPanelInput.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  59. this.kryptonNavigatorOperation.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  61. this.kryptonPageInfo.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageRole)).BeginInit();
  63. this.kryptonPageRole.SuspendLayout();
  64. this.tableLayoutPanelInput.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // groupOperation
  68. //
  69. this.groupOperation.CaptionOverlap = 0D;
  70. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  71. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  73. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  74. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  75. this.groupOperation.Name = "groupOperation";
  76. //
  77. // groupOperation.Panel
  78. //
  79. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  80. this.groupOperation.Panel.Controls.Add(this.btnSave);
  81. this.groupOperation.Panel.Controls.Add(this.btnExit);
  82. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  83. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  84. this.groupOperation.TabIndex = 58;
  85. this.groupOperation.Values.Heading = "编辑";
  86. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  87. //
  88. // lbStatusMessage
  89. //
  90. this.lbStatusMessage.AutoSize = true;
  91. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  92. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  94. this.lbStatusMessage.Name = "lbStatusMessage";
  95. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  96. this.lbStatusMessage.TabIndex = 47;
  97. //
  98. // btnSave
  99. //
  100. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.btnSave.Location = new System.Drawing.Point(585, 368);
  104. this.btnSave.Name = "btnSave";
  105. this.btnSave.Size = new System.Drawing.Size(95, 40);
  106. this.btnSave.TabIndex = 42;
  107. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  108. this.btnSave.Values.Text = "保存";
  109. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  110. //
  111. // btnExit
  112. //
  113. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.btnExit.Location = new System.Drawing.Point(695, 368);
  117. this.btnExit.Name = "btnExit";
  118. this.btnExit.Size = new System.Drawing.Size(91, 40);
  119. this.btnExit.TabIndex = 41;
  120. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  121. this.btnExit.Values.Text = "退出";
  122. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  123. //
  124. // kryptonPanelInput
  125. //
  126. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  127. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  128. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  129. this.kryptonPanelInput.Name = "kryptonPanelInput";
  130. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  131. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355);
  132. this.kryptonPanelInput.TabIndex = 45;
  133. //
  134. // kryptonNavigatorOperation
  135. //
  136. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  137. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  138. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  140. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  141. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  142. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  143. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  144. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  145. this.kryptonPageInfo,
  146. this.kryptonPageRole});
  147. this.kryptonNavigatorOperation.SelectedIndex = 0;
  148. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 355);
  149. this.kryptonNavigatorOperation.TabIndex = 41;
  150. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  151. //
  152. // kryptonPageInfo
  153. //
  154. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  155. this.kryptonPageInfo.Controls.Add(this.kryptonLabel6);
  156. this.kryptonPageInfo.Controls.Add(this.richDescibe);
  157. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  158. this.kryptonPageInfo.Flags = 65534;
  159. this.kryptonPageInfo.LastVisibleSet = true;
  160. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  161. this.kryptonPageInfo.Name = "kryptonPageInfo";
  162. this.kryptonPageInfo.Size = new System.Drawing.Size(794, 326);
  163. this.kryptonPageInfo.Text = "基础配置";
  164. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  165. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  166. //
  167. // kryptonPageRole
  168. //
  169. this.kryptonPageRole.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  170. this.kryptonPageRole.Controls.Add(this.kryptonLabel5);
  171. this.kryptonPageRole.Controls.Add(this.treeViewFunction);
  172. this.kryptonPageRole.Controls.Add(this.treeViewMenu);
  173. this.kryptonPageRole.Controls.Add(this.treeViewMainMenu);
  174. this.kryptonPageRole.Controls.Add(this.kryptonLabel7);
  175. this.kryptonPageRole.Controls.Add(this.kryptonLabel4);
  176. this.kryptonPageRole.Flags = 65534;
  177. this.kryptonPageRole.LastVisibleSet = true;
  178. this.kryptonPageRole.MinimumSize = new System.Drawing.Size(50, 50);
  179. this.kryptonPageRole.Name = "kryptonPageRole";
  180. this.kryptonPageRole.Size = new System.Drawing.Size(794, 326);
  181. this.kryptonPageRole.Text = "菜单权限配置";
  182. this.kryptonPageRole.ToolTipTitle = "Page ToolTip";
  183. this.kryptonPageRole.UniqueName = "8708ABABB6244FD615BFE150E3EBE392";
  184. //
  185. // tableLayoutPanelInput
  186. //
  187. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  188. this.tableLayoutPanelInput.ColumnCount = 6;
  189. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  190. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  191. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  192. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  193. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  194. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  195. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
  196. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  197. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  198. this.tableLayoutPanelInput.Controls.Add(this.txtRoleCode, 1, 0);
  199. this.tableLayoutPanelInput.Controls.Add(this.txtRoleName, 3, 0);
  200. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 0);
  201. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  202. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  203. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  204. this.tableLayoutPanelInput.RowCount = 1;
  205. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  206. this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 29);
  207. this.tableLayoutPanelInput.TabIndex = 42;
  208. //
  209. // kryptonLabel14
  210. //
  211. this.kryptonLabel14.AutoSize = false;
  212. this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.kryptonLabel14.Location = new System.Drawing.Point(531, 3);
  214. this.kryptonLabel14.Name = "kryptonLabel14";
  215. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  216. this.kryptonLabel14.Size = new System.Drawing.Size(94, 23);
  217. this.kryptonLabel14.TabIndex = 4;
  218. this.kryptonLabel14.Values.Text = "使用标识";
  219. //
  220. // kryptonLabel15
  221. //
  222. this.kryptonLabel15.AutoSize = false;
  223. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.kryptonLabel15.Location = new System.Drawing.Point(267, 3);
  225. this.kryptonLabel15.Name = "kryptonLabel15";
  226. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  227. this.kryptonLabel15.Size = new System.Drawing.Size(94, 23);
  228. this.kryptonLabel15.TabIndex = 2;
  229. this.kryptonLabel15.Values.Text = "角色名称";
  230. //
  231. // kryptonLabel16
  232. //
  233. this.kryptonLabel16.AutoSize = false;
  234. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  236. this.kryptonLabel16.Name = "kryptonLabel16";
  237. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  238. this.kryptonLabel16.Size = new System.Drawing.Size(94, 23);
  239. this.kryptonLabel16.TabIndex = 0;
  240. this.kryptonLabel16.Values.Text = "角色编号";
  241. //
  242. // txtRoleCode
  243. //
  244. this.txtRoleCode.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.txtRoleCode.Location = new System.Drawing.Point(103, 3);
  246. this.txtRoleCode.Name = "txtRoleCode";
  247. this.txtRoleCode.Size = new System.Drawing.Size(158, 23);
  248. this.txtRoleCode.TabIndex = 1;
  249. this.txtRoleCode.Tag = "ROLE_CODE";
  250. //
  251. // txtRoleName
  252. //
  253. this.txtRoleName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  254. | System.Windows.Forms.AnchorStyles.Left)
  255. | System.Windows.Forms.AnchorStyles.Right)));
  256. this.txtRoleName.Location = new System.Drawing.Point(367, 3);
  257. this.txtRoleName.Name = "txtRoleName";
  258. this.txtRoleName.Size = new System.Drawing.Size(158, 23);
  259. this.txtRoleName.TabIndex = 3;
  260. this.txtRoleName.Tag = "ROLE_NAME";
  261. //
  262. // chkUse
  263. //
  264. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  265. | System.Windows.Forms.AnchorStyles.Left)
  266. | System.Windows.Forms.AnchorStyles.Right)));
  267. this.chkUse.Location = new System.Drawing.Point(631, 3);
  268. this.chkUse.Name = "chkUse";
  269. this.chkUse.Size = new System.Drawing.Size(160, 23);
  270. this.chkUse.TabIndex = 33;
  271. this.chkUse.Tag = "USED_FLAG";
  272. this.chkUse.Values.Text = "";
  273. //
  274. // treeViewFunction
  275. //
  276. this.treeViewFunction.CheckBoxes = true;
  277. this.treeViewFunction.Location = new System.Drawing.Point(553, 23);
  278. this.treeViewFunction.Name = "treeViewFunction";
  279. this.treeViewFunction.Size = new System.Drawing.Size(232, 289);
  280. this.treeViewFunction.TabIndex = 13;
  281. //
  282. // treeViewMenu
  283. //
  284. this.treeViewMenu.CheckBoxes = true;
  285. this.treeViewMenu.Location = new System.Drawing.Point(257, 23);
  286. this.treeViewMenu.Name = "treeViewMenu";
  287. this.treeViewMenu.Size = new System.Drawing.Size(279, 289);
  288. this.treeViewMenu.TabIndex = 12;
  289. //
  290. // treeViewMainMenu
  291. //
  292. this.treeViewMainMenu.CheckBoxes = true;
  293. this.treeViewMainMenu.Location = new System.Drawing.Point(9, 23);
  294. this.treeViewMainMenu.Name = "treeViewMainMenu";
  295. this.treeViewMainMenu.Size = new System.Drawing.Size(231, 289);
  296. this.treeViewMainMenu.TabIndex = 9;
  297. this.treeViewMainMenu.DoubleClick += new System.EventHandler(this.treeViewMainMenu_DoubleClick);
  298. //
  299. // kryptonLabel7
  300. //
  301. this.kryptonLabel7.Location = new System.Drawing.Point(605, 2);
  302. this.kryptonLabel7.Name = "kryptonLabel7";
  303. this.kryptonLabel7.Size = new System.Drawing.Size(65, 20);
  304. this.kryptonLabel7.TabIndex = 11;
  305. this.kryptonLabel7.Values.Text = "功能菜单:";
  306. //
  307. // kryptonLabel4
  308. //
  309. this.kryptonLabel4.Location = new System.Drawing.Point(3, 2);
  310. this.kryptonLabel4.Name = "kryptonLabel4";
  311. this.kryptonLabel4.Size = new System.Drawing.Size(52, 20);
  312. this.kryptonLabel4.TabIndex = 10;
  313. this.kryptonLabel4.Values.Text = "主菜单:";
  314. //
  315. // kryptonLabel5
  316. //
  317. this.kryptonLabel5.Location = new System.Drawing.Point(310, 3);
  318. this.kryptonLabel5.Name = "kryptonLabel5";
  319. this.kryptonLabel5.Size = new System.Drawing.Size(52, 20);
  320. this.kryptonLabel5.TabIndex = 14;
  321. this.kryptonLabel5.Values.Text = "子菜单:";
  322. //
  323. // kryptonLabel6
  324. //
  325. this.kryptonLabel6.AutoSize = false;
  326. this.kryptonLabel6.Location = new System.Drawing.Point(15, 48);
  327. this.kryptonLabel6.Name = "kryptonLabel6";
  328. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  329. this.kryptonLabel6.Size = new System.Drawing.Size(40, 20);
  330. this.kryptonLabel6.TabIndex = 45;
  331. this.kryptonLabel6.Values.Text = "描述";
  332. //
  333. // richDescibe
  334. //
  335. this.richDescibe.Location = new System.Drawing.Point(115, 52);
  336. this.richDescibe.Name = "richDescibe";
  337. this.richDescibe.Size = new System.Drawing.Size(670, 103);
  338. this.richDescibe.TabIndex = 44;
  339. this.richDescibe.Text = "";
  340. //
  341. // frmRoleEdit
  342. //
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.ClientSize = new System.Drawing.Size(800, 450);
  346. this.Controls.Add(this.groupOperation);
  347. this.Name = "frmRoleEdit";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  349. this.Text = "frmRoleEdit";
  350. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  351. this.groupOperation.Panel.ResumeLayout(false);
  352. this.groupOperation.Panel.PerformLayout();
  353. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  354. this.groupOperation.ResumeLayout(false);
  355. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  356. this.kryptonPanelInput.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  358. this.kryptonNavigatorOperation.ResumeLayout(false);
  359. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  360. this.kryptonPageInfo.ResumeLayout(false);
  361. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageRole)).EndInit();
  362. this.kryptonPageRole.ResumeLayout(false);
  363. this.kryptonPageRole.PerformLayout();
  364. this.tableLayoutPanelInput.ResumeLayout(false);
  365. this.tableLayoutPanelInput.PerformLayout();
  366. this.ResumeLayout(false);
  367. }
  368. #endregion
  369. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  370. private System.Windows.Forms.Label lbStatusMessage;
  371. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  372. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  373. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  374. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  375. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  376. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageRole;
  377. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  378. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  379. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  380. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoleCode;
  381. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoleName;
  382. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  383. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  384. private ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewFunction;
  385. private ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewMenu;
  386. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  387. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  388. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  389. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  390. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  391. public ComponentFactory.Krypton.Toolkit.KryptonTreeView treeViewMainMenu;
  392. }
  393. }