1 namespace Projections
2 {
3     partial class EllipsoidPanel
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.components = new System.ComponentModel.Container();
32             this.m_toolTip = new System.Windows.Forms.ToolTip(this.components);
33             this.groupBox1 = new System.Windows.Forms.GroupBox();
34             this.m_setButton = new System.Windows.Forms.Button();
35             this.m_flatteningTextBox = new System.Windows.Forms.TextBox();
36             this.label1 = new System.Windows.Forms.Label();
37             this.m_equatorialRadiusTextBox = new System.Windows.Forms.TextBox();
38             this.label2 = new System.Windows.Forms.Label();
39             this.label3 = new System.Windows.Forms.Label();
40             this.label4 = new System.Windows.Forms.Label();
41             this.label5 = new System.Windows.Forms.Label();
42             this.label6 = new System.Windows.Forms.Label();
43             this.label7 = new System.Windows.Forms.Label();
44             this.label8 = new System.Windows.Forms.Label();
45             this.label9 = new System.Windows.Forms.Label();
46             this.label10 = new System.Windows.Forms.Label();
47             this.m_minorRadiusTextBox = new System.Windows.Forms.TextBox();
48             this.m_quarterMeridianTextBox = new System.Windows.Forms.TextBox();
49             this.m_areaTextBox = new System.Windows.Forms.TextBox();
50             this.m_volumeTextBox = new System.Windows.Forms.TextBox();
51             this.m_2ndFlatTextBox = new System.Windows.Forms.TextBox();
52             this.m_3rdFlatTextBox = new System.Windows.Forms.TextBox();
53             this.m_ecc2TextBox = new System.Windows.Forms.TextBox();
54             this.m_2ecc2TextBox = new System.Windows.Forms.TextBox();
55             this.label11 = new System.Windows.Forms.Label();
56             this.label12 = new System.Windows.Forms.Label();
57             this.label13 = new System.Windows.Forms.Label();
58             this.m_phiTextBox = new System.Windows.Forms.TextBox();
59             this.label14 = new System.Windows.Forms.Label();
60             this.label15 = new System.Windows.Forms.Label();
61             this.label16 = new System.Windows.Forms.Label();
62             this.label17 = new System.Windows.Forms.Label();
63             this.m_parametericLatTextBox = new System.Windows.Forms.TextBox();
64             this.m_geocentricLatTextBox = new System.Windows.Forms.TextBox();
65             this.m_rectifyingLatTextBox = new System.Windows.Forms.TextBox();
66             this.m_authalicLatTextBox = new System.Windows.Forms.TextBox();
67             this.m_conformalTextBox = new System.Windows.Forms.TextBox();
68             this.m_isometricLatTextBox = new System.Windows.Forms.TextBox();
69             this.button1 = new System.Windows.Forms.Button();
70             this.button2 = new System.Windows.Forms.Button();
71             this.groupBox1.SuspendLayout();
72             this.SuspendLayout();
73             //
74             // groupBox1
75             //
76             this.groupBox1.Controls.Add(this.m_setButton);
77             this.groupBox1.Controls.Add(this.m_flatteningTextBox);
78             this.groupBox1.Controls.Add(this.label1);
79             this.groupBox1.Controls.Add(this.m_equatorialRadiusTextBox);
80             this.groupBox1.Controls.Add(this.label2);
81             this.groupBox1.Location = new System.Drawing.Point(3, 3);
82             this.groupBox1.Name = "groupBox1";
83             this.groupBox1.Size = new System.Drawing.Size(146, 140);
84             this.groupBox1.TabIndex = 7;
85             this.groupBox1.TabStop = false;
86             this.groupBox1.Text = "Ellipsoid Parameters";
87             //
88             // m_setButton
89             //
90             this.m_setButton.Location = new System.Drawing.Point(12, 107);
91             this.m_setButton.Name = "m_setButton";
92             this.m_setButton.Size = new System.Drawing.Size(75, 23);
93             this.m_setButton.TabIndex = 4;
94             this.m_setButton.Text = "Set";
95             this.m_toolTip.SetToolTip(this.m_setButton, "Sets ellipsoid parameters");
96             this.m_setButton.UseVisualStyleBackColor = true;
97             this.m_setButton.Click += new System.EventHandler(this.OnSet);
98             //
99             // m_flatteningTextBox
100             //
101             this.m_flatteningTextBox.Location = new System.Drawing.Point(12, 83);
102             this.m_flatteningTextBox.Name = "m_flatteningTextBox";
103             this.m_flatteningTextBox.Size = new System.Drawing.Size(125, 20);
104             this.m_flatteningTextBox.TabIndex = 3;
105             //
106             // label1
107             //
108             this.label1.AutoSize = true;
109             this.label1.Location = new System.Drawing.Point(12, 25);
110             this.label1.Name = "label1";
111             this.label1.Size = new System.Drawing.Size(109, 13);
112             this.label1.TabIndex = 0;
113             this.label1.Text = "Equatorial Radius (meters)";
114             //
115             // m_equatorialRadiusTextBox
116             //
117             this.m_equatorialRadiusTextBox.Location = new System.Drawing.Point(12, 42);
118             this.m_equatorialRadiusTextBox.Name = "m_equatorialRadiusTextBox";
119             this.m_equatorialRadiusTextBox.Size = new System.Drawing.Size(125, 20);
120             this.m_equatorialRadiusTextBox.TabIndex = 2;
121             //
122             // label2
123             //
124             this.label2.AutoSize = true;
125             this.label2.Location = new System.Drawing.Point(12, 66);
126             this.label2.Name = "label2";
127             this.label2.Size = new System.Drawing.Size(53, 13);
128             this.label2.TabIndex = 1;
129             this.label2.Text = "Flattening";
130             //
131             // label3
132             //
133             this.label3.AutoSize = true;
134             this.label3.Location = new System.Drawing.Point(159, 8);
135             this.label3.Name = "label3";
136             this.label3.Size = new System.Drawing.Size(69, 13);
137             this.label3.TabIndex = 8;
138             this.label3.Text = "Minor Radius";
139             //
140             // label4
141             //
142             this.label4.AutoSize = true;
143             this.label4.Location = new System.Drawing.Point(159, 34);
144             this.label4.Name = "label4";
145             this.label4.Size = new System.Drawing.Size(85, 13);
146             this.label4.TabIndex = 9;
147             this.label4.Text = "Quarter Meridian";
148             //
149             // label5
150             //
151             this.label5.AutoSize = true;
152             this.label5.Location = new System.Drawing.Point(159, 60);
153             this.label5.Name = "label5";
154             this.label5.Size = new System.Drawing.Size(29, 13);
155             this.label5.TabIndex = 10;
156             this.label5.Text = "Area";
157             //
158             // label6
159             //
160             this.label6.AutoSize = true;
161             this.label6.Location = new System.Drawing.Point(159, 86);
162             this.label6.Name = "label6";
163             this.label6.Size = new System.Drawing.Size(42, 13);
164             this.label6.TabIndex = 11;
165             this.label6.Text = "Volume";
166             //
167             // label7
168             //
169             this.label7.AutoSize = true;
170             this.label7.Location = new System.Drawing.Point(159, 112);
171             this.label7.Name = "label7";
172             this.label7.Size = new System.Drawing.Size(74, 13);
173             this.label7.TabIndex = 12;
174             this.label7.Text = "2nd Flattening";
175             //
176             // label8
177             //
178             this.label8.AutoSize = true;
179             this.label8.Location = new System.Drawing.Point(159, 138);
180             this.label8.Name = "label8";
181             this.label8.Size = new System.Drawing.Size(71, 13);
182             this.label8.TabIndex = 13;
183             this.label8.Text = "3rd Flattening";
184             //
185             // label9
186             //
187             this.label9.AutoSize = true;
188             this.label9.Location = new System.Drawing.Point(159, 164);
189             this.label9.Name = "label9";
190             this.label9.Size = new System.Drawing.Size(74, 13);
191             this.label9.TabIndex = 14;
192             this.label9.Text = "Eccentricity^2";
193             //
194             // label10
195             //
196             this.label10.AutoSize = true;
197             this.label10.Location = new System.Drawing.Point(159, 190);
198             this.label10.Name = "label10";
199             this.label10.Size = new System.Drawing.Size(94, 13);
200             this.label10.TabIndex = 15;
201             this.label10.Text = "2nd eccentricity^2";
202             //
203             // m_minorRadiusTextBox
204             //
205             this.m_minorRadiusTextBox.Location = new System.Drawing.Point(259, 4);
206             this.m_minorRadiusTextBox.Name = "m_minorRadiusTextBox";
207             this.m_minorRadiusTextBox.ReadOnly = true;
208             this.m_minorRadiusTextBox.Size = new System.Drawing.Size(134, 20);
209             this.m_minorRadiusTextBox.TabIndex = 16;
210             //
211             // m_quarterMeridianTextBox
212             //
213             this.m_quarterMeridianTextBox.Location = new System.Drawing.Point(259, 30);
214             this.m_quarterMeridianTextBox.Name = "m_quarterMeridianTextBox";
215             this.m_quarterMeridianTextBox.ReadOnly = true;
216             this.m_quarterMeridianTextBox.Size = new System.Drawing.Size(134, 20);
217             this.m_quarterMeridianTextBox.TabIndex = 17;
218             //
219             // m_areaTextBox
220             //
221             this.m_areaTextBox.Location = new System.Drawing.Point(259, 56);
222             this.m_areaTextBox.Name = "m_areaTextBox";
223             this.m_areaTextBox.ReadOnly = true;
224             this.m_areaTextBox.Size = new System.Drawing.Size(134, 20);
225             this.m_areaTextBox.TabIndex = 18;
226             //
227             // m_volumeTextBox
228             //
229             this.m_volumeTextBox.Location = new System.Drawing.Point(259, 82);
230             this.m_volumeTextBox.Name = "m_volumeTextBox";
231             this.m_volumeTextBox.ReadOnly = true;
232             this.m_volumeTextBox.Size = new System.Drawing.Size(134, 20);
233             this.m_volumeTextBox.TabIndex = 19;
234             //
235             // m_2ndFlatTextBox
236             //
237             this.m_2ndFlatTextBox.Location = new System.Drawing.Point(259, 108);
238             this.m_2ndFlatTextBox.Name = "m_2ndFlatTextBox";
239             this.m_2ndFlatTextBox.ReadOnly = true;
240             this.m_2ndFlatTextBox.Size = new System.Drawing.Size(134, 20);
241             this.m_2ndFlatTextBox.TabIndex = 20;
242             //
243             // m_3rdFlatTextBox
244             //
245             this.m_3rdFlatTextBox.Location = new System.Drawing.Point(259, 134);
246             this.m_3rdFlatTextBox.Name = "m_3rdFlatTextBox";
247             this.m_3rdFlatTextBox.ReadOnly = true;
248             this.m_3rdFlatTextBox.Size = new System.Drawing.Size(134, 20);
249             this.m_3rdFlatTextBox.TabIndex = 21;
250             //
251             // m_ecc2TextBox
252             //
253             this.m_ecc2TextBox.Location = new System.Drawing.Point(259, 160);
254             this.m_ecc2TextBox.Name = "m_ecc2TextBox";
255             this.m_ecc2TextBox.ReadOnly = true;
256             this.m_ecc2TextBox.Size = new System.Drawing.Size(134, 20);
257             this.m_ecc2TextBox.TabIndex = 22;
258             //
259             // m_2ecc2TextBox
260             //
261             this.m_2ecc2TextBox.Location = new System.Drawing.Point(259, 186);
262             this.m_2ecc2TextBox.Name = "m_2ecc2TextBox";
263             this.m_2ecc2TextBox.ReadOnly = true;
264             this.m_2ecc2TextBox.Size = new System.Drawing.Size(134, 20);
265             this.m_2ecc2TextBox.TabIndex = 23;
266             //
267             // label11
268             //
269             this.label11.AutoSize = true;
270             this.label11.Location = new System.Drawing.Point(402, 8);
271             this.label11.Name = "label11";
272             this.label11.Size = new System.Drawing.Size(22, 13);
273             this.label11.TabIndex = 24;
274             this.label11.Text = "Phi";
275             //
276             // label12
277             //
278             this.label12.AutoSize = true;
279             this.label12.Location = new System.Drawing.Point(402, 34);
280             this.label12.Name = "label12";
281             this.label12.Size = new System.Drawing.Size(98, 13);
282             this.label12.TabIndex = 25;
283             this.label12.Text = "Parametric Latitude";
284             //
285             // label13
286             //
287             this.label13.AutoSize = true;
288             this.label13.Location = new System.Drawing.Point(402, 60);
289             this.label13.Name = "label13";
290             this.label13.Size = new System.Drawing.Size(100, 13);
291             this.label13.TabIndex = 26;
292             this.label13.Text = "Geocentric Latitude";
293             //
294             // m_phiTextBox
295             //
296             this.m_phiTextBox.Location = new System.Drawing.Point(512, 4);
297             this.m_phiTextBox.Name = "m_phiTextBox";
298             this.m_phiTextBox.Size = new System.Drawing.Size(100, 20);
299             this.m_phiTextBox.TabIndex = 27;
300             //
301             // label14
302             //
303             this.label14.AutoSize = true;
304             this.label14.Location = new System.Drawing.Point(402, 86);
305             this.label14.Name = "label14";
306             this.label14.Size = new System.Drawing.Size(95, 13);
307             this.label14.TabIndex = 28;
308             this.label14.Text = "Rectifying Latitude";
309             //
310             // label15
311             //
312             this.label15.AutoSize = true;
313             this.label15.Location = new System.Drawing.Point(402, 112);
314             this.label15.Name = "label15";
315             this.label15.Size = new System.Drawing.Size(86, 13);
316             this.label15.TabIndex = 29;
317             this.label15.Text = "Authalic Latitude";
318             //
319             // label16
320             //
321             this.label16.AutoSize = true;
322             this.label16.Location = new System.Drawing.Point(402, 138);
323             this.label16.Name = "label16";
324             this.label16.Size = new System.Drawing.Size(95, 13);
325             this.label16.TabIndex = 30;
326             this.label16.Text = "Conformal Latitude";
327             //
328             // label17
329             //
330             this.label17.AutoSize = true;
331             this.label17.Location = new System.Drawing.Point(402, 164);
332             this.label17.Name = "label17";
333             this.label17.Size = new System.Drawing.Size(90, 13);
334             this.label17.TabIndex = 31;
335             this.label17.Text = "Isometric Latitude";
336             //
337             // m_parametericLatTextBox
338             //
339             this.m_parametericLatTextBox.Location = new System.Drawing.Point(512, 30);
340             this.m_parametericLatTextBox.Name = "m_parametericLatTextBox";
341             this.m_parametericLatTextBox.ReadOnly = true;
342             this.m_parametericLatTextBox.Size = new System.Drawing.Size(100, 20);
343             this.m_parametericLatTextBox.TabIndex = 32;
344             //
345             // m_geocentricLatTextBox
346             //
347             this.m_geocentricLatTextBox.Location = new System.Drawing.Point(512, 56);
348             this.m_geocentricLatTextBox.Name = "m_geocentricLatTextBox";
349             this.m_geocentricLatTextBox.ReadOnly = true;
350             this.m_geocentricLatTextBox.Size = new System.Drawing.Size(100, 20);
351             this.m_geocentricLatTextBox.TabIndex = 33;
352             //
353             // m_rectifyingLatTextBox
354             //
355             this.m_rectifyingLatTextBox.Location = new System.Drawing.Point(512, 82);
356             this.m_rectifyingLatTextBox.Name = "m_rectifyingLatTextBox";
357             this.m_rectifyingLatTextBox.ReadOnly = true;
358             this.m_rectifyingLatTextBox.Size = new System.Drawing.Size(100, 20);
359             this.m_rectifyingLatTextBox.TabIndex = 34;
360             //
361             // m_authalicLatTextBox
362             //
363             this.m_authalicLatTextBox.Location = new System.Drawing.Point(512, 108);
364             this.m_authalicLatTextBox.Name = "m_authalicLatTextBox";
365             this.m_authalicLatTextBox.ReadOnly = true;
366             this.m_authalicLatTextBox.Size = new System.Drawing.Size(100, 20);
367             this.m_authalicLatTextBox.TabIndex = 35;
368             //
369             // m_conformalTextBox
370             //
371             this.m_conformalTextBox.Location = new System.Drawing.Point(512, 134);
372             this.m_conformalTextBox.Name = "m_conformalTextBox";
373             this.m_conformalTextBox.ReadOnly = true;
374             this.m_conformalTextBox.Size = new System.Drawing.Size(100, 20);
375             this.m_conformalTextBox.TabIndex = 36;
376             //
377             // m_isometricLatTextBox
378             //
379             this.m_isometricLatTextBox.Location = new System.Drawing.Point(512, 160);
380             this.m_isometricLatTextBox.Name = "m_isometricLatTextBox";
381             this.m_isometricLatTextBox.ReadOnly = true;
382             this.m_isometricLatTextBox.Size = new System.Drawing.Size(100, 20);
383             this.m_isometricLatTextBox.TabIndex = 37;
384             //
385             // button1
386             //
387             this.button1.Location = new System.Drawing.Point(435, 185);
388             this.button1.Name = "button1";
389             this.button1.Size = new System.Drawing.Size(126, 23);
390             this.button1.TabIndex = 38;
391             this.button1.Text = "Calculate Latitudes";
392             this.button1.UseVisualStyleBackColor = true;
393             this.button1.Click += new System.EventHandler(this.OnCalculateLatitudes);
394             //
395             // button2
396             //
397             this.button2.Location = new System.Drawing.Point(18, 150);
398             this.button2.Name = "button2";
399             this.button2.Size = new System.Drawing.Size(75, 23);
400             this.button2.TabIndex = 39;
401             this.button2.Text = "Validate";
402             this.button2.UseVisualStyleBackColor = true;
403             this.button2.Click += new System.EventHandler(this.OnValidate);
404             //
405             // EllipsoidPanel
406             //
407             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
408             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
409             this.Controls.Add(this.button2);
410             this.Controls.Add(this.button1);
411             this.Controls.Add(this.m_isometricLatTextBox);
412             this.Controls.Add(this.m_conformalTextBox);
413             this.Controls.Add(this.m_authalicLatTextBox);
414             this.Controls.Add(this.m_rectifyingLatTextBox);
415             this.Controls.Add(this.m_geocentricLatTextBox);
416             this.Controls.Add(this.m_parametericLatTextBox);
417             this.Controls.Add(this.label17);
418             this.Controls.Add(this.label16);
419             this.Controls.Add(this.label15);
420             this.Controls.Add(this.label14);
421             this.Controls.Add(this.m_phiTextBox);
422             this.Controls.Add(this.label13);
423             this.Controls.Add(this.label12);
424             this.Controls.Add(this.label11);
425             this.Controls.Add(this.m_2ecc2TextBox);
426             this.Controls.Add(this.m_ecc2TextBox);
427             this.Controls.Add(this.m_3rdFlatTextBox);
428             this.Controls.Add(this.m_2ndFlatTextBox);
429             this.Controls.Add(this.m_volumeTextBox);
430             this.Controls.Add(this.m_areaTextBox);
431             this.Controls.Add(this.m_quarterMeridianTextBox);
432             this.Controls.Add(this.m_minorRadiusTextBox);
433             this.Controls.Add(this.label10);
434             this.Controls.Add(this.label9);
435             this.Controls.Add(this.label8);
436             this.Controls.Add(this.label7);
437             this.Controls.Add(this.label6);
438             this.Controls.Add(this.label5);
439             this.Controls.Add(this.label4);
440             this.Controls.Add(this.label3);
441             this.Controls.Add(this.groupBox1);
442             this.Name = "EllipsoidPanel";
443             this.Size = new System.Drawing.Size(798, 356);
444             this.groupBox1.ResumeLayout(false);
445             this.groupBox1.PerformLayout();
446             this.ResumeLayout(false);
447             this.PerformLayout();
448 
449         }
450 
451         #endregion
452 
453         private System.Windows.Forms.ToolTip m_toolTip;
454         private System.Windows.Forms.GroupBox groupBox1;
455         private System.Windows.Forms.Button m_setButton;
456         private System.Windows.Forms.TextBox m_flatteningTextBox;
457         private System.Windows.Forms.Label label1;
458         private System.Windows.Forms.TextBox m_equatorialRadiusTextBox;
459         private System.Windows.Forms.Label label2;
460         private System.Windows.Forms.Label label3;
461         private System.Windows.Forms.Label label4;
462         private System.Windows.Forms.Label label5;
463         private System.Windows.Forms.Label label6;
464         private System.Windows.Forms.Label label7;
465         private System.Windows.Forms.Label label8;
466         private System.Windows.Forms.Label label9;
467         private System.Windows.Forms.Label label10;
468         private System.Windows.Forms.TextBox m_minorRadiusTextBox;
469         private System.Windows.Forms.TextBox m_quarterMeridianTextBox;
470         private System.Windows.Forms.TextBox m_areaTextBox;
471         private System.Windows.Forms.TextBox m_volumeTextBox;
472         private System.Windows.Forms.TextBox m_2ndFlatTextBox;
473         private System.Windows.Forms.TextBox m_3rdFlatTextBox;
474         private System.Windows.Forms.TextBox m_ecc2TextBox;
475         private System.Windows.Forms.TextBox m_2ecc2TextBox;
476         private System.Windows.Forms.Label label11;
477         private System.Windows.Forms.Label label12;
478         private System.Windows.Forms.Label label13;
479         private System.Windows.Forms.TextBox m_phiTextBox;
480         private System.Windows.Forms.Label label14;
481         private System.Windows.Forms.Label label15;
482         private System.Windows.Forms.Label label16;
483         private System.Windows.Forms.Label label17;
484         private System.Windows.Forms.TextBox m_parametericLatTextBox;
485         private System.Windows.Forms.TextBox m_geocentricLatTextBox;
486         private System.Windows.Forms.TextBox m_rectifyingLatTextBox;
487         private System.Windows.Forms.TextBox m_authalicLatTextBox;
488         private System.Windows.Forms.TextBox m_conformalTextBox;
489         private System.Windows.Forms.TextBox m_isometricLatTextBox;
490         private System.Windows.Forms.Button button1;
491         private System.Windows.Forms.Button button2;
492     }
493 }
494