using LB_VisionProcesses.Processes;
|
|
namespace LB_VisionProcesses.Processes
|
{
|
partial class RecordToolEdit
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordToolEdit));
|
splitContainer1 = new SplitContainer();
|
splitContainer2 = new SplitContainer();
|
groupBox1 = new GroupBox();
|
DataGridInputs = new DataGridView();
|
groupBox2 = new GroupBox();
|
tableLayoutPanel1 = new TableLayoutPanel();
|
tableLayoutPanel4 = new TableLayoutPanel();
|
btnAdd = new Button();
|
btnDel = new Button();
|
pnlOutput = new Panel();
|
tableLayoutPanel5 = new TableLayoutPanel();
|
lblY = new Label();
|
lblX = new Label();
|
lblResult = new Label();
|
lblShape = new Label();
|
lblText = new Label();
|
lblIndex = new Label();
|
pnlRecord = new Panel();
|
ToolsStrip = new ToolStrip();
|
btnCompileCode = new ToolStripButton();
|
btnRunCode = new ToolStripButton();
|
statusStrip1 = new StatusStrip();
|
lblRunTime = new ToolStripStatusLabel();
|
panel1 = new Panel();
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
splitContainer1.Panel1.SuspendLayout();
|
splitContainer1.Panel2.SuspendLayout();
|
splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
|
splitContainer2.Panel1.SuspendLayout();
|
splitContainer2.Panel2.SuspendLayout();
|
splitContainer2.SuspendLayout();
|
groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)DataGridInputs).BeginInit();
|
groupBox2.SuspendLayout();
|
tableLayoutPanel1.SuspendLayout();
|
tableLayoutPanel4.SuspendLayout();
|
tableLayoutPanel5.SuspendLayout();
|
ToolsStrip.SuspendLayout();
|
statusStrip1.SuspendLayout();
|
panel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// splitContainer1
|
//
|
splitContainer1.BackColor = Color.FromArgb(32, 41, 50);
|
splitContainer1.Dock = DockStyle.Fill;
|
splitContainer1.Location = new Point(0, 0);
|
splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
splitContainer1.Panel1.Controls.Add(splitContainer2);
|
//
|
// splitContainer1.Panel2
|
//
|
splitContainer1.Panel2.Controls.Add(pnlRecord);
|
splitContainer1.Size = new Size(800, 403);
|
splitContainer1.SplitterDistance = 402;
|
splitContainer1.TabIndex = 0;
|
//
|
// splitContainer2
|
//
|
splitContainer2.Dock = DockStyle.Fill;
|
splitContainer2.Location = new Point(0, 0);
|
splitContainer2.Name = "splitContainer2";
|
splitContainer2.Orientation = Orientation.Horizontal;
|
//
|
// splitContainer2.Panel1
|
//
|
splitContainer2.Panel1.Controls.Add(groupBox1);
|
//
|
// splitContainer2.Panel2
|
//
|
splitContainer2.Panel2.Controls.Add(groupBox2);
|
splitContainer2.Size = new Size(402, 403);
|
splitContainer2.SplitterDistance = 142;
|
splitContainer2.TabIndex = 0;
|
//
|
// groupBox1
|
//
|
groupBox1.BackColor = Color.FromArgb(32, 41, 50);
|
groupBox1.Controls.Add(DataGridInputs);
|
groupBox1.Dock = DockStyle.Fill;
|
groupBox1.ForeColor = Color.White;
|
groupBox1.Location = new Point(0, 0);
|
groupBox1.Name = "groupBox1";
|
groupBox1.Size = new Size(402, 142);
|
groupBox1.TabIndex = 0;
|
groupBox1.TabStop = false;
|
groupBox1.Text = "输入";
|
//
|
// DataGridInputs
|
//
|
DataGridInputs.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
DataGridInputs.Dock = DockStyle.Fill;
|
DataGridInputs.Location = new Point(3, 19);
|
DataGridInputs.Name = "DataGridInputs";
|
DataGridInputs.Size = new Size(396, 120);
|
DataGridInputs.TabIndex = 0;
|
//
|
// groupBox2
|
//
|
groupBox2.BackColor = Color.FromArgb(32, 41, 50);
|
groupBox2.Controls.Add(tableLayoutPanel1);
|
groupBox2.Dock = DockStyle.Fill;
|
groupBox2.ForeColor = Color.White;
|
groupBox2.Location = new Point(0, 0);
|
groupBox2.Name = "groupBox2";
|
groupBox2.Size = new Size(402, 257);
|
groupBox2.TabIndex = 0;
|
groupBox2.TabStop = false;
|
groupBox2.Text = "输出";
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 1;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 0, 0);
|
tableLayoutPanel1.Controls.Add(pnlOutput, 0, 2);
|
tableLayoutPanel1.Controls.Add(tableLayoutPanel5, 0, 1);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(3, 19);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 3;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Size = new Size(396, 235);
|
tableLayoutPanel1.TabIndex = 0;
|
//
|
// tableLayoutPanel4
|
//
|
tableLayoutPanel4.ColumnCount = 2;
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel4.Controls.Add(btnAdd, 0, 0);
|
tableLayoutPanel4.Controls.Add(btnDel, 1, 0);
|
tableLayoutPanel4.Location = new Point(3, 3);
|
tableLayoutPanel4.Name = "tableLayoutPanel4";
|
tableLayoutPanel4.RowCount = 1;
|
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
tableLayoutPanel4.Size = new Size(66, 34);
|
tableLayoutPanel4.TabIndex = 0;
|
//
|
// btnAdd
|
//
|
btnAdd.Dock = DockStyle.Fill;
|
btnAdd.ForeColor = Color.Black;
|
btnAdd.Location = new Point(3, 3);
|
btnAdd.Name = "btnAdd";
|
btnAdd.Size = new Size(27, 28);
|
btnAdd.TabIndex = 0;
|
btnAdd.Text = "+";
|
btnAdd.UseVisualStyleBackColor = true;
|
btnAdd.Click += btnAdd_Click;
|
//
|
// btnDel
|
//
|
btnDel.Dock = DockStyle.Fill;
|
btnDel.ForeColor = Color.Black;
|
btnDel.Location = new Point(36, 3);
|
btnDel.Name = "btnDel";
|
btnDel.Size = new Size(27, 28);
|
btnDel.TabIndex = 1;
|
btnDel.Text = "-";
|
btnDel.UseVisualStyleBackColor = true;
|
btnDel.Click += btnDel_Click;
|
//
|
// pnlOutput
|
//
|
pnlOutput.AutoScroll = true;
|
pnlOutput.Dock = DockStyle.Fill;
|
pnlOutput.Location = new Point(3, 68);
|
pnlOutput.Name = "pnlOutput";
|
pnlOutput.Size = new Size(390, 164);
|
pnlOutput.TabIndex = 1;
|
//
|
// tableLayoutPanel5
|
//
|
tableLayoutPanel5.ColumnCount = 6;
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 40F));
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
tableLayoutPanel5.Controls.Add(lblY, 5, 0);
|
tableLayoutPanel5.Controls.Add(lblX, 4, 0);
|
tableLayoutPanel5.Controls.Add(lblResult, 3, 0);
|
tableLayoutPanel5.Controls.Add(lblShape, 2, 0);
|
tableLayoutPanel5.Controls.Add(lblText, 1, 0);
|
tableLayoutPanel5.Controls.Add(lblIndex, 0, 0);
|
tableLayoutPanel5.Dock = DockStyle.Fill;
|
tableLayoutPanel5.Location = new Point(3, 43);
|
tableLayoutPanel5.Name = "tableLayoutPanel5";
|
tableLayoutPanel5.RowCount = 1;
|
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel5.Size = new Size(390, 19);
|
tableLayoutPanel5.TabIndex = 2;
|
//
|
// lblY
|
//
|
lblY.AutoSize = true;
|
lblY.Dock = DockStyle.Fill;
|
lblY.Location = new Point(323, 0);
|
lblY.Name = "lblY";
|
lblY.Size = new Size(64, 19);
|
lblY.TabIndex = 5;
|
lblY.Text = "坐标Y";
|
lblY.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// lblX
|
//
|
lblX.AutoSize = true;
|
lblX.Dock = DockStyle.Fill;
|
lblX.Location = new Point(253, 0);
|
lblX.Name = "lblX";
|
lblX.Size = new Size(64, 19);
|
lblX.TabIndex = 4;
|
lblX.Text = "坐标X";
|
lblX.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// lblResult
|
//
|
lblResult.AutoSize = true;
|
lblResult.Dock = DockStyle.Fill;
|
lblResult.Location = new Point(183, 0);
|
lblResult.Name = "lblResult";
|
lblResult.Size = new Size(64, 19);
|
lblResult.TabIndex = 3;
|
lblResult.Text = "结果";
|
lblResult.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// lblShape
|
//
|
lblShape.AutoSize = true;
|
lblShape.Dock = DockStyle.Fill;
|
lblShape.Location = new Point(113, 0);
|
lblShape.Name = "lblShape";
|
lblShape.Size = new Size(64, 19);
|
lblShape.TabIndex = 2;
|
lblShape.Text = "形状";
|
lblShape.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// lblText
|
//
|
lblText.AutoSize = true;
|
lblText.Dock = DockStyle.Fill;
|
lblText.Location = new Point(43, 0);
|
lblText.Name = "lblText";
|
lblText.Size = new Size(64, 19);
|
lblText.TabIndex = 1;
|
lblText.Text = "文字";
|
lblText.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// lblIndex
|
//
|
lblIndex.AutoSize = true;
|
lblIndex.Dock = DockStyle.Fill;
|
lblIndex.Location = new Point(3, 0);
|
lblIndex.Name = "lblIndex";
|
lblIndex.Size = new Size(34, 19);
|
lblIndex.TabIndex = 0;
|
lblIndex.Text = "序号";
|
lblIndex.TextAlign = ContentAlignment.MiddleCenter;
|
//
|
// pnlRecord
|
//
|
pnlRecord.BackColor = Color.FromArgb(32, 41, 50);
|
pnlRecord.Dock = DockStyle.Fill;
|
pnlRecord.ForeColor = Color.White;
|
pnlRecord.Location = new Point(0, 0);
|
pnlRecord.Name = "pnlRecord";
|
pnlRecord.Size = new Size(394, 403);
|
pnlRecord.TabIndex = 0;
|
//
|
// ToolsStrip
|
//
|
ToolsStrip.BackColor = Color.FromArgb(32, 41, 50);
|
ToolsStrip.Items.AddRange(new ToolStripItem[] { btnCompileCode, btnRunCode });
|
ToolsStrip.Location = new Point(0, 0);
|
ToolsStrip.Name = "ToolsStrip";
|
ToolsStrip.Size = new Size(800, 25);
|
ToolsStrip.TabIndex = 1;
|
ToolsStrip.Text = "toolStrip1";
|
//
|
// btnCompileCode
|
//
|
btnCompileCode.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
btnCompileCode.ForeColor = Color.White;
|
btnCompileCode.Image = (Image)resources.GetObject("btnCompileCode.Image");
|
btnCompileCode.ImageTransparentColor = Color.Magenta;
|
btnCompileCode.Name = "btnCompileCode";
|
btnCompileCode.Size = new Size(36, 22);
|
btnCompileCode.Text = "编译";
|
btnCompileCode.Click += btnCompileCode_Click;
|
//
|
// btnRunCode
|
//
|
btnRunCode.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
btnRunCode.ForeColor = Color.White;
|
btnRunCode.Image = (Image)resources.GetObject("btnRunCode.Image");
|
btnRunCode.ImageTransparentColor = Color.Magenta;
|
btnRunCode.Name = "btnRunCode";
|
btnRunCode.Size = new Size(36, 22);
|
btnRunCode.Text = "运行";
|
btnRunCode.Click += btnRunCode_Click;
|
//
|
// statusStrip1
|
//
|
statusStrip1.BackColor = Color.FromArgb(32, 41, 50);
|
statusStrip1.Items.AddRange(new ToolStripItem[] { lblRunTime });
|
statusStrip1.Location = new Point(0, 428);
|
statusStrip1.Name = "statusStrip1";
|
statusStrip1.Size = new Size(800, 22);
|
statusStrip1.TabIndex = 2;
|
statusStrip1.Text = "statusStrip1";
|
//
|
// lblRunTime
|
//
|
lblRunTime.ForeColor = Color.White;
|
lblRunTime.Name = "lblRunTime";
|
lblRunTime.Size = new Size(32, 17);
|
lblRunTime.Text = "0ms";
|
//
|
// panel1
|
//
|
panel1.Controls.Add(splitContainer1);
|
panel1.Dock = DockStyle.Fill;
|
panel1.Location = new Point(0, 25);
|
panel1.Name = "panel1";
|
panel1.Size = new Size(800, 403);
|
panel1.TabIndex = 3;
|
//
|
// RecordToolEdit
|
//
|
AutoScaleDimensions = new SizeF(96F, 96F);
|
AutoScaleMode = AutoScaleMode.Dpi;
|
Controls.Add(panel1);
|
Controls.Add(statusStrip1);
|
Controls.Add(ToolsStrip);
|
Name = "RecordToolEdit";
|
Size = new Size(800, 450);
|
Load += ScriptToolEdit_Load;
|
splitContainer1.Panel1.ResumeLayout(false);
|
splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
splitContainer1.ResumeLayout(false);
|
splitContainer2.Panel1.ResumeLayout(false);
|
splitContainer2.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
|
splitContainer2.ResumeLayout(false);
|
groupBox1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)DataGridInputs).EndInit();
|
groupBox2.ResumeLayout(false);
|
tableLayoutPanel1.ResumeLayout(false);
|
tableLayoutPanel4.ResumeLayout(false);
|
tableLayoutPanel5.ResumeLayout(false);
|
tableLayoutPanel5.PerformLayout();
|
ToolsStrip.ResumeLayout(false);
|
ToolsStrip.PerformLayout();
|
statusStrip1.ResumeLayout(false);
|
statusStrip1.PerformLayout();
|
panel1.ResumeLayout(false);
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private SplitContainer splitContainer1;
|
private SplitContainer splitContainer2;
|
private GroupBox groupBox1;
|
private GroupBox groupBox2;
|
private ToolStrip ToolsStrip;
|
private ToolStripButton btnCompileCode;
|
private ToolStripButton btnRunCode;
|
private StatusStrip statusStrip1;
|
private ToolStripStatusLabel lblRunTime;
|
private Panel panel1;
|
private TableLayoutPanel tableLayoutPanel2;
|
private DataGridView DataGridInputs;
|
private TableLayoutPanel tableLayoutPanel3;
|
private Panel pnlRecord;
|
private TableLayoutPanel tableLayoutPanel1;
|
private TableLayoutPanel tableLayoutPanel4;
|
private Button btnAdd;
|
private Button btnDel;
|
private Panel pnlOutput;
|
private TableLayoutPanel tableLayoutPanel5;
|
private Label lblIndex;
|
private Label lblY;
|
private Label lblX;
|
private Label lblResult;
|
private Label lblShape;
|
private Label lblText;
|
}
|
}
|