216 lines
12 KiB
C#
216 lines
12 KiB
C#
namespace DH.RBAC.Page.Sys.Permission
|
|
{
|
|
partial class IconForm
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IconForm));
|
|
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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.btnConfirm = new Sunny.UI.UIButton();
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.uiPanel1.SuspendLayout();
|
|
this.titlePanel.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.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(910, 546);
|
|
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(910, 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(865, 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(865, 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.flowLayoutPanel1);
|
|
this.panel1.Controls.Add(this.panel3);
|
|
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(910, 546);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.AutoScroll = true;
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(910, 475);
|
|
this.flowLayoutPanel1.TabIndex = 17;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.btnConfirm);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel3.Location = new System.Drawing.Point(0, 475);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(910, 71);
|
|
this.panel3.TabIndex = 16;
|
|
//
|
|
// 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(763, 15);
|
|
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);
|
|
//
|
|
// backgroundWorker1
|
|
//
|
|
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// IconForm
|
|
//
|
|
this.AllowShowTitle = false;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 27F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(910, 546);
|
|
this.Controls.Add(this.uiPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "IconForm";
|
|
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.IconForm_Load);
|
|
this.uiPanel1.ResumeLayout(false);
|
|
this.titlePanel.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Sunny.UI.UIPanel uiPanel1;
|
|
private System.Windows.Forms.Panel titlePanel;
|
|
private Sunny.UI.UILabel lblTitle;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private Sunny.UI.UIButton btnConfirm;
|
|
private Sunny.UI.UISymbolLabel btnClose;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
protected System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
}
|
|
} |