123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- namespace Scada.Page
- {
- partial class PageAuthManage
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageAuthManage));
- uiLabel1 = new Sunny.UI.UILabel();
- cbg_Engineer = new Sunny.UI.UICheckBoxGroup();
- cbg_Operator = new Sunny.UI.UICheckBoxGroup();
- cbg_Visitor = new Sunny.UI.UICheckBoxGroup();
- btn_UpdateEngAuth = new Sunny.UI.UIButton();
- btn_UpdateOpAuth = new Sunny.UI.UIButton();
- btn_UpdateVisitorAuth = new Sunny.UI.UIButton();
- SuspendLayout();
- //
- // uiLabel1
- //
- uiLabel1.Font = new Font("宋体", 18F, FontStyle.Regular, GraphicsUnit.Point, 134);
- uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
- uiLabel1.Location = new Point(29, 23);
- uiLabel1.Name = "uiLabel1";
- uiLabel1.Size = new Size(882, 58);
- uiLabel1.TabIndex = 0;
- uiLabel1.Text = "温馨提示:管理员默认开放所有权限,用户权限只有管理员有";
- //
- // cbg_Engineer
- //
- cbg_Engineer.CheckBoxSize = 25;
- cbg_Engineer.ColumnInterval = 20;
- cbg_Engineer.Font = new Font("宋体", 21.75F);
- cbg_Engineer.HoverColor = Color.FromArgb(220, 236, 255);
- cbg_Engineer.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
- cbg_Engineer.Location = new Point(40, 86);
- cbg_Engineer.Margin = new Padding(4, 5, 4, 5);
- cbg_Engineer.MinimumSize = new Size(1, 1);
- cbg_Engineer.Name = "cbg_Engineer";
- cbg_Engineer.Padding = new Padding(0, 46, 0, 0);
- cbg_Engineer.RowInterval = 20;
- cbg_Engineer.SelectedIndexes = (List<int>)resources.GetObject("cbg_Engineer.SelectedIndexes");
- cbg_Engineer.Size = new Size(269, 411);
- cbg_Engineer.StartPos = new Point(30, 30);
- cbg_Engineer.TabIndex = 1;
- cbg_Engineer.Text = "工程师权限";
- cbg_Engineer.TextAlignment = ContentAlignment.MiddleLeft;
- cbg_Engineer.TitleInterval = 35;
- cbg_Engineer.TitleTop = 30;
- //
- // cbg_Operator
- //
- cbg_Operator.CheckBoxSize = 25;
- cbg_Operator.ColumnInterval = 20;
- cbg_Operator.Font = new Font("宋体", 21.75F);
- cbg_Operator.HoverColor = Color.FromArgb(220, 236, 255);
- cbg_Operator.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
- cbg_Operator.Location = new Point(317, 86);
- cbg_Operator.Margin = new Padding(4, 5, 4, 5);
- cbg_Operator.MinimumSize = new Size(1, 1);
- cbg_Operator.Name = "cbg_Operator";
- cbg_Operator.Padding = new Padding(0, 46, 0, 0);
- cbg_Operator.RowInterval = 20;
- cbg_Operator.SelectedIndexes = (List<int>)resources.GetObject("cbg_Operator.SelectedIndexes");
- cbg_Operator.Size = new Size(269, 411);
- cbg_Operator.StartPos = new Point(30, 30);
- cbg_Operator.TabIndex = 2;
- cbg_Operator.Text = "操作员权限";
- cbg_Operator.TextAlignment = ContentAlignment.MiddleLeft;
- cbg_Operator.TitleInterval = 35;
- cbg_Operator.TitleTop = 30;
- //
- // cbg_Visitor
- //
- cbg_Visitor.CheckBoxSize = 25;
- cbg_Visitor.ColumnInterval = 20;
- cbg_Visitor.Font = new Font("宋体", 21.75F);
- cbg_Visitor.HoverColor = Color.FromArgb(220, 236, 255);
- cbg_Visitor.Items.AddRange(new object[] { "控制模块", "监控模块", "配方模块", "日志模块", "报表模块", "图标模块", "参数模块" });
- cbg_Visitor.Location = new Point(594, 86);
- cbg_Visitor.Margin = new Padding(4, 5, 4, 5);
- cbg_Visitor.MinimumSize = new Size(1, 1);
- cbg_Visitor.Name = "cbg_Visitor";
- cbg_Visitor.Padding = new Padding(0, 46, 0, 0);
- cbg_Visitor.RowInterval = 20;
- cbg_Visitor.SelectedIndexes = (List<int>)resources.GetObject("cbg_Visitor.SelectedIndexes");
- cbg_Visitor.Size = new Size(269, 411);
- cbg_Visitor.StartPos = new Point(30, 30);
- cbg_Visitor.TabIndex = 3;
- cbg_Visitor.Text = "访客权限";
- cbg_Visitor.TextAlignment = ContentAlignment.MiddleLeft;
- cbg_Visitor.TitleInterval = 35;
- cbg_Visitor.TitleTop = 30;
- //
- // btn_UpdateEngAuth
- //
- btn_UpdateEngAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_UpdateEngAuth.Location = new Point(870, 116);
- btn_UpdateEngAuth.MinimumSize = new Size(1, 1);
- btn_UpdateEngAuth.Name = "btn_UpdateEngAuth";
- btn_UpdateEngAuth.Size = new Size(185, 86);
- btn_UpdateEngAuth.TabIndex = 4;
- btn_UpdateEngAuth.Text = "修改工程师权限";
- btn_UpdateEngAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- //
- // btn_UpdateOpAuth
- //
- btn_UpdateOpAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_UpdateOpAuth.Location = new Point(870, 266);
- btn_UpdateOpAuth.MinimumSize = new Size(1, 1);
- btn_UpdateOpAuth.Name = "btn_UpdateOpAuth";
- btn_UpdateOpAuth.Size = new Size(185, 86);
- btn_UpdateOpAuth.TabIndex = 5;
- btn_UpdateOpAuth.Text = "修改操作员权限";
- btn_UpdateOpAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- //
- // btn_UpdateVisitorAuth
- //
- btn_UpdateVisitorAuth.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
- btn_UpdateVisitorAuth.Location = new Point(870, 411);
- btn_UpdateVisitorAuth.MinimumSize = new Size(1, 1);
- btn_UpdateVisitorAuth.Name = "btn_UpdateVisitorAuth";
- btn_UpdateVisitorAuth.Size = new Size(185, 86);
- btn_UpdateVisitorAuth.TabIndex = 6;
- btn_UpdateVisitorAuth.Text = "修改访客权限";
- btn_UpdateVisitorAuth.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
- //
- // PageAuthManage
- //
- AutoScaleMode = AutoScaleMode.None;
- ClientSize = new Size(1067, 544);
- Controls.Add(btn_UpdateVisitorAuth);
- Controls.Add(btn_UpdateOpAuth);
- Controls.Add(btn_UpdateEngAuth);
- Controls.Add(cbg_Visitor);
- Controls.Add(cbg_Operator);
- Controls.Add(cbg_Engineer);
- Controls.Add(uiLabel1);
- Name = "PageAuthManage";
- Text = "权限管理";
- Load += PageAuthManage_Load;
- ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UICheckBoxGroup cbg_Engineer;
- private Sunny.UI.UICheckBoxGroup cbg_Operator;
- private Sunny.UI.UICheckBoxGroup cbg_Visitor;
- private Sunny.UI.UIButton btn_UpdateEngAuth;
- private Sunny.UI.UIButton btn_UpdateOpAuth;
- private Sunny.UI.UIButton btn_UpdateVisitorAuth;
- }
- }
|