1 namespace Projections
2 {
3     partial class TypeIIIProjPanel
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9 
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22 
23         #region Component Designer generated code
24 
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
InitializeComponent()29         private void InitializeComponent()
30         {
31             this.label1 = new System.Windows.Forms.Label();
32             this.label2 = new System.Windows.Forms.Label();
33             this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
34             this.m_longitudeTextBox = new System.Windows.Forms.TextBox();
35             this.label3 = new System.Windows.Forms.Label();
36             this.label4 = new System.Windows.Forms.Label();
37             this.label5 = new System.Windows.Forms.Label();
38             this.label6 = new System.Windows.Forms.Label();
39             this.m_utmPoleCheckBox = new System.Windows.Forms.CheckBox();
40             this.m_utmXTextBox = new System.Windows.Forms.TextBox();
41             this.m_utmYTextBox = new System.Windows.Forms.TextBox();
42             this.m_utmZoneTextBox = new System.Windows.Forms.TextBox();
43             this.button1 = new System.Windows.Forms.Button();
44             this.button2 = new System.Windows.Forms.Button();
45             this.label7 = new System.Windows.Forms.Label();
46             this.m_mgrsTextBox = new System.Windows.Forms.TextBox();
47             this.button3 = new System.Windows.Forms.Button();
48             this.label8 = new System.Windows.Forms.Label();
49             this.m_osgbYTextBox = new System.Windows.Forms.TextBox();
50             this.m_osgbXTextBox = new System.Windows.Forms.TextBox();
51             this.label9 = new System.Windows.Forms.Label();
52             this.label10 = new System.Windows.Forms.Label();
53             this.button4 = new System.Windows.Forms.Button();
54             this.button5 = new System.Windows.Forms.Button();
55             this.m_osgbTextBox = new System.Windows.Forms.TextBox();
56             this.SuspendLayout();
57             //
58             // label1
59             //
60             this.label1.AutoSize = true;
61             this.label1.Location = new System.Drawing.Point(167, 38);
62             this.label1.Name = "label1";
63             this.label1.Size = new System.Drawing.Size(45, 13);
64             this.label1.TabIndex = 0;
65             this.label1.Text = "Latitude";
66             //
67             // label2
68             //
69             this.label2.AutoSize = true;
70             this.label2.Location = new System.Drawing.Point(167, 67);
71             this.label2.Name = "label2";
72             this.label2.Size = new System.Drawing.Size(54, 13);
73             this.label2.TabIndex = 1;
74             this.label2.Text = "Longitude";
75             //
76             // m_latitudeTextBox
77             //
78             this.m_latitudeTextBox.Location = new System.Drawing.Point(227, 34);
79             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
80             this.m_latitudeTextBox.Size = new System.Drawing.Size(126, 20);
81             this.m_latitudeTextBox.TabIndex = 2;
82             //
83             // m_longitudeTextBox
84             //
85             this.m_longitudeTextBox.Location = new System.Drawing.Point(227, 63);
86             this.m_longitudeTextBox.Name = "m_longitudeTextBox";
87             this.m_longitudeTextBox.Size = new System.Drawing.Size(126, 20);
88             this.m_longitudeTextBox.TabIndex = 3;
89             //
90             // label3
91             //
92             this.label3.AutoSize = true;
93             this.label3.Location = new System.Drawing.Point(445, 10);
94             this.label3.Name = "label3";
95             this.label3.Size = new System.Drawing.Size(53, 13);
96             this.label3.TabIndex = 4;
97             this.label3.Text = "UTMUPS";
98             //
99             // label4
100             //
101             this.label4.AutoSize = true;
102             this.label4.Location = new System.Drawing.Point(364, 38);
103             this.label4.Name = "label4";
104             this.label4.Size = new System.Drawing.Size(14, 13);
105             this.label4.TabIndex = 5;
106             this.label4.Text = "X";
107             //
108             // label5
109             //
110             this.label5.AutoSize = true;
111             this.label5.Location = new System.Drawing.Point(364, 67);
112             this.label5.Name = "label5";
113             this.label5.Size = new System.Drawing.Size(14, 13);
114             this.label5.TabIndex = 6;
115             this.label5.Text = "Y";
116             //
117             // label6
118             //
119             this.label6.AutoSize = true;
120             this.label6.Location = new System.Drawing.Point(364, 98);
121             this.label6.Name = "label6";
122             this.label6.Size = new System.Drawing.Size(32, 13);
123             this.label6.TabIndex = 7;
124             this.label6.Text = "Zone";
125             //
126             // m_utmPoleCheckBox
127             //
128             this.m_utmPoleCheckBox.AutoSize = true;
129             this.m_utmPoleCheckBox.Location = new System.Drawing.Point(364, 124);
130             this.m_utmPoleCheckBox.Name = "m_utmPoleCheckBox";
131             this.m_utmPoleCheckBox.Size = new System.Drawing.Size(76, 17);
132             this.m_utmPoleCheckBox.TabIndex = 8;
133             this.m_utmPoleCheckBox.Text = "North Pole";
134             this.m_utmPoleCheckBox.UseVisualStyleBackColor = true;
135             //
136             // m_utmXTextBox
137             //
138             this.m_utmXTextBox.Location = new System.Drawing.Point(456, 34);
139             this.m_utmXTextBox.Name = "m_utmXTextBox";
140             this.m_utmXTextBox.Size = new System.Drawing.Size(126, 20);
141             this.m_utmXTextBox.TabIndex = 9;
142             //
143             // m_utmYTextBox
144             //
145             this.m_utmYTextBox.Location = new System.Drawing.Point(456, 63);
146             this.m_utmYTextBox.Name = "m_utmYTextBox";
147             this.m_utmYTextBox.Size = new System.Drawing.Size(126, 20);
148             this.m_utmYTextBox.TabIndex = 10;
149             //
150             // m_utmZoneTextBox
151             //
152             this.m_utmZoneTextBox.Location = new System.Drawing.Point(456, 94);
153             this.m_utmZoneTextBox.Name = "m_utmZoneTextBox";
154             this.m_utmZoneTextBox.Size = new System.Drawing.Size(126, 20);
155             this.m_utmZoneTextBox.TabIndex = 11;
156             //
157             // button1
158             //
159             this.button1.Location = new System.Drawing.Point(228, 148);
160             this.button1.Name = "button1";
161             this.button1.Size = new System.Drawing.Size(85, 23);
162             this.button1.TabIndex = 12;
163             this.button1.Text = "<- Convert ->";
164             this.button1.UseVisualStyleBackColor = true;
165             this.button1.Click += new System.EventHandler(this.OnConvertLatLon);
166             //
167             // button2
168             //
169             this.button2.Location = new System.Drawing.Point(431, 148);
170             this.button2.Name = "button2";
171             this.button2.Size = new System.Drawing.Size(81, 23);
172             this.button2.TabIndex = 13;
173             this.button2.Text = "<- Convert ->";
174             this.button2.UseVisualStyleBackColor = true;
175             this.button2.Click += new System.EventHandler(this.OnConvertUTMUPS);
176             //
177             // label7
178             //
179             this.label7.AutoSize = true;
180             this.label7.Location = new System.Drawing.Point(663, 10);
181             this.label7.Name = "label7";
182             this.label7.Size = new System.Drawing.Size(39, 13);
183             this.label7.TabIndex = 14;
184             this.label7.Text = "MGRS";
185             //
186             // m_mgrsTextBox
187             //
188             this.m_mgrsTextBox.Location = new System.Drawing.Point(606, 34);
189             this.m_mgrsTextBox.Name = "m_mgrsTextBox";
190             this.m_mgrsTextBox.Size = new System.Drawing.Size(152, 20);
191             this.m_mgrsTextBox.TabIndex = 15;
192             //
193             // button3
194             //
195             this.button3.Location = new System.Drawing.Point(642, 148);
196             this.button3.Name = "button3";
197             this.button3.Size = new System.Drawing.Size(81, 23);
198             this.button3.TabIndex = 16;
199             this.button3.Text = "<- Convert ";
200             this.button3.UseVisualStyleBackColor = true;
201             this.button3.Click += new System.EventHandler(this.OnConvertMGRS);
202             //
203             // label8
204             //
205             this.label8.AutoSize = true;
206             this.label8.Location = new System.Drawing.Point(69, 10);
207             this.label8.Name = "label8";
208             this.label8.Size = new System.Drawing.Size(37, 13);
209             this.label8.TabIndex = 17;
210             this.label8.Text = "OSGB";
211             //
212             // m_osgbYTextBox
213             //
214             this.m_osgbYTextBox.Location = new System.Drawing.Point(24, 63);
215             this.m_osgbYTextBox.Name = "m_osgbYTextBox";
216             this.m_osgbYTextBox.Size = new System.Drawing.Size(126, 20);
217             this.m_osgbYTextBox.TabIndex = 21;
218             //
219             // m_osgbXTextBox
220             //
221             this.m_osgbXTextBox.Location = new System.Drawing.Point(24, 38);
222             this.m_osgbXTextBox.Name = "m_osgbXTextBox";
223             this.m_osgbXTextBox.Size = new System.Drawing.Size(126, 20);
224             this.m_osgbXTextBox.TabIndex = 20;
225             //
226             // label9
227             //
228             this.label9.AutoSize = true;
229             this.label9.Location = new System.Drawing.Point(4, 68);
230             this.label9.Name = "label9";
231             this.label9.Size = new System.Drawing.Size(14, 13);
232             this.label9.TabIndex = 19;
233             this.label9.Text = "Y";
234             //
235             // label10
236             //
237             this.label10.AutoSize = true;
238             this.label10.Location = new System.Drawing.Point(4, 39);
239             this.label10.Name = "label10";
240             this.label10.Size = new System.Drawing.Size(14, 13);
241             this.label10.TabIndex = 18;
242             this.label10.Text = "X";
243             //
244             // button4
245             //
246             this.button4.Location = new System.Drawing.Point(50, 147);
247             this.button4.Name = "button4";
248             this.button4.Size = new System.Drawing.Size(75, 23);
249             this.button4.TabIndex = 22;
250             this.button4.Text = "Convert ->";
251             this.button4.UseVisualStyleBackColor = true;
252             this.button4.Click += new System.EventHandler(this.OnConvertOSGB);
253             //
254             // button5
255             //
256             this.button5.Location = new System.Drawing.Point(367, 189);
257             this.button5.Name = "button5";
258             this.button5.Size = new System.Drawing.Size(75, 23);
259             this.button5.TabIndex = 23;
260             this.button5.Text = "Validate";
261             this.button5.UseVisualStyleBackColor = true;
262             this.button5.Click += new System.EventHandler(this.OnValidate);
263             //
264             // m_osgbTextBox
265             //
266             this.m_osgbTextBox.Location = new System.Drawing.Point(7, 93);
267             this.m_osgbTextBox.Name = "m_osgbTextBox";
268             this.m_osgbTextBox.ReadOnly = true;
269             this.m_osgbTextBox.Size = new System.Drawing.Size(143, 20);
270             this.m_osgbTextBox.TabIndex = 24;
271             //
272             // TypeIIIProjPanel
273             //
274             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
275             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
276             this.Controls.Add(this.m_osgbTextBox);
277             this.Controls.Add(this.button5);
278             this.Controls.Add(this.button4);
279             this.Controls.Add(this.m_osgbYTextBox);
280             this.Controls.Add(this.m_osgbXTextBox);
281             this.Controls.Add(this.label9);
282             this.Controls.Add(this.label10);
283             this.Controls.Add(this.label8);
284             this.Controls.Add(this.button3);
285             this.Controls.Add(this.m_mgrsTextBox);
286             this.Controls.Add(this.label7);
287             this.Controls.Add(this.button2);
288             this.Controls.Add(this.button1);
289             this.Controls.Add(this.m_utmZoneTextBox);
290             this.Controls.Add(this.m_utmYTextBox);
291             this.Controls.Add(this.m_utmXTextBox);
292             this.Controls.Add(this.m_utmPoleCheckBox);
293             this.Controls.Add(this.label6);
294             this.Controls.Add(this.label5);
295             this.Controls.Add(this.label4);
296             this.Controls.Add(this.label3);
297             this.Controls.Add(this.m_longitudeTextBox);
298             this.Controls.Add(this.m_latitudeTextBox);
299             this.Controls.Add(this.label2);
300             this.Controls.Add(this.label1);
301             this.Name = "TypeIIIProjPanel";
302             this.Size = new System.Drawing.Size(1001, 358);
303             this.ResumeLayout(false);
304             this.PerformLayout();
305 
306         }
307 
308         #endregion
309 
310         private System.Windows.Forms.Label label1;
311         private System.Windows.Forms.Label label2;
312         private System.Windows.Forms.TextBox m_latitudeTextBox;
313         private System.Windows.Forms.TextBox m_longitudeTextBox;
314         private System.Windows.Forms.Label label3;
315         private System.Windows.Forms.Label label4;
316         private System.Windows.Forms.Label label5;
317         private System.Windows.Forms.Label label6;
318         private System.Windows.Forms.CheckBox m_utmPoleCheckBox;
319         private System.Windows.Forms.TextBox m_utmXTextBox;
320         private System.Windows.Forms.TextBox m_utmYTextBox;
321         private System.Windows.Forms.TextBox m_utmZoneTextBox;
322         private System.Windows.Forms.Button button1;
323         private System.Windows.Forms.Button button2;
324         private System.Windows.Forms.Label label7;
325         private System.Windows.Forms.TextBox m_mgrsTextBox;
326         private System.Windows.Forms.Button button3;
327         private System.Windows.Forms.Label label8;
328         private System.Windows.Forms.TextBox m_osgbYTextBox;
329         private System.Windows.Forms.TextBox m_osgbXTextBox;
330         private System.Windows.Forms.Label label9;
331         private System.Windows.Forms.Label label10;
332         private System.Windows.Forms.Button button4;
333         private System.Windows.Forms.Button button5;
334         private System.Windows.Forms.TextBox m_osgbTextBox;
335     }
336 }
337