frmExclusiveCompetence.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmExclusiveCompetence
  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(frmExclusiveCompetence));
  30. this.panelRolesSet = new LYFZ.ComponentLibrary.PanelEx();
  31. this.gbtnUSelectAll = new LYFZ.ComponentLibrary.GlassButton();
  32. this.gbtnSelectAll = new LYFZ.ComponentLibrary.GlassButton();
  33. this.listViewHaveRoles = new LYFZ.ComponentLibrary.ListViewEx();
  34. this.nudOrderDiscounts2 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  35. this.nudOrderDiscounts1 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  36. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.nudOrderDiscounts = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  38. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.tbcRolesManage = new LYFZ.ComponentLibrary.TabControlEx();
  42. this.tabPage4 = new System.Windows.Forms.TabPage();
  43. this.tableLayoutPanelRoles = new System.Windows.Forms.TableLayoutPanel();
  44. this.tabPage5 = new System.Windows.Forms.TabPage();
  45. this.tableLayoutPanelScreenShowRoles = new System.Windows.Forms.TableLayoutPanel();
  46. this.btnRolesSave = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.labTitle = new LYFZ.ComponentLibrary.LabelEx();
  48. this.checkBoxThreeState = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelRolesSet.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).BeginInit();
  55. this.tbcRolesManage.SuspendLayout();
  56. this.tabPage4.SuspendLayout();
  57. this.tabPage5.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // plExMainContainer
  61. //
  62. this.plExMainContainer.Controls.Add(this.panelRolesSet);
  63. this.plExMainContainer.Size = new System.Drawing.Size(960, 545);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(960, 545);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(874, 0);
  83. //
  84. // panelRolesSet
  85. //
  86. this.panelRolesSet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelRolesSet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  88. this.panelRolesSet.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  89. this.panelRolesSet.BorderWidth = 1;
  90. this.panelRolesSet.Controls.Add(this.gbtnUSelectAll);
  91. this.panelRolesSet.Controls.Add(this.gbtnSelectAll);
  92. this.panelRolesSet.Controls.Add(this.listViewHaveRoles);
  93. this.panelRolesSet.Controls.Add(this.nudOrderDiscounts2);
  94. this.panelRolesSet.Controls.Add(this.nudOrderDiscounts1);
  95. this.panelRolesSet.Controls.Add(this.labelEx5);
  96. this.panelRolesSet.Controls.Add(this.nudOrderDiscounts);
  97. this.panelRolesSet.Controls.Add(this.labelEx4);
  98. this.panelRolesSet.Controls.Add(this.labelEx1);
  99. this.panelRolesSet.Controls.Add(this.labelEx3);
  100. this.panelRolesSet.Controls.Add(this.tbcRolesManage);
  101. this.panelRolesSet.Controls.Add(this.btnRolesSave);
  102. this.panelRolesSet.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.panelRolesSet.Location = new System.Drawing.Point(0, 0);
  104. this.panelRolesSet.Name = "panelRolesSet";
  105. this.panelRolesSet.Size = new System.Drawing.Size(960, 545);
  106. this.panelRolesSet.TabIndex = 4;
  107. //
  108. // gbtnUSelectAll
  109. //
  110. this.gbtnUSelectAll.BackColor = System.Drawing.Color.Transparent;
  111. this.gbtnUSelectAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnUSelectAll.BackImg")));
  112. this.gbtnUSelectAll.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnUSelectAll.Bitmap")));
  113. this.gbtnUSelectAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  114. this.gbtnUSelectAll.ForeColor = System.Drawing.Color.White;
  115. this.gbtnUSelectAll.IsProhibitedResize = false;
  116. this.gbtnUSelectAll.Location = new System.Drawing.Point(268, 74);
  117. this.gbtnUSelectAll.Name = "gbtnUSelectAll";
  118. this.gbtnUSelectAll.Size = new System.Drawing.Size(32, 32);
  119. this.gbtnUSelectAll.TabIndex = 16;
  120. this.gbtnUSelectAll.ThisButton = false;
  121. //
  122. // gbtnSelectAll
  123. //
  124. this.gbtnSelectAll.BackColor = System.Drawing.Color.Transparent;
  125. this.gbtnSelectAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnSelectAll.BackImg")));
  126. this.gbtnSelectAll.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnSelectAll.Bitmap")));
  127. this.gbtnSelectAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  128. this.gbtnSelectAll.ForeColor = System.Drawing.Color.White;
  129. this.gbtnSelectAll.IsProhibitedResize = false;
  130. this.gbtnSelectAll.Location = new System.Drawing.Point(228, 74);
  131. this.gbtnSelectAll.Name = "gbtnSelectAll";
  132. this.gbtnSelectAll.Size = new System.Drawing.Size(32, 32);
  133. this.gbtnSelectAll.TabIndex = 17;
  134. this.gbtnSelectAll.ThisButton = false;
  135. //
  136. // listViewHaveRoles
  137. //
  138. this.listViewHaveRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.listViewHaveRoles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  141. this.listViewHaveRoles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.listViewHaveRoles.FullRowSelect = true;
  143. this.listViewHaveRoles.IsDefaultShowGroups = false;
  144. this.listViewHaveRoles.Location = new System.Drawing.Point(119, 6);
  145. this.listViewHaveRoles.Name = "listViewHaveRoles";
  146. this.listViewHaveRoles.Size = new System.Drawing.Size(748, 64);
  147. this.listViewHaveRoles.TabIndex = 15;
  148. this.listViewHaveRoles.UseCompatibleStateImageBehavior = false;
  149. //
  150. // nudOrderDiscounts2
  151. //
  152. this.nudOrderDiscounts2.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  153. this.nudOrderDiscounts2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  154. this.nudOrderDiscounts2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  155. this.nudOrderDiscounts2.DecimalPlaces = 2;
  156. this.nudOrderDiscounts2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.nudOrderDiscounts2.Increment = new decimal(new int[] {
  158. 1,
  159. 0,
  160. 0,
  161. 65536});
  162. this.nudOrderDiscounts2.IsCustomColor = false;
  163. this.nudOrderDiscounts2.Location = new System.Drawing.Point(816, 81);
  164. this.nudOrderDiscounts2.Maximum = new decimal(new int[] {
  165. 999,
  166. 0,
  167. 0,
  168. 0});
  169. this.nudOrderDiscounts2.Name = "nudOrderDiscounts2";
  170. this.nudOrderDiscounts2.Size = new System.Drawing.Size(72, 23);
  171. this.nudOrderDiscounts2.TabIndex = 6;
  172. this.nudOrderDiscounts2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  173. //
  174. // nudOrderDiscounts1
  175. //
  176. this.nudOrderDiscounts1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  177. this.nudOrderDiscounts1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  178. this.nudOrderDiscounts1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  179. this.nudOrderDiscounts1.DecimalPlaces = 2;
  180. this.nudOrderDiscounts1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.nudOrderDiscounts1.Increment = new decimal(new int[] {
  182. 1,
  183. 0,
  184. 0,
  185. 65536});
  186. this.nudOrderDiscounts1.IsCustomColor = false;
  187. this.nudOrderDiscounts1.Location = new System.Drawing.Point(617, 82);
  188. this.nudOrderDiscounts1.Maximum = new decimal(new int[] {
  189. 999,
  190. 0,
  191. 0,
  192. 0});
  193. this.nudOrderDiscounts1.Name = "nudOrderDiscounts1";
  194. this.nudOrderDiscounts1.Size = new System.Drawing.Size(72, 23);
  195. this.nudOrderDiscounts1.TabIndex = 6;
  196. this.nudOrderDiscounts1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  197. //
  198. // labelEx5
  199. //
  200. this.labelEx5.AutoSize = true;
  201. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  202. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  203. this.labelEx5.Location = new System.Drawing.Point(704, 84);
  204. this.labelEx5.Name = "labelEx5";
  205. this.labelEx5.Size = new System.Drawing.Size(111, 17);
  206. this.labelEx5.TabIndex = 0;
  207. this.labelEx5.Text = "其它单成本占比(%)";
  208. //
  209. // nudOrderDiscounts
  210. //
  211. this.nudOrderDiscounts.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  212. this.nudOrderDiscounts.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  213. this.nudOrderDiscounts.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  214. this.nudOrderDiscounts.DecimalPlaces = 2;
  215. this.nudOrderDiscounts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.nudOrderDiscounts.Increment = new decimal(new int[] {
  217. 1,
  218. 0,
  219. 0,
  220. 65536});
  221. this.nudOrderDiscounts.IsCustomColor = false;
  222. this.nudOrderDiscounts.Location = new System.Drawing.Point(423, 82);
  223. this.nudOrderDiscounts.Maximum = new decimal(new int[] {
  224. 999,
  225. 0,
  226. 0,
  227. 0});
  228. this.nudOrderDiscounts.Name = "nudOrderDiscounts";
  229. this.nudOrderDiscounts.Size = new System.Drawing.Size(72, 23);
  230. this.nudOrderDiscounts.TabIndex = 6;
  231. this.nudOrderDiscounts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  232. //
  233. // labelEx4
  234. //
  235. this.labelEx4.AutoSize = true;
  236. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  237. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  238. this.labelEx4.Location = new System.Drawing.Point(505, 85);
  239. this.labelEx4.Name = "labelEx4";
  240. this.labelEx4.Size = new System.Drawing.Size(111, 17);
  241. this.labelEx4.TabIndex = 0;
  242. this.labelEx4.Text = "儿童单成本占比(%)";
  243. //
  244. // labelEx1
  245. //
  246. this.labelEx1.AutoSize = true;
  247. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  248. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.labelEx1.Location = new System.Drawing.Point(6, 8);
  250. this.labelEx1.Name = "labelEx1";
  251. this.labelEx1.Size = new System.Drawing.Size(107, 17);
  252. this.labelEx1.TabIndex = 0;
  253. this.labelEx1.Text = "当前用户所属角色:";
  254. //
  255. // labelEx3
  256. //
  257. this.labelEx3.AutoSize = true;
  258. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  259. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  260. this.labelEx3.Location = new System.Drawing.Point(308, 85);
  261. this.labelEx3.Name = "labelEx3";
  262. this.labelEx3.Size = new System.Drawing.Size(111, 17);
  263. this.labelEx3.TabIndex = 0;
  264. this.labelEx3.Text = "婚纱单成本占比(%)";
  265. //
  266. // tbcRolesManage
  267. //
  268. this.tbcRolesManage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  269. | System.Windows.Forms.AnchorStyles.Left)
  270. | System.Windows.Forms.AnchorStyles.Right)));
  271. this.tbcRolesManage.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  272. this.tbcRolesManage.Controls.Add(this.tabPage4);
  273. this.tbcRolesManage.Controls.Add(this.tabPage5);
  274. this.tbcRolesManage.ItemSize = new System.Drawing.Size(100, 26);
  275. this.tbcRolesManage.Location = new System.Drawing.Point(5, 80);
  276. this.tbcRolesManage.Name = "tbcRolesManage";
  277. this.tbcRolesManage.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  278. this.tbcRolesManage.SelectedIndex = 0;
  279. this.tbcRolesManage.Size = new System.Drawing.Size(945, 459);
  280. this.tbcRolesManage.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  281. this.tbcRolesManage.TabIndex = 4;
  282. //
  283. // tabPage4
  284. //
  285. this.tabPage4.AutoScroll = true;
  286. this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  287. this.tabPage4.Controls.Add(this.tableLayoutPanelRoles);
  288. this.tabPage4.Location = new System.Drawing.Point(4, 30);
  289. this.tabPage4.Name = "tabPage4";
  290. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  291. this.tabPage4.Size = new System.Drawing.Size(937, 425);
  292. this.tabPage4.TabIndex = 0;
  293. this.tabPage4.Text = "功能权限";
  294. //
  295. // tableLayoutPanelRoles
  296. //
  297. this.tableLayoutPanelRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.tableLayoutPanelRoles.AutoSize = true;
  300. this.tableLayoutPanelRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  301. this.tableLayoutPanelRoles.ColumnCount = 2;
  302. this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
  303. this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  304. this.tableLayoutPanelRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.tableLayoutPanelRoles.Location = new System.Drawing.Point(0, 1);
  306. this.tableLayoutPanelRoles.Name = "tableLayoutPanelRoles";
  307. this.tableLayoutPanelRoles.RowCount = 1;
  308. this.tableLayoutPanelRoles.RowStyles.Add(new System.Windows.Forms.RowStyle());
  309. this.tableLayoutPanelRoles.Size = new System.Drawing.Size(937, 52);
  310. this.tableLayoutPanelRoles.TabIndex = 1;
  311. //
  312. // tabPage5
  313. //
  314. this.tabPage5.AutoScroll = true;
  315. this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  316. this.tabPage5.Controls.Add(this.tableLayoutPanelScreenShowRoles);
  317. this.tabPage5.Location = new System.Drawing.Point(4, 30);
  318. this.tabPage5.Name = "tabPage5";
  319. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  320. this.tabPage5.Size = new System.Drawing.Size(937, 425);
  321. this.tabPage5.TabIndex = 1;
  322. this.tabPage5.Text = "界面权限";
  323. //
  324. // tableLayoutPanelScreenShowRoles
  325. //
  326. this.tableLayoutPanelScreenShowRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.tableLayoutPanelScreenShowRoles.AutoSize = true;
  329. this.tableLayoutPanelScreenShowRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  330. this.tableLayoutPanelScreenShowRoles.ColumnCount = 2;
  331. this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
  332. this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  333. this.tableLayoutPanelScreenShowRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.tableLayoutPanelScreenShowRoles.Location = new System.Drawing.Point(0, 1);
  335. this.tableLayoutPanelScreenShowRoles.Name = "tableLayoutPanelScreenShowRoles";
  336. this.tableLayoutPanelScreenShowRoles.RowCount = 1;
  337. this.tableLayoutPanelScreenShowRoles.RowStyles.Add(new System.Windows.Forms.RowStyle());
  338. this.tableLayoutPanelScreenShowRoles.Size = new System.Drawing.Size(1287, 52);
  339. this.tableLayoutPanelScreenShowRoles.TabIndex = 2;
  340. //
  341. // btnRolesSave
  342. //
  343. this.btnRolesSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  344. this.btnRolesSave.BackColor = System.Drawing.Color.Transparent;
  345. this.btnRolesSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesSave.BackImg")));
  346. this.btnRolesSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  347. this.btnRolesSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.btnRolesSave.ForeColor = System.Drawing.Color.White;
  349. this.btnRolesSave.IsCustomBackImg = false;
  350. this.btnRolesSave.IsShowText = true;
  351. this.btnRolesSave.Location = new System.Drawing.Point(872, 6);
  352. this.btnRolesSave.Name = "btnRolesSave";
  353. this.btnRolesSave.Size = new System.Drawing.Size(75, 64);
  354. this.btnRolesSave.TabIndex = 0;
  355. this.btnRolesSave.Text = "保 存";
  356. this.btnRolesSave.UseVisualStyleBackColor = false;
  357. //
  358. // labTitle
  359. //
  360. this.labTitle.AutoSize = true;
  361. this.labTitle.BackColor = System.Drawing.Color.Transparent;
  362. this.labTitle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.labTitle.ForeColor = System.Drawing.Color.White;
  364. this.labTitle.Location = new System.Drawing.Point(130, 4);
  365. this.labTitle.Name = "labTitle";
  366. this.labTitle.Size = new System.Drawing.Size(0, 17);
  367. this.labTitle.TabIndex = 0;
  368. //
  369. // checkBoxThreeState
  370. //
  371. this.checkBoxThreeState.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  372. this.checkBoxThreeState.AutoSize = true;
  373. this.checkBoxThreeState.BackColor = System.Drawing.Color.Transparent;
  374. this.checkBoxThreeState.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  375. this.checkBoxThreeState.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  376. this.checkBoxThreeState.ForeColor = System.Drawing.Color.White;
  377. this.checkBoxThreeState.Fourstates = false;
  378. this.checkBoxThreeState.IsGreenTick = false;
  379. this.checkBoxThreeState.Location = new System.Drawing.Point(13, 587);
  380. this.checkBoxThreeState.Name = "checkBoxThreeState";
  381. this.checkBoxThreeState.Size = new System.Drawing.Size(111, 21);
  382. this.checkBoxThreeState.TabIndex = 14;
  383. this.checkBoxThreeState.Text = "闭关多状态功能";
  384. this.checkBoxThreeState.UseVisualStyleBackColor = false;
  385. //
  386. // frmExclusiveCompetence
  387. //
  388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  389. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  390. this.ClientSize = new System.Drawing.Size(960, 610);
  391. this.Controls.Add(this.checkBoxThreeState);
  392. this.Controls.Add(this.labTitle);
  393. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  394. this.Name = "frmExclusiveCompetence";
  395. this.Text = "用户专属权管理";
  396. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  397. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  398. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  399. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  400. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  401. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  402. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  403. this.Controls.SetChildIndex(this.labTitle, 0);
  404. this.Controls.SetChildIndex(this.checkBoxThreeState, 0);
  405. this.plExMainContainer.ResumeLayout(false);
  406. this.plFormMainContent.ResumeLayout(false);
  407. this.panelRolesSet.ResumeLayout(false);
  408. this.panelRolesSet.PerformLayout();
  409. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).EndInit();
  412. this.tbcRolesManage.ResumeLayout(false);
  413. this.tabPage4.ResumeLayout(false);
  414. this.tabPage4.PerformLayout();
  415. this.tabPage5.ResumeLayout(false);
  416. this.tabPage5.PerformLayout();
  417. this.ResumeLayout(false);
  418. this.PerformLayout();
  419. }
  420. #endregion
  421. protected internal ComponentLibrary.PanelEx panelRolesSet;
  422. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts;
  423. protected internal ComponentLibrary.TabControlEx tbcRolesManage;
  424. protected internal System.Windows.Forms.TabPage tabPage4;
  425. protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelRoles;
  426. protected internal System.Windows.Forms.TabPage tabPage5;
  427. protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelScreenShowRoles;
  428. protected internal ComponentLibrary.ButtonEx btnRolesSave;
  429. protected internal ComponentLibrary.ListViewEx listViewHaveRoles;
  430. private ComponentLibrary.LabelEx labelEx1;
  431. protected internal ComponentLibrary.LabelEx labTitle;
  432. protected internal ComponentLibrary.CheckBoxEx checkBoxThreeState;
  433. protected internal ComponentLibrary.GlassButton gbtnUSelectAll;
  434. protected internal ComponentLibrary.GlassButton gbtnSelectAll;
  435. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts2;
  436. protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts1;
  437. public ComponentLibrary.LabelEx labelEx5;
  438. public ComponentLibrary.LabelEx labelEx4;
  439. public ComponentLibrary.LabelEx labelEx3;
  440. }
  441. }