namespace IridiumTest { partial class Form1 { /// /// 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(); this.btnGetSerialPorts = new System.Windows.Forms.Button(); this.rtbGPSIncoming = new System.Windows.Forms.RichTextBox(); this.cboGPSPorts = new System.Windows.Forms.ComboBox(); this.cboGPSBaudRate = new System.Windows.Forms.ComboBox(); this.cboGPSDataBits = new System.Windows.Forms.ComboBox(); this.cboGPSStopBits = new System.Windows.Forms.ComboBox(); this.cboGPSParity = new System.Windows.Forms.ComboBox(); this.cboGPSHandShaking = new System.Windows.Forms.ComboBox(); this.btnGPSPortState = new System.Windows.Forms.Button(); this.rtbGPSOutgoing = new System.Windows.Forms.RichTextBox(); this.btnExit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.serialPort1 = new System.IO.Ports.SerialPort(this.components); this.cboIridiumPorts = new System.Windows.Forms.ComboBox(); this.cboIridiumBaudRate = new System.Windows.Forms.ComboBox(); this.cboIridiumDataBits = new System.Windows.Forms.ComboBox(); this.cboIridiumStopBits = new System.Windows.Forms.ComboBox(); this.cboIridiumParity = new System.Windows.Forms.ComboBox(); this.cboIridiumHandShaking = new System.Windows.Forms.ComboBox(); this.rtbIridiumIncoming = new System.Windows.Forms.RichTextBox(); this.rtbIridiumOutgoing = new System.Windows.Forms.RichTextBox(); this.btnIridiumPortState = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.timerIridium = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // btnGetSerialPorts // this.btnGetSerialPorts.Location = new System.Drawing.Point(12, 27); this.btnGetSerialPorts.Name = "btnGetSerialPorts"; this.btnGetSerialPorts.Size = new System.Drawing.Size(92, 23); this.btnGetSerialPorts.TabIndex = 0; this.btnGetSerialPorts.Text = "Get Serial Ports"; this.btnGetSerialPorts.UseVisualStyleBackColor = true; this.btnGetSerialPorts.Click += new System.EventHandler(this.btnGetSerialPorts_Click); // // rtbGPSIncoming // this.rtbGPSIncoming.HideSelection = false; this.rtbGPSIncoming.Location = new System.Drawing.Point(12, 267); this.rtbGPSIncoming.Name = "rtbGPSIncoming"; this.rtbGPSIncoming.Size = new System.Drawing.Size(487, 96); this.rtbGPSIncoming.TabIndex = 1; this.rtbGPSIncoming.Text = " "; // // cboGPSPorts // this.cboGPSPorts.FormattingEnabled = true; this.cboGPSPorts.Location = new System.Drawing.Point(132, 30); this.cboGPSPorts.Name = "cboGPSPorts"; this.cboGPSPorts.Size = new System.Drawing.Size(121, 21); this.cboGPSPorts.TabIndex = 2; // // cboGPSBaudRate // this.cboGPSBaudRate.FormattingEnabled = true; this.cboGPSBaudRate.Location = new System.Drawing.Point(132, 57); this.cboGPSBaudRate.Name = "cboGPSBaudRate"; this.cboGPSBaudRate.Size = new System.Drawing.Size(121, 21); this.cboGPSBaudRate.TabIndex = 3; // // cboGPSDataBits // this.cboGPSDataBits.FormattingEnabled = true; this.cboGPSDataBits.Location = new System.Drawing.Point(132, 84); this.cboGPSDataBits.Name = "cboGPSDataBits"; this.cboGPSDataBits.Size = new System.Drawing.Size(121, 21); this.cboGPSDataBits.TabIndex = 4; // // cboGPSStopBits // this.cboGPSStopBits.FormattingEnabled = true; this.cboGPSStopBits.Location = new System.Drawing.Point(132, 110); this.cboGPSStopBits.Name = "cboGPSStopBits"; this.cboGPSStopBits.Size = new System.Drawing.Size(121, 21); this.cboGPSStopBits.TabIndex = 5; // // cboGPSParity // this.cboGPSParity.FormattingEnabled = true; this.cboGPSParity.Location = new System.Drawing.Point(132, 138); this.cboGPSParity.Name = "cboGPSParity"; this.cboGPSParity.Size = new System.Drawing.Size(121, 21); this.cboGPSParity.TabIndex = 6; // // cboGPSHandShaking // this.cboGPSHandShaking.FormattingEnabled = true; this.cboGPSHandShaking.Location = new System.Drawing.Point(132, 165); this.cboGPSHandShaking.Name = "cboGPSHandShaking"; this.cboGPSHandShaking.Size = new System.Drawing.Size(121, 21); this.cboGPSHandShaking.TabIndex = 7; // // btnGPSPortState // this.btnGPSPortState.Location = new System.Drawing.Point(12, 56); this.btnGPSPortState.Name = "btnGPSPortState"; this.btnGPSPortState.Size = new System.Drawing.Size(92, 23); this.btnGPSPortState.TabIndex = 13; this.btnGPSPortState.Text = "GPS is Closed"; this.btnGPSPortState.UseVisualStyleBackColor = true; this.btnGPSPortState.Click += new System.EventHandler(this.btnPortState_Click); // // rtbGPSOutgoing // this.rtbGPSOutgoing.Location = new System.Drawing.Point(39, 231); this.rtbGPSOutgoing.Name = "rtbGPSOutgoing"; this.rtbGPSOutgoing.Size = new System.Drawing.Size(214, 31); this.rtbGPSOutgoing.TabIndex = 15; this.rtbGPSOutgoing.Text = ""; this.rtbGPSOutgoing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtbOutgoing_KeyPress); // // btnExit // this.btnExit.Location = new System.Drawing.Point(996, 20); this.btnExit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(68, 20); this.btnExit.TabIndex = 16; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(257, 32); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 13); this.label1.TabIndex = 17; this.label1.Text = "Available Ports"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(268, 59); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 13); this.label2.TabIndex = 17; this.label2.Text = "Baud Rate"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(272, 86); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 17; this.label3.Text = "Data Bits"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(272, 113); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 13); this.label4.TabIndex = 17; this.label4.Text = "Stop Bits"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(279, 138); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(33, 13); this.label5.TabIndex = 17; this.label5.Text = "Parity"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(262, 165); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(70, 13); this.label6.TabIndex = 17; this.label6.Text = "Handshaking"; // // cboIridiumPorts // this.cboIridiumPorts.FormattingEnabled = true; this.cboIridiumPorts.Location = new System.Drawing.Point(338, 30); this.cboIridiumPorts.Name = "cboIridiumPorts"; this.cboIridiumPorts.Size = new System.Drawing.Size(121, 21); this.cboIridiumPorts.TabIndex = 2; // // cboIridiumBaudRate // this.cboIridiumBaudRate.FormattingEnabled = true; this.cboIridiumBaudRate.Location = new System.Drawing.Point(338, 57); this.cboIridiumBaudRate.Name = "cboIridiumBaudRate"; this.cboIridiumBaudRate.Size = new System.Drawing.Size(121, 21); this.cboIridiumBaudRate.TabIndex = 3; // // cboIridiumDataBits // this.cboIridiumDataBits.FormattingEnabled = true; this.cboIridiumDataBits.Location = new System.Drawing.Point(338, 84); this.cboIridiumDataBits.Name = "cboIridiumDataBits"; this.cboIridiumDataBits.Size = new System.Drawing.Size(121, 21); this.cboIridiumDataBits.TabIndex = 4; // // cboIridiumStopBits // this.cboIridiumStopBits.FormattingEnabled = true; this.cboIridiumStopBits.Location = new System.Drawing.Point(338, 110); this.cboIridiumStopBits.Name = "cboIridiumStopBits"; this.cboIridiumStopBits.Size = new System.Drawing.Size(121, 21); this.cboIridiumStopBits.TabIndex = 5; // // cboIridiumParity // this.cboIridiumParity.FormattingEnabled = true; this.cboIridiumParity.Location = new System.Drawing.Point(338, 138); this.cboIridiumParity.Name = "cboIridiumParity"; this.cboIridiumParity.Size = new System.Drawing.Size(121, 21); this.cboIridiumParity.TabIndex = 6; // // cboIridiumHandShaking // this.cboIridiumHandShaking.FormattingEnabled = true; this.cboIridiumHandShaking.Location = new System.Drawing.Point(338, 165); this.cboIridiumHandShaking.Name = "cboIridiumHandShaking"; this.cboIridiumHandShaking.Size = new System.Drawing.Size(121, 21); this.cboIridiumHandShaking.TabIndex = 7; // // rtbIridiumIncoming // this.rtbIridiumIncoming.HideSelection = false; this.rtbIridiumIncoming.Location = new System.Drawing.Point(578, 267); this.rtbIridiumIncoming.Name = "rtbIridiumIncoming"; this.rtbIridiumIncoming.Size = new System.Drawing.Size(487, 96); this.rtbIridiumIncoming.TabIndex = 1; this.rtbIridiumIncoming.Text = ""; this.rtbIridiumIncoming.TextChanged += new System.EventHandler(this.rtbIridiumIncoming_TextChanged); // // rtbIridiumOutgoing // this.rtbIridiumOutgoing.HideSelection = false; this.rtbIridiumOutgoing.Location = new System.Drawing.Point(578, 110); this.rtbIridiumOutgoing.Name = "rtbIridiumOutgoing"; this.rtbIridiumOutgoing.Size = new System.Drawing.Size(309, 143); this.rtbIridiumOutgoing.TabIndex = 15; this.rtbIridiumOutgoing.Text = ""; this.rtbIridiumOutgoing.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtbOutgoing_KeyPress); // // btnIridiumPortState // this.btnIridiumPortState.Location = new System.Drawing.Point(12, 86); this.btnIridiumPortState.Name = "btnIridiumPortState"; this.btnIridiumPortState.Size = new System.Drawing.Size(92, 23); this.btnIridiumPortState.TabIndex = 13; this.btnIridiumPortState.Text = "Iridium is Closed"; this.btnIridiumPortState.UseVisualStyleBackColor = true; this.btnIridiumPortState.Click += new System.EventHandler(this.btnPortState_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(176, 188); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 13); this.label7.TabIndex = 19; this.label7.Text = "GPS"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(375, 188); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(37, 13); this.label8.TabIndex = 19; this.label8.Text = "Iridium"; // // timerIridium // this.timerIridium.Interval = 300000; this.timerIridium.Tick += new System.EventHandler(this.timerIridium_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1100, 413); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnExit); this.Controls.Add(this.rtbIridiumOutgoing); this.Controls.Add(this.rtbGPSOutgoing); this.Controls.Add(this.btnIridiumPortState); this.Controls.Add(this.btnGPSPortState); this.Controls.Add(this.cboIridiumHandShaking); this.Controls.Add(this.cboGPSHandShaking); this.Controls.Add(this.cboIridiumParity); this.Controls.Add(this.cboGPSParity); this.Controls.Add(this.cboIridiumStopBits); this.Controls.Add(this.cboGPSStopBits); this.Controls.Add(this.cboIridiumDataBits); this.Controls.Add(this.cboGPSDataBits); this.Controls.Add(this.cboIridiumBaudRate); this.Controls.Add(this.cboGPSBaudRate); this.Controls.Add(this.cboIridiumPorts); this.Controls.Add(this.cboGPSPorts); this.Controls.Add(this.rtbIridiumIncoming); this.Controls.Add(this.rtbGPSIncoming); this.Controls.Add(this.btnGetSerialPorts); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnGetSerialPorts; private System.Windows.Forms.RichTextBox rtbGPSIncoming; private System.Windows.Forms.ComboBox cboGPSPorts; private System.Windows.Forms.ComboBox cboGPSBaudRate; private System.Windows.Forms.ComboBox cboGPSDataBits; private System.Windows.Forms.ComboBox cboGPSStopBits; private System.Windows.Forms.ComboBox cboGPSParity; private System.Windows.Forms.ComboBox cboGPSHandShaking; private System.Windows.Forms.Button btnGPSPortState; private System.Windows.Forms.RichTextBox rtbGPSOutgoing; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.IO.Ports.SerialPort serialPort1; private System.Windows.Forms.ComboBox cboIridiumPorts; private System.Windows.Forms.ComboBox cboIridiumBaudRate; private System.Windows.Forms.ComboBox cboIridiumDataBits; private System.Windows.Forms.ComboBox cboIridiumStopBits; private System.Windows.Forms.ComboBox cboIridiumParity; private System.Windows.Forms.ComboBox cboIridiumHandShaking; private System.Windows.Forms.RichTextBox rtbIridiumIncoming; private System.Windows.Forms.RichTextBox rtbIridiumOutgoing; private System.Windows.Forms.Button btnIridiumPortState; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Timer timerIridium; } }