1079 lines
52 KiB
C#
1079 lines
52 KiB
C#
namespace IOB_WIN
|
|
{
|
|
partial class AdapterForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
#if false
|
|
/// <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);
|
|
}
|
|
#endif
|
|
|
|
#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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdapterForm));
|
|
this.gather = new System.Windows.Forms.Timer(this.components);
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lblCNC = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblSrvUrl = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.restart = new System.Windows.Forms.Button();
|
|
this.stop = new System.Windows.Forms.Button();
|
|
this.nLines = new System.Windows.Forms.TextBox();
|
|
this.start = new System.Windows.Forms.Button();
|
|
this.bIN = new System.Windows.Forms.Button();
|
|
this.bOUT = new System.Windows.Forms.Button();
|
|
this.chkForceDequeue = new System.Windows.Forms.CheckBox();
|
|
this.lblQueueLenTop = new System.Windows.Forms.Label();
|
|
this.displTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.tabData = new System.Windows.Forms.TabControl();
|
|
this.tabRealtime = new System.Windows.Forms.TabPage();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblOutMessage = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblRawData = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblOutMessage3 = new System.Windows.Forms.Label();
|
|
this.lblOutMessage2 = new System.Windows.Forms.Label();
|
|
this.tabLog = new System.Windows.Forms.TabPage();
|
|
this.btnOpenLog = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.lblLogfile = new System.Windows.Forms.Label();
|
|
this.tabPlc = new System.Windows.Forms.TabPage();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lblTaskLog = new System.Windows.Forms.Label();
|
|
this.txtValue = new System.Windows.Forms.TextBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.cmbParamValues = new System.Windows.Forms.ComboBox();
|
|
this.btnSendPLC = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.chkEdit = new System.Windows.Forms.CheckBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.lblWatchDog = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.lblBitmap = new System.Windows.Forms.Label();
|
|
this.lblCounter = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.tabMes = new System.Windows.Forms.TabPage();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.lblQueueFLogLen = new System.Windows.Forms.Label();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.lblComStats = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.lblDataProc = new System.Windows.Forms.Label();
|
|
this.lblQueueLen = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.lblQueueMessLen = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.lblQueueAlarmLen = new System.Windows.Forms.Label();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tabData.SuspendLayout();
|
|
this.tabRealtime.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.tabLog.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.tabPlc.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.tabMes.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// gather
|
|
//
|
|
this.gather.Tick += new System.EventHandler(this.gather_Tick);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lblCNC,
|
|
this.lblSrvUrl});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 720);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(1207, 26);
|
|
this.statusStrip1.TabIndex = 0;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// lblCNC
|
|
//
|
|
this.lblCNC.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblCNC.Name = "lblCNC";
|
|
this.lblCNC.Size = new System.Drawing.Size(21, 20);
|
|
this.lblCNC.Text = "...";
|
|
//
|
|
// lblSrvUrl
|
|
//
|
|
this.lblSrvUrl.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblSrvUrl.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.lblSrvUrl.Name = "lblSrvUrl";
|
|
this.lblSrvUrl.Size = new System.Drawing.Size(18, 20);
|
|
this.lblSrvUrl.Text = "...";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.ColumnCount = 9;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 53F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 53F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
this.tableLayoutPanel1.Controls.Add(this.restart, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.stop, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.nLines, 7, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.start, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.bIN, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.bOUT, 8, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.chkForceDequeue, 4, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblQueueLenTop, 6, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
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(1201, 37);
|
|
this.tableLayoutPanel1.TabIndex = 66;
|
|
//
|
|
// restart
|
|
//
|
|
this.restart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.restart.BackColor = System.Drawing.Color.Red;
|
|
this.restart.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.restart.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.restart.Location = new System.Drawing.Point(36, 4);
|
|
this.restart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.restart.Name = "restart";
|
|
this.restart.Size = new System.Drawing.Size(61, 29);
|
|
this.restart.TabIndex = 78;
|
|
this.restart.Text = "Reset";
|
|
this.restart.UseVisualStyleBackColor = false;
|
|
this.restart.Click += new System.EventHandler(this.restart_Click);
|
|
//
|
|
// stop
|
|
//
|
|
this.stop.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stop.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.stop.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.stop.Location = new System.Drawing.Point(174, 4);
|
|
this.stop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.stop.Name = "stop";
|
|
this.stop.Size = new System.Drawing.Size(61, 29);
|
|
this.stop.TabIndex = 3;
|
|
this.stop.Text = "Stop";
|
|
this.stop.UseVisualStyleBackColor = true;
|
|
this.stop.Click += new System.EventHandler(this.stop_Click);
|
|
//
|
|
// nLines
|
|
//
|
|
this.nLines.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.nLines.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nLines.Location = new System.Drawing.Point(1140, 2);
|
|
this.nLines.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.nLines.Name = "nLines";
|
|
this.nLines.Size = new System.Drawing.Size(26, 27);
|
|
this.nLines.TabIndex = 73;
|
|
this.nLines.Text = "50";
|
|
this.nLines.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// start
|
|
//
|
|
this.start.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.start.BackColor = System.Drawing.SystemColors.Control;
|
|
this.start.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.start.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.start.Location = new System.Drawing.Point(105, 4);
|
|
this.start.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.start.Name = "start";
|
|
this.start.Size = new System.Drawing.Size(61, 29);
|
|
this.start.TabIndex = 2;
|
|
this.start.Text = "Start";
|
|
this.start.UseVisualStyleBackColor = false;
|
|
this.start.Click += new System.EventHandler(this.start_Click);
|
|
//
|
|
// bIN
|
|
//
|
|
this.bIN.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.bIN.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bIN.Location = new System.Drawing.Point(3, 2);
|
|
this.bIN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.bIN.MinimumSize = new System.Drawing.Size(25, 0);
|
|
this.bIN.Name = "bIN";
|
|
this.bIN.Size = new System.Drawing.Size(26, 33);
|
|
this.bIN.TabIndex = 71;
|
|
this.bIN.Text = "I";
|
|
this.bIN.UseVisualStyleBackColor = true;
|
|
//
|
|
// bOUT
|
|
//
|
|
this.bOUT.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.bOUT.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.bOUT.Location = new System.Drawing.Point(1172, 2);
|
|
this.bOUT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.bOUT.MinimumSize = new System.Drawing.Size(25, 0);
|
|
this.bOUT.Name = "bOUT";
|
|
this.bOUT.Size = new System.Drawing.Size(26, 33);
|
|
this.bOUT.TabIndex = 72;
|
|
this.bOUT.Text = "O";
|
|
this.bOUT.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkForceDequeue
|
|
//
|
|
this.chkForceDequeue.AutoSize = true;
|
|
this.chkForceDequeue.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chkForceDequeue.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.chkForceDequeue.Location = new System.Drawing.Point(242, 2);
|
|
this.chkForceDequeue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.chkForceDequeue.MinimumSize = new System.Drawing.Size(60, 0);
|
|
this.chkForceDequeue.Name = "chkForceDequeue";
|
|
this.chkForceDequeue.Size = new System.Drawing.Size(60, 33);
|
|
this.chkForceDequeue.TabIndex = 80;
|
|
this.chkForceDequeue.Text = "send";
|
|
this.chkForceDequeue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.chkForceDequeue.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblQueueLenTop
|
|
//
|
|
this.lblQueueLenTop.AutoEllipsis = true;
|
|
this.lblQueueLenTop.AutoSize = true;
|
|
this.lblQueueLenTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblQueueLenTop.Location = new System.Drawing.Point(348, 0);
|
|
this.lblQueueLenTop.Name = "lblQueueLenTop";
|
|
this.lblQueueLenTop.Size = new System.Drawing.Size(786, 37);
|
|
this.lblQueueLenTop.TabIndex = 81;
|
|
this.lblQueueLenTop.Text = "000";
|
|
this.lblQueueLenTop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// displTimer
|
|
//
|
|
this.displTimer.Tick += new System.EventHandler(this.displTimer_Tick);
|
|
//
|
|
// tabData
|
|
//
|
|
this.tabData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabData.Controls.Add(this.tabRealtime);
|
|
this.tabData.Controls.Add(this.tabLog);
|
|
this.tabData.Controls.Add(this.tabPlc);
|
|
this.tabData.Controls.Add(this.tabMes);
|
|
this.tabData.Location = new System.Drawing.Point(3, 44);
|
|
this.tabData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabData.Name = "tabData";
|
|
this.tabData.SelectedIndex = 0;
|
|
this.tabData.Size = new System.Drawing.Size(1200, 671);
|
|
this.tabData.TabIndex = 71;
|
|
this.tabData.Selected += new System.Windows.Forms.TabControlEventHandler(this.TabData_Selected);
|
|
//
|
|
// tabRealtime
|
|
//
|
|
this.tabRealtime.BackColor = System.Drawing.Color.Black;
|
|
this.tabRealtime.Controls.Add(this.tableLayoutPanel2);
|
|
this.tabRealtime.Location = new System.Drawing.Point(4, 25);
|
|
this.tabRealtime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabRealtime.Name = "tabRealtime";
|
|
this.tabRealtime.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabRealtime.Size = new System.Drawing.Size(1192, 642);
|
|
this.tabRealtime.TabIndex = 2;
|
|
this.tabRealtime.Text = "Monitor Variabili RealTime";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Black;
|
|
this.tableLayoutPanel2.ColumnCount = 4;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Controls.Add(this.lblOutMessage, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.label2, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label7, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblRawData, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.label4, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label3, 3, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblOutMessage3, 2, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblOutMessage2, 3, 1);
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 6);
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1264, 672);
|
|
this.tableLayoutPanel2.TabIndex = 65;
|
|
//
|
|
// lblOutMessage
|
|
//
|
|
this.lblOutMessage.AutoSize = true;
|
|
this.lblOutMessage.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.lblOutMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblOutMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.lblOutMessage.Location = new System.Drawing.Point(31, 20);
|
|
this.lblOutMessage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblOutMessage.Name = "lblOutMessage";
|
|
this.lblOutMessage.Size = new System.Drawing.Size(56, 15);
|
|
this.lblOutMessage.TabIndex = 61;
|
|
this.lblOutMessage.Text = "...";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label2.Location = new System.Drawing.Point(30, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(58, 17);
|
|
this.label2.TabIndex = 65;
|
|
this.label2.Text = "SIGNAL";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.BackColor = System.Drawing.Color.Black;
|
|
this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label7.Location = new System.Drawing.Point(3, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(21, 17);
|
|
this.label7.TabIndex = 66;
|
|
this.label7.Text = "IN";
|
|
//
|
|
// lblRawData
|
|
//
|
|
this.lblRawData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblRawData.AutoSize = true;
|
|
this.lblRawData.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRawData.ForeColor = System.Drawing.Color.Red;
|
|
this.lblRawData.Location = new System.Drawing.Point(3, 20);
|
|
this.lblRawData.Name = "lblRawData";
|
|
this.lblRawData.Size = new System.Drawing.Size(21, 15);
|
|
this.lblRawData.TabIndex = 67;
|
|
this.lblRawData.Text = "...";
|
|
this.lblRawData.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label4.Location = new System.Drawing.Point(94, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(98, 17);
|
|
this.label4.TabIndex = 65;
|
|
this.label4.Text = "OTHER DATA";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label3.Location = new System.Drawing.Point(198, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(93, 17);
|
|
this.label3.TabIndex = 64;
|
|
this.label3.Text = "URL CALLED";
|
|
//
|
|
// lblOutMessage3
|
|
//
|
|
this.lblOutMessage3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblOutMessage3.AutoSize = true;
|
|
this.lblOutMessage3.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblOutMessage3.ForeColor = System.Drawing.Color.CornflowerBlue;
|
|
this.lblOutMessage3.Location = new System.Drawing.Point(94, 20);
|
|
this.lblOutMessage3.Name = "lblOutMessage3";
|
|
this.lblOutMessage3.Size = new System.Drawing.Size(98, 15);
|
|
this.lblOutMessage3.TabIndex = 68;
|
|
this.lblOutMessage3.Text = "...";
|
|
//
|
|
// lblOutMessage2
|
|
//
|
|
this.lblOutMessage2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblOutMessage2.AutoSize = true;
|
|
this.lblOutMessage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblOutMessage2.ForeColor = System.Drawing.Color.Yellow;
|
|
this.lblOutMessage2.Location = new System.Drawing.Point(199, 20);
|
|
this.lblOutMessage2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblOutMessage2.Name = "lblOutMessage2";
|
|
this.lblOutMessage2.Size = new System.Drawing.Size(1061, 15);
|
|
this.lblOutMessage2.TabIndex = 62;
|
|
this.lblOutMessage2.Text = "...";
|
|
//
|
|
// tabLog
|
|
//
|
|
this.tabLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.tabLog.Controls.Add(this.btnOpenLog);
|
|
this.tabLog.Controls.Add(this.label6);
|
|
this.tabLog.Controls.Add(this.flowLayoutPanel1);
|
|
this.tabLog.ForeColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.tabLog.Location = new System.Drawing.Point(4, 25);
|
|
this.tabLog.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabLog.Name = "tabLog";
|
|
this.tabLog.Size = new System.Drawing.Size(1192, 642);
|
|
this.tabLog.TabIndex = 3;
|
|
this.tabLog.Text = "logfile";
|
|
//
|
|
// btnOpenLog
|
|
//
|
|
this.btnOpenLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOpenLog.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.btnOpenLog.Location = new System.Drawing.Point(973, 7);
|
|
this.btnOpenLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnOpenLog.Name = "btnOpenLog";
|
|
this.btnOpenLog.Size = new System.Drawing.Size(211, 27);
|
|
this.btnOpenLog.TabIndex = 5;
|
|
this.btnOpenLog.Text = "Open Machine FULL LOG";
|
|
this.btnOpenLog.UseVisualStyleBackColor = true;
|
|
this.btnOpenLog.Click += new System.EventHandler(this.BtnOpenLog_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(16, 7);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(277, 17);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "Log message watcher (last message)";
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.flowLayoutPanel1.Controls.Add(this.lblLogfile);
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(8, 27);
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(1177, 608);
|
|
this.flowLayoutPanel1.TabIndex = 3;
|
|
//
|
|
// lblLogfile
|
|
//
|
|
this.lblLogfile.AutoSize = true;
|
|
this.lblLogfile.Font = new System.Drawing.Font("Arial Narrow", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLogfile.ForeColor = System.Drawing.Color.Yellow;
|
|
this.lblLogfile.Location = new System.Drawing.Point(4, 0);
|
|
this.lblLogfile.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblLogfile.Name = "lblLogfile";
|
|
this.lblLogfile.Size = new System.Drawing.Size(408, 384);
|
|
this.lblLogfile.TabIndex = 2;
|
|
this.lblLogfile.Text = resources.GetString("lblLogfile.Text");
|
|
//
|
|
// tabPlc
|
|
//
|
|
this.tabPlc.BackColor = System.Drawing.Color.LightGray;
|
|
this.tabPlc.Controls.Add(this.splitContainer1);
|
|
this.tabPlc.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPlc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPlc.Name = "tabPlc";
|
|
this.tabPlc.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPlc.Size = new System.Drawing.Size(1192, 642);
|
|
this.tabPlc.TabIndex = 4;
|
|
this.tabPlc.Text = "PLC <--> IOB";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.splitContainer1.Location = new System.Drawing.Point(9, 4);
|
|
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel3);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel4);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1036, 631);
|
|
this.splitContainer1.SplitterDistance = 568;
|
|
this.splitContainer1.SplitterWidth = 5;
|
|
this.splitContainer1.TabIndex = 94;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel3.Controls.Add(this.panel2);
|
|
this.panel3.Controls.Add(this.txtValue);
|
|
this.panel3.Controls.Add(this.label23);
|
|
this.panel3.Controls.Add(this.label22);
|
|
this.panel3.Controls.Add(this.cmbParamValues);
|
|
this.panel3.Controls.Add(this.btnSendPLC);
|
|
this.panel3.Controls.Add(this.label5);
|
|
this.panel3.Controls.Add(this.chkEdit);
|
|
this.panel3.Controls.Add(this.label12);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(568, 631);
|
|
this.panel3.TabIndex = 91;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel2.AutoScroll = true;
|
|
this.panel2.Controls.Add(this.lblTaskLog);
|
|
this.panel2.Location = new System.Drawing.Point(4, 261);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(556, 363);
|
|
this.panel2.TabIndex = 86;
|
|
//
|
|
// lblTaskLog
|
|
//
|
|
this.lblTaskLog.AutoSize = true;
|
|
this.lblTaskLog.Location = new System.Drawing.Point(4, 0);
|
|
this.lblTaskLog.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblTaskLog.Name = "lblTaskLog";
|
|
this.lblTaskLog.Size = new System.Drawing.Size(20, 17);
|
|
this.lblTaskLog.TabIndex = 81;
|
|
this.lblTaskLog.Text = "...";
|
|
//
|
|
// txtValue
|
|
//
|
|
this.txtValue.Location = new System.Drawing.Point(127, 112);
|
|
this.txtValue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.txtValue.Name = "txtValue";
|
|
this.txtValue.Size = new System.Drawing.Size(313, 22);
|
|
this.txtValue.TabIndex = 85;
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(33, 112);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(44, 17);
|
|
this.label23.TabIndex = 84;
|
|
this.label23.Text = "Value";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(35, 70);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(74, 17);
|
|
this.label22.TabIndex = 83;
|
|
this.label22.Text = "Parameter";
|
|
//
|
|
// cmbParamValues
|
|
//
|
|
this.cmbParamValues.FormattingEnabled = true;
|
|
this.cmbParamValues.Location = new System.Drawing.Point(127, 66);
|
|
this.cmbParamValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cmbParamValues.Name = "cmbParamValues";
|
|
this.cmbParamValues.Size = new System.Drawing.Size(313, 24);
|
|
this.cmbParamValues.TabIndex = 82;
|
|
//
|
|
// btnSendPLC
|
|
//
|
|
this.btnSendPLC.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSendPLC.Location = new System.Drawing.Point(25, 162);
|
|
this.btnSendPLC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnSendPLC.Name = "btnSendPLC";
|
|
this.btnSendPLC.Size = new System.Drawing.Size(416, 37);
|
|
this.btnSendPLC.TabIndex = 6;
|
|
this.btnSendPLC.Text = "SEND --> PLC";
|
|
this.btnSendPLC.UseVisualStyleBackColor = true;
|
|
this.btnSendPLC.Click += new System.EventHandler(this.BtnSendPLC_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(19, 226);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(138, 29);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "TASK LIST";
|
|
//
|
|
// chkEdit
|
|
//
|
|
this.chkEdit.AutoSize = true;
|
|
this.chkEdit.Location = new System.Drawing.Point(336, 27);
|
|
this.chkEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.chkEdit.Name = "chkEdit";
|
|
this.chkEdit.Size = new System.Drawing.Size(98, 21);
|
|
this.chkEdit.TabIndex = 8;
|
|
this.chkEdit.Text = "SET DATA";
|
|
this.chkEdit.UseVisualStyleBackColor = true;
|
|
this.chkEdit.Click += new System.EventHandler(this.ChkEdit_CheckedChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.Location = new System.Drawing.Point(19, 21);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(162, 29);
|
|
this.label12.TabIndex = 1;
|
|
this.label12.Text = "MES --> PLC";
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel4.Controls.Add(this.lblWatchDog);
|
|
this.panel4.Controls.Add(this.label14);
|
|
this.panel4.Controls.Add(this.lblBitmap);
|
|
this.panel4.Controls.Add(this.lblCounter);
|
|
this.panel4.Controls.Add(this.label18);
|
|
this.panel4.Controls.Add(this.label17);
|
|
this.panel4.Controls.Add(this.label16);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(463, 631);
|
|
this.panel4.TabIndex = 92;
|
|
//
|
|
// lblWatchDog
|
|
//
|
|
this.lblWatchDog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblWatchDog.AutoSize = true;
|
|
this.lblWatchDog.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblWatchDog.Location = new System.Drawing.Point(401, 65);
|
|
this.lblWatchDog.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblWatchDog.Name = "lblWatchDog";
|
|
this.lblWatchDog.Size = new System.Drawing.Size(32, 17);
|
|
this.lblWatchDog.TabIndex = 91;
|
|
this.lblWatchDog.Text = "0000";
|
|
this.lblWatchDog.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(240, 66);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(74, 17);
|
|
this.label14.TabIndex = 90;
|
|
this.label14.Text = "WatchDog";
|
|
//
|
|
// lblBitmap
|
|
//
|
|
this.lblBitmap.AutoSize = true;
|
|
this.lblBitmap.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblBitmap.Location = new System.Drawing.Point(131, 94);
|
|
this.lblBitmap.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblBitmap.Name = "lblBitmap";
|
|
this.lblBitmap.Size = new System.Drawing.Size(177, 16);
|
|
this.lblBitmap.TabIndex = 89;
|
|
this.lblBitmap.Text = "00000000 00000000 00000000 00000000";
|
|
//
|
|
// lblCounter
|
|
//
|
|
this.lblCounter.AutoSize = true;
|
|
this.lblCounter.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblCounter.Location = new System.Drawing.Point(131, 66);
|
|
this.lblCounter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblCounter.Name = "lblCounter";
|
|
this.lblCounter.Size = new System.Drawing.Size(26, 17);
|
|
this.lblCounter.TabIndex = 88;
|
|
this.lblCounter.Text = "000";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(19, 94);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(60, 17);
|
|
this.label18.TabIndex = 6;
|
|
this.label18.Text = "BIT map";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(19, 66);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(58, 17);
|
|
this.label17.TabIndex = 4;
|
|
this.label17.Text = "Counter";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label16.Location = new System.Drawing.Point(16, 17);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(162, 29);
|
|
this.label16.TabIndex = 2;
|
|
this.label16.Text = "PLC --> MES";
|
|
//
|
|
// tabMes
|
|
//
|
|
this.tabMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.tabMes.Controls.Add(this.panel1);
|
|
this.tabMes.Location = new System.Drawing.Point(4, 25);
|
|
this.tabMes.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabMes.Name = "tabMes";
|
|
this.tabMes.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabMes.Size = new System.Drawing.Size(1192, 642);
|
|
this.tabMes.TabIndex = 1;
|
|
this.tabMes.Text = "IOB <--> MES";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.panel1.Controls.Add(this.label19);
|
|
this.panel1.Controls.Add(this.lblQueueAlarmLen);
|
|
this.panel1.Controls.Add(this.label13);
|
|
this.panel1.Controls.Add(this.lblQueueMessLen);
|
|
this.panel1.Controls.Add(this.label21);
|
|
this.panel1.Controls.Add(this.lblQueueFLogLen);
|
|
this.panel1.Controls.Add(this.lblStatus);
|
|
this.panel1.Controls.Add(this.lblComStats);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label11);
|
|
this.panel1.Controls.Add(this.label8);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Controls.Add(this.label10);
|
|
this.panel1.Controls.Add(this.lblDataProc);
|
|
this.panel1.Controls.Add(this.lblQueueLen);
|
|
this.panel1.Location = new System.Drawing.Point(5, 7);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(456, 283);
|
|
this.panel1.TabIndex = 88;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(19, 173);
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(110, 17);
|
|
this.label21.TabIndex = 88;
|
|
this.label21.Text = "FLog Queue len";
|
|
//
|
|
// lblQueueFLogLen
|
|
//
|
|
this.lblQueueFLogLen.AutoSize = true;
|
|
this.lblQueueFLogLen.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQueueFLogLen.Location = new System.Drawing.Point(139, 173);
|
|
this.lblQueueFLogLen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblQueueFLogLen.Name = "lblQueueFLogLen";
|
|
this.lblQueueFLogLen.Size = new System.Drawing.Size(26, 17);
|
|
this.lblQueueFLogLen.TabIndex = 89;
|
|
this.lblQueueFLogLen.Text = "###";
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStatus.Location = new System.Drawing.Point(140, 82);
|
|
this.lblStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(17, 17);
|
|
this.lblStatus.TabIndex = 85;
|
|
this.lblStatus.Text = "...";
|
|
//
|
|
// lblComStats
|
|
//
|
|
this.lblComStats.AutoSize = true;
|
|
this.lblComStats.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblComStats.Location = new System.Drawing.Point(140, 114);
|
|
this.lblComStats.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblComStats.Name = "lblComStats";
|
|
this.lblComStats.Size = new System.Drawing.Size(19, 17);
|
|
this.lblComStats.TabIndex = 87;
|
|
this.lblComStats.Text = "-|-";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(16, 14);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(143, 29);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "IOB STATS";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(19, 113);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(83, 17);
|
|
this.label11.TabIndex = 86;
|
|
this.label11.Text = "Comm Stats";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(19, 54);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(113, 17);
|
|
this.label8.TabIndex = 80;
|
|
this.label8.Text = "Data Processed:";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(19, 145);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(114, 17);
|
|
this.label9.TabIndex = 81;
|
|
this.label9.Text = "Event Queue len";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(19, 82);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(48, 17);
|
|
this.label10.TabIndex = 84;
|
|
this.label10.Text = "Status";
|
|
//
|
|
// lblDataProc
|
|
//
|
|
this.lblDataProc.AutoSize = true;
|
|
this.lblDataProc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblDataProc.Location = new System.Drawing.Point(140, 54);
|
|
this.lblDataProc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblDataProc.Name = "lblDataProc";
|
|
this.lblDataProc.Size = new System.Drawing.Size(26, 17);
|
|
this.lblDataProc.TabIndex = 82;
|
|
this.lblDataProc.Text = "---";
|
|
//
|
|
// lblQueueLen
|
|
//
|
|
this.lblQueueLen.AutoSize = true;
|
|
this.lblQueueLen.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQueueLen.Location = new System.Drawing.Point(140, 144);
|
|
this.lblQueueLen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblQueueLen.Name = "lblQueueLen";
|
|
this.lblQueueLen.Size = new System.Drawing.Size(26, 17);
|
|
this.lblQueueLen.TabIndex = 83;
|
|
this.lblQueueLen.Text = "###";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(19, 233);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(111, 17);
|
|
this.label13.TabIndex = 90;
|
|
this.label13.Text = "Mess Queue len";
|
|
//
|
|
// lblQueueMessLen
|
|
//
|
|
this.lblQueueMessLen.AutoSize = true;
|
|
this.lblQueueMessLen.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQueueMessLen.Location = new System.Drawing.Point(139, 233);
|
|
this.lblQueueMessLen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblQueueMessLen.Name = "lblQueueMessLen";
|
|
this.lblQueueMessLen.Size = new System.Drawing.Size(26, 17);
|
|
this.lblQueueMessLen.TabIndex = 91;
|
|
this.lblQueueMessLen.Text = "###";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(19, 204);
|
|
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(114, 17);
|
|
this.label19.TabIndex = 92;
|
|
this.label19.Text = "Alarm Queue len";
|
|
//
|
|
// lblQueueAlarmLen
|
|
//
|
|
this.lblQueueAlarmLen.AutoSize = true;
|
|
this.lblQueueAlarmLen.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblQueueAlarmLen.Location = new System.Drawing.Point(139, 204);
|
|
this.lblQueueAlarmLen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblQueueAlarmLen.Name = "lblQueueAlarmLen";
|
|
this.lblQueueAlarmLen.Size = new System.Drawing.Size(26, 17);
|
|
this.lblQueueAlarmLen.TabIndex = 93;
|
|
this.lblQueueAlarmLen.Text = "###";
|
|
//
|
|
// AdapterForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1207, 746);
|
|
this.Controls.Add(this.tabData);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "AdapterForm";
|
|
this.Text = "IOB-WIN";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tabData.ResumeLayout(false);
|
|
this.tabRealtime.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.tabLog.ResumeLayout(false);
|
|
this.tabLog.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
this.tabPlc.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.tabMes.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer gather;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblCNC;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblSrvUrl;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button stop;
|
|
private System.Windows.Forms.Button start;
|
|
private System.Windows.Forms.TextBox nLines;
|
|
private System.Windows.Forms.Button bIN;
|
|
private System.Windows.Forms.Timer displTimer;
|
|
private System.Windows.Forms.Button restart;
|
|
private System.Windows.Forms.CheckBox chkForceDequeue;
|
|
private System.Windows.Forms.TabControl tabData;
|
|
private System.Windows.Forms.TabPage tabRealtime;
|
|
private System.Windows.Forms.TabPage tabMes;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Label lblOutMessage;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lblRawData;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblOutMessage3;
|
|
private System.Windows.Forms.Label lblOutMessage2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label lblDataProc;
|
|
private System.Windows.Forms.Label lblQueueLen;
|
|
private System.Windows.Forms.Button bOUT;
|
|
private System.Windows.Forms.Label lblStatus;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label lblComStats;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TabPage tabLog;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Label lblLogfile;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnOpenLog;
|
|
private System.Windows.Forms.Label lblQueueLenTop;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label lblQueueFLogLen;
|
|
private System.Windows.Forms.TabPage tabPlc;
|
|
private System.Windows.Forms.Label lblTaskLog;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Button btnSendPLC;
|
|
private System.Windows.Forms.CheckBox chkEdit;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label lblBitmap;
|
|
private System.Windows.Forms.Label lblCounter;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TextBox txtValue;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.ComboBox cmbParamValues;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lblWatchDog;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label lblQueueAlarmLen;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label lblQueueMessLen;
|
|
}
|
|
} |