699 lines
32 KiB
C#
699 lines
32 KiB
C#
namespace Simulator_CS_GTW
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.cbPP = new System.Windows.Forms.CheckBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbIntPP = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbIntUnitReq = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cbUnitReq = new System.Windows.Forms.CheckBox();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbIntTMReq = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.cbTMReq = new System.Windows.Forms.CheckBox();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.tbIntPollReq = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.cbPollReq = new System.Windows.Forms.CheckBox();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.tbIntCSListReq = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.cbCSListReq = new System.Windows.Forms.CheckBox();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.tbIntTMRep = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.cbTMRep = new System.Windows.Forms.CheckBox();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.tbIntPosRep = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.cbPosRep = new System.Windows.Forms.CheckBox();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.tbIntARSRep = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.cbARSRep = new System.Windows.Forms.CheckBox();
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.tbIntPollRep = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.cbPollRep = new System.Windows.Forms.CheckBox();
|
|
this.textBoxSerial = new System.Windows.Forms.TextBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.panel7.SuspendLayout();
|
|
this.panel8.SuspendLayout();
|
|
this.panel9.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbPP
|
|
//
|
|
this.cbPP.AutoSize = true;
|
|
this.cbPP.ForeColor = System.Drawing.Color.White;
|
|
this.cbPP.Location = new System.Drawing.Point(165, 8);
|
|
this.cbPP.Name = "cbPP";
|
|
this.cbPP.Size = new System.Drawing.Size(75, 17);
|
|
this.cbPP.TabIndex = 0;
|
|
this.cbPP.Text = "is Enabled";
|
|
this.cbPP.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.tbIntPP);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.cbPP);
|
|
this.panel1.Location = new System.Drawing.Point(0, 30);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(436, 32);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(350, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(42, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Interval";
|
|
//
|
|
// tbIntPP
|
|
//
|
|
this.tbIntPP.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntPP.Name = "tbIntPP";
|
|
this.tbIntPP.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntPP.TabIndex = 2;
|
|
this.tbIntPP.Text = "5";
|
|
this.tbIntPP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(3, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Ping-Pong";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel2.Controls.Add(this.label3);
|
|
this.panel2.Controls.Add(this.tbIntUnitReq);
|
|
this.panel2.Controls.Add(this.label4);
|
|
this.panel2.Controls.Add(this.cbUnitReq);
|
|
this.panel2.Location = new System.Drawing.Point(0, 62);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(436, 32);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(350, 9);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(42, 13);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "Interval";
|
|
//
|
|
// tbIntUnitReq
|
|
//
|
|
this.tbIntUnitReq.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntUnitReq.Name = "tbIntUnitReq";
|
|
this.tbIntUnitReq.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntUnitReq.TabIndex = 2;
|
|
this.tbIntUnitReq.Text = "5";
|
|
this.tbIntUnitReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(3, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(81, 13);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Unit Request";
|
|
//
|
|
// cbUnitReq
|
|
//
|
|
this.cbUnitReq.AutoSize = true;
|
|
this.cbUnitReq.ForeColor = System.Drawing.Color.White;
|
|
this.cbUnitReq.Location = new System.Drawing.Point(165, 8);
|
|
this.cbUnitReq.Name = "cbUnitReq";
|
|
this.cbUnitReq.Size = new System.Drawing.Size(75, 17);
|
|
this.cbUnitReq.TabIndex = 0;
|
|
this.cbUnitReq.Text = "is Enabled";
|
|
this.cbUnitReq.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel3.Controls.Add(this.label5);
|
|
this.panel3.Controls.Add(this.tbIntTMReq);
|
|
this.panel3.Controls.Add(this.label6);
|
|
this.panel3.Controls.Add(this.cbTMReq);
|
|
this.panel3.Location = new System.Drawing.Point(0, 94);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(436, 32);
|
|
this.panel3.TabIndex = 4;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(350, 9);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(42, 13);
|
|
this.label5.TabIndex = 3;
|
|
this.label5.Text = "Interval";
|
|
//
|
|
// tbIntTMReq
|
|
//
|
|
this.tbIntTMReq.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntTMReq.Name = "tbIntTMReq";
|
|
this.tbIntTMReq.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntTMReq.TabIndex = 2;
|
|
this.tbIntTMReq.Text = "5";
|
|
this.tbIntTMReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(3, 9);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(137, 13);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "Text Message Request";
|
|
//
|
|
// cbTMReq
|
|
//
|
|
this.cbTMReq.AutoSize = true;
|
|
this.cbTMReq.ForeColor = System.Drawing.Color.White;
|
|
this.cbTMReq.Location = new System.Drawing.Point(165, 8);
|
|
this.cbTMReq.Name = "cbTMReq";
|
|
this.cbTMReq.Size = new System.Drawing.Size(75, 17);
|
|
this.cbTMReq.TabIndex = 0;
|
|
this.cbTMReq.Text = "is Enabled";
|
|
this.cbTMReq.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel4.Controls.Add(this.label7);
|
|
this.panel4.Controls.Add(this.tbIntPollReq);
|
|
this.panel4.Controls.Add(this.label8);
|
|
this.panel4.Controls.Add(this.cbPollReq);
|
|
this.panel4.Location = new System.Drawing.Point(0, 126);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(436, 32);
|
|
this.panel4.TabIndex = 5;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
this.label7.Location = new System.Drawing.Point(350, 9);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(42, 13);
|
|
this.label7.TabIndex = 3;
|
|
this.label7.Text = "Interval";
|
|
//
|
|
// tbIntPollReq
|
|
//
|
|
this.tbIntPollReq.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntPollReq.Name = "tbIntPollReq";
|
|
this.tbIntPollReq.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntPollReq.TabIndex = 2;
|
|
this.tbIntPollReq.Text = "5";
|
|
this.tbIntPollReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.ForeColor = System.Drawing.Color.White;
|
|
this.label8.Location = new System.Drawing.Point(3, 9);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(79, 13);
|
|
this.label8.TabIndex = 1;
|
|
this.label8.Text = "Poll Request";
|
|
//
|
|
// cbPollReq
|
|
//
|
|
this.cbPollReq.AutoSize = true;
|
|
this.cbPollReq.ForeColor = System.Drawing.Color.White;
|
|
this.cbPollReq.Location = new System.Drawing.Point(165, 8);
|
|
this.cbPollReq.Name = "cbPollReq";
|
|
this.cbPollReq.Size = new System.Drawing.Size(75, 17);
|
|
this.cbPollReq.TabIndex = 0;
|
|
this.cbPollReq.Text = "is Enabled";
|
|
this.cbPollReq.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel5.Controls.Add(this.label9);
|
|
this.panel5.Controls.Add(this.tbIntCSListReq);
|
|
this.panel5.Controls.Add(this.label10);
|
|
this.panel5.Controls.Add(this.cbCSListReq);
|
|
this.panel5.Location = new System.Drawing.Point(0, 158);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(436, 32);
|
|
this.panel5.TabIndex = 6;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.Color.White;
|
|
this.label9.Location = new System.Drawing.Point(350, 9);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(42, 13);
|
|
this.label9.TabIndex = 3;
|
|
this.label9.Text = "Interval";
|
|
//
|
|
// tbIntCSListReq
|
|
//
|
|
this.tbIntCSListReq.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntCSListReq.Name = "tbIntCSListReq";
|
|
this.tbIntCSListReq.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntCSListReq.TabIndex = 2;
|
|
this.tbIntCSListReq.Text = "5";
|
|
this.tbIntCSListReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label10.Location = new System.Drawing.Point(3, 9);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(98, 13);
|
|
this.label10.TabIndex = 1;
|
|
this.label10.Text = "CS List Request";
|
|
//
|
|
// cbCSListReq
|
|
//
|
|
this.cbCSListReq.AutoSize = true;
|
|
this.cbCSListReq.ForeColor = System.Drawing.Color.White;
|
|
this.cbCSListReq.Location = new System.Drawing.Point(165, 8);
|
|
this.cbCSListReq.Name = "cbCSListReq";
|
|
this.cbCSListReq.Size = new System.Drawing.Size(75, 17);
|
|
this.cbCSListReq.TabIndex = 0;
|
|
this.cbCSListReq.Text = "is Enabled";
|
|
this.cbCSListReq.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel6.Controls.Add(this.label11);
|
|
this.panel6.Controls.Add(this.tbIntTMRep);
|
|
this.panel6.Controls.Add(this.label12);
|
|
this.panel6.Controls.Add(this.cbTMRep);
|
|
this.panel6.Location = new System.Drawing.Point(0, 190);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(436, 32);
|
|
this.panel6.TabIndex = 7;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ForeColor = System.Drawing.Color.White;
|
|
this.label11.Location = new System.Drawing.Point(350, 9);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(42, 13);
|
|
this.label11.TabIndex = 3;
|
|
this.label11.Text = "Interval";
|
|
//
|
|
// tbIntTMRep
|
|
//
|
|
this.tbIntTMRep.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntTMRep.Name = "tbIntTMRep";
|
|
this.tbIntTMRep.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntTMRep.TabIndex = 2;
|
|
this.tbIntTMRep.Text = "5";
|
|
this.tbIntTMRep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label12.Location = new System.Drawing.Point(3, 9);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(128, 13);
|
|
this.label12.TabIndex = 1;
|
|
this.label12.Text = "Text Message Report";
|
|
//
|
|
// cbTMRep
|
|
//
|
|
this.cbTMRep.AutoSize = true;
|
|
this.cbTMRep.ForeColor = System.Drawing.Color.White;
|
|
this.cbTMRep.Location = new System.Drawing.Point(165, 8);
|
|
this.cbTMRep.Name = "cbTMRep";
|
|
this.cbTMRep.Size = new System.Drawing.Size(75, 17);
|
|
this.cbTMRep.TabIndex = 0;
|
|
this.cbTMRep.Text = "is Enabled";
|
|
this.cbTMRep.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel7
|
|
//
|
|
this.panel7.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel7.Controls.Add(this.label13);
|
|
this.panel7.Controls.Add(this.tbIntPosRep);
|
|
this.panel7.Controls.Add(this.label14);
|
|
this.panel7.Controls.Add(this.cbPosRep);
|
|
this.panel7.Location = new System.Drawing.Point(0, 222);
|
|
this.panel7.Name = "panel7";
|
|
this.panel7.Size = new System.Drawing.Size(436, 32);
|
|
this.panel7.TabIndex = 8;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.ForeColor = System.Drawing.Color.White;
|
|
this.label13.Location = new System.Drawing.Point(350, 9);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(42, 13);
|
|
this.label13.TabIndex = 3;
|
|
this.label13.Text = "Interval";
|
|
//
|
|
// tbIntPosRep
|
|
//
|
|
this.tbIntPosRep.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntPosRep.Name = "tbIntPosRep";
|
|
this.tbIntPosRep.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntPosRep.TabIndex = 2;
|
|
this.tbIntPosRep.Text = "5";
|
|
this.tbIntPosRep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label14.Location = new System.Drawing.Point(3, 9);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(94, 13);
|
|
this.label14.TabIndex = 1;
|
|
this.label14.Text = "Position Report";
|
|
//
|
|
// cbPosRep
|
|
//
|
|
this.cbPosRep.AutoSize = true;
|
|
this.cbPosRep.ForeColor = System.Drawing.Color.White;
|
|
this.cbPosRep.Location = new System.Drawing.Point(165, 8);
|
|
this.cbPosRep.Name = "cbPosRep";
|
|
this.cbPosRep.Size = new System.Drawing.Size(75, 17);
|
|
this.cbPosRep.TabIndex = 0;
|
|
this.cbPosRep.Text = "is Enabled";
|
|
this.cbPosRep.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel8
|
|
//
|
|
this.panel8.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel8.Controls.Add(this.label15);
|
|
this.panel8.Controls.Add(this.tbIntARSRep);
|
|
this.panel8.Controls.Add(this.label16);
|
|
this.panel8.Controls.Add(this.cbARSRep);
|
|
this.panel8.Location = new System.Drawing.Point(0, 254);
|
|
this.panel8.Name = "panel8";
|
|
this.panel8.Size = new System.Drawing.Size(436, 32);
|
|
this.panel8.TabIndex = 9;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.ForeColor = System.Drawing.Color.White;
|
|
this.label15.Location = new System.Drawing.Point(350, 9);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(42, 13);
|
|
this.label15.TabIndex = 3;
|
|
this.label15.Text = "Interval";
|
|
//
|
|
// tbIntARSRep
|
|
//
|
|
this.tbIntARSRep.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntARSRep.Name = "tbIntARSRep";
|
|
this.tbIntARSRep.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntARSRep.TabIndex = 2;
|
|
this.tbIntARSRep.Text = "5";
|
|
this.tbIntARSRep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label16.ForeColor = System.Drawing.Color.White;
|
|
this.label16.Location = new System.Drawing.Point(3, 9);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(74, 13);
|
|
this.label16.TabIndex = 1;
|
|
this.label16.Text = "ARS Report";
|
|
//
|
|
// cbARSRep
|
|
//
|
|
this.cbARSRep.AutoSize = true;
|
|
this.cbARSRep.ForeColor = System.Drawing.Color.White;
|
|
this.cbARSRep.Location = new System.Drawing.Point(165, 8);
|
|
this.cbARSRep.Name = "cbARSRep";
|
|
this.cbARSRep.Size = new System.Drawing.Size(75, 17);
|
|
this.cbARSRep.TabIndex = 0;
|
|
this.cbARSRep.Text = "is Enabled";
|
|
this.cbARSRep.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel9
|
|
//
|
|
this.panel9.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel9.Controls.Add(this.label17);
|
|
this.panel9.Controls.Add(this.tbIntPollRep);
|
|
this.panel9.Controls.Add(this.label18);
|
|
this.panel9.Controls.Add(this.cbPollRep);
|
|
this.panel9.Location = new System.Drawing.Point(0, 286);
|
|
this.panel9.Name = "panel9";
|
|
this.panel9.Size = new System.Drawing.Size(436, 32);
|
|
this.panel9.TabIndex = 10;
|
|
this.panel9.Visible = false;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.ForeColor = System.Drawing.Color.White;
|
|
this.label17.Location = new System.Drawing.Point(350, 9);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(42, 13);
|
|
this.label17.TabIndex = 3;
|
|
this.label17.Text = "Interval";
|
|
//
|
|
// tbIntPollRep
|
|
//
|
|
this.tbIntPollRep.Location = new System.Drawing.Point(398, 6);
|
|
this.tbIntPollRep.Name = "tbIntPollRep";
|
|
this.tbIntPollRep.Size = new System.Drawing.Size(35, 20);
|
|
this.tbIntPollRep.TabIndex = 2;
|
|
this.tbIntPollRep.Text = "5";
|
|
this.tbIntPollRep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// 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.Color.White;
|
|
this.label18.Location = new System.Drawing.Point(3, 9);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(70, 13);
|
|
this.label18.TabIndex = 1;
|
|
this.label18.Text = "Poll Report";
|
|
//
|
|
// cbPollRep
|
|
//
|
|
this.cbPollRep.AutoSize = true;
|
|
this.cbPollRep.ForeColor = System.Drawing.Color.White;
|
|
this.cbPollRep.Location = new System.Drawing.Point(165, 8);
|
|
this.cbPollRep.Name = "cbPollRep";
|
|
this.cbPollRep.Size = new System.Drawing.Size(75, 17);
|
|
this.cbPollRep.TabIndex = 0;
|
|
this.cbPollRep.Text = "is Enabled";
|
|
this.cbPollRep.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBoxSerial
|
|
//
|
|
this.textBoxSerial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxSerial.Location = new System.Drawing.Point(165, 4);
|
|
this.textBoxSerial.Name = "textBoxSerial";
|
|
this.textBoxSerial.Size = new System.Drawing.Size(124, 20);
|
|
this.textBoxSerial.TabIndex = 11;
|
|
this.textBoxSerial.Text = "005G8544W550";
|
|
this.textBoxSerial.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.BackColor = System.Drawing.Color.Transparent;
|
|
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.Color.White;
|
|
this.label19.Location = new System.Drawing.Point(3, 7);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(86, 13);
|
|
this.label19.TabIndex = 12;
|
|
this.label19.Text = "Serial Number";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(353, 1);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(77, 23);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "Connect";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::Simulator_CS_GTW.Properties.Resources.back;
|
|
this.ClientSize = new System.Drawing.Size(442, 322);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.textBoxSerial);
|
|
this.Controls.Add(this.panel9);
|
|
this.Controls.Add(this.panel8);
|
|
this.Controls.Add(this.panel7);
|
|
this.Controls.Add(this.panel6);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.panel4);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel5.PerformLayout();
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.panel7.ResumeLayout(false);
|
|
this.panel7.PerformLayout();
|
|
this.panel8.ResumeLayout(false);
|
|
this.panel8.PerformLayout();
|
|
this.panel9.ResumeLayout(false);
|
|
this.panel9.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox cbPP;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbIntPP;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox tbIntUnitReq;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.CheckBox cbUnitReq;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbIntTMReq;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.CheckBox cbTMReq;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox tbIntPollReq;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.CheckBox cbPollReq;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox tbIntCSListReq;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.CheckBox cbCSListReq;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox tbIntTMRep;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.CheckBox cbTMRep;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox tbIntPosRep;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.CheckBox cbPosRep;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox tbIntARSRep;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.CheckBox cbARSRep;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox tbIntPollRep;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.CheckBox cbPollRep;
|
|
private System.Windows.Forms.TextBox textBoxSerial;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|
|
|