namespace LB_SmartVision.Forms.Pages.SettingPage
{
partial class LayoutPage
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
tableLayoutPanel1 = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
btn_Add = new ReaLTaiizor.Controls.ForeverButton();
btn_Del = new ReaLTaiizor.Controls.AirButton();
btn_Save = new ReaLTaiizor.Controls.HopeButton();
btn_Top = new ReaLTaiizor.Controls.AirButton();
tableLayoutPanel2 = new TableLayoutPanel();
pnlLayout = new Panel();
tableLayoutPanel4 = new TableLayoutPanel();
label7 = new Label();
label6 = new Label();
label5 = new Label();
label4 = new Label();
label3 = new Label();
label1 = new Label();
label2 = new Label();
label8 = new Label();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
SuspendLayout();
//
// tableLayoutPanel1
//
tableLayoutPanel1.BackColor = Color.FromArgb(32, 41, 50);
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 1);
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0);
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(772, 535);
tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 6;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.Controls.Add(btn_Add, 5, 0);
tableLayoutPanel3.Controls.Add(btn_Del, 0, 0);
tableLayoutPanel3.Controls.Add(btn_Save, 4, 0);
tableLayoutPanel3.Controls.Add(btn_Top, 1, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(3, 488);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Size = new Size(766, 44);
tableLayoutPanel3.TabIndex = 2;
//
// btn_Add
//
btn_Add.BackColor = Color.Transparent;
btn_Add.BaseColor = Color.FromArgb(35, 168, 109);
btn_Add.Dock = DockStyle.Fill;
btn_Add.Font = new Font("宋体", 12F);
btn_Add.Location = new Point(638, 3);
btn_Add.MinimumSize = new Size(1, 1);
btn_Add.Name = "btn_Add";
btn_Add.Rounded = false;
btn_Add.Size = new Size(125, 38);
btn_Add.TabIndex = 3;
btn_Add.Text = "添加";
btn_Add.TextColor = Color.FromArgb(243, 243, 243);
btn_Add.Click += btnAdd_Click;
//
// btn_Del
//
btn_Del.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
btn_Del.Font = new Font("Segoe UI", 9F);
btn_Del.Image = null;
btn_Del.Location = new Point(3, 3);
btn_Del.Name = "btn_Del";
btn_Del.NoRounding = false;
btn_Del.Size = new Size(121, 38);
btn_Del.TabIndex = 4;
btn_Del.Text = "移除";
btn_Del.Transparent = false;
btn_Del.Click += btnDel_Click;
//
// btn_Save
//
btn_Save.BorderColor = Color.FromArgb(220, 223, 230);
btn_Save.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btn_Save.DangerColor = Color.FromArgb(245, 108, 108);
btn_Save.DefaultColor = Color.FromArgb(255, 255, 255);
btn_Save.Font = new Font("Segoe UI", 12F);
btn_Save.HoverTextColor = Color.FromArgb(48, 49, 51);
btn_Save.InfoColor = Color.FromArgb(144, 147, 153);
btn_Save.Location = new Point(511, 3);
btn_Save.Name = "btn_Save";
btn_Save.PrimaryColor = Color.FromArgb(64, 158, 255);
btn_Save.Size = new Size(121, 38);
btn_Save.SuccessColor = Color.FromArgb(103, 194, 58);
btn_Save.TabIndex = 5;
btn_Save.Text = "保存";
btn_Save.TextColor = Color.White;
btn_Save.WarningColor = Color.FromArgb(230, 162, 60);
//
// btn_Top
//
btn_Top.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
btn_Top.Dock = DockStyle.Fill;
btn_Top.Font = new Font("Segoe UI", 9F);
btn_Top.Image = null;
btn_Top.Location = new Point(130, 3);
btn_Top.Name = "btn_Top";
btn_Top.NoRounding = false;
btn_Top.Size = new Size(121, 38);
btn_Top.TabIndex = 6;
btn_Top.Text = "上移";
btn_Top.Transparent = false;
btn_Top.Click += btnTop_Click;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(pnlLayout, 0, 1);
tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.ForeColor = SystemColors.Control;
tableLayoutPanel2.Location = new Point(2, 2);
tableLayoutPanel2.Margin = new Padding(2);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 2;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Size = new Size(768, 481);
tableLayoutPanel2.TabIndex = 6;
//
// pnlLayout
//
pnlLayout.Dock = DockStyle.Fill;
pnlLayout.Location = new Point(3, 27);
pnlLayout.Name = "pnlLayout";
pnlLayout.Size = new Size(762, 451);
pnlLayout.TabIndex = 3;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 8;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 147F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2853069F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2881641F));
tableLayoutPanel4.Controls.Add(label7, 6, 0);
tableLayoutPanel4.Controls.Add(label6, 5, 0);
tableLayoutPanel4.Controls.Add(label5, 4, 0);
tableLayoutPanel4.Controls.Add(label4, 3, 0);
tableLayoutPanel4.Controls.Add(label3, 2, 0);
tableLayoutPanel4.Controls.Add(label1, 0, 0);
tableLayoutPanel4.Controls.Add(label2, 1, 0);
tableLayoutPanel4.Controls.Add(label8, 7, 0);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(2, 2);
tableLayoutPanel4.Margin = new Padding(2);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(764, 20);
tableLayoutPanel4.TabIndex = 4;
//
// label7
//
label7.AutoSize = true;
label7.Dock = DockStyle.Fill;
label7.Location = new Point(589, 0);
label7.Margin = new Padding(2, 0, 2, 0);
label7.Name = "label7";
label7.Size = new Size(84, 20);
label7.TabIndex = 6;
label7.Text = "存图路径";
label7.TextAlign = ContentAlignment.MiddleCenter;
//
// label6
//
label6.AutoSize = true;
label6.Dock = DockStyle.Fill;
label6.Location = new Point(501, 0);
label6.Margin = new Padding(2, 0, 2, 0);
label6.Name = "label6";
label6.Size = new Size(84, 20);
label6.TabIndex = 5;
label6.Text = "绘制结果3";
label6.TextAlign = ContentAlignment.MiddleCenter;
//
// label5
//
label5.AutoSize = true;
label5.Dock = DockStyle.Fill;
label5.Location = new Point(413, 0);
label5.Margin = new Padding(2, 0, 2, 0);
label5.Name = "label5";
label5.Size = new Size(84, 20);
label5.TabIndex = 4;
label5.Text = "绘制结果2";
label5.TextAlign = ContentAlignment.MiddleCenter;
//
// label4
//
label4.AutoSize = true;
label4.Dock = DockStyle.Fill;
label4.Location = new Point(325, 0);
label4.Margin = new Padding(2, 0, 2, 0);
label4.Name = "label4";
label4.Size = new Size(84, 20);
label4.TabIndex = 3;
label4.Text = "绘制结果1";
label4.TextAlign = ContentAlignment.MiddleCenter;
//
// label3
//
label3.AutoSize = true;
label3.Dock = DockStyle.Fill;
label3.Location = new Point(237, 0);
label3.Margin = new Padding(2, 0, 2, 0);
label3.Name = "label3";
label3.Size = new Size(84, 20);
label3.TabIndex = 2;
label3.Text = "显示图片";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// label1
//
label1.AutoSize = true;
label1.Dock = DockStyle.Fill;
label1.ForeColor = SystemColors.Control;
label1.Location = new Point(2, 0);
label1.Margin = new Padding(2, 0, 2, 0);
label1.Name = "label1";
label1.Size = new Size(143, 20);
label1.TabIndex = 0;
label1.Text = "显示名称";
label1.TextAlign = ContentAlignment.MiddleCenter;
//
// label2
//
label2.AutoSize = true;
label2.Dock = DockStyle.Fill;
label2.Location = new Point(149, 0);
label2.Margin = new Padding(2, 0, 2, 0);
label2.Name = "label2";
label2.Size = new Size(84, 20);
label2.TabIndex = 1;
label2.Text = "关联流程";
label2.TextAlign = ContentAlignment.MiddleCenter;
//
// label8
//
label8.AutoSize = true;
label8.Dock = DockStyle.Fill;
label8.Location = new Point(677, 0);
label8.Margin = new Padding(2, 0, 2, 0);
label8.Name = "label8";
label8.Size = new Size(85, 20);
label8.TabIndex = 7;
label8.Text = "图片前缀";
label8.TextAlign = ContentAlignment.MiddleCenter;
//
// LayoutPage
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
Controls.Add(tableLayoutPanel1);
Name = "LayoutPage";
Size = new Size(772, 535);
Paint += LayoutPage_Paint;
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayoutPanel1;
private TableLayoutPanel tableLayoutPanel3;
private ReaLTaiizor.Controls.ForeverButton btn_Add;
private Panel pnlLayout;
private ReaLTaiizor.Controls.AirButton btn_Del;
private ReaLTaiizor.Controls.HopeButton btn_Save;
private TableLayoutPanel tableLayoutPanel2;
private TableLayoutPanel tableLayoutPanel4;
private Label label1;
private Label label2;
private Label label6;
private Label label5;
private Label label4;
private Label label3;
private Label label7;
private Label label8;
private ReaLTaiizor.Controls.AirButton btn_Top;
}
}