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()
|
{
|
uiButtonRun = 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();
|
//
|
// uiButtonRun
|
//
|
uiButtonRun.BorderColor = Color.FromArgb(220, 223, 230);
|
uiButtonRun.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
|
uiButtonRun.DangerColor = Color.FromArgb(245, 108, 108);
|
uiButtonRun.DefaultColor = Color.FromArgb(255, 255, 255);
|
uiButtonRun.Dock = DockStyle.Fill;
|
uiButtonRun.Font = new Font("宋体", 12F);
|
uiButtonRun.HoverTextColor = Color.FromArgb(48, 49, 51);
|
uiButtonRun.InfoColor = Color.FromArgb(144, 147, 153);
|
uiButtonRun.Location = new Point(419, 3);
|
uiButtonRun.MinimumSize = new Size(1, 1);
|
uiButtonRun.Name = "uiButtonRun";
|
uiButtonRun.PrimaryColor = Color.FromArgb(64, 158, 255);
|
uiButtonRun.Size = new Size(102, 38);
|
uiButtonRun.SuccessColor = Color.FromArgb(103, 194, 58);
|
uiButtonRun.TabIndex = 1;
|
uiButtonRun.Text = "运行";
|
uiButtonRun.TextColor = Color.White;
|
uiButtonRun.WarningColor = Color.FromArgb(230, 162, 60);
|
uiButtonRun.Click += uiButtonRun_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(uiButtonRun, 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.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.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);
|
ForeColor = Color.White;
|
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 uiButtonRun;
|
//private Light uiLight1;
|
private TableLayoutPanel tableLayoutPanel3;
|
private TableLayoutPanel tableLayoutPanel4;
|
private SplitContainer splitContainer1;
|
private System.Windows.Forms.Panel panel1;
|
}
|
}
|