namespace PS
{
public partial class RadioTestSuite
{
/// <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.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.button_Transmit = new System.Windows.Forms.Button();
this.checkBox_LoopBackAudioCheck = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.radio1 = new PS.Radio();
this.radio2 = new PS.Radio();
this.radio5 = new PS.Radio();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.radio3 = new PS.Radio();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel_IPPort = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_TransmitterPackets = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_SignalPakcets = new System.Windows.Forms.ToolStripStatusLabel();
this.radio4 = new PS.Radio();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// button_Transmit
//
this.button_Transmit.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_Transmit.Location = new System.Drawing.Point(128, 79);
this.button_Transmit.Name = "button_Transmit";
this.button_Transmit.Size = new System.Drawing.Size(142, 50);
this.button_Transmit.TabIndex = 9;
this.button_Transmit.Text = "TRANSMIT";
this.button_Transmit.UseVisualStyleBackColor = true;
this.button_Transmit.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_Transmit_MouseDown);
this.button_Transmit.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_Transmit_MouseUp);
//
// checkBox_LoopBackAudioCheck
//
this.checkBox_LoopBackAudioCheck.AutoSize = true;
this.checkBox_LoopBackAudioCheck.Location = new System.Drawing.Point(283, 112);
this.checkBox_LoopBackAudioCheck.Name = "checkBox_LoopBackAudioCheck";
this.checkBox_LoopBackAudioCheck.Size = new System.Drawing.Size(108, 17);
this.checkBox_LoopBackAudioCheck.TabIndex = 10;
this.checkBox_LoopBackAudioCheck.Text = "Loop Back Audio";
this.checkBox_LoopBackAudioCheck.UseVisualStyleBackColor = true;
this.checkBox_LoopBackAudioCheck.CheckedChanged += new System.EventHandler(this.checkBox_LoopBackAudioCheck_CheckedChanged);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.radio1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.radio2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.radio5, 2, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(11, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(377, 70);
this.tableLayoutPanel1.TabIndex = 8;
//
// radio1
//
this.radio1.BackColor = System.Drawing.Color.Transparent;
this.radio1.BaseBackgroundShadowColor = System.Drawing.Color.Transparent;
this.radio1.Location = new System.Drawing.Point(3, 3);
this.radio1.Name = "radio1";
this.radio1.ReceiverColor = System.Drawing.Color.DarkBlue;
this.radio1.ReceivingSignalColor = System.Drawing.Color.Yellow;
this.radio1.Size = new System.Drawing.Size(119, 64);
this.radio1.TabIndex = 0;
this.radio1.TransmitterColor = System.Drawing.Color.Red;
this.radio1.TransmittingColor = System.Drawing.Color.Maroon;
this.radio1.RadioButtonPressed += new System.EventHandler<System.EventArgs>(this.radio_RadioButtonPressed);
//
// radio2
//
this.radio2.BackColor = System.Drawing.Color.Transparent;
this.radio2.BaseBackgroundShadowColor = System.Drawing.Color.Transparent;
this.radio2.Location = new System.Drawing.Point(128, 3);
this.radio2.Name = "radio2";
this.radio2.ReceiverColor = System.Drawing.Color.DarkBlue;
this.radio2.ReceivingSignalColor = System.Drawing.Color.Yellow;
this.radio2.Size = new System.Drawing.Size(119, 64);
this.radio2.TabIndex = 0;
this.radio2.TransmitterColor = System.Drawing.Color.Red;
this.radio2.TransmittingColor = System.Drawing.Color.Maroon;
this.radio2.RadioButtonPressed += new System.EventHandler<System.EventArgs>(this.radio_RadioButtonPressed);
//
// radio5
//
this.radio5.BackColor = System.Drawing.Color.Transparent;
this.radio5.BaseBackgroundShadowColor = System.Drawing.Color.Transparent;
this.radio5.Location = new System.Drawing.Point(253, 3);
this.radio5.Name = "radio5";
this.radio5.ReceiverColor = System.Drawing.Color.DarkBlue;
this.radio5.ReceivingSignalColor = System.Drawing.Color.Yellow;
this.radio5.Size = new System.Drawing.Size(119, 64);
this.radio5.TabIndex = 0;
this.radio5.TransmitterColor = System.Drawing.Color.Red;
this.radio5.TransmittingColor = System.Drawing.Color.Maroon;
this.radio5.RadioButtonPressed += new System.EventHandler<System.EventArgs>(this.radio_RadioButtonPressed);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Control;
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Controls.Add(this.radio3, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
this.tableLayoutPanel2.TabIndex = 0;
//
// radio3
//
this.radio3.BackColor = System.Drawing.Color.Transparent;
this.radio3.BaseBackgroundShadowColor = System.Drawing.Color.Transparent;
this.radio3.Location = new System.Drawing.Point(3, 3);
this.radio3.Name = "radio3";
this.radio3.ReceiverColor = System.Drawing.Color.DodgerBlue;
this.radio3.ReceivingSignalColor = System.Drawing.Color.Yellow;
this.radio3.Size = new System.Drawing.Size(117, 64);
this.radio3.TabIndex = 0;
this.radio3.TransmitterColor = System.Drawing.Color.Red;
this.radio3.TransmittingColor = System.Drawing.Color.Maroon;
this.radio3.RadioButtonPressed += new System.EventHandler<System.EventArgs>(this.radio_RadioButtonPressed);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel_IPPort,
this.toolStripStatusLabel2,
this.toolStripStatusLabel_TransmitterPackets,
this.toolStripStatusLabel1,
this.toolStripStatusLabel_SignalPakcets});
this.statusStrip1.Location = new System.Drawing.Point(0, 140);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(399, 22);
this.statusStrip1.TabIndex = 11;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel_IPPort
//
this.toolStripStatusLabel_IPPort.Name = "toolStripStatusLabel_IPPort";
this.toolStripStatusLabel_IPPort.Size = new System.Drawing.Size(53, 17);
this.toolStripStatusLabel_IPPort.Text = "0.0.0.0:0";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Adjust;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(122, 17);
this.toolStripStatusLabel2.Text = " Transmitter Packets:";
//
// toolStripStatusLabel_TransmitterPackets
//
this.toolStripStatusLabel_TransmitterPackets.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel_TransmitterPackets.BorderStyle = System.Windows.Forms.Border3DStyle.Adjust;
this.toolStripStatusLabel_TransmitterPackets.Name = "toolStripStatusLabel_TransmitterPackets";
this.toolStripStatusLabel_TransmitterPackets.Size = new System.Drawing.Size(17, 17);
this.toolStripStatusLabel_TransmitterPackets.Text = "0";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Adjust;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(95, 17);
this.toolStripStatusLabel1.Text = " Signal Packets:";
//
// toolStripStatusLabel_SignalPakcets
//
this.toolStripStatusLabel_SignalPakcets.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel_SignalPakcets.BorderStyle = System.Windows.Forms.Border3DStyle.Adjust;
this.toolStripStatusLabel_SignalPakcets.Name = "toolStripStatusLabel_SignalPakcets";
this.toolStripStatusLabel_SignalPakcets.Size = new System.Drawing.Size(17, 17);
this.toolStripStatusLabel_SignalPakcets.Text = "0";
//
// radio4
//
this.radio4.BackColor = System.Drawing.Color.Transparent;
this.radio4.BaseBackgroundShadowColor = System.Drawing.Color.Transparent;
this.radio4.Location = new System.Drawing.Point(126, 3);
this.radio4.Name = "radio4";
this.radio4.ReceiverColor = System.Drawing.Color.DodgerBlue;
this.radio4.ReceivingSignalColor = System.Drawing.Color.Yellow;
this.radio4.Size = new System.Drawing.Size(117, 64);
this.radio4.TabIndex = 1;
this.radio4.TransmitterColor = System.Drawing.Color.Red;
this.radio4.TransmittingColor = System.Drawing.Color.Maroon;
this.radio4.RadioButtonPressed += new System.EventHandler<System.EventArgs>(this.radio_RadioButtonPressed);
//
// RadioTestSuite
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(399, 162);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.checkBox_LoopBackAudioCheck);
this.Controls.Add(this.button_Transmit);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "RadioTestSuite";
this.Text = "Open DIS Radio Transmitter Test App";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CompleteTest_FormClosing);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.Button button_Transmit;
private System.Windows.Forms.CheckBox checkBox_LoopBackAudioCheck;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private Radio radio3;
private Radio radio4;
private Radio radio1;
private Radio radio2;
private Radio radio5;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_IPPort;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_SignalPakcets;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_TransmitterPackets;
}
}