PageAuthManage.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. namespace Scada.Page
  2. {
  3. partial class PageAuthManage
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageAuthManage));
  29. uiLabel1 = new Sunny.UI.UILabel();
  30. cbg_Engineer = new Sunny.UI.UICheckBoxGroup();
  31. cbg_Operator = new Sunny.UI.UICheckBoxGroup();
  32. cbg_Visitor = new Sunny.UI.UICheckBoxGroup();
  33. btn_UpdateEngAuth = new Sunny.UI.UIButton();
  34. btn_UpdateOpAuth = new Sunny.UI.UIButton();
  35. btn_UpdateVisitorAuth = new Sunny.UI.UIButton();
  36. SuspendLayout();
  37. //
  38. // uiLabel1
  39. //
  40. uiLabel1.Font = new Font("宋体", 18F, FontStyle.Regular, GraphicsUnit.Point, 134);
  41. uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
  42. uiLabel1.Location = new Point(29, 23);
  43. uiLabel1.Name = "uiLabel1";
  44. uiLabel1.Size = new Size(882, 58);
  45. uiLabel1.TabIndex = 0;
  46. uiLabel1.Text = "温馨提示:管理员默认开放所有权限,用户权限只有管理员有";
  47. //
  48. // cbg_Engineer
  49. //
  50. cbg_Engineer.CheckBoxSize = 25;
  51. cbg_Engineer.ColumnInterval = 20;
  52. cbg_Engineer.Font = new Font("宋体", 21.75F);
  53. cbg_Engineer.HoverColor = Color.FromArgb(220, 236, 255);
  54. cbg_Engineer.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
  55. cbg_Engineer.Location = new Point(40, 86);
  56. cbg_Engineer.Margin = new Padding(4, 5, 4, 5);
  57. cbg_Engineer.MinimumSize = new Size(1, 1);
  58. cbg_Engineer.Name = "cbg_Engineer";
  59. cbg_Engineer.Padding = new Padding(0, 46, 0, 0);
  60. cbg_Engineer.RowInterval = 20;
  61. cbg_Engineer.SelectedIndexes = (List<int>)resources.GetObject("cbg_Engineer.SelectedIndexes");
  62. cbg_Engineer.Size = new Size(269, 411);
  63. cbg_Engineer.StartPos = new Point(30, 30);
  64. cbg_Engineer.TabIndex = 1;
  65. cbg_Engineer.Text = "工程师权限";
  66. cbg_Engineer.TextAlignment = ContentAlignment.MiddleLeft;
  67. cbg_Engineer.TitleInterval = 35;
  68. cbg_Engineer.TitleTop = 30;
  69. //
  70. // cbg_Operator
  71. //
  72. cbg_Operator.CheckBoxSize = 25;
  73. cbg_Operator.ColumnInterval = 20;
  74. cbg_Operator.Font = new Font("宋体", 21.75F);
  75. cbg_Operator.HoverColor = Color.FromArgb(220, 236, 255);
  76. cbg_Operator.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
  77. cbg_Operator.Location = new Point(317, 86);
  78. cbg_Operator.Margin = new Padding(4, 5, 4, 5);
  79. cbg_Operator.MinimumSize = new Size(1, 1);
  80. cbg_Operator.Name = "cbg_Operator";
  81. cbg_Operator.Padding = new Padding(0, 46, 0, 0);
  82. cbg_Operator.RowInterval = 20;
  83. cbg_Operator.SelectedIndexes = (List<int>)resources.GetObject("cbg_Operator.SelectedIndexes");
  84. cbg_Operator.Size = new Size(269, 411);
  85. cbg_Operator.StartPos = new Point(30, 30);
  86. cbg_Operator.TabIndex = 2;
  87. cbg_Operator.Text = "操作员权限";
  88. cbg_Operator.TextAlignment = ContentAlignment.MiddleLeft;
  89. cbg_Operator.TitleInterval = 35;
  90. cbg_Operator.TitleTop = 30;
  91. //
  92. // cbg_Visitor
  93. //
  94. cbg_Visitor.CheckBoxSize = 25;
  95. cbg_Visitor.ColumnInterval = 20;
  96. cbg_Visitor.Font = new Font("宋体", 21.75F);
  97. cbg_Visitor.HoverColor = Color.FromArgb(220, 236, 255);
  98. cbg_Visitor.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
  99. cbg_Visitor.Location = new Point(594, 86);
  100. cbg_Visitor.Margin = new Padding(4, 5, 4, 5);
  101. cbg_Visitor.MinimumSize = new Size(1, 1);
  102. cbg_Visitor.Name = "cbg_Visitor";
  103. cbg_Visitor.Padding = new Padding(0, 46, 0, 0);
  104. cbg_Visitor.RowInterval = 20;
  105. cbg_Visitor.SelectedIndexes = (List<int>)resources.GetObject("cbg_Visitor.SelectedIndexes");
  106. cbg_Visitor.Size = new Size(269, 411);
  107. cbg_Visitor.StartPos = new Point(30, 30);
  108. cbg_Visitor.TabIndex = 3;
  109. cbg_Visitor.Text = "访客权限";
  110. cbg_Visitor.TextAlignment = ContentAlignment.MiddleLeft;
  111. cbg_Visitor.TitleInterval = 35;
  112. cbg_Visitor.TitleTop = 30;
  113. //
  114. // btn_UpdateEngAuth
  115. //
  116. btn_UpdateEngAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  117. btn_UpdateEngAuth.Location = new Point(870, 116);
  118. btn_UpdateEngAuth.MinimumSize = new Size(1, 1);
  119. btn_UpdateEngAuth.Name = "btn_UpdateEngAuth";
  120. btn_UpdateEngAuth.Size = new Size(185, 86);
  121. btn_UpdateEngAuth.TabIndex = 4;
  122. btn_UpdateEngAuth.Text = "修改工程师权限";
  123. btn_UpdateEngAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  124. btn_UpdateEngAuth.Click += btn_UpdateEngAuth_Click;
  125. //
  126. // btn_UpdateOpAuth
  127. //
  128. btn_UpdateOpAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  129. btn_UpdateOpAuth.Location = new Point(870, 266);
  130. btn_UpdateOpAuth.MinimumSize = new Size(1, 1);
  131. btn_UpdateOpAuth.Name = "btn_UpdateOpAuth";
  132. btn_UpdateOpAuth.Size = new Size(185, 86);
  133. btn_UpdateOpAuth.TabIndex = 5;
  134. btn_UpdateOpAuth.Text = "修改操作员权限";
  135. btn_UpdateOpAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  136. btn_UpdateOpAuth.Click += btn_UpdateOpAuth_Click;
  137. //
  138. // btn_UpdateVisitorAuth
  139. //
  140. btn_UpdateVisitorAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  141. btn_UpdateVisitorAuth.Location = new Point(870, 411);
  142. btn_UpdateVisitorAuth.MinimumSize = new Size(1, 1);
  143. btn_UpdateVisitorAuth.Name = "btn_UpdateVisitorAuth";
  144. btn_UpdateVisitorAuth.Size = new Size(185, 86);
  145. btn_UpdateVisitorAuth.TabIndex = 6;
  146. btn_UpdateVisitorAuth.Text = "修改访客权限";
  147. btn_UpdateVisitorAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  148. btn_UpdateVisitorAuth.Click += btn_UpdateVisitorAuth_Click;
  149. //
  150. // PageAuthManage
  151. //
  152. AutoScaleMode = AutoScaleMode.None;
  153. ClientSize = new Size(1067, 544);
  154. Controls.Add(btn_UpdateVisitorAuth);
  155. Controls.Add(btn_UpdateOpAuth);
  156. Controls.Add(btn_UpdateEngAuth);
  157. Controls.Add(cbg_Visitor);
  158. Controls.Add(cbg_Operator);
  159. Controls.Add(cbg_Engineer);
  160. Controls.Add(uiLabel1);
  161. Name = "PageAuthManage";
  162. Text = "权限管理";
  163. Load += PageAuthManage_Load;
  164. ResumeLayout(false);
  165. }
  166. #endregion
  167. private Sunny.UI.UILabel uiLabel1;
  168. private Sunny.UI.UICheckBoxGroup cbg_Engineer;
  169. private Sunny.UI.UICheckBoxGroup cbg_Operator;
  170. private Sunny.UI.UICheckBoxGroup cbg_Visitor;
  171. private Sunny.UI.UIButton btn_UpdateEngAuth;
  172. private Sunny.UI.UIButton btn_UpdateOpAuth;
  173. private Sunny.UI.UIButton btn_UpdateVisitorAuth;
  174. }
  175. }