private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.textBox1          = new SARSearchPatternGenerator.FloatInput();
     this.label4            = new System.Windows.Forms.Label();
     this.comboBox1         = new System.Windows.Forms.ComboBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 126F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
     this.tableLayoutPanel1.Controls.Add(this.textBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label4, 1, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(174, 30);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(3, 3);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(120, 22);
     this.textBox1.TabIndex = 4;
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(129, 6);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(27, 17);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "nm";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(0, 0);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 25);
     this.comboBox1.TabIndex = 0;
     //
     // InputUnits
     //
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "InputUnits";
     this.Size  = new System.Drawing.Size(177, 30);
     this.Load += new System.EventHandler(this.PatternDisplay_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.label4            = new System.Windows.Forms.Label();
     this.floatInput1       = new SARSearchPatternGenerator.FloatInput();
     this.floatInput2       = new SARSearchPatternGenerator.FloatInput();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.41784F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.58216F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     this.tableLayoutPanel1.Controls.Add(this.label4, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.floatInput1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.floatInput2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(278, 53);
     this.tableLayoutPanel1.TabIndex = 0;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // label4
     //
     this.label4.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(247, 31);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(14, 17);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "°";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // floatInput1
     //
     this.floatInput1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.floatInput1.Location = new System.Drawing.Point(119, 3);
     this.floatInput1.Name     = "floatInput1";
     this.floatInput1.Size     = new System.Drawing.Size(122, 22);
     this.floatInput1.TabIndex = 0;
     this.floatInput1.Text     = "0";
     //
     // floatInput2
     //
     this.floatInput2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.floatInput2.Location = new System.Drawing.Point(119, 29);
     this.floatInput2.Name     = "floatInput2";
     this.floatInput2.Size     = new System.Drawing.Size(122, 22);
     this.floatInput2.TabIndex = 0;
     this.floatInput2.Text     = "0";
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(3, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(63, 17);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Latitude:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(3, 31);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(75, 17);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Longitude:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(247, 4);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(14, 17);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "°";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // InputDecimalDegrees
     //
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "InputDecimalDegrees";
     this.Size = new System.Drawing.Size(284, 59);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }