1 namespace Projections
2 {
3     partial class GeoidPanel
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.m_geoidFileNameTextBox = new System.Windows.Forms.TextBox();
34             this.button1 = new System.Windows.Forms.Button();
35             this.m_threadSafeCheckBox = new System.Windows.Forms.CheckBox();
36             this.label2 = new System.Windows.Forms.Label();
37             this.label3 = new System.Windows.Forms.Label();
38             this.m_dateTimeTextBox = new System.Windows.Forms.TextBox();
39             this.m_descriptionTextBox = new System.Windows.Forms.TextBox();
40             this.label4 = new System.Windows.Forms.Label();
41             this.label5 = new System.Windows.Forms.Label();
42             this.m_equatorialRadiusTextBox = new System.Windows.Forms.TextBox();
43             this.m_flatteningTtextBox = new System.Windows.Forms.TextBox();
44             this.label6 = new System.Windows.Forms.Label();
45             this.label7 = new System.Windows.Forms.Label();
46             this.label8 = new System.Windows.Forms.Label();
47             this.label9 = new System.Windows.Forms.Label();
48             this.m_northTextBox = new System.Windows.Forms.TextBox();
49             this.m_southTextBox = new System.Windows.Forms.TextBox();
50             this.m_eastTextBox = new System.Windows.Forms.TextBox();
51             this.m_westTextBox = new System.Windows.Forms.TextBox();
52             this.m_cacheButton = new System.Windows.Forms.Button();
53             this.label10 = new System.Windows.Forms.Label();
54             this.label11 = new System.Windows.Forms.Label();
55             this.m_ellipsoidTextBox = new System.Windows.Forms.TextBox();
56             this.m_geoidTextBox = new System.Windows.Forms.TextBox();
57             this.m_convertEllipsodButton = new System.Windows.Forms.Button();
58             this.m_convertGeoidButton = new System.Windows.Forms.Button();
59             this.label12 = new System.Windows.Forms.Label();
60             this.label13 = new System.Windows.Forms.Label();
61             this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
62             this.m_longitudeTextBox = new System.Windows.Forms.TextBox();
63             this.m_toolTip = new System.Windows.Forms.ToolTip(this.components);
64             this.m_heightButton = new System.Windows.Forms.Button();
65             this.m_validateButton = new System.Windows.Forms.Button();
66             this.SuspendLayout();
67             //
68             // label1
69             //
70             this.label1.AutoSize = true;
71             this.label1.Location = new System.Drawing.Point(6, 5);
72             this.label1.Name = "label1";
73             this.label1.Size = new System.Drawing.Size(54, 13);
74             this.label1.TabIndex = 0;
75             this.label1.Text = "Geoid File";
76             //
77             // m_geoidFileNameTextBox
78             //
79             this.m_geoidFileNameTextBox.Location = new System.Drawing.Point(9, 21);
80             this.m_geoidFileNameTextBox.Name = "m_geoidFileNameTextBox";
81             this.m_geoidFileNameTextBox.Size = new System.Drawing.Size(388, 20);
82             this.m_geoidFileNameTextBox.TabIndex = 1;
83             //
84             // button1
85             //
86             this.button1.Location = new System.Drawing.Point(404, 20);
87             this.button1.Name = "button1";
88             this.button1.Size = new System.Drawing.Size(25, 23);
89             this.button1.TabIndex = 2;
90             this.button1.Text = "...";
91             this.m_toolTip.SetToolTip(this.button1, "Select Geoid File");
92             this.button1.UseVisualStyleBackColor = true;
93             this.button1.Click += new System.EventHandler(this.OnSelectFile);
94             //
95             // m_threadSafeCheckBox
96             //
97             this.m_threadSafeCheckBox.AutoSize = true;
98             this.m_threadSafeCheckBox.Location = new System.Drawing.Point(9, 48);
99             this.m_threadSafeCheckBox.Name = "m_threadSafeCheckBox";
100             this.m_threadSafeCheckBox.Size = new System.Drawing.Size(85, 17);
101             this.m_threadSafeCheckBox.TabIndex = 3;
102             this.m_threadSafeCheckBox.Text = "Thread Safe";
103             this.m_threadSafeCheckBox.UseVisualStyleBackColor = true;
104             this.m_threadSafeCheckBox.CheckedChanged += new System.EventHandler(this.OnThreadSafe);
105             //
106             // label2
107             //
108             this.label2.AutoSize = true;
109             this.label2.Location = new System.Drawing.Point(7, 72);
110             this.label2.Name = "label2";
111             this.label2.Size = new System.Drawing.Size(58, 13);
112             this.label2.TabIndex = 4;
113             this.label2.Text = "Date/Time";
114             //
115             // label3
116             //
117             this.label3.AutoSize = true;
118             this.label3.Location = new System.Drawing.Point(7, 101);
119             this.label3.Name = "label3";
120             this.label3.Size = new System.Drawing.Size(60, 13);
121             this.label3.TabIndex = 5;
122             this.label3.Text = "Description";
123             //
124             // m_dateTimeTextBox
125             //
126             this.m_dateTimeTextBox.Location = new System.Drawing.Point(80, 68);
127             this.m_dateTimeTextBox.Name = "m_dateTimeTextBox";
128             this.m_dateTimeTextBox.ReadOnly = true;
129             this.m_dateTimeTextBox.Size = new System.Drawing.Size(181, 20);
130             this.m_dateTimeTextBox.TabIndex = 6;
131             //
132             // m_descriptionTextBox
133             //
134             this.m_descriptionTextBox.Location = new System.Drawing.Point(80, 97);
135             this.m_descriptionTextBox.Name = "m_descriptionTextBox";
136             this.m_descriptionTextBox.ReadOnly = true;
137             this.m_descriptionTextBox.Size = new System.Drawing.Size(349, 20);
138             this.m_descriptionTextBox.TabIndex = 7;
139             //
140             // label4
141             //
142             this.label4.AutoSize = true;
143             this.label4.Location = new System.Drawing.Point(7, 130);
144             this.label4.Name = "label4";
145             this.label4.Size = new System.Drawing.Size(69, 13);
146             this.label4.TabIndex = 8;
147             this.label4.Text = "Equatorial Radius";
148             //
149             // label5
150             //
151             this.label5.AutoSize = true;
152             this.label5.Location = new System.Drawing.Point(7, 159);
153             this.label5.Name = "label5";
154             this.label5.Size = new System.Drawing.Size(53, 13);
155             this.label5.TabIndex = 9;
156             this.label5.Text = "Flattening";
157             //
158             // m_equatorialRadiusTextBox
159             //
160             this.m_equatorialRadiusTextBox.Location = new System.Drawing.Point(83, 126);
161             this.m_equatorialRadiusTextBox.Name = "m_equatorialRadiusTextBox";
162             this.m_equatorialRadiusTextBox.ReadOnly = true;
163             this.m_equatorialRadiusTextBox.Size = new System.Drawing.Size(126, 20);
164             this.m_equatorialRadiusTextBox.TabIndex = 10;
165             //
166             // m_flatteningTtextBox
167             //
168             this.m_flatteningTtextBox.Location = new System.Drawing.Point(83, 155);
169             this.m_flatteningTtextBox.Name = "m_flatteningTtextBox";
170             this.m_flatteningTtextBox.ReadOnly = true;
171             this.m_flatteningTtextBox.Size = new System.Drawing.Size(126, 20);
172             this.m_flatteningTtextBox.TabIndex = 11;
173             //
174             // label6
175             //
176             this.label6.AutoSize = true;
177             this.label6.Location = new System.Drawing.Point(442, 12);
178             this.label6.Name = "label6";
179             this.label6.Size = new System.Drawing.Size(33, 13);
180             this.label6.TabIndex = 12;
181             this.label6.Text = "North";
182             //
183             // label7
184             //
185             this.label7.AutoSize = true;
186             this.label7.Location = new System.Drawing.Point(442, 38);
187             this.label7.Name = "label7";
188             this.label7.Size = new System.Drawing.Size(35, 13);
189             this.label7.TabIndex = 13;
190             this.label7.Text = "South";
191             //
192             // label8
193             //
194             this.label8.AutoSize = true;
195             this.label8.Location = new System.Drawing.Point(442, 64);
196             this.label8.Name = "label8";
197             this.label8.Size = new System.Drawing.Size(28, 13);
198             this.label8.TabIndex = 14;
199             this.label8.Text = "East";
200             //
201             // label9
202             //
203             this.label9.AutoSize = true;
204             this.label9.Location = new System.Drawing.Point(442, 90);
205             this.label9.Name = "label9";
206             this.label9.Size = new System.Drawing.Size(32, 13);
207             this.label9.TabIndex = 15;
208             this.label9.Text = "West";
209             //
210             // m_northTextBox
211             //
212             this.m_northTextBox.Location = new System.Drawing.Point(482, 8);
213             this.m_northTextBox.Name = "m_northTextBox";
214             this.m_northTextBox.Size = new System.Drawing.Size(100, 20);
215             this.m_northTextBox.TabIndex = 16;
216             //
217             // m_southTextBox
218             //
219             this.m_southTextBox.Location = new System.Drawing.Point(482, 34);
220             this.m_southTextBox.Name = "m_southTextBox";
221             this.m_southTextBox.Size = new System.Drawing.Size(100, 20);
222             this.m_southTextBox.TabIndex = 17;
223             //
224             // m_eastTextBox
225             //
226             this.m_eastTextBox.Location = new System.Drawing.Point(482, 60);
227             this.m_eastTextBox.Name = "m_eastTextBox";
228             this.m_eastTextBox.Size = new System.Drawing.Size(100, 20);
229             this.m_eastTextBox.TabIndex = 18;
230             //
231             // m_westTextBox
232             //
233             this.m_westTextBox.Location = new System.Drawing.Point(482, 86);
234             this.m_westTextBox.Name = "m_westTextBox";
235             this.m_westTextBox.Size = new System.Drawing.Size(100, 20);
236             this.m_westTextBox.TabIndex = 19;
237             //
238             // m_cacheButton
239             //
240             this.m_cacheButton.Location = new System.Drawing.Point(492, 113);
241             this.m_cacheButton.Name = "m_cacheButton";
242             this.m_cacheButton.Size = new System.Drawing.Size(75, 23);
243             this.m_cacheButton.TabIndex = 20;
244             this.m_cacheButton.Text = "Cache";
245             this.m_toolTip.SetToolTip(this.m_cacheButton, "Cache Geoid Data");
246             this.m_cacheButton.UseVisualStyleBackColor = true;
247             this.m_cacheButton.Click += new System.EventHandler(this.OnCache);
248             //
249             // label10
250             //
251             this.label10.AutoSize = true;
252             this.label10.Location = new System.Drawing.Point(606, 63);
253             this.label10.Name = "label10";
254             this.label10.Size = new System.Drawing.Size(113, 13);
255             this.label10.TabIndex = 21;
256             this.label10.Text = "Height Above Ellipsoid";
257             //
258             // label11
259             //
260             this.label11.AutoSize = true;
261             this.label11.Location = new System.Drawing.Point(754, 63);
262             this.label11.Name = "label11";
263             this.label11.Size = new System.Drawing.Size(102, 13);
264             this.label11.TabIndex = 22;
265             this.label11.Text = "Height above Geoid";
266             //
267             // m_ellipsoidTextBox
268             //
269             this.m_ellipsoidTextBox.Location = new System.Drawing.Point(596, 85);
270             this.m_ellipsoidTextBox.Name = "m_ellipsoidTextBox";
271             this.m_ellipsoidTextBox.Size = new System.Drawing.Size(132, 20);
272             this.m_ellipsoidTextBox.TabIndex = 23;
273             //
274             // m_geoidTextBox
275             //
276             this.m_geoidTextBox.Location = new System.Drawing.Point(739, 85);
277             this.m_geoidTextBox.Name = "m_geoidTextBox";
278             this.m_geoidTextBox.Size = new System.Drawing.Size(132, 20);
279             this.m_geoidTextBox.TabIndex = 24;
280             //
281             // m_convertEllipsodButton
282             //
283             this.m_convertEllipsodButton.Enabled = false;
284             this.m_convertEllipsodButton.Location = new System.Drawing.Point(625, 109);
285             this.m_convertEllipsodButton.Name = "m_convertEllipsodButton";
286             this.m_convertEllipsodButton.Size = new System.Drawing.Size(75, 23);
287             this.m_convertEllipsodButton.TabIndex = 25;
288             this.m_convertEllipsodButton.Text = "Convert ->";
289             this.m_toolTip.SetToolTip(this.m_convertEllipsodButton, "Convert Ellipsod Height to Geoid Height");
290             this.m_convertEllipsodButton.UseVisualStyleBackColor = true;
291             this.m_convertEllipsodButton.Click += new System.EventHandler(this.OnConvertEllipsod);
292             //
293             // m_convertGeoidButton
294             //
295             this.m_convertGeoidButton.Enabled = false;
296             this.m_convertGeoidButton.Location = new System.Drawing.Point(768, 109);
297             this.m_convertGeoidButton.Name = "m_convertGeoidButton";
298             this.m_convertGeoidButton.Size = new System.Drawing.Size(75, 23);
299             this.m_convertGeoidButton.TabIndex = 26;
300             this.m_convertGeoidButton.Text = "<- Convert";
301             this.m_toolTip.SetToolTip(this.m_convertGeoidButton, "Convert Geoid Height to Ellipsoid Height");
302             this.m_convertGeoidButton.UseVisualStyleBackColor = true;
303             this.m_convertGeoidButton.Click += new System.EventHandler(this.OnConvertGeoid);
304             //
305             // label12
306             //
307             this.label12.AutoSize = true;
308             this.label12.Location = new System.Drawing.Point(593, 12);
309             this.label12.Name = "label12";
310             this.label12.Size = new System.Drawing.Size(45, 13);
311             this.label12.TabIndex = 27;
312             this.label12.Text = "Latitude";
313             //
314             // label13
315             //
316             this.label13.AutoSize = true;
317             this.label13.Location = new System.Drawing.Point(593, 38);
318             this.label13.Name = "label13";
319             this.label13.Size = new System.Drawing.Size(54, 13);
320             this.label13.TabIndex = 28;
321             this.label13.Text = "Longitude";
322             //
323             // m_latitudeTextBox
324             //
325             this.m_latitudeTextBox.Location = new System.Drawing.Point(653, 8);
326             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
327             this.m_latitudeTextBox.Size = new System.Drawing.Size(100, 20);
328             this.m_latitudeTextBox.TabIndex = 29;
329             //
330             // m_longitudeTextBox
331             //
332             this.m_longitudeTextBox.Location = new System.Drawing.Point(653, 34);
333             this.m_longitudeTextBox.Name = "m_longitudeTextBox";
334             this.m_longitudeTextBox.Size = new System.Drawing.Size(100, 20);
335             this.m_longitudeTextBox.TabIndex = 30;
336             //
337             // m_heightButton
338             //
339             this.m_heightButton.Enabled = false;
340             this.m_heightButton.Location = new System.Drawing.Point(768, 18);
341             this.m_heightButton.Name = "m_heightButton";
342             this.m_heightButton.Size = new System.Drawing.Size(75, 23);
343             this.m_heightButton.TabIndex = 31;
344             this.m_heightButton.Text = "Height";
345             this.m_toolTip.SetToolTip(this.m_heightButton, "Calculate Geoid Height at Longitude/Latitude");
346             this.m_heightButton.UseVisualStyleBackColor = true;
347             this.m_heightButton.Click += new System.EventHandler(this.OnHeight);
348             //
349             // m_validateButton
350             //
351             this.m_validateButton.Enabled = false;
352             this.m_validateButton.Location = new System.Drawing.Point(638, 148);
353             this.m_validateButton.Name = "m_validateButton";
354             this.m_validateButton.Size = new System.Drawing.Size(75, 23);
355             this.m_validateButton.TabIndex = 32;
356             this.m_validateButton.Text = "Validate";
357             this.m_validateButton.UseVisualStyleBackColor = true;
358             this.m_validateButton.Click += new System.EventHandler(this.OnValidate);
359             //
360             // GeoidPanel
361             //
362             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
363             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
364             this.Controls.Add(this.m_validateButton);
365             this.Controls.Add(this.m_heightButton);
366             this.Controls.Add(this.m_longitudeTextBox);
367             this.Controls.Add(this.m_latitudeTextBox);
368             this.Controls.Add(this.label13);
369             this.Controls.Add(this.label12);
370             this.Controls.Add(this.m_convertGeoidButton);
371             this.Controls.Add(this.m_convertEllipsodButton);
372             this.Controls.Add(this.m_geoidTextBox);
373             this.Controls.Add(this.m_ellipsoidTextBox);
374             this.Controls.Add(this.label11);
375             this.Controls.Add(this.label10);
376             this.Controls.Add(this.m_cacheButton);
377             this.Controls.Add(this.m_westTextBox);
378             this.Controls.Add(this.m_eastTextBox);
379             this.Controls.Add(this.m_southTextBox);
380             this.Controls.Add(this.m_northTextBox);
381             this.Controls.Add(this.label9);
382             this.Controls.Add(this.label8);
383             this.Controls.Add(this.label7);
384             this.Controls.Add(this.label6);
385             this.Controls.Add(this.m_flatteningTtextBox);
386             this.Controls.Add(this.m_equatorialRadiusTextBox);
387             this.Controls.Add(this.label5);
388             this.Controls.Add(this.label4);
389             this.Controls.Add(this.m_descriptionTextBox);
390             this.Controls.Add(this.m_dateTimeTextBox);
391             this.Controls.Add(this.label3);
392             this.Controls.Add(this.label2);
393             this.Controls.Add(this.m_threadSafeCheckBox);
394             this.Controls.Add(this.button1);
395             this.Controls.Add(this.m_geoidFileNameTextBox);
396             this.Controls.Add(this.label1);
397             this.Name = "GeoidPanel";
398             this.Size = new System.Drawing.Size(1002, 273);
399             this.ResumeLayout(false);
400             this.PerformLayout();
401 
402         }
403 
404         #endregion
405 
406         private System.Windows.Forms.Label label1;
407         private System.Windows.Forms.TextBox m_geoidFileNameTextBox;
408         private System.Windows.Forms.Button button1;
409         private System.Windows.Forms.CheckBox m_threadSafeCheckBox;
410         private System.Windows.Forms.Label label2;
411         private System.Windows.Forms.Label label3;
412         private System.Windows.Forms.TextBox m_dateTimeTextBox;
413         private System.Windows.Forms.TextBox m_descriptionTextBox;
414         private System.Windows.Forms.Label label4;
415         private System.Windows.Forms.Label label5;
416         private System.Windows.Forms.TextBox m_equatorialRadiusTextBox;
417         private System.Windows.Forms.TextBox m_flatteningTtextBox;
418         private System.Windows.Forms.Label label6;
419         private System.Windows.Forms.Label label7;
420         private System.Windows.Forms.Label label8;
421         private System.Windows.Forms.Label label9;
422         private System.Windows.Forms.TextBox m_northTextBox;
423         private System.Windows.Forms.TextBox m_southTextBox;
424         private System.Windows.Forms.TextBox m_eastTextBox;
425         private System.Windows.Forms.TextBox m_westTextBox;
426         private System.Windows.Forms.Button m_cacheButton;
427         private System.Windows.Forms.Label label10;
428         private System.Windows.Forms.Label label11;
429         private System.Windows.Forms.TextBox m_ellipsoidTextBox;
430         private System.Windows.Forms.TextBox m_geoidTextBox;
431         private System.Windows.Forms.Button m_convertEllipsodButton;
432         private System.Windows.Forms.Button m_convertGeoidButton;
433         private System.Windows.Forms.ToolTip m_toolTip;
434         private System.Windows.Forms.Label label12;
435         private System.Windows.Forms.Label label13;
436         private System.Windows.Forms.TextBox m_latitudeTextBox;
437         private System.Windows.Forms.TextBox m_longitudeTextBox;
438         private System.Windows.Forms.Button m_heightButton;
439         private System.Windows.Forms.Button m_validateButton;
440     }
441 }
442