namespace Project.Dialog
{
partial class fEmulator
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
arDev.AzinAxt.ColorListItem colorListItem1 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem2 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem3 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem4 = new arDev.AzinAxt.ColorListItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fEmulator));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.jog1 = new arDev.AzinAxt.JogController();
this.jog2 = new arDev.AzinAxt.JogController();
this.jog3 = new arDev.AzinAxt.JogController();
this.jog4 = new arDev.AzinAxt.JogController();
this.jog5 = new arDev.AzinAxt.JogController();
this.jog6 = new arDev.AzinAxt.JogController();
this.jog7 = new arDev.AzinAxt.JogController();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.tblDI = new arDev.AzinAxt.GridView();
this.lbTitle1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.tblDO = new arDev.AzinAxt.GridView();
this.lbtitle2 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.ctlContainer1 = new UIControl.CtlContainer();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.ctlTowerLamp1 = new UIControl.CtlTowerLamp();
this.panel5 = new System.Windows.Forms.Panel();
this.SRLimP = new UIControl.CtlSensor();
this.SRLimN = new UIControl.CtlSensor();
this.m1 = new UIControl.CtlMotor();
this.SRDetU = new UIControl.CtlSensor();
this.SLLimP = new UIControl.CtlSensor();
this.SLDetU = new UIControl.CtlSensor();
this.m2 = new UIControl.CtlMotor();
this.SLLimN = new UIControl.CtlSensor();
this.panel13 = new System.Windows.Forms.Panel();
this.sf4 = new UIControl.CtlSensor();
this.sf3 = new UIControl.CtlSensor();
this.sf2 = new UIControl.CtlSensor();
this.sf1 = new UIControl.CtlSensor();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.ctlContainer1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel13.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 477);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(773, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// timer1
//
this.timer1.Interval = 50;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.Controls.Add(this.flowLayoutPanel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(374, 25);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5);
this.panel1.Size = new System.Drawing.Size(399, 452);
this.panel1.TabIndex = 7;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.jog1);
this.flowLayoutPanel1.Controls.Add(this.jog2);
this.flowLayoutPanel1.Controls.Add(this.jog3);
this.flowLayoutPanel1.Controls.Add(this.jog4);
this.flowLayoutPanel1.Controls.Add(this.jog5);
this.flowLayoutPanel1.Controls.Add(this.jog6);
this.flowLayoutPanel1.Controls.Add(this.jog7);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(389, 442);
this.flowLayoutPanel1.TabIndex = 9;
//
// jog1
//
this.jog1.arAutoUpdate = false;
this.jog1.arAxis = 0;
this.jog1.arAxisName = null;
this.jog1.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog1.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog1.arBottomSensorHeight = 40;
this.jog1.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog1.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog1.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog1.ardAct = 500D;
this.jog1.ardCmd = 0D;
this.jog1.arDebugMode = false;
this.jog1.arIsAlm = false;
this.jog1.arIsHLSP = false;
this.jog1.arIsHSet = false;
this.jog1.arIsInit = false;
this.jog1.arIsInp = false;
this.jog1.arIsLimN = false;
this.jog1.arIsLimP = false;
this.jog1.arIsOrg = false;
this.jog1.arIsSvON = true;
this.jog1.arMaxLength = 1200;
this.jog1.arMinLength = -100;
this.jog1.arShowJogButton = true;
this.jog1.arShowPositionBar = true;
this.jog1.arShowSensor = true;
this.jog1.arShowTitleBar = true;
this.jog1.arTitlebarHeight = ((ushort)(20));
this.jog1.arUpdateInterval = ((ushort)(100));
this.jog1.arUsage = true;
this.jog1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog1.Dock = System.Windows.Forms.DockStyle.Top;
this.jog1.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog1.Location = new System.Drawing.Point(3, 3);
this.jog1.Name = "jog1";
this.jog1.Size = new System.Drawing.Size(188, 91);
this.jog1.TabIndex = 8;
this.jog1.Text = "jogController1";
//
// jog2
//
this.jog2.arAutoUpdate = false;
this.jog2.arAxis = 1;
this.jog2.arAxisName = null;
this.jog2.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog2.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog2.arBottomSensorHeight = 40;
this.jog2.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog2.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog2.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog2.ardAct = 500D;
this.jog2.ardCmd = 0D;
this.jog2.arDebugMode = false;
this.jog2.arIsAlm = false;
this.jog2.arIsHLSP = false;
this.jog2.arIsHSet = true;
this.jog2.arIsInit = false;
this.jog2.arIsInp = false;
this.jog2.arIsLimN = false;
this.jog2.arIsLimP = false;
this.jog2.arIsOrg = false;
this.jog2.arIsSvON = true;
this.jog2.arMaxLength = 1200;
this.jog2.arMinLength = -100;
this.jog2.arShowJogButton = true;
this.jog2.arShowPositionBar = true;
this.jog2.arShowSensor = true;
this.jog2.arShowTitleBar = true;
this.jog2.arTitlebarHeight = ((ushort)(20));
this.jog2.arUpdateInterval = ((ushort)(100));
this.jog2.arUsage = true;
this.jog2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog2.Dock = System.Windows.Forms.DockStyle.Top;
this.jog2.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog2.Location = new System.Drawing.Point(197, 3);
this.jog2.Name = "jog2";
this.jog2.Size = new System.Drawing.Size(188, 91);
this.jog2.TabIndex = 6;
this.jog2.Text = "jogController1";
//
// jog3
//
this.jog3.arAutoUpdate = false;
this.jog3.arAxis = 2;
this.jog3.arAxisName = null;
this.jog3.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog3.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog3.arBottomSensorHeight = 40;
this.jog3.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog3.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog3.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog3.ardAct = 500D;
this.jog3.ardCmd = 0D;
this.jog3.arDebugMode = false;
this.jog3.arIsAlm = false;
this.jog3.arIsHLSP = false;
this.jog3.arIsHSet = false;
this.jog3.arIsInit = false;
this.jog3.arIsInp = false;
this.jog3.arIsLimN = false;
this.jog3.arIsLimP = false;
this.jog3.arIsOrg = false;
this.jog3.arIsSvON = true;
this.jog3.arMaxLength = 1200;
this.jog3.arMinLength = -100;
this.jog3.arShowJogButton = true;
this.jog3.arShowPositionBar = true;
this.jog3.arShowSensor = true;
this.jog3.arShowTitleBar = true;
this.jog3.arTitlebarHeight = ((ushort)(20));
this.jog3.arUpdateInterval = ((ushort)(100));
this.jog3.arUsage = true;
this.jog3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog3.Dock = System.Windows.Forms.DockStyle.Top;
this.jog3.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog3.Location = new System.Drawing.Point(3, 100);
this.jog3.Name = "jog3";
this.jog3.Size = new System.Drawing.Size(188, 91);
this.jog3.TabIndex = 6;
this.jog3.Text = "jogController1";
//
// jog4
//
this.jog4.arAutoUpdate = false;
this.jog4.arAxis = 3;
this.jog4.arAxisName = null;
this.jog4.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog4.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog4.arBottomSensorHeight = 40;
this.jog4.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog4.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog4.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog4.ardAct = 500D;
this.jog4.ardCmd = 0D;
this.jog4.arDebugMode = false;
this.jog4.arIsAlm = false;
this.jog4.arIsHLSP = false;
this.jog4.arIsHSet = false;
this.jog4.arIsInit = false;
this.jog4.arIsInp = false;
this.jog4.arIsLimN = false;
this.jog4.arIsLimP = false;
this.jog4.arIsOrg = false;
this.jog4.arIsSvON = true;
this.jog4.arMaxLength = 1200;
this.jog4.arMinLength = -100;
this.jog4.arShowJogButton = true;
this.jog4.arShowPositionBar = true;
this.jog4.arShowSensor = true;
this.jog4.arShowTitleBar = true;
this.jog4.arTitlebarHeight = ((ushort)(20));
this.jog4.arUpdateInterval = ((ushort)(100));
this.jog4.arUsage = true;
this.jog4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog4.Dock = System.Windows.Forms.DockStyle.Top;
this.jog4.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog4.Location = new System.Drawing.Point(197, 100);
this.jog4.Name = "jog4";
this.jog4.Size = new System.Drawing.Size(188, 91);
this.jog4.TabIndex = 6;
this.jog4.Text = "jogController1";
//
// jog5
//
this.jog5.arAutoUpdate = false;
this.jog5.arAxis = 4;
this.jog5.arAxisName = null;
this.jog5.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog5.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog5.arBottomSensorHeight = 40;
this.jog5.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog5.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog5.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog5.ardAct = 500D;
this.jog5.ardCmd = 0D;
this.jog5.arDebugMode = false;
this.jog5.arIsAlm = false;
this.jog5.arIsHLSP = false;
this.jog5.arIsHSet = false;
this.jog5.arIsInit = false;
this.jog5.arIsInp = false;
this.jog5.arIsLimN = false;
this.jog5.arIsLimP = false;
this.jog5.arIsOrg = false;
this.jog5.arIsSvON = true;
this.jog5.arMaxLength = 1200;
this.jog5.arMinLength = -100;
this.jog5.arShowJogButton = true;
this.jog5.arShowPositionBar = true;
this.jog5.arShowSensor = true;
this.jog5.arShowTitleBar = true;
this.jog5.arTitlebarHeight = ((ushort)(20));
this.jog5.arUpdateInterval = ((ushort)(100));
this.jog5.arUsage = true;
this.jog5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog5.Dock = System.Windows.Forms.DockStyle.Top;
this.jog5.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog5.Location = new System.Drawing.Point(3, 197);
this.jog5.Name = "jog5";
this.jog5.Size = new System.Drawing.Size(188, 91);
this.jog5.TabIndex = 7;
this.jog5.Text = "jogController1";
//
// jog6
//
this.jog6.arAutoUpdate = false;
this.jog6.arAxis = 5;
this.jog6.arAxisName = null;
this.jog6.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog6.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog6.arBottomSensorHeight = 40;
this.jog6.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog6.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog6.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog6.ardAct = 500D;
this.jog6.ardCmd = 0D;
this.jog6.arDebugMode = false;
this.jog6.arIsAlm = false;
this.jog6.arIsHLSP = false;
this.jog6.arIsHSet = false;
this.jog6.arIsInit = false;
this.jog6.arIsInp = false;
this.jog6.arIsLimN = false;
this.jog6.arIsLimP = false;
this.jog6.arIsOrg = false;
this.jog6.arIsSvON = true;
this.jog6.arMaxLength = 1200;
this.jog6.arMinLength = -100;
this.jog6.arShowJogButton = true;
this.jog6.arShowPositionBar = true;
this.jog6.arShowSensor = true;
this.jog6.arShowTitleBar = true;
this.jog6.arTitlebarHeight = ((ushort)(20));
this.jog6.arUpdateInterval = ((ushort)(100));
this.jog6.arUsage = true;
this.jog6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog6.Dock = System.Windows.Forms.DockStyle.Top;
this.jog6.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog6.Location = new System.Drawing.Point(197, 197);
this.jog6.Name = "jog6";
this.jog6.Size = new System.Drawing.Size(188, 91);
this.jog6.TabIndex = 9;
this.jog6.Text = "jogController1";
//
// jog7
//
this.jog7.arAutoUpdate = false;
this.jog7.arAxis = 6;
this.jog7.arAxisName = null;
this.jog7.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jog7.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jog7.arBottomSensorHeight = 40;
this.jog7.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jog7.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"STOP"};
this.jog7.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jog7.ardAct = 500D;
this.jog7.ardCmd = 0D;
this.jog7.arDebugMode = false;
this.jog7.arIsAlm = false;
this.jog7.arIsHLSP = false;
this.jog7.arIsHSet = false;
this.jog7.arIsInit = false;
this.jog7.arIsInp = false;
this.jog7.arIsLimN = false;
this.jog7.arIsLimP = false;
this.jog7.arIsOrg = false;
this.jog7.arIsSvON = true;
this.jog7.arMaxLength = 1200;
this.jog7.arMinLength = -100;
this.jog7.arShowJogButton = true;
this.jog7.arShowPositionBar = true;
this.jog7.arShowSensor = true;
this.jog7.arShowTitleBar = true;
this.jog7.arTitlebarHeight = ((ushort)(20));
this.jog7.arUpdateInterval = ((ushort)(100));
this.jog7.arUsage = true;
this.jog7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jog7.Dock = System.Windows.Forms.DockStyle.Top;
this.jog7.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jog7.Location = new System.Drawing.Point(3, 294);
this.jog7.Name = "jog7";
this.jog7.Size = new System.Drawing.Size(188, 91);
this.jog7.TabIndex = 10;
this.jog7.Text = "jogController1";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(360, 420);
this.tableLayoutPanel1.TabIndex = 137;
//
// panel2
//
this.panel2.Controls.Add(this.tblDI);
this.panel2.Controls.Add(this.lbTitle1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(360, 210);
this.panel2.TabIndex = 0;
//
// tblDI
//
this.tblDI.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.tblDI.BorderSize = 1;
colorListItem1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem1.Remark = "";
colorListItem2.BackColor1 = System.Drawing.Color.Green;
colorListItem2.BackColor2 = System.Drawing.Color.Green;
colorListItem2.Remark = "";
this.tblDI.ColorList = new arDev.AzinAxt.ColorListItem[] {
colorListItem1,
colorListItem2};
this.tblDI.Cursor = System.Windows.Forms.Cursors.Arrow;
this.tblDI.Dock = System.Windows.Forms.DockStyle.Fill;
this.tblDI.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold);
this.tblDI.FontPin = new System.Drawing.Font("Consolas", 6.75F);
this.tblDI.ForeColor = System.Drawing.Color.WhiteSmoke;
this.tblDI.ForeColorPin = System.Drawing.Color.WhiteSmoke;
this.tblDI.Location = new System.Drawing.Point(0, 22);
this.tblDI.MatrixSize = new System.Drawing.Point(8, 4);
this.tblDI.MenuBorderSize = 1;
this.tblDI.MenuGap = 5;
this.tblDI.MinimumSize = new System.Drawing.Size(100, 50);
this.tblDI.Name = "tblDI";
this.tblDI.Names = null;
this.tblDI.ShadowColor = System.Drawing.Color.Black;
this.tblDI.showDebugInfo = false;
this.tblDI.ShowIndexString = true;
this.tblDI.Size = new System.Drawing.Size(360, 188);
this.tblDI.TabIndex = 3;
this.tblDI.Tags = null;
this.tblDI.Text = "gridView2";
this.tblDI.TextAttachToImage = true;
this.tblDI.Titles = null;
this.tblDI.Values = null;
//
// lbTitle1
//
this.lbTitle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
this.lbTitle1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbTitle1.Dock = System.Windows.Forms.DockStyle.Top;
this.lbTitle1.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbTitle1.ForeColor = System.Drawing.Color.White;
this.lbTitle1.Location = new System.Drawing.Point(0, 0);
this.lbTitle1.Name = "lbTitle1";
this.lbTitle1.Size = new System.Drawing.Size(360, 22);
this.lbTitle1.TabIndex = 0;
this.lbTitle1.Text = "READ VALUE";
this.lbTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel3
//
this.panel3.Controls.Add(this.tblDO);
this.panel3.Controls.Add(this.lbtitle2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 210);
this.panel3.Margin = new System.Windows.Forms.Padding(0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(360, 210);
this.panel3.TabIndex = 0;
//
// tblDO
//
this.tblDO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.tblDO.BorderSize = 1;
colorListItem3.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem3.Remark = "";
colorListItem4.BackColor1 = System.Drawing.Color.Tomato;
colorListItem4.BackColor2 = System.Drawing.Color.Tomato;
colorListItem4.Remark = "";
this.tblDO.ColorList = new arDev.AzinAxt.ColorListItem[] {
colorListItem3,
colorListItem4};
this.tblDO.Cursor = System.Windows.Forms.Cursors.Arrow;
this.tblDO.Dock = System.Windows.Forms.DockStyle.Fill;
this.tblDO.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tblDO.FontPin = new System.Drawing.Font("Consolas", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tblDO.ForeColor = System.Drawing.Color.WhiteSmoke;
this.tblDO.ForeColorPin = System.Drawing.Color.WhiteSmoke;
this.tblDO.Location = new System.Drawing.Point(0, 22);
this.tblDO.MatrixSize = new System.Drawing.Point(8, 4);
this.tblDO.MenuBorderSize = 1;
this.tblDO.MenuGap = 5;
this.tblDO.MinimumSize = new System.Drawing.Size(100, 50);
this.tblDO.Name = "tblDO";
this.tblDO.Names = null;
this.tblDO.ShadowColor = System.Drawing.Color.Black;
this.tblDO.showDebugInfo = false;
this.tblDO.ShowIndexString = true;
this.tblDO.Size = new System.Drawing.Size(360, 188);
this.tblDO.TabIndex = 3;
this.tblDO.Tags = null;
this.tblDO.Text = "gridView3";
this.tblDO.TextAttachToImage = true;
this.tblDO.Titles = null;
this.tblDO.Values = null;
//
// lbtitle2
//
this.lbtitle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
this.lbtitle2.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbtitle2.Dock = System.Windows.Forms.DockStyle.Top;
this.lbtitle2.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbtitle2.ForeColor = System.Drawing.Color.White;
this.lbtitle2.Location = new System.Drawing.Point(0, 0);
this.lbtitle2.Name = "lbtitle2";
this.lbtitle2.Size = new System.Drawing.Size(360, 22);
this.lbtitle2.TabIndex = 1;
this.lbtitle2.Text = "WRITE VALUE";
this.lbtitle2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripSeparator1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(773, 25);
this.toolStrip1.TabIndex = 138;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(102, 22);
this.toolStripButton1.Text = "Init Emulation";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(51, 22);
this.toolStripButton2.Text = "slow";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(65, 22);
this.toolStripButton3.Text = "normal";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(46, 22);
this.toolStripButton4.Text = "fast";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 25);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(374, 452);
this.tabControl1.TabIndex = 168;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.ctlContainer1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(366, 426);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.tableLayoutPanel1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(366, 426);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// ctlContainer1
//
this.ctlContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.ctlContainer1.Controls.Add(this.checkBox2);
this.ctlContainer1.Controls.Add(this.checkBox1);
this.ctlContainer1.Controls.Add(this.button2);
this.ctlContainer1.Controls.Add(this.button4);
this.ctlContainer1.Controls.Add(this.button3);
this.ctlContainer1.Controls.Add(this.button1);
this.ctlContainer1.Controls.Add(this.ctlTowerLamp1);
this.ctlContainer1.Controls.Add(this.panel5);
this.ctlContainer1.Controls.Add(this.panel13);
this.ctlContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctlContainer1.Location = new System.Drawing.Point(3, 3);
this.ctlContainer1.Name = "ctlContainer1";
this.ctlContainer1.Size = new System.Drawing.Size(360, 420);
this.ctlContainer1.TabIndex = 167;
this.ctlContainer1.TabStop = false;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Checked = true;
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox2.Location = new System.Drawing.Point(209, 43);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
this.checkBox2.Size = new System.Drawing.Size(117, 26);
this.checkBox2.TabIndex = 180;
this.checkBox2.Text = "Auto VAC Detect";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(209, 17);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
this.checkBox1.Size = new System.Drawing.Size(114, 26);
this.checkBox1.TabIndex = 179;
this.checkBox1.Text = "Auto Port Detect";
this.checkBox1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(124, 287);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(95, 41);
this.button2.TabIndex = 183;
this.button2.Text = "VAC Off";
this.button2.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(29, 287);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(95, 41);
this.button4.TabIndex = 182;
this.button4.Text = "VAC On";
this.button4.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(124, 246);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(95, 41);
this.button3.TabIndex = 181;
this.button3.Text = "VAC Off";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(29, 246);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(95, 41);
this.button1.TabIndex = 179;
this.button1.Text = "VAC On";
this.button1.UseVisualStyleBackColor = true;
//
// ctlTowerLamp1
//
this.ctlTowerLamp1.arPinBuz.Output = false;
this.ctlTowerLamp1.arPinBuz.PinIndex = 1;
this.ctlTowerLamp1.arPinBuz.PinLevel = true;
this.ctlTowerLamp1.arPinBuz.Raw = false;
this.ctlTowerLamp1.arPinBuz.ValueDirection = UIControl.eValueDirection.input;
this.ctlTowerLamp1.arPinGrn.Output = false;
this.ctlTowerLamp1.arPinGrn.PinIndex = -1;
this.ctlTowerLamp1.arPinGrn.PinLevel = true;
this.ctlTowerLamp1.arPinGrn.Raw = false;
this.ctlTowerLamp1.arPinGrn.ValueDirection = UIControl.eValueDirection.input;
this.ctlTowerLamp1.arPinRed.Output = false;
this.ctlTowerLamp1.arPinRed.PinIndex = -1;
this.ctlTowerLamp1.arPinRed.PinLevel = true;
this.ctlTowerLamp1.arPinRed.Raw = false;
this.ctlTowerLamp1.arPinRed.ValueDirection = UIControl.eValueDirection.input;
this.ctlTowerLamp1.arPinYel.Output = false;
this.ctlTowerLamp1.arPinYel.PinIndex = -1;
this.ctlTowerLamp1.arPinYel.PinLevel = true;
this.ctlTowerLamp1.arPinYel.Raw = false;
this.ctlTowerLamp1.arPinYel.ValueDirection = UIControl.eValueDirection.input;
this.ctlTowerLamp1.Location = new System.Drawing.Point(240, 178);
this.ctlTowerLamp1.MinimumSize = new System.Drawing.Size(4, 4);
this.ctlTowerLamp1.Name = "ctlTowerLamp1";
this.ctlTowerLamp1.Padding = new System.Windows.Forms.Padding(10);
this.ctlTowerLamp1.Size = new System.Drawing.Size(59, 144);
this.ctlTowerLamp1.TabIndex = 166;
this.ctlTowerLamp1.Text = "ctlTowerLamp1";
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.SRLimP);
this.panel5.Controls.Add(this.SRLimN);
this.panel5.Controls.Add(this.m1);
this.panel5.Controls.Add(this.SRDetU);
this.panel5.Controls.Add(this.SLLimP);
this.panel5.Controls.Add(this.SLDetU);
this.panel5.Controls.Add(this.m2);
this.panel5.Controls.Add(this.SLLimN);
this.panel5.Location = new System.Drawing.Point(16, 17);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(187, 158);
this.panel5.TabIndex = 178;
//
// SRLimP
//
this.SRLimP.arPin.Output = false;
this.SRLimP.arPin.PinIndex = -1;
this.SRLimP.arPin.PinLevel = true;
this.SRLimP.arPin.Raw = false;
this.SRLimP.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SRLimP.ColorOff = System.Drawing.Color.DimGray;
this.SRLimP.ColorOn = System.Drawing.Color.Red;
this.SRLimP.Location = new System.Drawing.Point(96, 10);
this.SRLimP.MaximumSize = new System.Drawing.Size(80, 80);
this.SRLimP.MinimumSize = new System.Drawing.Size(4, 4);
this.SRLimP.Name = "SRLimP";
this.SRLimP.Padding = new System.Windows.Forms.Padding(3);
this.SRLimP.RectShape = true;
this.SRLimP.Size = new System.Drawing.Size(80, 24);
this.SRLimP.TabIndex = 175;
this.SRLimP.Text = "LIM +";
this.SRLimP.Click += new System.EventHandler(this.SRLimP_Click);
//
// SRLimN
//
this.SRLimN.arPin.Output = false;
this.SRLimN.arPin.PinIndex = -1;
this.SRLimN.arPin.PinLevel = true;
this.SRLimN.arPin.Raw = false;
this.SRLimN.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SRLimN.ColorOff = System.Drawing.Color.DimGray;
this.SRLimN.ColorOn = System.Drawing.Color.Red;
this.SRLimN.Location = new System.Drawing.Point(96, 123);
this.SRLimN.MaximumSize = new System.Drawing.Size(80, 80);
this.SRLimN.MinimumSize = new System.Drawing.Size(4, 4);
this.SRLimN.Name = "SRLimN";
this.SRLimN.Padding = new System.Windows.Forms.Padding(3);
this.SRLimN.RectShape = true;
this.SRLimN.Size = new System.Drawing.Size(80, 24);
this.SRLimN.TabIndex = 177;
this.SRLimN.Text = "LIM -";
this.SRLimN.Click += new System.EventHandler(this.SRLimN_Click);
//
// m1
//
this.m1.Length = 100;
this.m1.Location = new System.Drawing.Point(10, 70);
this.m1.MaximumSize = new System.Drawing.Size(80, 80);
this.m1.MinimumSize = new System.Drawing.Size(40, 40);
this.m1.Name = "m1";
this.m1.Padding = new System.Windows.Forms.Padding(8, 10, 10, 10);
this.m1.Pin_DirCW.Output = false;
this.m1.Pin_DirCW.PinIndex = -1;
this.m1.Pin_DirCW.PinLevel = true;
this.m1.Pin_DirCW.Raw = false;
this.m1.Pin_DirCW.ValueDirection = UIControl.eValueDirection.input;
this.m1.Pin_Max.Output = false;
this.m1.Pin_Max.PinIndex = -1;
this.m1.Pin_Max.PinLevel = true;
this.m1.Pin_Max.Raw = false;
this.m1.Pin_Max.ValueDirection = UIControl.eValueDirection.input;
this.m1.Pin_Min.Output = false;
this.m1.Pin_Min.PinIndex = -1;
this.m1.Pin_Min.PinLevel = true;
this.m1.Pin_Min.Raw = false;
this.m1.Pin_Min.ValueDirection = UIControl.eValueDirection.input;
this.m1.Pin_Run.Output = false;
this.m1.Pin_Run.PinIndex = -1;
this.m1.Pin_Run.PinLevel = true;
this.m1.Pin_Run.Raw = false;
this.m1.Pin_Run.ValueDirection = UIControl.eValueDirection.input;
this.m1.Size = new System.Drawing.Size(80, 47);
this.m1.speed = false;
this.m1.TabIndex = 169;
this.m1.TabStop = false;
this.m1.Text = "C 1-2";
this.m1.Click += new System.EventHandler(this.m1_Click);
//
// SRDetU
//
this.SRDetU.arPin.Output = false;
this.SRDetU.arPin.PinIndex = -1;
this.SRDetU.arPin.PinLevel = true;
this.SRDetU.arPin.Raw = false;
this.SRDetU.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SRDetU.ColorOff = System.Drawing.Color.DimGray;
this.SRDetU.ColorOn = System.Drawing.Color.Red;
this.SRDetU.Location = new System.Drawing.Point(96, 40);
this.SRDetU.MaximumSize = new System.Drawing.Size(80, 80);
this.SRDetU.MinimumSize = new System.Drawing.Size(4, 4);
this.SRDetU.Name = "SRDetU";
this.SRDetU.Padding = new System.Windows.Forms.Padding(3);
this.SRDetU.RectShape = true;
this.SRDetU.Size = new System.Drawing.Size(80, 24);
this.SRDetU.TabIndex = 176;
this.SRDetU.Text = "DETECT";
this.SRDetU.Click += new System.EventHandler(this.SRDetU_Click);
//
// SLLimP
//
this.SLLimP.arPin.Output = false;
this.SLLimP.arPin.PinIndex = -1;
this.SLLimP.arPin.PinLevel = true;
this.SLLimP.arPin.Raw = false;
this.SLLimP.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SLLimP.ColorOff = System.Drawing.Color.DimGray;
this.SLLimP.ColorOn = System.Drawing.Color.Red;
this.SLLimP.Location = new System.Drawing.Point(10, 10);
this.SLLimP.MaximumSize = new System.Drawing.Size(80, 80);
this.SLLimP.MinimumSize = new System.Drawing.Size(4, 4);
this.SLLimP.Name = "SLLimP";
this.SLLimP.Padding = new System.Windows.Forms.Padding(3);
this.SLLimP.RectShape = true;
this.SLLimP.Size = new System.Drawing.Size(80, 24);
this.SLLimP.TabIndex = 171;
this.SLLimP.Text = "LIM +";
this.SLLimP.Click += new System.EventHandler(this.SLLimP_Click);
//
// SLDetU
//
this.SLDetU.arPin.Output = false;
this.SLDetU.arPin.PinIndex = -1;
this.SLDetU.arPin.PinLevel = true;
this.SLDetU.arPin.Raw = false;
this.SLDetU.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SLDetU.ColorOff = System.Drawing.Color.DimGray;
this.SLDetU.ColorOn = System.Drawing.Color.Red;
this.SLDetU.Location = new System.Drawing.Point(10, 40);
this.SLDetU.MaximumSize = new System.Drawing.Size(80, 80);
this.SLDetU.MinimumSize = new System.Drawing.Size(4, 4);
this.SLDetU.Name = "SLDetU";
this.SLDetU.Padding = new System.Windows.Forms.Padding(3);
this.SLDetU.RectShape = true;
this.SLDetU.Size = new System.Drawing.Size(80, 24);
this.SLDetU.TabIndex = 172;
this.SLDetU.Text = "DETECT";
this.SLDetU.Click += new System.EventHandler(this.SLDetU_Click);
//
// m2
//
this.m2.Length = 100;
this.m2.Location = new System.Drawing.Point(96, 70);
this.m2.MaximumSize = new System.Drawing.Size(80, 80);
this.m2.MinimumSize = new System.Drawing.Size(40, 40);
this.m2.Name = "m2";
this.m2.Padding = new System.Windows.Forms.Padding(8, 10, 10, 10);
this.m2.Pin_DirCW.Output = false;
this.m2.Pin_DirCW.PinIndex = -1;
this.m2.Pin_DirCW.PinLevel = true;
this.m2.Pin_DirCW.Raw = false;
this.m2.Pin_DirCW.ValueDirection = UIControl.eValueDirection.input;
this.m2.Pin_Max.Output = false;
this.m2.Pin_Max.PinIndex = -1;
this.m2.Pin_Max.PinLevel = true;
this.m2.Pin_Max.Raw = false;
this.m2.Pin_Max.ValueDirection = UIControl.eValueDirection.input;
this.m2.Pin_Min.Output = false;
this.m2.Pin_Min.PinIndex = -1;
this.m2.Pin_Min.PinLevel = true;
this.m2.Pin_Min.Raw = false;
this.m2.Pin_Min.ValueDirection = UIControl.eValueDirection.input;
this.m2.Pin_Run.Output = false;
this.m2.Pin_Run.PinIndex = -1;
this.m2.Pin_Run.PinLevel = true;
this.m2.Pin_Run.Raw = false;
this.m2.Pin_Run.ValueDirection = UIControl.eValueDirection.input;
this.m2.Size = new System.Drawing.Size(80, 47);
this.m2.speed = false;
this.m2.TabIndex = 174;
this.m2.TabStop = false;
this.m2.Text = "C 1-2";
this.m2.Click += new System.EventHandler(this.m2_Click);
//
// SLLimN
//
this.SLLimN.arPin.Output = false;
this.SLLimN.arPin.PinIndex = -1;
this.SLLimN.arPin.PinLevel = true;
this.SLLimN.arPin.Raw = false;
this.SLLimN.arPin.ValueDirection = UIControl.eValueDirection.input;
this.SLLimN.ColorOff = System.Drawing.Color.DimGray;
this.SLLimN.ColorOn = System.Drawing.Color.Red;
this.SLLimN.Location = new System.Drawing.Point(10, 123);
this.SLLimN.MaximumSize = new System.Drawing.Size(80, 80);
this.SLLimN.MinimumSize = new System.Drawing.Size(4, 4);
this.SLLimN.Name = "SLLimN";
this.SLLimN.Padding = new System.Windows.Forms.Padding(3);
this.SLLimN.RectShape = true;
this.SLLimN.Size = new System.Drawing.Size(80, 24);
this.SLLimN.TabIndex = 173;
this.SLLimN.Text = "LIM -";
this.SLLimN.Click += new System.EventHandler(this.SLLimN_Click);
//
// panel13
//
this.panel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.panel13.Controls.Add(this.sf4);
this.panel13.Controls.Add(this.sf3);
this.panel13.Controls.Add(this.sf2);
this.panel13.Controls.Add(this.sf1);
this.panel13.Location = new System.Drawing.Point(15, 178);
this.panel13.Name = "panel13";
this.panel13.Padding = new System.Windows.Forms.Padding(5);
this.panel13.Size = new System.Drawing.Size(219, 59);
this.panel13.TabIndex = 168;
//
// sf4
//
this.sf4.arPin.Output = false;
this.sf4.arPin.PinIndex = -1;
this.sf4.arPin.PinLevel = true;
this.sf4.arPin.Raw = false;
this.sf4.arPin.ValueDirection = UIControl.eValueDirection.input;
this.sf4.ColorOff = System.Drawing.Color.DimGray;
this.sf4.ColorOn = System.Drawing.Color.Gold;
this.sf4.Dock = System.Windows.Forms.DockStyle.Left;
this.sf4.Location = new System.Drawing.Point(161, 5);
this.sf4.MaximumSize = new System.Drawing.Size(200, 200);
this.sf4.MinimumSize = new System.Drawing.Size(4, 4);
this.sf4.Name = "sf4";
this.sf4.Padding = new System.Windows.Forms.Padding(3);
this.sf4.RectShape = false;
this.sf4.Size = new System.Drawing.Size(52, 49);
this.sf4.TabIndex = 147;
this.sf4.Text = "RESET";
this.sf4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseDown);
this.sf4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseUp);
//
// sf3
//
this.sf3.arPin.Output = false;
this.sf3.arPin.PinIndex = -1;
this.sf3.arPin.PinLevel = true;
this.sf3.arPin.Raw = false;
this.sf3.arPin.ValueDirection = UIControl.eValueDirection.input;
this.sf3.ColorOff = System.Drawing.Color.DimGray;
this.sf3.ColorOn = System.Drawing.Color.Red;
this.sf3.Dock = System.Windows.Forms.DockStyle.Left;
this.sf3.Location = new System.Drawing.Point(109, 5);
this.sf3.MaximumSize = new System.Drawing.Size(200, 200);
this.sf3.MinimumSize = new System.Drawing.Size(4, 4);
this.sf3.Name = "sf3";
this.sf3.Padding = new System.Windows.Forms.Padding(3);
this.sf3.RectShape = false;
this.sf3.Size = new System.Drawing.Size(52, 49);
this.sf3.TabIndex = 146;
this.sf3.Tag = "stop";
this.sf3.Text = "STOP";
this.sf3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseDown);
this.sf3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseUp);
//
// sf2
//
this.sf2.arPin.Output = false;
this.sf2.arPin.PinIndex = -1;
this.sf2.arPin.PinLevel = true;
this.sf2.arPin.Raw = false;
this.sf2.arPin.ValueDirection = UIControl.eValueDirection.input;
this.sf2.ColorOff = System.Drawing.Color.DimGray;
this.sf2.ColorOn = System.Drawing.Color.Lime;
this.sf2.Dock = System.Windows.Forms.DockStyle.Left;
this.sf2.Location = new System.Drawing.Point(57, 5);
this.sf2.MaximumSize = new System.Drawing.Size(200, 200);
this.sf2.MinimumSize = new System.Drawing.Size(4, 4);
this.sf2.Name = "sf2";
this.sf2.Padding = new System.Windows.Forms.Padding(3);
this.sf2.RectShape = false;
this.sf2.Size = new System.Drawing.Size(52, 49);
this.sf2.TabIndex = 148;
this.sf2.Tag = "start";
this.sf2.Text = "START";
this.sf2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseDown);
this.sf2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseUp);
//
// sf1
//
this.sf1.arPin.Output = false;
this.sf1.arPin.PinIndex = -1;
this.sf1.arPin.PinLevel = true;
this.sf1.arPin.Raw = false;
this.sf1.arPin.ValueDirection = UIControl.eValueDirection.input;
this.sf1.ColorOff = System.Drawing.Color.DimGray;
this.sf1.ColorOn = System.Drawing.Color.SkyBlue;
this.sf1.Dock = System.Windows.Forms.DockStyle.Left;
this.sf1.Location = new System.Drawing.Point(5, 5);
this.sf1.MaximumSize = new System.Drawing.Size(200, 200);
this.sf1.MinimumSize = new System.Drawing.Size(4, 4);
this.sf1.Name = "sf1";
this.sf1.Padding = new System.Windows.Forms.Padding(3);
this.sf1.RectShape = false;
this.sf1.Size = new System.Drawing.Size(52, 49);
this.sf1.TabIndex = 149;
this.sf1.Tag = "air";
this.sf1.Text = "AIR";
this.sf1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseDown);
this.sf1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btAir_MouseUp);
//
// fEmulator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 499);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Name = "fEmulator";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fEmulator";
this.TopMost = true;
this.Load += new System.EventHandler(this.fEmulator_Load);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ctlContainer1.ResumeLayout(false);
this.ctlContainer1.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel13.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.Timer timer1;
private arDev.AzinAxt.JogController jog2;
private arDev.AzinAxt.JogController jog4;
private arDev.AzinAxt.JogController jog3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel2;
private arDev.AzinAxt.GridView tblDI;
private System.Windows.Forms.Label lbTitle1;
private System.Windows.Forms.Panel panel3;
private arDev.AzinAxt.GridView tblDO;
private System.Windows.Forms.Label lbtitle2;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private UIControl.CtlTowerLamp ctlTowerLamp1;
private UIControl.CtlContainer ctlContainer1;
private System.Windows.Forms.Panel panel13;
private UIControl.CtlSensor sf4;
private UIControl.CtlSensor sf3;
private UIControl.CtlSensor sf2;
private UIControl.CtlSensor sf1;
private UIControl.CtlMotor m1;
private UIControl.CtlSensor SLLimP;
private UIControl.CtlSensor SLDetU;
private UIControl.CtlSensor SLLimN;
private UIControl.CtlSensor SRLimN;
private UIControl.CtlSensor SRDetU;
private UIControl.CtlSensor SRLimP;
private UIControl.CtlMotor m2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private arDev.AzinAxt.JogController jog1;
private arDev.AzinAxt.JogController jog5;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private arDev.AzinAxt.JogController jog6;
private arDev.AzinAxt.JogController jog7;
}
}