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