namespace MotoRepeater { partial class MainForm { /// /// 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(MainForm)); this.npTelemPort = new System.Windows.Forms.NumericUpDown(); this.npTMport = new System.Windows.Forms.NumericUpDown(); this.tbDDMSip = new System.Windows.Forms.TextBox(); this.npDDMSport = new System.Windows.Forms.NumericUpDown(); this.menuSave = new System.Windows.Forms.Label(); this.npARSPort = new System.Windows.Forms.NumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.npGPSport = new System.Windows.Forms.NumericUpDown(); this.npMBport = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.lbVersion = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.menuPorts = new System.Windows.Forms.Label(); this.menuDDMS = new System.Windows.Forms.Label(); this.menuNAI = new System.Windows.Forms.Label(); this.menuView = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.tbMBip = new System.Windows.Forms.TextBox(); this.panelDDMS = new System.Windows.Forms.Panel(); this.npPeerID = new System.Windows.Forms.NumericUpDown(); this.lbGateway = new System.Windows.Forms.Label(); this.lbStatus = new System.Windows.Forms.Label(); this.btnConnect = new System.Windows.Forms.Button(); this.npPeerPort = new System.Windows.Forms.NumericUpDown(); this.cbNetworkType = new System.Windows.Forms.ComboBox(); this.npMasterRepeaterPort = new System.Windows.Forms.NumericUpDown(); this.panelView = new System.Windows.Forms.Panel(); this.tbEvent = new System.Windows.Forms.TextBox(); this.panelNAI = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.tbAuthenticationKey = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.tbMasterRepeaterIP = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.panelPorts = new System.Windows.Forms.Panel(); this.label26 = new System.Windows.Forms.Label(); this.panelMessageBus = new System.Windows.Forms.Panel(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBoxClose = new System.Windows.Forms.PictureBox(); this.pictureBoxMinimize = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.labelAppTitle = new System.Windows.Forms.Label(); this.Repeater_Notify_Icon = new System.Windows.Forms.NotifyIcon(this.components); ((System.ComponentModel.ISupportInitialize)(this.npTelemPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npTMport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npDDMSport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npARSPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npGPSport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npMBport)).BeginInit(); this.panelDDMS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.npPeerID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npPeerPort)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.npMasterRepeaterPort)).BeginInit(); this.panelView.SuspendLayout(); this.panelNAI.SuspendLayout(); this.panelPorts.SuspendLayout(); this.panelMessageBus.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinimize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // npTelemPort // this.npTelemPort.Location = new System.Drawing.Point(157, 99); this.npTelemPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npTelemPort.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npTelemPort.Name = "npTelemPort"; this.npTelemPort.Size = new System.Drawing.Size(104, 20); this.npTelemPort.TabIndex = 36; this.npTelemPort.Value = new decimal(new int[] { 4008, 0, 0, 0}); // // npTMport // this.npTMport.Location = new System.Drawing.Point(157, 69); this.npTMport.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npTMport.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npTMport.Name = "npTMport"; this.npTMport.Size = new System.Drawing.Size(104, 20); this.npTMport.TabIndex = 35; this.npTMport.Value = new decimal(new int[] { 4007, 0, 0, 0}); // // tbDDMSip // this.tbDDMSip.Location = new System.Drawing.Point(157, 9); this.tbDDMSip.Name = "tbDDMSip"; this.tbDDMSip.Size = new System.Drawing.Size(104, 20); this.tbDDMSip.TabIndex = 38; this.tbDDMSip.Text = "127.0.0.1"; // // npDDMSport // this.npDDMSport.Location = new System.Drawing.Point(157, 39); this.npDDMSport.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npDDMSport.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npDDMSport.Name = "npDDMSport"; this.npDDMSport.Size = new System.Drawing.Size(104, 20); this.npDDMSport.TabIndex = 37; this.npDDMSport.Value = new decimal(new int[] { 3000, 0, 0, 0}); // // menuSave // this.menuSave.AutoSize = true; this.menuSave.BackColor = System.Drawing.Color.Transparent; this.menuSave.Cursor = System.Windows.Forms.Cursors.Hand; this.menuSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuSave.ForeColor = System.Drawing.SystemColors.GrayText; this.menuSave.Location = new System.Drawing.Point(47, 276); this.menuSave.MaximumSize = new System.Drawing.Size(120, 25); this.menuSave.MinimumSize = new System.Drawing.Size(120, 25); this.menuSave.Name = "menuSave"; this.menuSave.Size = new System.Drawing.Size(120, 25); this.menuSave.TabIndex = 46; this.menuSave.Text = "Save"; this.menuSave.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.menuSave.Click += new System.EventHandler(this.menuSave_Click); // // npARSPort // this.npARSPort.Location = new System.Drawing.Point(157, 39); this.npARSPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npARSPort.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npARSPort.Name = "npARSPort"; this.npARSPort.Size = new System.Drawing.Size(104, 20); this.npARSPort.TabIndex = 34; this.npARSPort.Value = new decimal(new int[] { 4005, 0, 0, 0}); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.SystemColors.GrayText; this.label10.Location = new System.Drawing.Point(6, 11); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(63, 13); this.label10.TabIndex = 8; this.label10.Text = "DDMS IP:"; // // npGPSport // this.npGPSport.Location = new System.Drawing.Point(157, 9); this.npGPSport.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npGPSport.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npGPSport.Name = "npGPSport"; this.npGPSport.Size = new System.Drawing.Size(104, 20); this.npGPSport.TabIndex = 33; this.npGPSport.Value = new decimal(new int[] { 4001, 0, 0, 0}); // // npMBport // this.npMBport.Location = new System.Drawing.Point(157, 39); this.npMBport.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npMBport.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npMBport.Name = "npMBport"; this.npMBport.Size = new System.Drawing.Size(104, 20); this.npMBport.TabIndex = 31; this.npMBport.Value = new decimal(new int[] { 17233, 0, 0, 0}); // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.SystemColors.GrayText; this.label11.Location = new System.Drawing.Point(6, 41); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(62, 13); this.label11.TabIndex = 16; this.label11.Text = "ARS port:"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.SystemColors.GrayText; this.label12.Location = new System.Drawing.Point(6, 101); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(92, 13); this.label12.TabIndex = 14; this.label12.Text = "Telemetry port:"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.ForeColor = System.Drawing.SystemColors.GrayText; this.label13.Location = new System.Drawing.Point(6, 71); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(112, 13); this.label13.TabIndex = 12; this.label13.Text = "TextMessage port:"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.ForeColor = System.Drawing.SystemColors.GrayText; this.label14.Location = new System.Drawing.Point(6, 11); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(86, 13); this.label14.TabIndex = 10; this.label14.Text = "Location port:"; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.ForeColor = System.Drawing.SystemColors.GrayText; this.label15.Location = new System.Drawing.Point(6, 41); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(73, 13); this.label15.TabIndex = 10; this.label15.Text = "DDMS port:"; // // lbVersion // this.lbVersion.AutoSize = true; this.lbVersion.BackColor = System.Drawing.Color.Transparent; this.lbVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbVersion.ForeColor = System.Drawing.Color.DarkGray; this.lbVersion.Location = new System.Drawing.Point(19, 312); this.lbVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbVersion.Name = "lbVersion"; this.lbVersion.Size = new System.Drawing.Size(97, 13); this.lbVersion.TabIndex = 40; this.lbVersion.Text = "Version: 1.0.0.1"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightGray; this.panel1.Location = new System.Drawing.Point(176, 48); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(5, 269); this.panel1.TabIndex = 33; // // menuPorts // this.menuPorts.AutoSize = true; this.menuPorts.BackColor = System.Drawing.Color.Transparent; this.menuPorts.Cursor = System.Windows.Forms.Cursors.Hand; this.menuPorts.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuPorts.ForeColor = System.Drawing.SystemColors.GrayText; this.menuPorts.Location = new System.Drawing.Point(47, 211); this.menuPorts.MaximumSize = new System.Drawing.Size(120, 25); this.menuPorts.MinimumSize = new System.Drawing.Size(120, 25); this.menuPorts.Name = "menuPorts"; this.menuPorts.Size = new System.Drawing.Size(120, 25); this.menuPorts.TabIndex = 32; this.menuPorts.Text = "Ports"; this.menuPorts.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.menuPorts.Click += new System.EventHandler(this.OnMenuButtonClick); // // menuDDMS // this.menuDDMS.AutoSize = true; this.menuDDMS.BackColor = System.Drawing.Color.Transparent; this.menuDDMS.Cursor = System.Windows.Forms.Cursors.Hand; this.menuDDMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuDDMS.ForeColor = System.Drawing.SystemColors.GrayText; this.menuDDMS.Location = new System.Drawing.Point(47, 178); this.menuDDMS.MaximumSize = new System.Drawing.Size(120, 25); this.menuDDMS.MinimumSize = new System.Drawing.Size(120, 25); this.menuDDMS.Name = "menuDDMS"; this.menuDDMS.Size = new System.Drawing.Size(120, 25); this.menuDDMS.TabIndex = 31; this.menuDDMS.Text = "DDMS"; this.menuDDMS.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.menuDDMS.Click += new System.EventHandler(this.OnMenuButtonClick); // // menuNAI // this.menuNAI.AutoSize = true; this.menuNAI.BackColor = System.Drawing.Color.Transparent; this.menuNAI.Cursor = System.Windows.Forms.Cursors.Hand; this.menuNAI.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuNAI.ForeColor = System.Drawing.SystemColors.GrayText; this.menuNAI.Location = new System.Drawing.Point(47, 144); this.menuNAI.MaximumSize = new System.Drawing.Size(120, 25); this.menuNAI.MinimumSize = new System.Drawing.Size(120, 25); this.menuNAI.Name = "menuNAI"; this.menuNAI.Size = new System.Drawing.Size(120, 25); this.menuNAI.TabIndex = 29; this.menuNAI.Text = "NAI Network"; this.menuNAI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.menuNAI.Click += new System.EventHandler(this.OnMenuButtonClick); // // menuView // this.menuView.AutoSize = true; this.menuView.BackColor = System.Drawing.Color.DodgerBlue; this.menuView.Cursor = System.Windows.Forms.Cursors.Hand; this.menuView.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuView.ForeColor = System.Drawing.Color.AliceBlue; this.menuView.Location = new System.Drawing.Point(47, 73); this.menuView.Margin = new System.Windows.Forms.Padding(0); this.menuView.MaximumSize = new System.Drawing.Size(120, 25); this.menuView.MinimumSize = new System.Drawing.Size(120, 25); this.menuView.Name = "menuView"; this.menuView.Size = new System.Drawing.Size(120, 25); this.menuView.TabIndex = 28; this.menuView.Text = "view"; this.menuView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.menuView.Click += new System.EventHandler(this.OnMenuButtonClick); // // label17 // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.ForeColor = System.Drawing.SystemColors.ControlText; this.label17.Location = new System.Drawing.Point(12, 43); this.label17.MaximumSize = new System.Drawing.Size(150, 30); this.label17.MinimumSize = new System.Drawing.Size(150, 30); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(150, 30); this.label17.TabIndex = 27; this.label17.Text = "status"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tbMBip // this.tbMBip.BackColor = System.Drawing.SystemColors.Window; this.tbMBip.Location = new System.Drawing.Point(157, 9); this.tbMBip.Name = "tbMBip"; this.tbMBip.Size = new System.Drawing.Size(103, 20); this.tbMBip.TabIndex = 11; this.tbMBip.Text = "224.30.0.1"; // // panelDDMS // this.panelDDMS.BackColor = System.Drawing.Color.Transparent; this.panelDDMS.Controls.Add(this.tbDDMSip); this.panelDDMS.Controls.Add(this.npDDMSport); this.panelDDMS.Controls.Add(this.label15); this.panelDDMS.Controls.Add(this.label10); this.panelDDMS.Location = new System.Drawing.Point(192, 54); this.panelDDMS.Name = "panelDDMS"; this.panelDDMS.Size = new System.Drawing.Size(270, 242); this.panelDDMS.TabIndex = 37; this.panelDDMS.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panelDDMS.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.panelDDMS.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // npPeerID // this.npPeerID.Enabled = false; this.npPeerID.Location = new System.Drawing.Point(157, 9); this.npPeerID.Maximum = new decimal(new int[] { 16775215, 0, 0, 0}); this.npPeerID.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.npPeerID.Name = "npPeerID"; this.npPeerID.Size = new System.Drawing.Size(104, 20); this.npPeerID.TabIndex = 30; this.npPeerID.Value = new decimal(new int[] { 1, 0, 0, 0}); // // lbGateway // this.lbGateway.AutoSize = true; this.lbGateway.BackColor = System.Drawing.Color.Transparent; this.lbGateway.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbGateway.ForeColor = System.Drawing.SystemColors.ControlDark; this.lbGateway.Location = new System.Drawing.Point(22, 32); this.lbGateway.MinimumSize = new System.Drawing.Size(89, 12); this.lbGateway.Name = "lbGateway"; this.lbGateway.Size = new System.Drawing.Size(102, 13); this.lbGateway.TabIndex = 11; this.lbGateway.Text = "peer id 34 status"; this.lbGateway.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.lbGateway.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.lbGateway.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // lbStatus // this.lbStatus.AutoSize = true; this.lbStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 21F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbStatus.ForeColor = System.Drawing.SystemColors.ControlText; this.lbStatus.Location = new System.Drawing.Point(3, 1); this.lbStatus.MaximumSize = new System.Drawing.Size(450, 36); this.lbStatus.MinimumSize = new System.Drawing.Size(150, 36); this.lbStatus.Name = "lbStatus"; this.lbStatus.Size = new System.Drawing.Size(150, 36); this.lbStatus.TabIndex = 2; this.lbStatus.Text = "Offline"; this.lbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbStatus.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.lbStatus.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.lbStatus.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // btnConnect // this.btnConnect.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.btnConnect.Location = new System.Drawing.Point(93, 209); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(95, 30); this.btnConnect.TabIndex = 0; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Visible = false; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // npPeerPort // this.npPeerPort.Location = new System.Drawing.Point(157, 39); this.npPeerPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npPeerPort.Minimum = new decimal(new int[] { 50000, 0, 0, 0}); this.npPeerPort.Name = "npPeerPort"; this.npPeerPort.Size = new System.Drawing.Size(104, 20); this.npPeerPort.TabIndex = 31; this.npPeerPort.Value = new decimal(new int[] { 50013, 0, 0, 0}); // // cbNetworkType // this.cbNetworkType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbNetworkType.FormattingEnabled = true; this.cbNetworkType.Items.AddRange(new object[] { "Single/IP Site Connect", "Capacity Plus", "Linked Capacity Plus"}); this.cbNetworkType.Location = new System.Drawing.Point(129, 129); this.cbNetworkType.Name = "cbNetworkType"; this.cbNetworkType.Size = new System.Drawing.Size(132, 21); this.cbNetworkType.TabIndex = 29; // // npMasterRepeaterPort // this.npMasterRepeaterPort.Location = new System.Drawing.Point(157, 99); this.npMasterRepeaterPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.npMasterRepeaterPort.Minimum = new decimal(new int[] { 10000, 0, 0, 0}); this.npMasterRepeaterPort.Name = "npMasterRepeaterPort"; this.npMasterRepeaterPort.Size = new System.Drawing.Size(104, 20); this.npMasterRepeaterPort.TabIndex = 32; this.npMasterRepeaterPort.Value = new decimal(new int[] { 50000, 0, 0, 0}); // // panelView // this.panelView.BackColor = System.Drawing.Color.Transparent; this.panelView.Controls.Add(this.tbEvent); this.panelView.Controls.Add(this.lbGateway); this.panelView.Controls.Add(this.lbStatus); this.panelView.Controls.Add(this.btnConnect); this.panelView.Location = new System.Drawing.Point(192, 54); this.panelView.Name = "panelView"; this.panelView.Size = new System.Drawing.Size(270, 247); this.panelView.TabIndex = 34; this.panelView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panelView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.panelView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // tbEvent // this.tbEvent.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tbEvent.Enabled = false; this.tbEvent.Location = new System.Drawing.Point(9, 55); this.tbEvent.Multiline = true; this.tbEvent.Name = "tbEvent"; this.tbEvent.ReadOnly = true; this.tbEvent.Size = new System.Drawing.Size(251, 189); this.tbEvent.TabIndex = 12; // // panelNAI // this.panelNAI.BackColor = System.Drawing.Color.Transparent; this.panelNAI.Controls.Add(this.npMasterRepeaterPort); this.panelNAI.Controls.Add(this.npPeerPort); this.panelNAI.Controls.Add(this.npPeerID); this.panelNAI.Controls.Add(this.cbNetworkType); this.panelNAI.Controls.Add(this.label18); this.panelNAI.Controls.Add(this.tbAuthenticationKey); this.panelNAI.Controls.Add(this.label19); this.panelNAI.Controls.Add(this.label20); this.panelNAI.Controls.Add(this.tbMasterRepeaterIP); this.panelNAI.Controls.Add(this.label21); this.panelNAI.Controls.Add(this.label22); this.panelNAI.Controls.Add(this.label23); this.panelNAI.Location = new System.Drawing.Point(192, 54); this.panelNAI.Name = "panelNAI"; this.panelNAI.Size = new System.Drawing.Size(270, 242); this.panelNAI.TabIndex = 35; this.panelNAI.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panelNAI.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.panelNAI.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // label18 // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label18.ForeColor = System.Drawing.SystemColors.GrayText; this.label18.Location = new System.Drawing.Point(6, 131); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(86, 13); this.label18.TabIndex = 28; this.label18.Text = "Network Type"; // // tbAuthenticationKey // this.tbAuthenticationKey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tbAuthenticationKey.Location = new System.Drawing.Point(9, 177); this.tbAuthenticationKey.MaxLength = 40; this.tbAuthenticationKey.Multiline = true; this.tbAuthenticationKey.Name = "tbAuthenticationKey"; this.tbAuthenticationKey.Size = new System.Drawing.Size(252, 53); this.tbAuthenticationKey.TabIndex = 27; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label19.ForeColor = System.Drawing.SystemColors.GrayText; this.label19.Location = new System.Drawing.Point(6, 161); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(114, 13); this.label19.TabIndex = 26; this.label19.Text = "Authentication Key"; // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.ForeColor = System.Drawing.SystemColors.GrayText; this.label20.Location = new System.Drawing.Point(6, 101); this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(128, 13); this.label20.TabIndex = 24; this.label20.Text = "Master Repeater Port"; // // tbMasterRepeaterIP // this.tbMasterRepeaterIP.Enabled = false; this.tbMasterRepeaterIP.Location = new System.Drawing.Point(157, 69); this.tbMasterRepeaterIP.Name = "tbMasterRepeaterIP"; this.tbMasterRepeaterIP.Size = new System.Drawing.Size(103, 20); this.tbMasterRepeaterIP.TabIndex = 23; this.tbMasterRepeaterIP.Text = "10.120.1.196"; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.ForeColor = System.Drawing.SystemColors.GrayText; this.label21.Location = new System.Drawing.Point(6, 71); this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(117, 13); this.label21.TabIndex = 22; this.label21.Text = "Master Repeater IP"; // // label22 // this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label22.ForeColor = System.Drawing.SystemColors.GrayText; this.label22.Location = new System.Drawing.Point(6, 41); this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(30, 13); this.label22.TabIndex = 20; this.label22.Text = "Port"; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label23.ForeColor = System.Drawing.SystemColors.GrayText; this.label23.Location = new System.Drawing.Point(6, 11); this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(50, 13); this.label23.TabIndex = 18; this.label23.Text = "Peer ID"; // // label24 // this.label24.AutoSize = true; this.label24.BackColor = System.Drawing.Color.Transparent; this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label24.ForeColor = System.Drawing.SystemColors.ControlText; this.label24.Location = new System.Drawing.Point(12, 114); this.label24.MaximumSize = new System.Drawing.Size(150, 30); this.label24.MinimumSize = new System.Drawing.Size(150, 30); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(150, 30); this.label24.TabIndex = 26; this.label24.Text = "settings"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label25 // this.label25.AutoSize = true; this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label25.ForeColor = System.Drawing.SystemColors.GrayText; this.label25.Location = new System.Drawing.Point(6, 11); this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(98, 13); this.label25.TabIndex = 10; this.label25.Text = "MessageBus IP:"; // // panelPorts // this.panelPorts.BackColor = System.Drawing.Color.Transparent; this.panelPorts.Controls.Add(this.npTelemPort); this.panelPorts.Controls.Add(this.npTMport); this.panelPorts.Controls.Add(this.npARSPort); this.panelPorts.Controls.Add(this.npGPSport); this.panelPorts.Controls.Add(this.label11); this.panelPorts.Controls.Add(this.label12); this.panelPorts.Controls.Add(this.label13); this.panelPorts.Controls.Add(this.label14); this.panelPorts.Location = new System.Drawing.Point(192, 54); this.panelPorts.Name = "panelPorts"; this.panelPorts.Size = new System.Drawing.Size(270, 242); this.panelPorts.TabIndex = 38; this.panelPorts.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panelPorts.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.panelPorts.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.ForeColor = System.Drawing.SystemColors.GrayText; this.label26.Location = new System.Drawing.Point(6, 41); this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(120, 13); this.label26.TabIndex = 12; this.label26.Text = "MessageBus PORT:"; // // panelMessageBus // this.panelMessageBus.BackColor = System.Drawing.Color.Transparent; this.panelMessageBus.Controls.Add(this.npMBport); this.panelMessageBus.Controls.Add(this.label26); this.panelMessageBus.Controls.Add(this.label25); this.panelMessageBus.Controls.Add(this.tbMBip); this.panelMessageBus.Location = new System.Drawing.Point(192, 54); this.panelMessageBus.Name = "panelMessageBus"; this.panelMessageBus.Size = new System.Drawing.Size(270, 242); this.panelMessageBus.TabIndex = 36; this.panelMessageBus.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panelMessageBus.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.panelMessageBus.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // pictureBox7 // this.pictureBox7.BackColor = System.Drawing.Color.Transparent; this.pictureBox7.Image = global::MotoRepeater.Properties.Resources.save; this.pictureBox7.Location = new System.Drawing.Point(22, 276); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(24, 24); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox7.TabIndex = 47; this.pictureBox7.TabStop = false; // // pictureBox6 // this.pictureBox6.BackColor = System.Drawing.Color.Transparent; this.pictureBox6.Image = global::MotoRepeater.Properties.Resources.MotoRepeaterIcon_small; this.pictureBox6.Location = new System.Drawing.Point(22, 144); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(24, 24); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox6.TabIndex = 45; this.pictureBox6.TabStop = false; // // pictureBox5 // this.pictureBox5.BackColor = System.Drawing.Color.Transparent; this.pictureBox5.Image = global::MotoRepeater.Properties.Resources.find; this.pictureBox5.Location = new System.Drawing.Point(22, 73); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(24, 24); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox5.TabIndex = 44; this.pictureBox5.TabStop = false; // // pictureBox3 // this.pictureBox3.BackColor = System.Drawing.Color.Transparent; this.pictureBox3.Image = global::MotoRepeater.Properties.Resources.ports; this.pictureBox3.Location = new System.Drawing.Point(22, 211); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(24, 24); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 42; this.pictureBox3.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::MotoRepeater.Properties.Resources.ddms_icon; this.pictureBox1.Location = new System.Drawing.Point(22, 178); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(24, 24); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 39; this.pictureBox1.TabStop = false; // // pictureBoxClose // this.pictureBoxClose.BackColor = System.Drawing.Color.Transparent; this.pictureBoxClose.Image = global::MotoRepeater.Properties.Resources.close; this.pictureBoxClose.Location = new System.Drawing.Point(446, 11); this.pictureBoxClose.Name = "pictureBoxClose"; this.pictureBoxClose.Size = new System.Drawing.Size(20, 22); this.pictureBoxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxClose.TabIndex = 49; this.pictureBoxClose.TabStop = false; this.pictureBoxClose.Click += new System.EventHandler(this.pictureBoxClose_Click); this.pictureBoxClose.MouseEnter += new System.EventHandler(this.pictureBoxClose_MouseEnter); this.pictureBoxClose.MouseLeave += new System.EventHandler(this.pictureBoxClose_MouseLeave); // // pictureBoxMinimize // this.pictureBoxMinimize.BackColor = System.Drawing.Color.Transparent; this.pictureBoxMinimize.Image = global::MotoRepeater.Properties.Resources.minimize; this.pictureBoxMinimize.Location = new System.Drawing.Point(418, 10); this.pictureBoxMinimize.Name = "pictureBoxMinimize"; this.pictureBoxMinimize.Size = new System.Drawing.Size(20, 22); this.pictureBoxMinimize.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxMinimize.TabIndex = 48; this.pictureBoxMinimize.TabStop = false; this.pictureBoxMinimize.Click += new System.EventHandler(this.pictureBoxMinimize_Click); this.pictureBoxMinimize.MouseEnter += new System.EventHandler(this.pictureBoxMinimize_MouseEnter); this.pictureBoxMinimize.MouseLeave += new System.EventHandler(this.pictureBoxMinimize_MouseLeave); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = global::MotoRepeater.Properties.Resources.MotoRepeaterIcon_small; this.pictureBox2.Location = new System.Drawing.Point(11, 10); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(29, 25); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 50; this.pictureBox2.TabStop = false; this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.pictureBox2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // labelAppTitle // this.labelAppTitle.AutoSize = true; this.labelAppTitle.BackColor = System.Drawing.Color.Transparent; this.labelAppTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelAppTitle.ForeColor = System.Drawing.Color.Black; this.labelAppTitle.Location = new System.Drawing.Point(39, 14); this.labelAppTitle.Name = "labelAppTitle"; this.labelAppTitle.Size = new System.Drawing.Size(225, 17); this.labelAppTitle.TabIndex = 51; this.labelAppTitle.Text = "MotoTRBO Repeater Gateway"; this.labelAppTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.labelAppTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.labelAppTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); // // Repeater_Notify_Icon // this.Repeater_Notify_Icon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.Repeater_Notify_Icon.BalloonTipText = "Repeater Gateway"; this.Repeater_Notify_Icon.BalloonTipTitle = "Repeater Gateway"; this.Repeater_Notify_Icon.Icon = ((System.Drawing.Icon)(resources.GetObject("Repeater_Notify_Icon.Icon"))); this.Repeater_Notify_Icon.Text = "Repeater Gateway"; this.Repeater_Notify_Icon.Visible = true; this.Repeater_Notify_Icon.DoubleClick += new System.EventHandler(this.Repeater_Notify_Icon_DoubleClick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BackgroundImage = global::MotoRepeater.Properties.Resources.bg; this.ClientSize = new System.Drawing.Size(478, 338); this.Controls.Add(this.panelView); this.Controls.Add(this.panelNAI); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.labelAppTitle); this.Controls.Add(this.pictureBoxClose); this.Controls.Add(this.pictureBoxMinimize); this.Controls.Add(this.menuSave); this.Controls.Add(this.pictureBox7); this.Controls.Add(this.pictureBox6); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.lbVersion); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.menuPorts); this.Controls.Add(this.menuDDMS); this.Controls.Add(this.menuNAI); this.Controls.Add(this.menuView); this.Controls.Add(this.label17); this.Controls.Add(this.label24); this.Controls.Add(this.panelPorts); this.Controls.Add(this.panelMessageBus); this.Controls.Add(this.panelDDMS); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(478, 338); this.MinimumSize = new System.Drawing.Size(478, 338); this.Name = "MainForm"; this.Text = "MotoRepeater Gateway"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseUp); this.Resize += new System.EventHandler(this.MainForm_Resize); ((System.ComponentModel.ISupportInitialize)(this.npTelemPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npTMport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npDDMSport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npARSPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npGPSport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npMBport)).EndInit(); this.panelDDMS.ResumeLayout(false); this.panelDDMS.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.npPeerID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npPeerPort)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.npMasterRepeaterPort)).EndInit(); this.panelView.ResumeLayout(false); this.panelView.PerformLayout(); this.panelNAI.ResumeLayout(false); this.panelNAI.PerformLayout(); this.panelPorts.ResumeLayout(false); this.panelPorts.PerformLayout(); this.panelMessageBus.ResumeLayout(false); this.panelMessageBus.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMinimize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.NumericUpDown npTelemPort; private System.Windows.Forms.NumericUpDown npTMport; private System.Windows.Forms.TextBox tbDDMSip; private System.Windows.Forms.NumericUpDown npDDMSport; private System.Windows.Forms.Label menuSave; private System.Windows.Forms.NumericUpDown npARSPort; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown npGPSport; private System.Windows.Forms.NumericUpDown npMBport; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.PictureBox pictureBox7; private System.Windows.Forms.PictureBox pictureBox6; private System.Windows.Forms.Label label15; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label lbVersion; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label menuPorts; private System.Windows.Forms.Label menuDDMS; private System.Windows.Forms.Label menuNAI; private System.Windows.Forms.Label menuView; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox tbMBip; private System.Windows.Forms.Panel panelDDMS; private System.Windows.Forms.NumericUpDown npPeerID; private System.Windows.Forms.Label lbGateway; private System.Windows.Forms.Label lbStatus; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.NumericUpDown npPeerPort; private System.Windows.Forms.ComboBox cbNetworkType; private System.Windows.Forms.NumericUpDown npMasterRepeaterPort; private System.Windows.Forms.Panel panelView; private System.Windows.Forms.Panel panelNAI; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox tbAuthenticationKey; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox tbMasterRepeaterIP; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.Panel panelPorts; private System.Windows.Forms.Label label26; private System.Windows.Forms.Panel panelMessageBus; private System.Windows.Forms.PictureBox pictureBoxClose; private System.Windows.Forms.PictureBox pictureBoxMinimize; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label labelAppTitle; private System.Windows.Forms.TextBox tbEvent; private System.Windows.Forms.NotifyIcon Repeater_Notify_Icon; } }