Files
ATV_STDLabelAttach/QRValidation/Project/Dialog/fEmulator.Designer.cs
atvstdla dc66158497 Add QRValidation project to repository
- Added QRValidation vision control system
- Includes CapCleaningControl UI components
- WebSocket-based barcode validation system
- Support for Crevis PLC integration
- Test projects for PLC emulator, motion, IO panel, and Modbus

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-02 11:38:38 +09:00

648 lines
32 KiB
C#

namespace Project.Dialog
{
partial class fEmulator
{
/// <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();
arDev.AzinAxt.ColorListItem colorListItem5 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem6 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem7 = new arDev.AzinAxt.ColorListItem();
arDev.AzinAxt.ColorListItem colorListItem8 = new arDev.AzinAxt.ColorListItem();
this.panel1 = new System.Windows.Forms.Panel();
this.jogController5 = new arDev.AzinAxt.JogController();
this.jogController4 = new arDev.AzinAxt.JogController();
this.jogController3 = new arDev.AzinAxt.JogController();
this.jogController2 = new arDev.AzinAxt.JogController();
this.jogController1 = 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.timer1 = new System.Windows.Forms.Timer(this.components);
this.button1 = new System.Windows.Forms.Button();
this.ctlSensor1 = new UIControl.CtlSensor();
this.m4 = new UIControl.CtlMotor();
this.m3 = new UIControl.CtlMotor();
this.m2 = new UIControl.CtlMotor();
this.m1 = new UIControl.CtlMotor();
this.mcv = new UIControl.CtlMotor();
this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.panel1.Controls.Add(this.jogController5);
this.panel1.Controls.Add(this.jogController4);
this.panel1.Controls.Add(this.jogController3);
this.panel1.Controls.Add(this.jogController2);
this.panel1.Controls.Add(this.jogController1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(574, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5);
this.panel1.Size = new System.Drawing.Size(226, 414);
this.panel1.TabIndex = 8;
//
// jogController5
//
this.jogController5.arAutoUpdate = false;
this.jogController5.arAxis = 4;
this.jogController5.arAxisName = "Z-R";
this.jogController5.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jogController5.arBottomSensorCommand = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"POS"};
this.jogController5.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jogController5.arBottomSensorHeight = 30;
this.jogController5.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jogController5.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"--"};
this.jogController5.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jogController5.ardAct = 200D;
this.jogController5.arDebugMode = false;
this.jogController5.arIsAlm = false;
this.jogController5.arIsHSet = true;
this.jogController5.arIsInit = false;
this.jogController5.arIsInp = false;
this.jogController5.arIsLimM = false;
this.jogController5.arIsLimP = false;
this.jogController5.arIsOrg = false;
this.jogController5.arIsSvON = true;
this.jogController5.arMaxLength = 400;
this.jogController5.arMinLength = -10;
this.jogController5.arShowJogButton = true;
this.jogController5.arShowPositionBar = true;
this.jogController5.arShowSensor = true;
this.jogController5.arShowTitleBar = true;
this.jogController5.arTitlebarHeight = ((ushort)(20));
this.jogController5.arUpdateInterval = ((ushort)(100));
this.jogController5.arUsage = true;
this.jogController5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jogController5.Dock = System.Windows.Forms.DockStyle.Top;
this.jogController5.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jogController5.Location = new System.Drawing.Point(5, 293);
this.jogController5.Name = "jogController5";
this.jogController5.Size = new System.Drawing.Size(216, 72);
this.jogController5.TabIndex = 11;
this.jogController5.Text = "156";
//
// jogController4
//
this.jogController4.arAutoUpdate = false;
this.jogController4.arAxis = 3;
this.jogController4.arAxisName = "Z-F";
this.jogController4.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jogController4.arBottomSensorCommand = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"POS"};
this.jogController4.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jogController4.arBottomSensorHeight = 30;
this.jogController4.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jogController4.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"--"};
this.jogController4.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jogController4.ardAct = 200D;
this.jogController4.arDebugMode = false;
this.jogController4.arIsAlm = false;
this.jogController4.arIsHSet = true;
this.jogController4.arIsInit = false;
this.jogController4.arIsInp = false;
this.jogController4.arIsLimM = false;
this.jogController4.arIsLimP = false;
this.jogController4.arIsOrg = false;
this.jogController4.arIsSvON = true;
this.jogController4.arMaxLength = 400;
this.jogController4.arMinLength = -10;
this.jogController4.arShowJogButton = true;
this.jogController4.arShowPositionBar = true;
this.jogController4.arShowSensor = true;
this.jogController4.arShowTitleBar = true;
this.jogController4.arTitlebarHeight = ((ushort)(20));
this.jogController4.arUpdateInterval = ((ushort)(100));
this.jogController4.arUsage = true;
this.jogController4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jogController4.Dock = System.Windows.Forms.DockStyle.Top;
this.jogController4.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jogController4.Location = new System.Drawing.Point(5, 221);
this.jogController4.Name = "jogController4";
this.jogController4.Size = new System.Drawing.Size(216, 72);
this.jogController4.TabIndex = 10;
this.jogController4.Text = "156";
//
// jogController3
//
this.jogController3.arAutoUpdate = false;
this.jogController3.arAxis = 2;
this.jogController3.arAxisName = "Y-P";
this.jogController3.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jogController3.arBottomSensorCommand = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"POS"};
this.jogController3.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jogController3.arBottomSensorHeight = 30;
this.jogController3.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jogController3.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"--"};
this.jogController3.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jogController3.ardAct = 200D;
this.jogController3.arDebugMode = false;
this.jogController3.arIsAlm = false;
this.jogController3.arIsHSet = true;
this.jogController3.arIsInit = false;
this.jogController3.arIsInp = false;
this.jogController3.arIsLimM = false;
this.jogController3.arIsLimP = false;
this.jogController3.arIsOrg = false;
this.jogController3.arIsSvON = true;
this.jogController3.arMaxLength = 400;
this.jogController3.arMinLength = -10;
this.jogController3.arShowJogButton = true;
this.jogController3.arShowPositionBar = true;
this.jogController3.arShowSensor = true;
this.jogController3.arShowTitleBar = true;
this.jogController3.arTitlebarHeight = ((ushort)(20));
this.jogController3.arUpdateInterval = ((ushort)(100));
this.jogController3.arUsage = true;
this.jogController3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jogController3.Dock = System.Windows.Forms.DockStyle.Top;
this.jogController3.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jogController3.Location = new System.Drawing.Point(5, 149);
this.jogController3.Name = "jogController3";
this.jogController3.Size = new System.Drawing.Size(216, 72);
this.jogController3.TabIndex = 9;
this.jogController3.Text = "156";
//
// jogController2
//
this.jogController2.arAutoUpdate = false;
this.jogController2.arAxis = 1;
this.jogController2.arAxisName = "X-R";
this.jogController2.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jogController2.arBottomSensorCommand = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"POS"};
this.jogController2.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jogController2.arBottomSensorHeight = 30;
this.jogController2.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jogController2.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"--"};
this.jogController2.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jogController2.ardAct = 200D;
this.jogController2.arDebugMode = false;
this.jogController2.arIsAlm = false;
this.jogController2.arIsHSet = true;
this.jogController2.arIsInit = false;
this.jogController2.arIsInp = false;
this.jogController2.arIsLimM = false;
this.jogController2.arIsLimP = false;
this.jogController2.arIsOrg = false;
this.jogController2.arIsSvON = true;
this.jogController2.arMaxLength = 400;
this.jogController2.arMinLength = -10;
this.jogController2.arShowJogButton = true;
this.jogController2.arShowPositionBar = true;
this.jogController2.arShowSensor = true;
this.jogController2.arShowTitleBar = true;
this.jogController2.arTitlebarHeight = ((ushort)(20));
this.jogController2.arUpdateInterval = ((ushort)(100));
this.jogController2.arUsage = true;
this.jogController2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jogController2.Dock = System.Windows.Forms.DockStyle.Top;
this.jogController2.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jogController2.Location = new System.Drawing.Point(5, 77);
this.jogController2.Name = "jogController2";
this.jogController2.Size = new System.Drawing.Size(216, 72);
this.jogController2.TabIndex = 8;
this.jogController2.Text = "156";
//
// jogController1
//
this.jogController1.arAutoUpdate = false;
this.jogController1.arAxis = 0;
this.jogController1.arAxisName = "X-F";
this.jogController1.arBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
this.jogController1.arBottomSensorCommand = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"POS"};
this.jogController1.arBottomSensorFont = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold);
this.jogController1.arBottomSensorHeight = 30;
this.jogController1.arBottomSensorListCount = new System.Drawing.Point(4, 2);
this.jogController1.arBottomSensorTitle = new string[] {
"INP",
"ORG",
"LIM+",
"HOME",
"ALM",
"SVON",
"LIM-",
"--"};
this.jogController1.arCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.jogController1.ardAct = 200D;
this.jogController1.arDebugMode = false;
this.jogController1.arIsAlm = false;
this.jogController1.arIsHSet = true;
this.jogController1.arIsInit = false;
this.jogController1.arIsInp = false;
this.jogController1.arIsLimM = false;
this.jogController1.arIsLimP = false;
this.jogController1.arIsOrg = false;
this.jogController1.arIsSvON = true;
this.jogController1.arMaxLength = 400;
this.jogController1.arMinLength = -10;
this.jogController1.arShowJogButton = true;
this.jogController1.arShowPositionBar = true;
this.jogController1.arShowSensor = true;
this.jogController1.arShowTitleBar = true;
this.jogController1.arTitlebarHeight = ((ushort)(20));
this.jogController1.arUpdateInterval = ((ushort)(100));
this.jogController1.arUsage = true;
this.jogController1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.jogController1.Dock = System.Windows.Forms.DockStyle.Top;
this.jogController1.Font = new System.Drawing.Font("Consolas", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.jogController1.Location = new System.Drawing.Point(5, 5);
this.jogController1.Name = "jogController1";
this.jogController1.Size = new System.Drawing.Size(216, 72);
this.jogController1.TabIndex = 7;
this.jogController1.Text = "156";
//
// 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.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
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(574, 230);
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(574, 115);
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;
colorListItem5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem5.Remark = "";
colorListItem6.BackColor1 = System.Drawing.Color.Green;
colorListItem6.BackColor2 = System.Drawing.Color.Green;
colorListItem6.Remark = "";
this.tblDI.ColorList = new arDev.AzinAxt.ColorListItem[] {
colorListItem5,
colorListItem6};
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, 16);
this.tblDI.MatrixSize = new System.Drawing.Point(5, 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(574, 99);
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", 10F, 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(574, 16);
this.lbTitle1.TabIndex = 0;
this.lbTitle1.Text = "INPUT";
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, 115);
this.panel3.Margin = new System.Windows.Forms.Padding(0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(574, 115);
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;
colorListItem7.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
colorListItem7.Remark = "";
colorListItem8.BackColor1 = System.Drawing.Color.Tomato;
colorListItem8.BackColor2 = System.Drawing.Color.Tomato;
colorListItem8.Remark = "";
this.tblDO.ColorList = new arDev.AzinAxt.ColorListItem[] {
colorListItem7,
colorListItem8};
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, 16);
this.tblDO.MatrixSize = new System.Drawing.Point(5, 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(574, 99);
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", 10F, 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(574, 16);
this.lbtitle2.TabIndex = 1;
this.lbtitle2.Text = "OUTPUT";
this.lbtitle2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// button1
//
this.button1.Location = new System.Drawing.Point(11, 239);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 28);
this.button1.TabIndex = 138;
this.button1.Text = "init IO/MOT";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// ctlSensor1
//
this.ctlSensor1.ColorOff = System.Drawing.Color.DimGray;
this.ctlSensor1.ColorOn = System.Drawing.Color.Lime;
this.ctlSensor1.Location = new System.Drawing.Point(468, 293);
this.ctlSensor1.MaximumSize = new System.Drawing.Size(80, 80);
this.ctlSensor1.MinimumSize = new System.Drawing.Size(40, 40);
this.ctlSensor1.Name = "ctlSensor1";
this.ctlSensor1.Size = new System.Drawing.Size(54, 48);
this.ctlSensor1.TabIndex = 142;
this.ctlSensor1.Value = true;
//
// m4
//
this.m4.Length = 100;
this.m4.Location = new System.Drawing.Point(277, 285);
this.m4.MaximumSize = new System.Drawing.Size(80, 80);
this.m4.MinimumSize = new System.Drawing.Size(40, 40);
this.m4.Name = "m4";
this.m4.Pin_DirCW = false;
this.m4.Pin_Max = false;
this.m4.Pin_Min = false;
this.m4.Pin_Run = false;
this.m4.Size = new System.Drawing.Size(80, 47);
this.m4.TabIndex = 141;
this.m4.TabStop = false;
//
// m3
//
this.m3.Length = 100;
this.m3.Location = new System.Drawing.Point(191, 285);
this.m3.MaximumSize = new System.Drawing.Size(80, 80);
this.m3.MinimumSize = new System.Drawing.Size(40, 40);
this.m3.Name = "m3";
this.m3.Pin_DirCW = false;
this.m3.Pin_Max = false;
this.m3.Pin_Min = false;
this.m3.Pin_Run = false;
this.m3.Size = new System.Drawing.Size(80, 47);
this.m3.TabIndex = 140;
this.m3.TabStop = false;
//
// m2
//
this.m2.Length = 100;
this.m2.Location = new System.Drawing.Point(105, 285);
this.m2.MaximumSize = new System.Drawing.Size(80, 80);
this.m2.MinimumSize = new System.Drawing.Size(40, 40);
this.m2.Name = "m2";
this.m2.Pin_DirCW = false;
this.m2.Pin_Max = false;
this.m2.Pin_Min = false;
this.m2.Pin_Run = false;
this.m2.Size = new System.Drawing.Size(80, 47);
this.m2.TabIndex = 140;
this.m2.TabStop = false;
//
// m1
//
this.m1.Length = 100;
this.m1.Location = new System.Drawing.Point(19, 285);
this.m1.MaximumSize = new System.Drawing.Size(80, 80);
this.m1.MinimumSize = new System.Drawing.Size(40, 40);
this.m1.Name = "m1";
this.m1.Pin_DirCW = false;
this.m1.Pin_Max = false;
this.m1.Pin_Min = false;
this.m1.Pin_Run = false;
this.m1.Size = new System.Drawing.Size(80, 47);
this.m1.TabIndex = 140;
this.m1.TabStop = false;
//
// mcv
//
this.mcv.Length = 100;
this.mcv.Location = new System.Drawing.Point(363, 285);
this.mcv.MaximumSize = new System.Drawing.Size(80, 80);
this.mcv.MinimumSize = new System.Drawing.Size(40, 40);
this.mcv.Name = "mcv";
this.mcv.Pin_DirCW = false;
this.mcv.Pin_Max = false;
this.mcv.Pin_Min = false;
this.mcv.Pin_Run = false;
this.mcv.Size = new System.Drawing.Size(80, 47);
this.mcv.TabIndex = 139;
this.mcv.TabStop = false;
//
// fEmulator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 414);
this.Controls.Add(this.ctlSensor1);
this.Controls.Add(this.m4);
this.Controls.Add(this.m3);
this.Controls.Add(this.m2);
this.Controls.Add(this.m1);
this.Controls.Add(this.mcv);
this.Controls.Add(this.button1);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.panel1);
this.Name = "fEmulator";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fEmulator";
this.Load += new System.EventHandler(this.fEmulator_Load);
this.panel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private arDev.AzinAxt.JogController jogController1;
private System.Windows.Forms.Panel panel1;
private arDev.AzinAxt.JogController jogController3;
private arDev.AzinAxt.JogController jogController2;
private arDev.AzinAxt.JogController jogController5;
private arDev.AzinAxt.JogController jogController4;
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.Timer timer1;
private System.Windows.Forms.Button button1;
private UIControl.CtlMotor mcv;
private UIControl.CtlMotor m1;
private UIControl.CtlMotor m2;
private UIControl.CtlMotor m3;
private UIControl.CtlMotor m4;
private UIControl.CtlSensor ctlSensor1;
}
}