using ReaLTaiizor.Controls;
namespace LB_SmartVision.Forms.Pages.UserManagementPage
{
partial class UserManagementEditPage
{
///
/// 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()
{
btn_Add = new HopeButton();
btn_Clear = new LostButton();
uiFlowLayoutPanel1 = new FlowLayoutPanel();
tableLayoutPanel1 = new TableLayoutPanel();
tableLayoutPanel2 = new TableLayoutPanel();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
SuspendLayout();
//
// btn_Add
//
btn_Add.BorderColor = Color.FromArgb(220, 223, 230);
btn_Add.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btn_Add.Cursor = Cursors.Hand;
btn_Add.DangerColor = Color.FromArgb(245, 108, 108);
btn_Add.DefaultColor = Color.FromArgb(255, 255, 255);
btn_Add.Dock = DockStyle.Fill;
btn_Add.Font = new Font("宋体", 12F);
btn_Add.HoverTextColor = Color.FromArgb(48, 49, 51);
btn_Add.InfoColor = Color.FromArgb(144, 147, 153);
btn_Add.Location = new Point(503, 3);
btn_Add.MinimumSize = new Size(1, 1);
btn_Add.Name = "btn_Add";
btn_Add.PrimaryColor = Color.FromArgb(64, 158, 255);
btn_Add.Size = new Size(95, 38);
btn_Add.SuccessColor = Color.FromArgb(103, 194, 58);
btn_Add.TabIndex = 11;
btn_Add.Text = "增加";
btn_Add.TextColor = Color.White;
btn_Add.WarningColor = Color.FromArgb(230, 162, 60);
//
// btn_Clear
//
btn_Clear.BackColor = Color.FromArgb(45, 45, 48);
btn_Clear.Cursor = Cursors.Hand;
btn_Clear.Dock = DockStyle.Fill;
btn_Clear.Font = new Font("宋体", 12F);
btn_Clear.ForeColor = Color.White;
btn_Clear.HoverColor = Color.DodgerBlue;
btn_Clear.Image = null;
btn_Clear.Location = new Point(403, 3);
btn_Clear.MinimumSize = new Size(1, 1);
btn_Clear.Name = "btn_Clear";
btn_Clear.Size = new Size(94, 38);
btn_Clear.TabIndex = 12;
btn_Clear.Text = "清除";
//
// uiFlowLayoutPanel1
//
uiFlowLayoutPanel1.BackColor = Color.FromArgb(32, 41, 50);
uiFlowLayoutPanel1.Dock = DockStyle.Fill;
uiFlowLayoutPanel1.Font = new Font("宋体", 12F);
uiFlowLayoutPanel1.ForeColor = SystemColors.Control;
uiFlowLayoutPanel1.Location = new Point(4, 5);
uiFlowLayoutPanel1.Margin = new Padding(4, 5, 4, 5);
uiFlowLayoutPanel1.MinimumSize = new Size(1, 1);
uiFlowLayoutPanel1.Name = "uiFlowLayoutPanel1";
uiFlowLayoutPanel1.Padding = new Padding(2);
uiFlowLayoutPanel1.Size = new Size(599, 293);
uiFlowLayoutPanel1.TabIndex = 10;
uiFlowLayoutPanel1.Text = "`";
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel1.Controls.Add(uiFlowLayoutPanel1, 0, 0);
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(0, 0);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 2;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F));
tableLayoutPanel1.Size = new Size(607, 353);
tableLayoutPanel1.TabIndex = 13;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 6;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel2.Controls.Add(btn_Add, 5, 0);
tableLayoutPanel2.Controls.Add(btn_Clear, 4, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 306);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Size = new Size(601, 44);
tableLayoutPanel2.TabIndex = 11;
//
// UserManagementEditPage
//
BackColor = Color.FromArgb(32, 41, 50);
Controls.Add(tableLayoutPanel1);
ForeColor = SystemColors.Control;
Name = "UserManagementEditPage";
Size = new Size(607, 353);
Paint += MESEditPage_Paint;
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private ReaLTaiizor.Controls.HopeButton btn_Add;
private ReaLTaiizor.Controls.LostButton btn_Clear;
private FlowLayoutPanel uiFlowLayoutPanel1;
private TableLayoutPanel tableLayoutPanel1;
private TableLayoutPanel tableLayoutPanel2;
}
}