using ReaLTaiizor.Controls;
|
|
namespace LB_SmartVision.Forms.Pages.ProcessPage
|
{
|
partial class ProcessPage
|
{
|
/// <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()
|
{
|
btn_Run = new HopeButton();
|
tableLayoutPanel3 = new TableLayoutPanel();
|
tableLayoutPanel4 = new TableLayoutPanel();
|
panel1 = new System.Windows.Forms.Panel();
|
splitContainer1 = new SplitContainer();
|
tableLayoutPanel3.SuspendLayout();
|
tableLayoutPanel4.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
splitContainer1.Panel2.SuspendLayout();
|
splitContainer1.SuspendLayout();
|
SuspendLayout();
|
//
|
// btn_Run
|
//
|
btn_Run.BorderColor = Color.FromArgb(220, 223, 230);
|
btn_Run.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
|
btn_Run.DangerColor = Color.FromArgb(245, 108, 108);
|
btn_Run.DefaultColor = Color.FromArgb(255, 255, 255);
|
btn_Run.Dock = DockStyle.Fill;
|
btn_Run.Font = new Font("宋体", 12F);
|
btn_Run.HoverTextColor = Color.FromArgb(48, 49, 51);
|
btn_Run.InfoColor = Color.FromArgb(144, 147, 153);
|
btn_Run.Location = new Point(419, 3);
|
btn_Run.MinimumSize = new Size(1, 1);
|
btn_Run.Name = "btn_Run";
|
btn_Run.PrimaryColor = Color.FromArgb(64, 158, 255);
|
btn_Run.Size = new Size(102, 38);
|
btn_Run.SuccessColor = Color.FromArgb(103, 194, 58);
|
btn_Run.TabIndex = 1;
|
btn_Run.Text = "运行";
|
btn_Run.TextColor = Color.White;
|
btn_Run.WarningColor = Color.FromArgb(230, 162, 60);
|
btn_Run.Click += btn_Run_Click;
|
//
|
// tableLayoutPanel3
|
//
|
tableLayoutPanel3.ColumnCount = 1;
|
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel3.Controls.Add(tableLayoutPanel4, 0, 1);
|
tableLayoutPanel3.Controls.Add(panel1, 0, 0);
|
tableLayoutPanel3.Dock = DockStyle.Fill;
|
tableLayoutPanel3.Location = new Point(0, 0);
|
tableLayoutPanel3.Name = "tableLayoutPanel3";
|
tableLayoutPanel3.RowCount = 2;
|
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F));
|
tableLayoutPanel3.Size = new Size(530, 371);
|
tableLayoutPanel3.TabIndex = 10;
|
//
|
// tableLayoutPanel4
|
//
|
tableLayoutPanel4.ColumnCount = 5;
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel4.Controls.Add(btn_Run, 4, 0);
|
tableLayoutPanel4.Dock = DockStyle.Fill;
|
tableLayoutPanel4.Location = new Point(3, 324);
|
tableLayoutPanel4.Name = "tableLayoutPanel4";
|
tableLayoutPanel4.RowCount = 1;
|
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel4.Size = new Size(524, 44);
|
tableLayoutPanel4.TabIndex = 0;
|
//
|
// panel1
|
//
|
panel1.AutoScroll = true;
|
panel1.Dock = DockStyle.Fill;
|
panel1.ForeColor = SystemColors.Control;
|
panel1.Location = new Point(3, 3);
|
panel1.Name = "panel1";
|
panel1.Size = new Size(524, 315);
|
panel1.TabIndex = 1;
|
//
|
// splitContainer1
|
//
|
splitContainer1.Dock = DockStyle.Fill;
|
splitContainer1.Location = new Point(0, 0);
|
splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
splitContainer1.Panel1.ForeColor = SystemColors.Control;
|
//
|
// splitContainer1.Panel2
|
//
|
splitContainer1.Panel2.Controls.Add(tableLayoutPanel3);
|
splitContainer1.Size = new Size(801, 371);
|
splitContainer1.SplitterDistance = 267;
|
splitContainer1.TabIndex = 11;
|
//
|
// ProcessPage
|
//
|
BackColor = Color.FromArgb(32, 41, 50);
|
Controls.Add(splitContainer1);
|
Name = "ProcessPage";
|
Size = new Size(801, 371);
|
Paint += ProcessPage_Paint;
|
tableLayoutPanel3.ResumeLayout(false);
|
tableLayoutPanel4.ResumeLayout(false);
|
splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
splitContainer1.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private ReaLTaiizor.Controls.HopeButton btn_Run;
|
//private Light uiLight1;
|
private TableLayoutPanel tableLayoutPanel3;
|
private TableLayoutPanel tableLayoutPanel4;
|
private SplitContainer splitContainer1;
|
private System.Windows.Forms.Panel panel1;
|
}
|
}
|