namespace IOB_WIN { partial class AdapterForm { /// /// 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(); 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.lblComStats = new System.Windows.Forms.ToolStripStatusLabel(); this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.restart = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.stop = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); 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.lQueueLen = new System.Windows.Forms.Label(); this.lblDataProc = new System.Windows.Forms.Label(); this.chkForceDequeue = new System.Windows.Forms.CheckBox(); this.gbMonitor = new System.Windows.Forms.GroupBox(); 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.displTimer = new System.Windows.Forms.Timer(this.components); this.statusStrip1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.gbMonitor.SuspendLayout(); this.tableLayoutPanel2.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.lblComStats, this.lblStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 436); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1187, 25); 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 = "..."; // // lblComStats // this.lblComStats.Name = "lblComStats"; this.lblComStats.Size = new System.Drawing.Size(13, 20); this.lblComStats.Text = "|"; // // lblStatus // this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(27, 20); this.lblStatus.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 = 11; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); 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, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.Controls.Add(this.restart, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label6, 6, 0); this.tableLayoutPanel1.Controls.Add(this.stop, 2, 0); this.tableLayoutPanel1.Controls.Add(this.label5, 8, 0); this.tableLayoutPanel1.Controls.Add(this.nLines, 9, 0); this.tableLayoutPanel1.Controls.Add(this.start, 1, 0); this.tableLayoutPanel1.Controls.Add(this.bIN, 0, 0); this.tableLayoutPanel1.Controls.Add(this.bOUT, 10, 0); this.tableLayoutPanel1.Controls.Add(this.lQueueLen, 7, 0); this.tableLayoutPanel1.Controls.Add(this.lblDataProc, 5, 0); this.tableLayoutPanel1.Controls.Add(this.chkForceDequeue, 4, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1181, 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(34, 4); this.restart.Margin = new System.Windows.Forms.Padding(4); this.restart.Name = "restart"; this.restart.Size = new System.Drawing.Size(82, 29); this.restart.TabIndex = 78; this.restart.Text = "Reset"; this.restart.UseVisualStyleBackColor = false; this.restart.Click += new System.EventHandler(this.restart_Click); // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Arial Narrow", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(1005, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(33, 37); this.label6.TabIndex = 76; this.label6.Text = "queue"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(214, 4); this.stop.Margin = new System.Windows.Forms.Padding(4); this.stop.Name = "stop"; this.stop.Size = new System.Drawing.Size(82, 29); this.stop.TabIndex = 3; this.stop.Text = "Stop"; this.stop.UseVisualStyleBackColor = true; this.stop.Click += new System.EventHandler(this.stop_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Arial Narrow", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(1086, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(32, 37); this.label5.TabIndex = 74; this.label5.Text = "rows"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(1124, 3); this.nLines.Name = "nLines"; this.nLines.Size = new System.Drawing.Size(24, 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(124, 4); this.start.Margin = new System.Windows.Forms.Padding(4); this.start.Name = "start"; this.start.Size = new System.Drawing.Size(82, 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, 3); this.bIN.Name = "bIN"; this.bIN.Size = new System.Drawing.Size(24, 31); 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(1154, 3); this.bOUT.Name = "bOUT"; this.bOUT.Size = new System.Drawing.Size(24, 31); this.bOUT.TabIndex = 72; this.bOUT.Text = "O"; this.bOUT.UseVisualStyleBackColor = true; // // lQueueLen // this.lQueueLen.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.lQueueLen.AutoSize = true; this.lQueueLen.Font = new System.Drawing.Font("Arial Narrow", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lQueueLen.Location = new System.Drawing.Point(1044, 0); this.lQueueLen.Name = "lQueueLen"; this.lQueueLen.Size = new System.Drawing.Size(34, 37); this.lQueueLen.TabIndex = 77; this.lQueueLen.Text = "#"; this.lQueueLen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblDataProc // this.lblDataProc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.lblDataProc.AutoSize = true; this.lblDataProc.Font = new System.Drawing.Font("Arial Narrow", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDataProc.Location = new System.Drawing.Point(986, 0); this.lblDataProc.Name = "lblDataProc"; this.lblDataProc.Size = new System.Drawing.Size(12, 37); this.lblDataProc.TabIndex = 79; this.lblDataProc.Text = "-"; this.lblDataProc.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(303, 3); this.chkForceDequeue.Name = "chkForceDequeue"; this.chkForceDequeue.Size = new System.Drawing.Size(54, 31); this.chkForceDequeue.TabIndex = 80; this.chkForceDequeue.Text = "send"; this.chkForceDequeue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkForceDequeue.UseVisualStyleBackColor = true; // // gbMonitor // this.gbMonitor.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.gbMonitor.BackColor = System.Drawing.Color.Black; this.gbMonitor.Controls.Add(this.tableLayoutPanel2); this.gbMonitor.ForeColor = System.Drawing.SystemColors.Control; this.gbMonitor.Location = new System.Drawing.Point(6, 40); this.gbMonitor.Margin = new System.Windows.Forms.Padding(0); this.gbMonitor.Name = "gbMonitor"; this.gbMonitor.Padding = new System.Windows.Forms.Padding(0); this.gbMonitor.Size = new System.Drawing.Size(1178, 396); this.gbMonitor.TabIndex = 70; this.gbMonitor.TabStop = false; this.gbMonitor.Text = "Monitor variabili"; // // 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.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(6, 27); 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(1169, 366); this.tableLayoutPanel2.TabIndex = 63; // // 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.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.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.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.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(966, 15); this.lblOutMessage2.TabIndex = 62; this.lblOutMessage2.Text = "..."; // // displTimer // this.displTimer.Tick += new System.EventHandler(this.displTimer_Tick); // // AdapterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1187, 461); this.Controls.Add(this.gbMonitor); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 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.gbMonitor.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.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.ToolStripStatusLabel lblComStats; private System.Windows.Forms.ToolStripStatusLabel lblStatus; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button stop; private System.Windows.Forms.Button start; private System.Windows.Forms.GroupBox gbMonitor; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label lblOutMessage; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lQueueLen; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox nLines; private System.Windows.Forms.Button bIN; private System.Windows.Forms.Button bOUT; private System.Windows.Forms.Timer displTimer; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblRawData; private System.Windows.Forms.Label lblOutMessage3; private System.Windows.Forms.Label lblOutMessage2; private System.Windows.Forms.Button restart; private System.Windows.Forms.Label lblDataProc; private System.Windows.Forms.CheckBox chkForceDequeue; } }