659 lines
30 KiB
C#
659 lines
30 KiB
C#
namespace IOB_WIN
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.gather = new System.Windows.Forms.Timer(this.components);
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lblApp = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblVers = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.MainProgrBar = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.lblComStats = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tslUptime = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tslDataProc = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tslRunTime = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.FileTSMI = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mLoadConf = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mCheckUpdates = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.trayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblTopCent = new System.Windows.Forms.Label();
|
|
this.lblTopDx = new System.Windows.Forms.Label();
|
|
this.lblTopSx = new System.Windows.Forms.Label();
|
|
this.bIN = new System.Windows.Forms.Button();
|
|
this.bOUT = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.dump = new System.Windows.Forms.Button();
|
|
this.stop = new System.Windows.Forms.Button();
|
|
this.start = new System.Windows.Forms.Button();
|
|
this.port = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gbMonitor = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblOutMessage = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lblOutMessage2 = 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.lblOutMessage3 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lQueueLen = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.nLines = new System.Windows.Forms.TextBox();
|
|
this.displTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.statusStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.gbMonitor.SuspendLayout();
|
|
this.tableLayoutPanel2.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.lblApp,
|
|
this.lblVers,
|
|
this.MainProgrBar,
|
|
this.lblComStats,
|
|
this.lblStatus,
|
|
this.toolStripStatusLabel1,
|
|
this.tslUptime,
|
|
this.toolStripStatusLabel2,
|
|
this.tslDataProc,
|
|
this.toolStripStatusLabel3,
|
|
this.tslRunTime});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 675);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(869, 25);
|
|
this.statusStrip1.TabIndex = 0;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// lblApp
|
|
//
|
|
this.lblApp.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lblApp.Name = "lblApp";
|
|
this.lblApp.Size = new System.Drawing.Size(21, 20);
|
|
this.lblApp.Text = "...";
|
|
//
|
|
// lblVers
|
|
//
|
|
this.lblVers.Name = "lblVers";
|
|
this.lblVers.Size = new System.Drawing.Size(18, 20);
|
|
this.lblVers.Text = "...";
|
|
//
|
|
// MainProgrBar
|
|
//
|
|
this.MainProgrBar.Name = "MainProgrBar";
|
|
this.MainProgrBar.Size = new System.Drawing.Size(100, 19);
|
|
//
|
|
// lblComStats
|
|
//
|
|
this.lblComStats.Name = "lblComStats";
|
|
this.lblComStats.Size = new System.Drawing.Size(39, 20);
|
|
this.lblComStats.Text = "stats";
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(27, 20);
|
|
this.lblStatus.Text = "---";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(13, 20);
|
|
this.toolStripStatusLabel1.Text = "|";
|
|
//
|
|
// tslUptime
|
|
//
|
|
this.tslUptime.Name = "tslUptime";
|
|
this.tslUptime.Size = new System.Drawing.Size(15, 20);
|
|
this.tslUptime.Text = "-";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(13, 20);
|
|
this.toolStripStatusLabel2.Text = "|";
|
|
//
|
|
// tslDataProc
|
|
//
|
|
this.tslDataProc.Name = "tslDataProc";
|
|
this.tslDataProc.Size = new System.Drawing.Size(15, 20);
|
|
this.tslDataProc.Text = "-";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(13, 20);
|
|
this.toolStripStatusLabel3.Text = "|";
|
|
//
|
|
// tslRunTime
|
|
//
|
|
this.tslRunTime.Name = "tslRunTime";
|
|
this.tslRunTime.Size = new System.Drawing.Size(0, 20);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileTSMI});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(869, 28);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// FileTSMI
|
|
//
|
|
this.FileTSMI.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mLoadConf,
|
|
this.mCheckUpdates});
|
|
this.FileTSMI.Name = "FileTSMI";
|
|
this.FileTSMI.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
|
|
this.FileTSMI.Size = new System.Drawing.Size(47, 24);
|
|
this.FileTSMI.Text = "&FILE";
|
|
//
|
|
// mLoadConf
|
|
//
|
|
this.mLoadConf.Name = "mLoadConf";
|
|
this.mLoadConf.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
|
|
this.mLoadConf.Size = new System.Drawing.Size(214, 26);
|
|
this.mLoadConf.Text = "LOAD CONF";
|
|
this.mLoadConf.Click += new System.EventHandler(this.mLoadConf_Click);
|
|
//
|
|
// mCheckUpdates
|
|
//
|
|
this.mCheckUpdates.Name = "mCheckUpdates";
|
|
this.mCheckUpdates.Size = new System.Drawing.Size(214, 26);
|
|
this.mCheckUpdates.Text = "CHECK &UPDATES";
|
|
this.mCheckUpdates.Click += new System.EventHandler(this.mCheckUpdates_Click);
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.ContextMenuStrip = this.trayMenu;
|
|
this.notifyIcon1.Text = "IOB-WIN";
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
|
|
//
|
|
// trayMenu
|
|
//
|
|
this.trayMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.trayMenu.Name = "trayMenu";
|
|
this.trayMenu.Size = new System.Drawing.Size(61, 4);
|
|
this.trayMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.trayMenu_ItemClicked);
|
|
//
|
|
// 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 = 5;
|
|
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.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTopCent, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTopDx, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTopSx, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.bIN, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.bOUT, 4, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 31);
|
|
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(863, 42);
|
|
this.tableLayoutPanel1.TabIndex = 66;
|
|
//
|
|
// lblTopCent
|
|
//
|
|
this.lblTopCent.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.lblTopCent.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTopCent.Location = new System.Drawing.Point(234, 0);
|
|
this.lblTopCent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblTopCent.Name = "lblTopCent";
|
|
this.lblTopCent.Size = new System.Drawing.Size(392, 42);
|
|
this.lblTopCent.TabIndex = 68;
|
|
this.lblTopCent.Text = "IOB loaded: N.A.";
|
|
this.lblTopCent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblTopDx
|
|
//
|
|
this.lblTopDx.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.lblTopDx.AutoSize = true;
|
|
this.lblTopDx.Location = new System.Drawing.Point(633, 0);
|
|
this.lblTopDx.Name = "lblTopDx";
|
|
this.lblTopDx.Size = new System.Drawing.Size(194, 42);
|
|
this.lblTopDx.TabIndex = 69;
|
|
this.lblTopDx.Text = "...";
|
|
this.lblTopDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblTopSx
|
|
//
|
|
this.lblTopSx.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.lblTopSx.AutoSize = true;
|
|
this.lblTopSx.Location = new System.Drawing.Point(33, 0);
|
|
this.lblTopSx.Name = "lblTopSx";
|
|
this.lblTopSx.Size = new System.Drawing.Size(194, 42);
|
|
this.lblTopSx.TabIndex = 70;
|
|
this.lblTopSx.Text = "...";
|
|
this.lblTopSx.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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, 36);
|
|
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(833, 3);
|
|
this.bOUT.Name = "bOUT";
|
|
this.bOUT.Size = new System.Drawing.Size(27, 36);
|
|
this.bOUT.TabIndex = 72;
|
|
this.bOUT.Text = "O";
|
|
this.bOUT.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.dump);
|
|
this.groupBox1.Controls.Add(this.stop);
|
|
this.groupBox1.Controls.Add(this.start);
|
|
this.groupBox1.Controls.Add(this.port);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 80);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(505, 53);
|
|
this.groupBox1.TabIndex = 67;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "IOB Info";
|
|
//
|
|
// dump
|
|
//
|
|
this.dump.Location = new System.Drawing.Point(397, 18);
|
|
this.dump.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dump.Name = "dump";
|
|
this.dump.Size = new System.Drawing.Size(100, 28);
|
|
this.dump.TabIndex = 4;
|
|
this.dump.Text = "Show Dump";
|
|
this.dump.UseVisualStyleBackColor = true;
|
|
this.dump.Click += new System.EventHandler(this.dump_Click);
|
|
//
|
|
// stop
|
|
//
|
|
this.stop.Location = new System.Drawing.Point(269, 18);
|
|
this.stop.Margin = new System.Windows.Forms.Padding(4);
|
|
this.stop.Name = "stop";
|
|
this.stop.Size = new System.Drawing.Size(100, 28);
|
|
this.stop.TabIndex = 3;
|
|
this.stop.Text = "Stop";
|
|
this.stop.UseVisualStyleBackColor = true;
|
|
this.stop.Click += new System.EventHandler(this.stop_Click);
|
|
//
|
|
// start
|
|
//
|
|
this.start.Location = new System.Drawing.Point(161, 18);
|
|
this.start.Margin = new System.Windows.Forms.Padding(4);
|
|
this.start.Name = "start";
|
|
this.start.Size = new System.Drawing.Size(100, 28);
|
|
this.start.TabIndex = 2;
|
|
this.start.Text = "Start";
|
|
this.start.UseVisualStyleBackColor = true;
|
|
this.start.Click += new System.EventHandler(this.start_Click);
|
|
//
|
|
// port
|
|
//
|
|
this.port.Enabled = false;
|
|
this.port.Location = new System.Drawing.Point(67, 21);
|
|
this.port.Margin = new System.Windows.Forms.Padding(4);
|
|
this.port.Name = "port";
|
|
this.port.Size = new System.Drawing.Size(81, 22);
|
|
this.port.TabIndex = 1;
|
|
this.port.Text = "7878";
|
|
this.port.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.port.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(24, 25);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(34, 17);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Port";
|
|
this.label1.Visible = false;
|
|
//
|
|
// 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, 137);
|
|
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(860, 538);
|
|
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.Controls.Add(this.lblOutMessage, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.label3, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label4, 3, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.lblOutMessage2, 2, 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.lblOutMessage3, 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(851, 508);
|
|
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 = "...";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(94, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(93, 17);
|
|
this.label3.TabIndex = 64;
|
|
this.label3.Text = "URL CALLED";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(193, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(98, 17);
|
|
this.label4.TabIndex = 65;
|
|
this.label4.Text = "OTHER DATA";
|
|
//
|
|
// lblOutMessage2
|
|
//
|
|
this.lblOutMessage2.AutoSize = true;
|
|
this.lblOutMessage2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
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(95, 20);
|
|
this.lblOutMessage2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblOutMessage2.Name = "lblOutMessage2";
|
|
this.lblOutMessage2.Size = new System.Drawing.Size(91, 15);
|
|
this.lblOutMessage2.TabIndex = 62;
|
|
this.lblOutMessage2.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.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
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;
|
|
//
|
|
// 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.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
this.lblOutMessage3.Location = new System.Drawing.Point(193, 20);
|
|
this.lblOutMessage3.Name = "lblOutMessage3";
|
|
this.lblOutMessage3.Size = new System.Drawing.Size(655, 15);
|
|
this.lblOutMessage3.TabIndex = 68;
|
|
this.lblOutMessage3.Text = "...";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel1.Controls.Add(this.lQueueLen);
|
|
this.panel1.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.label5);
|
|
this.panel1.Controls.Add(this.nLines);
|
|
this.panel1.Location = new System.Drawing.Point(674, 98);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(192, 32);
|
|
this.panel1.TabIndex = 73;
|
|
//
|
|
// lQueueLen
|
|
//
|
|
this.lQueueLen.AutoSize = true;
|
|
this.lQueueLen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lQueueLen.Location = new System.Drawing.Point(48, 8);
|
|
this.lQueueLen.Name = "lQueueLen";
|
|
this.lQueueLen.Size = new System.Drawing.Size(17, 17);
|
|
this.lQueueLen.TabIndex = 77;
|
|
this.lQueueLen.Text = "#";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(3, 8);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(48, 17);
|
|
this.label6.TabIndex = 76;
|
|
this.label6.Text = "queue";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(116, 7);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(37, 17);
|
|
this.label5.TabIndex = 74;
|
|
this.label5.Text = "rows";
|
|
//
|
|
// nLines
|
|
//
|
|
this.nLines.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nLines.Location = new System.Drawing.Point(159, 1);
|
|
this.nLines.Name = "nLines";
|
|
this.nLines.Size = new System.Drawing.Size(33, 26);
|
|
this.nLines.TabIndex = 73;
|
|
this.nLines.Text = "50";
|
|
this.nLines.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// displTimer
|
|
//
|
|
this.displTimer.Tick += new System.EventHandler(this.displTimer_Tick);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(869, 700);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.gbMonitor);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "MainForm";
|
|
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.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.gbMonitor.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
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.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ContextMenuStrip trayMenu;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblApp;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblVers;
|
|
private System.Windows.Forms.ToolStripProgressBar MainProgrBar;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblComStats;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
|
|
private System.Windows.Forms.ToolStripMenuItem FileTSMI;
|
|
private System.Windows.Forms.ToolStripMenuItem mLoadConf;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label lblTopCent;
|
|
private System.Windows.Forms.Label lblTopDx;
|
|
private System.Windows.Forms.Label lblTopSx;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button dump;
|
|
private System.Windows.Forms.Button stop;
|
|
private System.Windows.Forms.Button start;
|
|
private System.Windows.Forms.TextBox port;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox gbMonitor;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Label lblOutMessage;
|
|
private System.Windows.Forms.Label lblOutMessage2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel1;
|
|
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.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel tslUptime;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel tslDataProc;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel tslRunTime;
|
|
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.ToolStripMenuItem mCheckUpdates;
|
|
}
|
|
} |