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