namespace DH.RBAC.Page.Sys.Role { partial class RoleAuthorizeForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleAuthorizeForm)); this.uiPanel1 = new Sunny.UI.UIPanel(); this.titlePanel = new System.Windows.Forms.Panel(); this.lblTitle = new Sunny.UI.UILabel(); this.btnClose = new Sunny.UI.UISymbolLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.treeView = new Sunny.UI.UITreeView(); this.btnConfirm = new Sunny.UI.UIButton(); this.uiPanel1.SuspendLayout(); this.titlePanel.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.titlePanel); this.uiPanel1.Controls.Add(this.panel1); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(241)))), ((int)(((byte)(243))))); this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.uiPanel1.Location = new System.Drawing.Point(0, 0); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.RectColor = System.Drawing.Color.Silver; this.uiPanel1.Size = new System.Drawing.Size(686, 530); this.uiPanel1.Style = Sunny.UI.UIStyle.Custom; this.uiPanel1.StyleCustomMode = true; this.uiPanel1.TabIndex = 6; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // titlePanel // this.titlePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227))))); this.titlePanel.Controls.Add(this.lblTitle); this.titlePanel.Controls.Add(this.btnClose); this.titlePanel.Dock = System.Windows.Forms.DockStyle.Top; this.titlePanel.Location = new System.Drawing.Point(0, 0); this.titlePanel.Name = "titlePanel"; this.titlePanel.Size = new System.Drawing.Size(686, 43); this.titlePanel.TabIndex = 7; this.titlePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseDown); this.titlePanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseMove); // // lblTitle // this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(641, 43); this.lblTitle.Style = Sunny.UI.UIStyle.Custom; this.lblTitle.TabIndex = 1; this.lblTitle.Text = "角色授权"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseDown); this.lblTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.titlePanel_MouseMove); // // btnClose // this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnClose.Location = new System.Drawing.Point(641, 0); this.btnClose.MinimumSize = new System.Drawing.Size(1, 1); this.btnClose.Name = "btnClose"; this.btnClose.Padding = new System.Windows.Forms.Padding(64, 0, 0, 0); this.btnClose.Size = new System.Drawing.Size(45, 43); this.btnClose.Style = Sunny.UI.UIStyle.Custom; this.btnClose.Symbol = 77; this.btnClose.SymbolSize = 60; this.btnClose.TabIndex = 0; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); this.btnClose.MouseEnter += new System.EventHandler(this.btnClose_MouseEnter); this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.treeView); this.panel1.Controls.Add(this.btnConfirm); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(686, 530); this.panel1.TabIndex = 6; // // treeView // this.treeView.CheckBoxes = true; this.treeView.FillColor = System.Drawing.Color.White; this.treeView.FillColor2 = System.Drawing.Color.White; this.treeView.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.treeView.Location = new System.Drawing.Point(30, 50); this.treeView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.treeView.MinimumSize = new System.Drawing.Size(1, 1); this.treeView.Name = "treeView"; this.treeView.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227))))); this.treeView.SelectedNode = null; this.treeView.Size = new System.Drawing.Size(325, 466); this.treeView.StyleCustomMode = true; this.treeView.TabIndex = 15; this.treeView.Text = "uiTreeView1"; this.treeView.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // btnConfirm // this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand; this.btnConfirm.FillColor = System.Drawing.Color.White; this.btnConfirm.FillColor2 = System.Drawing.Color.White; this.btnConfirm.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.btnConfirm.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.btnConfirm.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnConfirm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(98)))), ((int)(((byte)(102))))); this.btnConfirm.ForeHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.btnConfirm.ForePressColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229))))); this.btnConfirm.ForeSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229))))); this.btnConfirm.Location = new System.Drawing.Point(538, 473); this.btnConfirm.MinimumSize = new System.Drawing.Size(1, 1); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(219)))), ((int)(((byte)(227))))); this.btnConfirm.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(222)))), ((int)(((byte)(255))))); this.btnConfirm.Size = new System.Drawing.Size(125, 44); this.btnConfirm.StyleCustomMode = true; this.btnConfirm.TabIndex = 14; this.btnConfirm.Text = "确定"; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // RoleAuthorizeForm // this.AllowShowTitle = false; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(686, 530); this.Controls.Add(this.uiPanel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RoleAuthorizeForm"; this.Padding = new System.Windows.Forms.Padding(0); this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.ShowTitle = false; this.ShowTitleIcon = true; this.Style = Sunny.UI.UIStyle.Custom; this.Text = "新增用户"; this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); this.TitleForeColor = System.Drawing.Color.DimGray; this.TopMost = true; this.Load += new System.EventHandler(this.AddRoleForm_Load); this.uiPanel1.ResumeLayout(false); this.titlePanel.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private System.Windows.Forms.Panel titlePanel; private Sunny.UI.UILabel lblTitle; private Sunny.UI.UISymbolLabel btnClose; private System.Windows.Forms.Panel panel1; private Sunny.UI.UIButton btnConfirm; private Sunny.UI.UITreeView treeView; } }