You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

287 lines
14 KiB
C#

namespace Rs.MotionPlat
{
partial class FormIO
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reverseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.disabledToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelEx2 = new Rs.Controls.PanelEx();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panelEx3 = new Rs.Controls.PanelEx();
this.panelEx7 = new Rs.Controls.PanelEx();
this.panelIn = new System.Windows.Forms.FlowLayoutPanel();
this.panelEx5 = new Rs.Controls.PanelEx();
this.label1 = new System.Windows.Forms.Label();
this.panelEx4 = new Rs.Controls.PanelEx();
this.panelEx8 = new Rs.Controls.PanelEx();
this.panelOut = new System.Windows.Forms.FlowLayoutPanel();
this.panelEx6 = new Rs.Controls.PanelEx();
this.label2 = new System.Windows.Forms.Label();
this.contextMenuStrip1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx7.SuspendLayout();
this.panelEx5.SuspendLayout();
this.panelEx4.SuspendLayout();
this.panelEx8.SuspendLayout();
this.panelEx6.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.renameToolStripMenuItem,
this.reverseToolStripMenuItem,
this.checkedToolStripMenuItem,
this.disabledToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(128, 92);
//
// renameToolStripMenuItem
//
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
this.renameToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.renameToolStripMenuItem.Text = "Rename";
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// reverseToolStripMenuItem
//
this.reverseToolStripMenuItem.Name = "reverseToolStripMenuItem";
this.reverseToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.reverseToolStripMenuItem.Text = "Reverse";
this.reverseToolStripMenuItem.Click += new System.EventHandler(this.reverseToolStripMenuItem_Click);
//
// checkedToolStripMenuItem
//
this.checkedToolStripMenuItem.Name = "checkedToolStripMenuItem";
this.checkedToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.checkedToolStripMenuItem.Text = "Passed";
this.checkedToolStripMenuItem.Click += new System.EventHandler(this.checkedToolStripMenuItem_Click);
//
// disabledToolStripMenuItem
//
this.disabledToolStripMenuItem.Name = "disabledToolStripMenuItem";
this.disabledToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.disabledToolStripMenuItem.Text = "Disabled";
this.disabledToolStripMenuItem.Click += new System.EventHandler(this.disabledToolStripMenuItem_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(170, 796);
this.tableLayoutPanel1.TabIndex = 0;
//
// panelEx2
//
this.panelEx2.Controls.Add(this.tableLayoutPanel2);
this.panelEx2.Controls.Add(this.tableLayoutPanel1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(1231, 796);
this.panelEx2.TabIndex = 2;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.panelEx3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panelEx4, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(170, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1061, 796);
this.tableLayoutPanel2.TabIndex = 1;
//
// panelEx3
//
this.panelEx3.Controls.Add(this.panelEx7);
this.panelEx3.Controls.Add(this.panelEx5);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(3, 3);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(524, 790);
this.panelEx3.TabIndex = 0;
//
// panelEx7
//
this.panelEx7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx7.Controls.Add(this.panelIn);
this.panelEx7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx7.Location = new System.Drawing.Point(0, 50);
this.panelEx7.Name = "panelEx7";
this.panelEx7.Size = new System.Drawing.Size(524, 740);
this.panelEx7.TabIndex = 1;
//
// panelIn
//
this.panelIn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelIn.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelIn.Location = new System.Drawing.Point(0, 0);
this.panelIn.Name = "panelIn";
this.panelIn.Size = new System.Drawing.Size(522, 738);
this.panelIn.TabIndex = 0;
//
// panelEx5
//
this.panelEx5.Controls.Add(this.label1);
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx5.Location = new System.Drawing.Point(0, 0);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(524, 50);
this.panelEx5.TabIndex = 0;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("宋体", 18F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(524, 50);
this.label1.TabIndex = 0;
this.label1.Text = "输入";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panelEx4
//
this.panelEx4.Controls.Add(this.panelEx8);
this.panelEx4.Controls.Add(this.panelEx6);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx4.Location = new System.Drawing.Point(533, 3);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(525, 790);
this.panelEx4.TabIndex = 1;
//
// panelEx8
//
this.panelEx8.Controls.Add(this.panelOut);
this.panelEx8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx8.Location = new System.Drawing.Point(0, 50);
this.panelEx8.Name = "panelEx8";
this.panelEx8.Size = new System.Drawing.Size(525, 740);
this.panelEx8.TabIndex = 1;
//
// panelOut
//
this.panelOut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelOut.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelOut.Location = new System.Drawing.Point(0, 0);
this.panelOut.Name = "panelOut";
this.panelOut.Size = new System.Drawing.Size(525, 740);
this.panelOut.TabIndex = 0;
//
// panelEx6
//
this.panelEx6.Controls.Add(this.label2);
this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx6.Location = new System.Drawing.Point(0, 0);
this.panelEx6.Name = "panelEx6";
this.panelEx6.Size = new System.Drawing.Size(525, 50);
this.panelEx6.TabIndex = 0;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("宋体", 18F);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(525, 50);
this.label2.TabIndex = 1;
this.label2.Text = "输出";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FormIO
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1231, 796);
this.Controls.Add(this.panelEx2);
this.Name = "FormIO";
this.Text = "FormIO";
this.Load += new System.EventHandler(this.FormIO_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.panelEx7.ResumeLayout(false);
this.panelEx5.ResumeLayout(false);
this.panelEx4.ResumeLayout(false);
this.panelEx8.ResumeLayout(false);
this.panelEx6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem reverseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkedToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem disabledToolStripMenuItem;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private Controls.PanelEx panelEx3;
private Controls.PanelEx panelEx7;
private System.Windows.Forms.FlowLayoutPanel panelIn;
private Controls.PanelEx panelEx5;
private System.Windows.Forms.Label label1;
private Controls.PanelEx panelEx4;
private Controls.PanelEx panelEx8;
private System.Windows.Forms.FlowLayoutPanel panelOut;
private Controls.PanelEx panelEx6;
private System.Windows.Forms.Label label2;
}
}