1085 lines
55 KiB
C#
1085 lines
55 KiB
C#
namespace SDRgateway
|
|
{
|
|
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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.menuSave = new SDRgateway.MenuButton();
|
|
this.menuMessageBus = new SDRgateway.MenuButton();
|
|
this.menuSDRSettings = new SDRgateway.MenuButton();
|
|
this.menuStatus = new SDRgateway.MenuButton();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panelStatus = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.lbGateway = new System.Windows.Forms.Label();
|
|
this.lbStatus = new System.Windows.Forms.Label();
|
|
this.tbEvent = new System.Windows.Forms.TextBox();
|
|
this.lbVersion = new System.Windows.Forms.Label();
|
|
this.panelSDRSettings = new System.Windows.Forms.Panel();
|
|
this.tbMUPSpass = new System.Windows.Forms.TextBox();
|
|
this.tbSFServerID = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cbCallOut = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbStoreForward = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbMUPSport = new System.Windows.Forms.NumericUpDown();
|
|
this.tbMUPSappID = new System.Windows.Forms.NumericUpDown();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.tbMUPSip = 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.cbPositionErrorTolerance = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.panelMessageBus = new System.Windows.Forms.Panel();
|
|
this.tbMBport = new System.Windows.Forms.NumericUpDown();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.tbMBip = new System.Windows.Forms.TextBox();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.cbAutoConnect = new System.Windows.Forms.CheckBox();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.ddlTgCtrl = new System.Windows.Forms.ComboBox();
|
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
this.txtMessage = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
this.CommandGroup = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.listCallOutNumber = new System.Windows.Forms.ListBox();
|
|
this.btnClearOutput = new Telerik.WinControls.UI.RadButton();
|
|
this.lblOutput = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnClearList = new Telerik.WinControls.UI.RadButton();
|
|
this.lblCallOutNumber = new Telerik.WinControls.UI.RadLabel();
|
|
this.txtOutput = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
this.btnClear = new Telerik.WinControls.UI.RadButton();
|
|
this.btnInfo = new Telerik.WinControls.UI.RadButton();
|
|
this.btnTest = new Telerik.WinControls.UI.RadButton();
|
|
this.btnAlert = new Telerik.WinControls.UI.RadButton();
|
|
this.txtTGNumber = new Telerik.WinControls.UI.RadTextBoxControl();
|
|
this.ParametersGroup = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.chkPrefixWithSize = new Telerik.WinControls.UI.RadCheckBox();
|
|
this.lblDestISSI = new Telerik.WinControls.UI.RadLabel();
|
|
this.lblSourceISSI = new Telerik.WinControls.UI.RadLabel();
|
|
this.spinDestISSI = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.spinSourceISSI = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.lblTGNumber = new Telerik.WinControls.UI.RadLabel();
|
|
this.lblTGCtrl = new Telerik.WinControls.UI.RadLabel();
|
|
this.lblSeverity = new Telerik.WinControls.UI.RadLabel();
|
|
this.spinSeverity = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panelStatus.SuspendLayout();
|
|
this.panelSDRSettings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbSFServerID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMUPSport)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMUPSappID)).BeginInit();
|
|
this.panelMessageBus.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMBport)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMessage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CommandGroup)).BeginInit();
|
|
this.CommandGroup.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearOutput)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblOutput)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblCallOutNumber)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOutput)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClear)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnInfo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnTest)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAlert)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTGNumber)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ParametersGroup)).BeginInit();
|
|
this.ParametersGroup.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkPrefixWithSize)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblDestISSI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblSourceISSI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinDestISSI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinSourceISSI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblTGNumber)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblTGCtrl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblSeverity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinSeverity)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(92, 308);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(144, 46);
|
|
this.btnConnect.TabIndex = 2;
|
|
this.btnConnect.Text = "Connect";
|
|
this.btnConnect.UseVisualStyleBackColor = true;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(50)))), ((int)(((byte)(58)))));
|
|
this.panel1.Controls.Add(this.menuSave);
|
|
this.panel1.Controls.Add(this.menuMessageBus);
|
|
this.panel1.Controls.Add(this.menuSDRSettings);
|
|
this.panel1.Controls.Add(this.menuStatus);
|
|
this.panel1.Controls.Add(this.pictureBox3);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(200, 395);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// menuSave
|
|
//
|
|
this.menuSave.AccessibleDescription = "Custom menu button";
|
|
this.menuSave.AccessibleName = "MenuButton";
|
|
this.menuSave.BackColor = System.Drawing.Color.Transparent;
|
|
this.menuSave.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.menuSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.menuSave.Image = ((System.Drawing.Image)(resources.GetObject("menuSave.Image")));
|
|
this.menuSave.IsSelectable = false;
|
|
this.menuSave.IsSelected = false;
|
|
this.menuSave.Location = new System.Drawing.Point(-1, 271);
|
|
this.menuSave.Name = "menuSave";
|
|
this.menuSave.Size = new System.Drawing.Size(202, 45);
|
|
this.menuSave.TabIndex = 10;
|
|
this.menuSave.Theme = SDRgateway.MenuButton.ThemeStyle.Teal;
|
|
this.menuSave.Title = "Save";
|
|
this.menuSave.Click += new System.EventHandler(this.menuClick);
|
|
//
|
|
// menuMessageBus
|
|
//
|
|
this.menuMessageBus.AccessibleDescription = "Custom menu button";
|
|
this.menuMessageBus.AccessibleName = "MenuButton";
|
|
this.menuMessageBus.BackColor = System.Drawing.Color.Transparent;
|
|
this.menuMessageBus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.menuMessageBus.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.menuMessageBus.Image = ((System.Drawing.Image)(resources.GetObject("menuMessageBus.Image")));
|
|
this.menuMessageBus.IsSelectable = true;
|
|
this.menuMessageBus.IsSelected = false;
|
|
this.menuMessageBus.Location = new System.Drawing.Point(-1, 227);
|
|
this.menuMessageBus.Name = "menuMessageBus";
|
|
this.menuMessageBus.Size = new System.Drawing.Size(202, 45);
|
|
this.menuMessageBus.TabIndex = 9;
|
|
this.menuMessageBus.Theme = SDRgateway.MenuButton.ThemeStyle.Teal;
|
|
this.menuMessageBus.Title = "Message Bus";
|
|
this.menuMessageBus.Load += new System.EventHandler(this.menuMessageBus_Load);
|
|
this.menuMessageBus.Click += new System.EventHandler(this.menuClick);
|
|
//
|
|
// menuSDRSettings
|
|
//
|
|
this.menuSDRSettings.AccessibleDescription = "Custom menu button";
|
|
this.menuSDRSettings.AccessibleName = "MenuButton";
|
|
this.menuSDRSettings.BackColor = System.Drawing.Color.Transparent;
|
|
this.menuSDRSettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.menuSDRSettings.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.menuSDRSettings.Image = ((System.Drawing.Image)(resources.GetObject("menuSDRSettings.Image")));
|
|
this.menuSDRSettings.IsSelectable = true;
|
|
this.menuSDRSettings.IsSelected = false;
|
|
this.menuSDRSettings.Location = new System.Drawing.Point(-1, 183);
|
|
this.menuSDRSettings.Name = "menuSDRSettings";
|
|
this.menuSDRSettings.Size = new System.Drawing.Size(202, 45);
|
|
this.menuSDRSettings.TabIndex = 8;
|
|
this.menuSDRSettings.Theme = SDRgateway.MenuButton.ThemeStyle.Teal;
|
|
this.menuSDRSettings.Title = "SDR Settings";
|
|
this.menuSDRSettings.Click += new System.EventHandler(this.menuClick);
|
|
//
|
|
// menuStatus
|
|
//
|
|
this.menuStatus.AccessibleDescription = "Custom menu button";
|
|
this.menuStatus.AccessibleName = "MenuButton";
|
|
this.menuStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(180)))), ((int)(((byte)(174)))));
|
|
this.menuStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.menuStatus.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.menuStatus.Image = null;
|
|
this.menuStatus.IsSelectable = true;
|
|
this.menuStatus.IsSelected = true;
|
|
this.menuStatus.Location = new System.Drawing.Point(-1, 139);
|
|
this.menuStatus.Name = "menuStatus";
|
|
this.menuStatus.Size = new System.Drawing.Size(202, 45);
|
|
this.menuStatus.TabIndex = 7;
|
|
this.menuStatus.Theme = SDRgateway.MenuButton.ThemeStyle.Teal;
|
|
this.menuStatus.Title = "Status";
|
|
this.menuStatus.Click += new System.EventHandler(this.menuClick);
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.Location = new System.Drawing.Point(-1, 371);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(198, 21);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox3.TabIndex = 6;
|
|
this.pictureBox3.TabStop = false;
|
|
this.pictureBox3.Click += new System.EventHandler(this.LogoClick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(180)))), ((int)(((byte)(174)))));
|
|
this.label3.Location = new System.Drawing.Point(-1, 100);
|
|
this.label3.MaximumSize = new System.Drawing.Size(202, 0);
|
|
this.label3.MinimumSize = new System.Drawing.Size(202, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(202, 17);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "SDR Gateway";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(52, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(96, 96);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pictureBox1.TabIndex = 4;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// panelStatus
|
|
//
|
|
this.panelStatus.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelStatus.Controls.Add(this.button1);
|
|
this.panelStatus.Controls.Add(this.btnConnect);
|
|
this.panelStatus.Controls.Add(this.lbGateway);
|
|
this.panelStatus.Controls.Add(this.lbStatus);
|
|
this.panelStatus.Controls.Add(this.tbEvent);
|
|
this.panelStatus.Location = new System.Drawing.Point(212, 12);
|
|
this.panelStatus.Name = "panelStatus";
|
|
this.panelStatus.Size = new System.Drawing.Size(341, 369);
|
|
this.panelStatus.TabIndex = 35;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(131, 259);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(174, 23);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "Call alert 623";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Visible = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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";
|
|
//
|
|
// 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;
|
|
//
|
|
// tbEvent
|
|
//
|
|
this.tbEvent.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbEvent.Enabled = false;
|
|
this.tbEvent.Location = new System.Drawing.Point(9, 50);
|
|
this.tbEvent.Multiline = true;
|
|
this.tbEvent.Name = "tbEvent";
|
|
this.tbEvent.ReadOnly = true;
|
|
this.tbEvent.Size = new System.Drawing.Size(323, 255);
|
|
this.tbEvent.TabIndex = 12;
|
|
//
|
|
// 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(439, 383);
|
|
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 = 41;
|
|
this.lbVersion.Text = "Version: 1.0.0.1";
|
|
//
|
|
// panelSDRSettings
|
|
//
|
|
this.panelSDRSettings.Controls.Add(this.tbMUPSpass);
|
|
this.panelSDRSettings.Controls.Add(this.tbSFServerID);
|
|
this.panelSDRSettings.Controls.Add(this.label4);
|
|
this.panelSDRSettings.Controls.Add(this.cbCallOut);
|
|
this.panelSDRSettings.Controls.Add(this.label2);
|
|
this.panelSDRSettings.Controls.Add(this.cbStoreForward);
|
|
this.panelSDRSettings.Controls.Add(this.label1);
|
|
this.panelSDRSettings.Controls.Add(this.tbMUPSport);
|
|
this.panelSDRSettings.Controls.Add(this.tbMUPSappID);
|
|
this.panelSDRSettings.Controls.Add(this.label20);
|
|
this.panelSDRSettings.Controls.Add(this.tbMUPSip);
|
|
this.panelSDRSettings.Controls.Add(this.label21);
|
|
this.panelSDRSettings.Controls.Add(this.label22);
|
|
this.panelSDRSettings.Controls.Add(this.label23);
|
|
this.panelSDRSettings.Controls.Add(this.cbPositionErrorTolerance);
|
|
this.panelSDRSettings.Controls.Add(this.label5);
|
|
this.panelSDRSettings.Location = new System.Drawing.Point(212, 12);
|
|
this.panelSDRSettings.Name = "panelSDRSettings";
|
|
this.panelSDRSettings.Size = new System.Drawing.Size(341, 369);
|
|
this.panelSDRSettings.TabIndex = 42;
|
|
//
|
|
// tbMUPSpass
|
|
//
|
|
this.tbMUPSpass.Location = new System.Drawing.Point(222, 46);
|
|
this.tbMUPSpass.Name = "tbMUPSpass";
|
|
this.tbMUPSpass.Size = new System.Drawing.Size(103, 20);
|
|
this.tbMUPSpass.TabIndex = 49;
|
|
this.tbMUPSpass.Text = "127.0.0.1";
|
|
//
|
|
// tbSFServerID
|
|
//
|
|
this.tbSFServerID.Location = new System.Drawing.Point(222, 201);
|
|
this.tbSFServerID.Maximum = new decimal(new int[] {
|
|
16777215,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbSFServerID.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbSFServerID.Name = "tbSFServerID";
|
|
this.tbSFServerID.Size = new System.Drawing.Size(104, 20);
|
|
this.tbSFServerID.TabIndex = 48;
|
|
this.tbSFServerID.Value = new decimal(new int[] {
|
|
6006,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label4.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label4.Location = new System.Drawing.Point(14, 203);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(169, 13);
|
|
this.label4.TabIndex = 47;
|
|
this.label4.Text = "Store and Forward Server ID";
|
|
//
|
|
// cbCallOut
|
|
//
|
|
this.cbCallOut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbCallOut.FormattingEnabled = true;
|
|
this.cbCallOut.Items.AddRange(new object[] {
|
|
"Yes",
|
|
"No"});
|
|
this.cbCallOut.Location = new System.Drawing.Point(222, 231);
|
|
this.cbCallOut.Name = "cbCallOut";
|
|
this.cbCallOut.Size = new System.Drawing.Size(103, 21);
|
|
this.cbCallOut.TabIndex = 46;
|
|
this.cbCallOut.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label2.Location = new System.Drawing.Point(14, 233);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(52, 13);
|
|
this.label2.TabIndex = 45;
|
|
this.label2.Text = "Call Out";
|
|
this.label2.Visible = false;
|
|
//
|
|
// cbStoreForward
|
|
//
|
|
this.cbStoreForward.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbStoreForward.FormattingEnabled = true;
|
|
this.cbStoreForward.Items.AddRange(new object[] {
|
|
"Yes",
|
|
"No"});
|
|
this.cbStoreForward.Location = new System.Drawing.Point(222, 171);
|
|
this.cbStoreForward.Name = "cbStoreForward";
|
|
this.cbStoreForward.Size = new System.Drawing.Size(103, 21);
|
|
this.cbStoreForward.TabIndex = 43;
|
|
this.cbStoreForward.SelectedValueChanged += new System.EventHandler(this.cbStoreForward_SelectedValueChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label1.Location = new System.Drawing.Point(14, 173);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(140, 13);
|
|
this.label1.TabIndex = 42;
|
|
this.label1.Text = "Store and Forward Text";
|
|
//
|
|
// tbMUPSport
|
|
//
|
|
this.tbMUPSport.Location = new System.Drawing.Point(222, 106);
|
|
this.tbMUPSport.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMUPSport.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMUPSport.Name = "tbMUPSport";
|
|
this.tbMUPSport.Size = new System.Drawing.Size(104, 20);
|
|
this.tbMUPSport.TabIndex = 40;
|
|
this.tbMUPSport.Value = new decimal(new int[] {
|
|
6006,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// tbMUPSappID
|
|
//
|
|
this.tbMUPSappID.Enabled = false;
|
|
this.tbMUPSappID.Location = new System.Drawing.Point(222, 16);
|
|
this.tbMUPSappID.Maximum = new decimal(new int[] {
|
|
16775215,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMUPSappID.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMUPSappID.Name = "tbMUPSappID";
|
|
this.tbMUPSappID.Size = new System.Drawing.Size(104, 20);
|
|
this.tbMUPSappID.TabIndex = 38;
|
|
this.tbMUPSappID.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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(14, 108);
|
|
this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(60, 13);
|
|
this.label20.TabIndex = 37;
|
|
this.label20.Text = "SDR Port";
|
|
//
|
|
// tbMUPSip
|
|
//
|
|
this.tbMUPSip.Enabled = false;
|
|
this.tbMUPSip.Location = new System.Drawing.Point(222, 76);
|
|
this.tbMUPSip.Name = "tbMUPSip";
|
|
this.tbMUPSip.Size = new System.Drawing.Size(103, 20);
|
|
this.tbMUPSip.TabIndex = 36;
|
|
this.tbMUPSip.Text = "127.0.0.1";
|
|
//
|
|
// 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(14, 78);
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(49, 13);
|
|
this.label21.TabIndex = 35;
|
|
this.label21.Text = "SDR 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(14, 48);
|
|
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(61, 13);
|
|
this.label22.TabIndex = 34;
|
|
this.label22.Text = "Password";
|
|
//
|
|
// 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(14, 18);
|
|
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(31, 13);
|
|
this.label23.TabIndex = 33;
|
|
this.label23.Text = "ISSI";
|
|
//
|
|
// cbPositionErrorTolerance
|
|
//
|
|
this.cbPositionErrorTolerance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.cbPositionErrorTolerance.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbPositionErrorTolerance.DropDownWidth = 123;
|
|
this.cbPositionErrorTolerance.FormattingEnabled = true;
|
|
this.cbPositionErrorTolerance.Items.AddRange(new object[] {
|
|
"All",
|
|
"Less than 20 meters",
|
|
"Less than 200 meters",
|
|
"Less than 2 kilometers",
|
|
"Less than 20 kilometers",
|
|
"Less than 200 kilometers",
|
|
"More than 200 kilometers"});
|
|
this.cbPositionErrorTolerance.Location = new System.Drawing.Point(173, 137);
|
|
this.cbPositionErrorTolerance.Name = "cbPositionErrorTolerance";
|
|
this.cbPositionErrorTolerance.Size = new System.Drawing.Size(152, 21);
|
|
this.cbPositionErrorTolerance.TabIndex = 51;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.label5.Location = new System.Drawing.Point(14, 139);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(139, 13);
|
|
this.label5.TabIndex = 50;
|
|
this.label5.Text = "Position error tolerance";
|
|
//
|
|
// panelMessageBus
|
|
//
|
|
this.panelMessageBus.Controls.Add(this.tbMBport);
|
|
this.panelMessageBus.Controls.Add(this.label26);
|
|
this.panelMessageBus.Controls.Add(this.tbMBip);
|
|
this.panelMessageBus.Controls.Add(this.label25);
|
|
this.panelMessageBus.Location = new System.Drawing.Point(212, 12);
|
|
this.panelMessageBus.Name = "panelMessageBus";
|
|
this.panelMessageBus.Size = new System.Drawing.Size(341, 369);
|
|
this.panelMessageBus.TabIndex = 43;
|
|
//
|
|
// tbMBport
|
|
//
|
|
this.tbMBport.Location = new System.Drawing.Point(223, 45);
|
|
this.tbMBport.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMBport.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.tbMBport.Name = "tbMBport";
|
|
this.tbMBport.Size = new System.Drawing.Size(103, 20);
|
|
this.tbMBport.TabIndex = 45;
|
|
this.tbMBport.Value = new decimal(new int[] {
|
|
17233,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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(14, 48);
|
|
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 = 44;
|
|
this.label26.Text = "MessageBus PORT:";
|
|
//
|
|
// tbMBip
|
|
//
|
|
this.tbMBip.BackColor = System.Drawing.SystemColors.Window;
|
|
this.tbMBip.Location = new System.Drawing.Point(223, 16);
|
|
this.tbMBip.Name = "tbMBip";
|
|
this.tbMBip.Size = new System.Drawing.Size(103, 20);
|
|
this.tbMBip.TabIndex = 43;
|
|
this.tbMBip.Text = "224.30.0.1";
|
|
//
|
|
// 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(14, 18);
|
|
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 = 42;
|
|
this.label25.Text = "MessageBus IP:";
|
|
//
|
|
// cbAutoConnect
|
|
//
|
|
this.cbAutoConnect.AutoSize = true;
|
|
this.cbAutoConnect.Location = new System.Drawing.Point(212, 378);
|
|
this.cbAutoConnect.Name = "cbAutoConnect";
|
|
this.cbAutoConnect.Size = new System.Drawing.Size(90, 17);
|
|
this.cbAutoConnect.TabIndex = 14;
|
|
this.cbAutoConnect.Text = "Auto connect";
|
|
this.cbAutoConnect.UseVisualStyleBackColor = true;
|
|
this.cbAutoConnect.CheckedChanged += new System.EventHandler(this.cbAutoConnect_CheckedChanged);
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|
this.notifyIcon1.BalloonTipText = "TETRA SDR Gateway";
|
|
this.notifyIcon1.BalloonTipTitle = "TETRA SDR Gateway";
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
this.notifyIcon1.Text = "TETRA SDR Gateway";
|
|
this.notifyIcon1.Visible = true;
|
|
//
|
|
// ddlTgCtrl
|
|
//
|
|
this.ddlTgCtrl.FormattingEnabled = true;
|
|
this.ddlTgCtrl.Items.AddRange(new object[] {
|
|
"TGChangeOnAlert",
|
|
"TGChangeUserInter"});
|
|
this.ddlTgCtrl.Location = new System.Drawing.Point(93, 63);
|
|
this.ddlTgCtrl.Name = "ddlTgCtrl";
|
|
this.ddlTgCtrl.Size = new System.Drawing.Size(136, 21);
|
|
this.ddlTgCtrl.TabIndex = 20;
|
|
//
|
|
// radLabel1
|
|
//
|
|
this.radLabel1.Location = new System.Drawing.Point(250, 47);
|
|
this.radLabel1.Name = "radLabel1";
|
|
this.radLabel1.Size = new System.Drawing.Size(53, 18);
|
|
this.radLabel1.TabIndex = 19;
|
|
this.radLabel1.Text = "Message:";
|
|
//
|
|
// txtMessage
|
|
//
|
|
this.txtMessage.Location = new System.Drawing.Point(250, 66);
|
|
this.txtMessage.Name = "txtMessage";
|
|
this.txtMessage.Size = new System.Drawing.Size(176, 39);
|
|
this.txtMessage.TabIndex = 18;
|
|
this.txtMessage.ThemeName = "Office2013Light";
|
|
//
|
|
// CommandGroup
|
|
//
|
|
this.CommandGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.CommandGroup.Controls.Add(this.listCallOutNumber);
|
|
this.CommandGroup.Controls.Add(this.btnClearOutput);
|
|
this.CommandGroup.Controls.Add(this.lblOutput);
|
|
this.CommandGroup.Controls.Add(this.btnClearList);
|
|
this.CommandGroup.Controls.Add(this.lblCallOutNumber);
|
|
this.CommandGroup.Controls.Add(this.txtOutput);
|
|
this.CommandGroup.Controls.Add(this.btnClear);
|
|
this.CommandGroup.Controls.Add(this.btnInfo);
|
|
this.CommandGroup.Controls.Add(this.btnTest);
|
|
this.CommandGroup.Controls.Add(this.btnAlert);
|
|
this.CommandGroup.HeaderText = "Commands";
|
|
this.CommandGroup.Location = new System.Drawing.Point(567, 136);
|
|
this.CommandGroup.Name = "CommandGroup";
|
|
this.CommandGroup.Size = new System.Drawing.Size(430, 247);
|
|
this.CommandGroup.TabIndex = 45;
|
|
this.CommandGroup.Text = "Commands";
|
|
//
|
|
// listCallOutNumber
|
|
//
|
|
this.listCallOutNumber.FormattingEnabled = true;
|
|
this.listCallOutNumber.Location = new System.Drawing.Point(93, 36);
|
|
this.listCallOutNumber.Name = "listCallOutNumber";
|
|
this.listCallOutNumber.Size = new System.Drawing.Size(331, 108);
|
|
this.listCallOutNumber.TabIndex = 22;
|
|
//
|
|
// btnClearOutput
|
|
//
|
|
this.btnClearOutput.Location = new System.Drawing.Point(378, 147);
|
|
this.btnClearOutput.Name = "btnClearOutput";
|
|
this.btnClearOutput.Size = new System.Drawing.Size(46, 22);
|
|
this.btnClearOutput.TabIndex = 19;
|
|
this.btnClearOutput.Text = "Clear";
|
|
//
|
|
// lblOutput
|
|
//
|
|
this.lblOutput.Location = new System.Drawing.Point(95, 149);
|
|
this.lblOutput.Name = "lblOutput";
|
|
this.lblOutput.Size = new System.Drawing.Size(44, 18);
|
|
this.lblOutput.TabIndex = 21;
|
|
this.lblOutput.Text = "Output:";
|
|
//
|
|
// btnClearList
|
|
//
|
|
this.btnClearList.Location = new System.Drawing.Point(378, 12);
|
|
this.btnClearList.Name = "btnClearList";
|
|
this.btnClearList.Size = new System.Drawing.Size(46, 22);
|
|
this.btnClearList.TabIndex = 18;
|
|
this.btnClearList.Text = "Clear";
|
|
//
|
|
// lblCallOutNumber
|
|
//
|
|
this.lblCallOutNumber.Location = new System.Drawing.Point(94, 12);
|
|
this.lblCallOutNumber.Name = "lblCallOutNumber";
|
|
this.lblCallOutNumber.Size = new System.Drawing.Size(90, 18);
|
|
this.lblCallOutNumber.TabIndex = 20;
|
|
this.lblCallOutNumber.Text = "CallOut Number:";
|
|
//
|
|
// txtOutput
|
|
//
|
|
this.txtOutput.Location = new System.Drawing.Point(94, 173);
|
|
this.txtOutput.Name = "txtOutput";
|
|
this.txtOutput.Size = new System.Drawing.Size(330, 66);
|
|
this.txtOutput.TabIndex = 12;
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Location = new System.Drawing.Point(6, 122);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(75, 22);
|
|
this.btnClear.TabIndex = 10;
|
|
this.btnClear.Text = "Clear";
|
|
//
|
|
// btnInfo
|
|
//
|
|
this.btnInfo.Location = new System.Drawing.Point(6, 93);
|
|
this.btnInfo.Name = "btnInfo";
|
|
this.btnInfo.Size = new System.Drawing.Size(75, 22);
|
|
this.btnInfo.TabIndex = 9;
|
|
this.btnInfo.Text = "Info";
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(6, 64);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(75, 22);
|
|
this.btnTest.TabIndex = 8;
|
|
this.btnTest.Text = "Test";
|
|
//
|
|
// btnAlert
|
|
//
|
|
this.btnAlert.Location = new System.Drawing.Point(6, 35);
|
|
this.btnAlert.Name = "btnAlert";
|
|
this.btnAlert.Size = new System.Drawing.Size(75, 22);
|
|
this.btnAlert.TabIndex = 0;
|
|
this.btnAlert.Text = "Alert";
|
|
//
|
|
// txtTGNumber
|
|
//
|
|
this.txtTGNumber.Location = new System.Drawing.Point(92, 87);
|
|
this.txtTGNumber.Name = "txtTGNumber";
|
|
this.txtTGNumber.Size = new System.Drawing.Size(137, 18);
|
|
this.txtTGNumber.TabIndex = 17;
|
|
this.txtTGNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtTGNumber.ThemeName = "Office2013Light";
|
|
//
|
|
// ParametersGroup
|
|
//
|
|
this.ParametersGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.ParametersGroup.Controls.Add(this.chkPrefixWithSize);
|
|
this.ParametersGroup.Controls.Add(this.ddlTgCtrl);
|
|
this.ParametersGroup.Controls.Add(this.radLabel1);
|
|
this.ParametersGroup.Controls.Add(this.txtMessage);
|
|
this.ParametersGroup.Controls.Add(this.txtTGNumber);
|
|
this.ParametersGroup.Controls.Add(this.lblDestISSI);
|
|
this.ParametersGroup.Controls.Add(this.lblSourceISSI);
|
|
this.ParametersGroup.Controls.Add(this.spinDestISSI);
|
|
this.ParametersGroup.Controls.Add(this.spinSourceISSI);
|
|
this.ParametersGroup.Controls.Add(this.lblTGNumber);
|
|
this.ParametersGroup.Controls.Add(this.lblTGCtrl);
|
|
this.ParametersGroup.Controls.Add(this.lblSeverity);
|
|
this.ParametersGroup.Controls.Add(this.spinSeverity);
|
|
this.ParametersGroup.HeaderText = "CallOut Parameters";
|
|
this.ParametersGroup.Location = new System.Drawing.Point(565, 12);
|
|
this.ParametersGroup.Name = "ParametersGroup";
|
|
this.ParametersGroup.Size = new System.Drawing.Size(432, 118);
|
|
this.ParametersGroup.TabIndex = 44;
|
|
this.ParametersGroup.Text = "CallOut Parameters";
|
|
//
|
|
// chkPrefixWithSize
|
|
//
|
|
this.chkPrefixWithSize.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkPrefixWithSize.Location = new System.Drawing.Point(252, 33);
|
|
this.chkPrefixWithSize.Name = "chkPrefixWithSize";
|
|
this.chkPrefixWithSize.Size = new System.Drawing.Size(95, 18);
|
|
this.chkPrefixWithSize.TabIndex = 22;
|
|
this.chkPrefixWithSize.Text = "Prefix with Size";
|
|
this.chkPrefixWithSize.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
|
|
//
|
|
// lblDestISSI
|
|
//
|
|
this.lblDestISSI.Location = new System.Drawing.Point(28, 42);
|
|
this.lblDestISSI.Name = "lblDestISSI";
|
|
this.lblDestISSI.Size = new System.Drawing.Size(55, 18);
|
|
this.lblDestISSI.TabIndex = 16;
|
|
this.lblDestISSI.Text = "Dest ISSI :";
|
|
//
|
|
// lblSourceISSI
|
|
//
|
|
this.lblSourceISSI.Location = new System.Drawing.Point(18, 17);
|
|
this.lblSourceISSI.Name = "lblSourceISSI";
|
|
this.lblSourceISSI.Size = new System.Drawing.Size(67, 18);
|
|
this.lblSourceISSI.TabIndex = 15;
|
|
this.lblSourceISSI.Text = "Source ISSI :";
|
|
//
|
|
// spinDestISSI
|
|
//
|
|
this.spinDestISSI.Location = new System.Drawing.Point(93, 40);
|
|
this.spinDestISSI.Maximum = new decimal(new int[] {
|
|
1215752191,
|
|
23,
|
|
0,
|
|
0});
|
|
this.spinDestISSI.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinDestISSI.Name = "spinDestISSI";
|
|
this.spinDestISSI.Size = new System.Drawing.Size(136, 20);
|
|
this.spinDestISSI.TabIndex = 14;
|
|
this.spinDestISSI.TabStop = false;
|
|
this.spinDestISSI.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.spinDestISSI.ThemeName = "Office2013Light";
|
|
this.spinDestISSI.Value = new decimal(new int[] {
|
|
10003,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// spinSourceISSI
|
|
//
|
|
this.spinSourceISSI.Location = new System.Drawing.Point(93, 17);
|
|
this.spinSourceISSI.Maximum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
0});
|
|
this.spinSourceISSI.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinSourceISSI.Name = "spinSourceISSI";
|
|
this.spinSourceISSI.Size = new System.Drawing.Size(136, 20);
|
|
this.spinSourceISSI.TabIndex = 13;
|
|
this.spinSourceISSI.TabStop = false;
|
|
this.spinSourceISSI.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.spinSourceISSI.ThemeName = "Office2013Light";
|
|
this.spinSourceISSI.Value = new decimal(new int[] {
|
|
13999003,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// lblTGNumber
|
|
//
|
|
this.lblTGNumber.Location = new System.Drawing.Point(14, 88);
|
|
this.lblTGNumber.Name = "lblTGNumber";
|
|
this.lblTGNumber.Size = new System.Drawing.Size(70, 18);
|
|
this.lblTGNumber.TabIndex = 7;
|
|
this.lblTGNumber.Text = "TG Number :";
|
|
//
|
|
// lblTGCtrl
|
|
//
|
|
this.lblTGCtrl.Location = new System.Drawing.Point(36, 66);
|
|
this.lblTGCtrl.Name = "lblTGCtrl";
|
|
this.lblTGCtrl.Size = new System.Drawing.Size(46, 18);
|
|
this.lblTGCtrl.TabIndex = 6;
|
|
this.lblTGCtrl.Text = "TG Ctrl :";
|
|
//
|
|
// lblSeverity
|
|
//
|
|
this.lblSeverity.Location = new System.Drawing.Point(250, 17);
|
|
this.lblSeverity.Name = "lblSeverity";
|
|
this.lblSeverity.Size = new System.Drawing.Size(88, 18);
|
|
this.lblSeverity.TabIndex = 2;
|
|
this.lblSeverity.Text = "CallOut Severity:";
|
|
//
|
|
// spinSeverity
|
|
//
|
|
this.spinSeverity.Location = new System.Drawing.Point(353, 16);
|
|
this.spinSeverity.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spinSeverity.Name = "spinSeverity";
|
|
this.spinSeverity.Size = new System.Drawing.Size(35, 20);
|
|
this.spinSeverity.TabIndex = 1;
|
|
this.spinSeverity.TabStop = false;
|
|
this.spinSeverity.TextAlignment = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.spinSeverity.ThemeName = "Office2013Light";
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(564, 395);
|
|
this.Controls.Add(this.CommandGroup);
|
|
this.Controls.Add(this.ParametersGroup);
|
|
this.Controls.Add(this.cbAutoConnect);
|
|
this.Controls.Add(this.lbVersion);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panelStatus);
|
|
this.Controls.Add(this.panelMessageBus);
|
|
this.Controls.Add(this.panelSDRSettings);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MinimumSize = new System.Drawing.Size(580, 434);
|
|
this.Name = "MainForm";
|
|
this.Text = "SDR Gateway";
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panelStatus.ResumeLayout(false);
|
|
this.panelStatus.PerformLayout();
|
|
this.panelSDRSettings.ResumeLayout(false);
|
|
this.panelSDRSettings.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbSFServerID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMUPSport)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMUPSappID)).EndInit();
|
|
this.panelMessageBus.ResumeLayout(false);
|
|
this.panelMessageBus.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbMBport)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMessage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CommandGroup)).EndInit();
|
|
this.CommandGroup.ResumeLayout(false);
|
|
this.CommandGroup.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearOutput)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblOutput)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblCallOutNumber)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOutput)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClear)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnInfo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnTest)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAlert)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTGNumber)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ParametersGroup)).EndInit();
|
|
this.ParametersGroup.ResumeLayout(false);
|
|
this.ParametersGroup.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkPrefixWithSize)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblDestISSI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblSourceISSI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinDestISSI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinSourceISSI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblTGNumber)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblTGCtrl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lblSeverity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spinSeverity)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.Panel panelStatus;
|
|
private System.Windows.Forms.Label lbGateway;
|
|
private System.Windows.Forms.Label lbStatus;
|
|
private System.Windows.Forms.Label lbVersion;
|
|
private MenuButton menuStatus;
|
|
private MenuButton menuSave;
|
|
private MenuButton menuMessageBus;
|
|
private MenuButton menuSDRSettings;
|
|
private System.Windows.Forms.Panel panelSDRSettings;
|
|
private System.Windows.Forms.NumericUpDown tbMUPSport;
|
|
private System.Windows.Forms.NumericUpDown tbMUPSappID;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.TextBox tbMUPSip;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Panel panelMessageBus;
|
|
private System.Windows.Forms.NumericUpDown tbMBport;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.TextBox tbMBip;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.ComboBox cbStoreForward;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cbCallOut;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown tbSFServerID;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox tbEvent;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox tbMUPSpass;
|
|
private System.Windows.Forms.CheckBox cbAutoConnect;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ComboBox cbPositionErrorTolerance;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox ddlTgCtrl;
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
private Telerik.WinControls.UI.RadTextBoxControl txtMessage;
|
|
private Telerik.WinControls.UI.RadGroupBox CommandGroup;
|
|
private System.Windows.Forms.ListBox listCallOutNumber;
|
|
private Telerik.WinControls.UI.RadButton btnClearOutput;
|
|
private Telerik.WinControls.UI.RadLabel lblOutput;
|
|
private Telerik.WinControls.UI.RadButton btnClearList;
|
|
private Telerik.WinControls.UI.RadLabel lblCallOutNumber;
|
|
private Telerik.WinControls.UI.RadTextBoxControl txtOutput;
|
|
private Telerik.WinControls.UI.RadButton btnClear;
|
|
private Telerik.WinControls.UI.RadButton btnInfo;
|
|
private Telerik.WinControls.UI.RadButton btnTest;
|
|
private Telerik.WinControls.UI.RadButton btnAlert;
|
|
private Telerik.WinControls.UI.RadTextBoxControl txtTGNumber;
|
|
private Telerik.WinControls.UI.RadGroupBox ParametersGroup;
|
|
private Telerik.WinControls.UI.RadLabel lblDestISSI;
|
|
private Telerik.WinControls.UI.RadLabel lblSourceISSI;
|
|
private Telerik.WinControls.UI.RadSpinEditor spinDestISSI;
|
|
private Telerik.WinControls.UI.RadSpinEditor spinSourceISSI;
|
|
private Telerik.WinControls.UI.RadLabel lblTGNumber;
|
|
private Telerik.WinControls.UI.RadLabel lblTGCtrl;
|
|
private Telerik.WinControls.UI.RadLabel lblSeverity;
|
|
private Telerik.WinControls.UI.RadSpinEditor spinSeverity;
|
|
private Telerik.WinControls.UI.RadCheckBox chkPrefixWithSize;
|
|
}
|
|
}
|
|
|