1 namespace Projections
2 {
3     partial class GeocentricPanel
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_setButton = new System.Windows.Forms.Button();
33             this.m_equatorialRadiusTextBox = new System.Windows.Forms.TextBox();
34             this.groupBox1 = new System.Windows.Forms.GroupBox();
35             this.m_flatteningTextBox = new System.Windows.Forms.TextBox();
36             this.label1 = new System.Windows.Forms.Label();
37             this.label2 = new System.Windows.Forms.Label();
38             this.m_toolTips = new System.Windows.Forms.ToolTip(this.components);
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.m_latitudeTextBox = new System.Windows.Forms.TextBox();
46             this.m_longitudeTextBox = new System.Windows.Forms.TextBox();
47             this.m_altitudeTextBox = new System.Windows.Forms.TextBox();
48             this.m_XTextBox = new System.Windows.Forms.TextBox();
49             this.m_YTextBox = new System.Windows.Forms.TextBox();
50             this.m_ZTextBox = new System.Windows.Forms.TextBox();
51             this.label9 = new System.Windows.Forms.Label();
52             this.m_functionComboBox = new System.Windows.Forms.ComboBox();
53             this.button1 = new System.Windows.Forms.Button();
54             this.button2 = new System.Windows.Forms.Button();
55             this.m_textBox00 = new System.Windows.Forms.TextBox();
56             this.m_textBox01 = new System.Windows.Forms.TextBox();
57             this.groupBox2 = new System.Windows.Forms.GroupBox();
58             this.m_textBox02 = new System.Windows.Forms.TextBox();
59             this.m_textBox12 = new System.Windows.Forms.TextBox();
60             this.m_textBox10 = new System.Windows.Forms.TextBox();
61             this.m_textBox11 = new System.Windows.Forms.TextBox();
62             this.m_textBox22 = new System.Windows.Forms.TextBox();
63             this.m_textBox20 = new System.Windows.Forms.TextBox();
64             this.m_textBox21 = new System.Windows.Forms.TextBox();
65             this.groupBox1.SuspendLayout();
66             this.groupBox2.SuspendLayout();
67             this.SuspendLayout();
68             //
69             // m_setButton
70             //
71             this.m_setButton.Location = new System.Drawing.Point(12, 107);
72             this.m_setButton.Name = "m_setButton";
73             this.m_setButton.Size = new System.Drawing.Size(75, 23);
74             this.m_setButton.TabIndex = 4;
75             this.m_setButton.Text = "Set";
76             this.m_toolTips.SetToolTip(this.m_setButton, "Set ellipsoid parameters");
77             this.m_setButton.UseVisualStyleBackColor = true;
78             this.m_setButton.Click += new System.EventHandler(this.OnSetParameters);
79             //
80             // m_equatorialRadiusTextBox
81             //
82             this.m_equatorialRadiusTextBox.Location = new System.Drawing.Point(12, 42);
83             this.m_equatorialRadiusTextBox.Name = "m_equatorialRadiusTextBox";
84             this.m_equatorialRadiusTextBox.Size = new System.Drawing.Size(125, 20);
85             this.m_equatorialRadiusTextBox.TabIndex = 2;
86             //
87             // groupBox1
88             //
89             this.groupBox1.Controls.Add(this.m_setButton);
90             this.groupBox1.Controls.Add(this.m_flatteningTextBox);
91             this.groupBox1.Controls.Add(this.label1);
92             this.groupBox1.Controls.Add(this.m_equatorialRadiusTextBox);
93             this.groupBox1.Controls.Add(this.label2);
94             this.groupBox1.Location = new System.Drawing.Point(7, 7);
95             this.groupBox1.Name = "groupBox1";
96             this.groupBox1.Size = new System.Drawing.Size(146, 140);
97             this.groupBox1.TabIndex = 5;
98             this.groupBox1.TabStop = false;
99             this.groupBox1.Text = "Ellipsoid Parameters";
100             //
101             // m_flatteningTextBox
102             //
103             this.m_flatteningTextBox.Location = new System.Drawing.Point(12, 83);
104             this.m_flatteningTextBox.Name = "m_flatteningTextBox";
105             this.m_flatteningTextBox.Size = new System.Drawing.Size(125, 20);
106             this.m_flatteningTextBox.TabIndex = 3;
107             //
108             // label1
109             //
110             this.label1.AutoSize = true;
111             this.label1.Location = new System.Drawing.Point(12, 25);
112             this.label1.Name = "label1";
113             this.label1.Size = new System.Drawing.Size(109, 13);
114             this.label1.TabIndex = 0;
115             this.label1.Text = "Equatorial Radius (meters)";
116             //
117             // label2
118             //
119             this.label2.AutoSize = true;
120             this.label2.Location = new System.Drawing.Point(12, 66);
121             this.label2.Name = "label2";
122             this.label2.Size = new System.Drawing.Size(53, 13);
123             this.label2.TabIndex = 1;
124             this.label2.Text = "Flattening";
125             //
126             // label3
127             //
128             this.label3.AutoSize = true;
129             this.label3.Location = new System.Drawing.Point(166, 11);
130             this.label3.Name = "label3";
131             this.label3.Size = new System.Drawing.Size(95, 13);
132             this.label3.TabIndex = 6;
133             this.label3.Text = "Latitude ( degrees)";
134             //
135             // label4
136             //
137             this.label4.AutoSize = true;
138             this.label4.Location = new System.Drawing.Point(166, 38);
139             this.label4.Name = "label4";
140             this.label4.Size = new System.Drawing.Size(101, 13);
141             this.label4.TabIndex = 7;
142             this.label4.Text = "Longitude (degrees)";
143             //
144             // label5
145             //
146             this.label5.AutoSize = true;
147             this.label5.Location = new System.Drawing.Point(166, 65);
148             this.label5.Name = "label5";
149             this.label5.Size = new System.Drawing.Size(82, 13);
150             this.label5.TabIndex = 8;
151             this.label5.Text = "Altitude (meters)";
152             //
153             // label6
154             //
155             this.label6.AutoSize = true;
156             this.label6.Location = new System.Drawing.Point(166, 92);
157             this.label6.Name = "label6";
158             this.label6.Size = new System.Drawing.Size(54, 13);
159             this.label6.TabIndex = 9;
160             this.label6.Text = "X (meters)";
161             //
162             // label7
163             //
164             this.label7.AutoSize = true;
165             this.label7.Location = new System.Drawing.Point(166, 119);
166             this.label7.Name = "label7";
167             this.label7.Size = new System.Drawing.Size(54, 13);
168             this.label7.TabIndex = 10;
169             this.label7.Text = "Y (meters)";
170             //
171             // label8
172             //
173             this.label8.AutoSize = true;
174             this.label8.Location = new System.Drawing.Point(166, 146);
175             this.label8.Name = "label8";
176             this.label8.Size = new System.Drawing.Size(54, 13);
177             this.label8.TabIndex = 11;
178             this.label8.Text = "Z (meters)";
179             //
180             // m_latitudeTextBox
181             //
182             this.m_latitudeTextBox.Location = new System.Drawing.Point(273, 7);
183             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
184             this.m_latitudeTextBox.Size = new System.Drawing.Size(100, 20);
185             this.m_latitudeTextBox.TabIndex = 12;
186             //
187             // m_longitudeTextBox
188             //
189             this.m_longitudeTextBox.Location = new System.Drawing.Point(273, 34);
190             this.m_longitudeTextBox.Name = "m_longitudeTextBox";
191             this.m_longitudeTextBox.Size = new System.Drawing.Size(100, 20);
192             this.m_longitudeTextBox.TabIndex = 13;
193             //
194             // m_altitudeTextBox
195             //
196             this.m_altitudeTextBox.Location = new System.Drawing.Point(273, 61);
197             this.m_altitudeTextBox.Name = "m_altitudeTextBox";
198             this.m_altitudeTextBox.Size = new System.Drawing.Size(100, 20);
199             this.m_altitudeTextBox.TabIndex = 14;
200             //
201             // m_XTextBox
202             //
203             this.m_XTextBox.Location = new System.Drawing.Point(273, 88);
204             this.m_XTextBox.Name = "m_XTextBox";
205             this.m_XTextBox.Size = new System.Drawing.Size(100, 20);
206             this.m_XTextBox.TabIndex = 15;
207             //
208             // m_YTextBox
209             //
210             this.m_YTextBox.Location = new System.Drawing.Point(273, 115);
211             this.m_YTextBox.Name = "m_YTextBox";
212             this.m_YTextBox.Size = new System.Drawing.Size(100, 20);
213             this.m_YTextBox.TabIndex = 16;
214             //
215             // m_ZTextBox
216             //
217             this.m_ZTextBox.Location = new System.Drawing.Point(273, 142);
218             this.m_ZTextBox.Name = "m_ZTextBox";
219             this.m_ZTextBox.Size = new System.Drawing.Size(100, 20);
220             this.m_ZTextBox.TabIndex = 17;
221             //
222             // label9
223             //
224             this.label9.AutoSize = true;
225             this.label9.Location = new System.Drawing.Point(169, 175);
226             this.label9.Name = "label9";
227             this.label9.Size = new System.Drawing.Size(48, 13);
228             this.label9.TabIndex = 18;
229             this.label9.Text = "Function";
230             //
231             // m_functionComboBox
232             //
233             this.m_functionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
234             this.m_functionComboBox.FormattingEnabled = true;
235             this.m_functionComboBox.Items.AddRange(new object[] {
236             "Forward",
237             "Reverse"});
238             this.m_functionComboBox.Location = new System.Drawing.Point(273, 171);
239             this.m_functionComboBox.Name = "m_functionComboBox";
240             this.m_functionComboBox.Size = new System.Drawing.Size(100, 21);
241             this.m_functionComboBox.TabIndex = 19;
242             this.m_toolTips.SetToolTip(this.m_functionComboBox, "Forward/Reverse");
243             this.m_functionComboBox.SelectedIndexChanged += new System.EventHandler(this.OnFunctionChanged);
244             //
245             // button1
246             //
247             this.button1.Location = new System.Drawing.Point(386, 169);
248             this.button1.Name = "button1";
249             this.button1.Size = new System.Drawing.Size(75, 23);
250             this.button1.TabIndex = 20;
251             this.button1.Text = "Convert";
252             this.m_toolTips.SetToolTip(this.button1, "Converts the coordinates using the selected Function");
253             this.button1.UseVisualStyleBackColor = true;
254             this.button1.Click += new System.EventHandler(this.OnConvert);
255             //
256             // button2
257             //
258             this.button2.Location = new System.Drawing.Point(7, 170);
259             this.button2.Name = "button2";
260             this.button2.Size = new System.Drawing.Size(75, 23);
261             this.button2.TabIndex = 21;
262             this.button2.Text = "Validate";
263             this.m_toolTips.SetToolTip(this.button2, "Tests Geocentric interfaces");
264             this.button2.UseVisualStyleBackColor = true;
265             this.button2.Click += new System.EventHandler(this.OnValidate);
266             //
267             // m_textBox00
268             //
269             this.m_textBox00.Location = new System.Drawing.Point(6, 25);
270             this.m_textBox00.Name = "m_textBox00";
271             this.m_textBox00.ReadOnly = true;
272             this.m_textBox00.Size = new System.Drawing.Size(100, 20);
273             this.m_textBox00.TabIndex = 22;
274             //
275             // m_textBox01
276             //
277             this.m_textBox01.Location = new System.Drawing.Point(112, 25);
278             this.m_textBox01.Name = "m_textBox01";
279             this.m_textBox01.ReadOnly = true;
280             this.m_textBox01.Size = new System.Drawing.Size(100, 20);
281             this.m_textBox01.TabIndex = 23;
282             //
283             // groupBox2
284             //
285             this.groupBox2.Controls.Add(this.m_textBox22);
286             this.groupBox2.Controls.Add(this.m_textBox20);
287             this.groupBox2.Controls.Add(this.m_textBox21);
288             this.groupBox2.Controls.Add(this.m_textBox12);
289             this.groupBox2.Controls.Add(this.m_textBox10);
290             this.groupBox2.Controls.Add(this.m_textBox11);
291             this.groupBox2.Controls.Add(this.m_textBox02);
292             this.groupBox2.Controls.Add(this.m_textBox00);
293             this.groupBox2.Controls.Add(this.m_textBox01);
294             this.groupBox2.Location = new System.Drawing.Point(380, 11);
295             this.groupBox2.Name = "groupBox2";
296             this.groupBox2.Size = new System.Drawing.Size(325, 99);
297             this.groupBox2.TabIndex = 24;
298             this.groupBox2.TabStop = false;
299             this.groupBox2.Text = "Rotation Matrix - ENU to ECEF";
300             //
301             // m_textBox02
302             //
303             this.m_textBox02.Location = new System.Drawing.Point(218, 25);
304             this.m_textBox02.Name = "m_textBox02";
305             this.m_textBox02.ReadOnly = true;
306             this.m_textBox02.Size = new System.Drawing.Size(100, 20);
307             this.m_textBox02.TabIndex = 24;
308             //
309             // m_textBox12
310             //
311             this.m_textBox12.Location = new System.Drawing.Point(218, 50);
312             this.m_textBox12.Name = "m_textBox12";
313             this.m_textBox12.ReadOnly = true;
314             this.m_textBox12.Size = new System.Drawing.Size(100, 20);
315             this.m_textBox12.TabIndex = 27;
316             //
317             // m_textBox10
318             //
319             this.m_textBox10.Location = new System.Drawing.Point(6, 50);
320             this.m_textBox10.Name = "m_textBox10";
321             this.m_textBox10.ReadOnly = true;
322             this.m_textBox10.Size = new System.Drawing.Size(100, 20);
323             this.m_textBox10.TabIndex = 25;
324             //
325             // m_textBox11
326             //
327             this.m_textBox11.Location = new System.Drawing.Point(112, 50);
328             this.m_textBox11.Name = "m_textBox11";
329             this.m_textBox11.ReadOnly = true;
330             this.m_textBox11.Size = new System.Drawing.Size(100, 20);
331             this.m_textBox11.TabIndex = 26;
332             //
333             // m_textBox22
334             //
335             this.m_textBox22.Location = new System.Drawing.Point(218, 74);
336             this.m_textBox22.Name = "m_textBox22";
337             this.m_textBox22.ReadOnly = true;
338             this.m_textBox22.Size = new System.Drawing.Size(100, 20);
339             this.m_textBox22.TabIndex = 30;
340             //
341             // m_textBox20
342             //
343             this.m_textBox20.Location = new System.Drawing.Point(6, 74);
344             this.m_textBox20.Name = "m_textBox20";
345             this.m_textBox20.ReadOnly = true;
346             this.m_textBox20.Size = new System.Drawing.Size(100, 20);
347             this.m_textBox20.TabIndex = 28;
348             //
349             // m_textBox21
350             //
351             this.m_textBox21.Location = new System.Drawing.Point(112, 74);
352             this.m_textBox21.Name = "m_textBox21";
353             this.m_textBox21.ReadOnly = true;
354             this.m_textBox21.Size = new System.Drawing.Size(100, 20);
355             this.m_textBox21.TabIndex = 29;
356             //
357             // GeocentricPanel
358             //
359             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
360             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
361             this.Controls.Add(this.groupBox2);
362             this.Controls.Add(this.button2);
363             this.Controls.Add(this.button1);
364             this.Controls.Add(this.m_functionComboBox);
365             this.Controls.Add(this.label9);
366             this.Controls.Add(this.m_ZTextBox);
367             this.Controls.Add(this.m_YTextBox);
368             this.Controls.Add(this.m_XTextBox);
369             this.Controls.Add(this.m_altitudeTextBox);
370             this.Controls.Add(this.m_longitudeTextBox);
371             this.Controls.Add(this.m_latitudeTextBox);
372             this.Controls.Add(this.label8);
373             this.Controls.Add(this.label7);
374             this.Controls.Add(this.label6);
375             this.Controls.Add(this.label5);
376             this.Controls.Add(this.label4);
377             this.Controls.Add(this.label3);
378             this.Controls.Add(this.groupBox1);
379             this.Name = "GeocentricPanel";
380             this.Size = new System.Drawing.Size(771, 231);
381             this.groupBox1.ResumeLayout(false);
382             this.groupBox1.PerformLayout();
383             this.groupBox2.ResumeLayout(false);
384             this.groupBox2.PerformLayout();
385             this.ResumeLayout(false);
386             this.PerformLayout();
387 
388         }
389 
390         #endregion
391 
392         private System.Windows.Forms.Button m_setButton;
393         private System.Windows.Forms.ToolTip m_toolTips;
394         private System.Windows.Forms.TextBox m_equatorialRadiusTextBox;
395         private System.Windows.Forms.GroupBox groupBox1;
396         private System.Windows.Forms.TextBox m_flatteningTextBox;
397         private System.Windows.Forms.Label label1;
398         private System.Windows.Forms.Label label2;
399         private System.Windows.Forms.Label label3;
400         private System.Windows.Forms.Label label4;
401         private System.Windows.Forms.Label label5;
402         private System.Windows.Forms.Label label6;
403         private System.Windows.Forms.Label label7;
404         private System.Windows.Forms.Label label8;
405         private System.Windows.Forms.TextBox m_latitudeTextBox;
406         private System.Windows.Forms.TextBox m_longitudeTextBox;
407         private System.Windows.Forms.TextBox m_altitudeTextBox;
408         private System.Windows.Forms.TextBox m_XTextBox;
409         private System.Windows.Forms.TextBox m_YTextBox;
410         private System.Windows.Forms.TextBox m_ZTextBox;
411         private System.Windows.Forms.Label label9;
412         private System.Windows.Forms.ComboBox m_functionComboBox;
413         private System.Windows.Forms.Button button1;
414         private System.Windows.Forms.Button button2;
415         private System.Windows.Forms.TextBox m_textBox00;
416         private System.Windows.Forms.TextBox m_textBox01;
417         private System.Windows.Forms.GroupBox groupBox2;
418         private System.Windows.Forms.TextBox m_textBox22;
419         private System.Windows.Forms.TextBox m_textBox20;
420         private System.Windows.Forms.TextBox m_textBox21;
421         private System.Windows.Forms.TextBox m_textBox12;
422         private System.Windows.Forms.TextBox m_textBox10;
423         private System.Windows.Forms.TextBox m_textBox11;
424         private System.Windows.Forms.TextBox m_textBox02;
425     }
426 }
427