namespace Projections { partial class TypeIIIProjPanel { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.m_latitudeTextBox = new System.Windows.Forms.TextBox(); this.m_longitudeTextBox = new System.Windows.Forms.TextBox(); 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.m_utmPoleCheckBox = new System.Windows.Forms.CheckBox(); this.m_utmXTextBox = new System.Windows.Forms.TextBox(); this.m_utmYTextBox = new System.Windows.Forms.TextBox(); this.m_utmZoneTextBox = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.m_mgrsTextBox = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.m_osgbYTextBox = new System.Windows.Forms.TextBox(); this.m_osgbXTextBox = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.m_osgbTextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(167, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 13); this.label1.TabIndex = 0; this.label1.Text = "Latitude"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(167, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 1; this.label2.Text = "Longitude"; // // m_latitudeTextBox // this.m_latitudeTextBox.Location = new System.Drawing.Point(227, 34); this.m_latitudeTextBox.Name = "m_latitudeTextBox"; this.m_latitudeTextBox.Size = new System.Drawing.Size(126, 20); this.m_latitudeTextBox.TabIndex = 2; // // m_longitudeTextBox // this.m_longitudeTextBox.Location = new System.Drawing.Point(227, 63); this.m_longitudeTextBox.Name = "m_longitudeTextBox"; this.m_longitudeTextBox.Size = new System.Drawing.Size(126, 20); this.m_longitudeTextBox.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(445, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 13); this.label3.TabIndex = 4; this.label3.Text = "UTMUPS"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(364, 38); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(14, 13); this.label4.TabIndex = 5; this.label4.Text = "X"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(364, 67); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(14, 13); this.label5.TabIndex = 6; this.label5.Text = "Y"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(364, 98); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(32, 13); this.label6.TabIndex = 7; this.label6.Text = "Zone"; // // m_utmPoleCheckBox // this.m_utmPoleCheckBox.AutoSize = true; this.m_utmPoleCheckBox.Location = new System.Drawing.Point(364, 124); this.m_utmPoleCheckBox.Name = "m_utmPoleCheckBox"; this.m_utmPoleCheckBox.Size = new System.Drawing.Size(76, 17); this.m_utmPoleCheckBox.TabIndex = 8; this.m_utmPoleCheckBox.Text = "North Pole"; this.m_utmPoleCheckBox.UseVisualStyleBackColor = true; // // m_utmXTextBox // this.m_utmXTextBox.Location = new System.Drawing.Point(456, 34); this.m_utmXTextBox.Name = "m_utmXTextBox"; this.m_utmXTextBox.Size = new System.Drawing.Size(126, 20); this.m_utmXTextBox.TabIndex = 9; // // m_utmYTextBox // this.m_utmYTextBox.Location = new System.Drawing.Point(456, 63); this.m_utmYTextBox.Name = "m_utmYTextBox"; this.m_utmYTextBox.Size = new System.Drawing.Size(126, 20); this.m_utmYTextBox.TabIndex = 10; // // m_utmZoneTextBox // this.m_utmZoneTextBox.Location = new System.Drawing.Point(456, 94); this.m_utmZoneTextBox.Name = "m_utmZoneTextBox"; this.m_utmZoneTextBox.Size = new System.Drawing.Size(126, 20); this.m_utmZoneTextBox.TabIndex = 11; // // button1 // this.button1.Location = new System.Drawing.Point(228, 148); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(85, 23); this.button1.TabIndex = 12; this.button1.Text = "<- Convert ->"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.OnConvertLatLon); // // button2 // this.button2.Location = new System.Drawing.Point(431, 148); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(81, 23); this.button2.TabIndex = 13; this.button2.Text = "<- Convert ->"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.OnConvertUTMUPS); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(663, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(39, 13); this.label7.TabIndex = 14; this.label7.Text = "MGRS"; // // m_mgrsTextBox // this.m_mgrsTextBox.Location = new System.Drawing.Point(606, 34); this.m_mgrsTextBox.Name = "m_mgrsTextBox"; this.m_mgrsTextBox.Size = new System.Drawing.Size(152, 20); this.m_mgrsTextBox.TabIndex = 15; // // button3 // this.button3.Location = new System.Drawing.Point(642, 148); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(81, 23); this.button3.TabIndex = 16; this.button3.Text = "<- Convert "; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.OnConvertMGRS); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(69, 10); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(37, 13); this.label8.TabIndex = 17; this.label8.Text = "OSGB"; // // m_osgbYTextBox // this.m_osgbYTextBox.Location = new System.Drawing.Point(24, 63); this.m_osgbYTextBox.Name = "m_osgbYTextBox"; this.m_osgbYTextBox.Size = new System.Drawing.Size(126, 20); this.m_osgbYTextBox.TabIndex = 21; // // m_osgbXTextBox // this.m_osgbXTextBox.Location = new System.Drawing.Point(24, 38); this.m_osgbXTextBox.Name = "m_osgbXTextBox"; this.m_osgbXTextBox.Size = new System.Drawing.Size(126, 20); this.m_osgbXTextBox.TabIndex = 20; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(4, 68); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(14, 13); this.label9.TabIndex = 19; this.label9.Text = "Y"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(4, 39); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(14, 13); this.label10.TabIndex = 18; this.label10.Text = "X"; // // button4 // this.button4.Location = new System.Drawing.Point(50, 147); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 22; this.button4.Text = "Convert ->"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.OnConvertOSGB); // // button5 // this.button5.Location = new System.Drawing.Point(367, 189); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 23; this.button5.Text = "Validate"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.OnValidate); // // m_osgbTextBox // this.m_osgbTextBox.Location = new System.Drawing.Point(7, 93); this.m_osgbTextBox.Name = "m_osgbTextBox"; this.m_osgbTextBox.ReadOnly = true; this.m_osgbTextBox.Size = new System.Drawing.Size(143, 20); this.m_osgbTextBox.TabIndex = 24; // // TypeIIIProjPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.m_osgbTextBox); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.m_osgbYTextBox); this.Controls.Add(this.m_osgbXTextBox); this.Controls.Add(this.label9); this.Controls.Add(this.label10); this.Controls.Add(this.label8); this.Controls.Add(this.button3); this.Controls.Add(this.m_mgrsTextBox); this.Controls.Add(this.label7); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.m_utmZoneTextBox); this.Controls.Add(this.m_utmYTextBox); this.Controls.Add(this.m_utmXTextBox); this.Controls.Add(this.m_utmPoleCheckBox); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.m_longitudeTextBox); this.Controls.Add(this.m_latitudeTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "TypeIIIProjPanel"; this.Size = new System.Drawing.Size(1001, 358); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox m_latitudeTextBox; private System.Windows.Forms.TextBox m_longitudeTextBox; 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.Windows.Forms.CheckBox m_utmPoleCheckBox; private System.Windows.Forms.TextBox m_utmXTextBox; private System.Windows.Forms.TextBox m_utmYTextBox; private System.Windows.Forms.TextBox m_utmZoneTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox m_mgrsTextBox; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox m_osgbYTextBox; private System.Windows.Forms.TextBox m_osgbXTextBox; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.TextBox m_osgbTextBox; } }