| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- namespace YangjieTester.用户管理
- {
- partial class PermissionConfigForm
- {
- /// <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()
- {
- this.treeView1 = new System.Windows.Forms.TreeView();
- this.comboBoxRole = new MyUIComboBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.btnSave = new MyUiButton();
- this.SuspendLayout();
- //
- // treeView1
- //
- this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
- this.treeView1.Location = new System.Drawing.Point(0, 35);
- this.treeView1.Name = "treeView1";
- this.treeView1.Size = new System.Drawing.Size(455, 586);
- this.treeView1.TabIndex = 0;
- //
- // comboBoxRole
- //
- this.comboBoxRole.DataSource = null;
- this.comboBoxRole.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
- this.comboBoxRole.FillColor = System.Drawing.Color.White;
- this.comboBoxRole.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBoxRole.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
- this.comboBoxRole.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.comboBoxRole.Location = new System.Drawing.Point(541, 51);
- this.comboBoxRole.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.comboBoxRole.MinimumSize = new System.Drawing.Size(63, 0);
- this.comboBoxRole.Name = "comboBoxRole";
- this.comboBoxRole.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.comboBoxRole.Size = new System.Drawing.Size(124, 29);
- this.comboBoxRole.SymbolSize = 24;
- this.comboBoxRole.TabIndex = 1;
- this.comboBoxRole.Text = "myUIComboBox1";
- this.comboBoxRole.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.comboBoxRole.Watermark = "";
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel1.Location = new System.Drawing.Point(461, 57);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(73, 23);
- this.uiLabel1.TabIndex = 2;
- this.uiLabel1.Text = "权限选择";
- //
- // btnSave
- //
- this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.Location = new System.Drawing.Point(541, 95);
- this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnSave.Name = "btnSave";
- this.btnSave.NeedUserEnsure = false;
- this.btnSave.Size = new System.Drawing.Size(123, 45);
- this.btnSave.Symbol = 0;
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存更改";
- this.btnSave.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // PermissionConfigForm
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(737, 621);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.uiLabel1);
- this.Controls.Add(this.comboBoxRole);
- this.Controls.Add(this.treeView1);
- this.Name = "PermissionConfigForm";
- this.Text = "权限管理";
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TreeView treeView1;
- private MyUIComboBox comboBoxRole;
- private Sunny.UI.UILabel uiLabel1;
- private MyUiButton btnSave;
- }
- }
|