1 namespace Projections
2 {
3     partial class GravityPanel
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.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
33             this.button1 = new System.Windows.Forms.Button();
34             this.m_updateButton = new System.Windows.Forms.Button();
35             this.m_gravityModelNameTextBox = new System.Windows.Forms.TextBox();
36             this.label1 = new System.Windows.Forms.Label();
37             this.label2 = new System.Windows.Forms.Label();
38             this.label3 = new System.Windows.Forms.Label();
39             this.label4 = new System.Windows.Forms.Label();
40             this.m_nameTextBox = new System.Windows.Forms.TextBox();
41             this.m_descriptionTextBox = new System.Windows.Forms.TextBox();
42             this.m_dateTextBox = new System.Windows.Forms.TextBox();
43             this.label5 = new System.Windows.Forms.Label();
44             this.label6 = new System.Windows.Forms.Label();
45             this.label7 = new System.Windows.Forms.Label();
46             this.m_longitudetextBoxT = new System.Windows.Forms.TextBox();
47             this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
48             this.m_altitudeTextBox = new System.Windows.Forms.TextBox();
49             this.label8 = new System.Windows.Forms.Label();
50             this.label9 = new System.Windows.Forms.Label();
51             this.label10 = new System.Windows.Forms.Label();
52             this.label11 = new System.Windows.Forms.Label();
53             this.m_accelXTextBox = new System.Windows.Forms.TextBox();
54             this.m_accelYTextBox = new System.Windows.Forms.TextBox();
55             this.m_accelZTextBox = new System.Windows.Forms.TextBox();
56             this.label12 = new System.Windows.Forms.Label();
57             this.m_geoidTextBox = new System.Windows.Forms.TextBox();
58             this.m_normGravButton = new System.Windows.Forms.Button();
59             this.m_GravityCircleButton = new System.Windows.Forms.Button();
60             this.m_validateButton = new System.Windows.Forms.Button();
61             this.SuspendLayout();
62             //
63             // button1
64             //
65             this.button1.Location = new System.Drawing.Point(391, 21);
66             this.button1.Name = "button1";
67             this.button1.Size = new System.Drawing.Size(29, 23);
68             this.button1.TabIndex = 2;
69             this.button1.Text = "...";
70             this.toolTip1.SetToolTip(this.button1, "Select gravity model file");
71             this.button1.UseVisualStyleBackColor = true;
72             this.button1.Click += new System.EventHandler(this.OnSelectGravityModel);
73             //
74             // m_updateButton
75             //
76             this.m_updateButton.Enabled = false;
77             this.m_updateButton.Location = new System.Drawing.Point(565, 106);
78             this.m_updateButton.Name = "m_updateButton";
79             this.m_updateButton.Size = new System.Drawing.Size(75, 23);
80             this.m_updateButton.TabIndex = 24;
81             this.m_updateButton.Text = "Update";
82             this.toolTip1.SetToolTip(this.m_updateButton, "Calculate acceleration and geoid height");
83             this.m_updateButton.UseVisualStyleBackColor = true;
84             this.m_updateButton.Click += new System.EventHandler(this.OnUpdate);
85             //
86             // m_gravityModelNameTextBox
87             //
88             this.m_gravityModelNameTextBox.Location = new System.Drawing.Point(7, 22);
89             this.m_gravityModelNameTextBox.Name = "m_gravityModelNameTextBox";
90             this.m_gravityModelNameTextBox.Size = new System.Drawing.Size(377, 20);
91             this.m_gravityModelNameTextBox.TabIndex = 0;
92             //
93             // label1
94             //
95             this.label1.AutoSize = true;
96             this.label1.Location = new System.Drawing.Point(4, 6);
97             this.label1.Name = "label1";
98             this.label1.Size = new System.Drawing.Size(72, 13);
99             this.label1.TabIndex = 1;
100             this.label1.Text = "Gravity Model";
101             //
102             // label2
103             //
104             this.label2.AutoSize = true;
105             this.label2.Location = new System.Drawing.Point(7, 52);
106             this.label2.Name = "label2";
107             this.label2.Size = new System.Drawing.Size(35, 13);
108             this.label2.TabIndex = 3;
109             this.label2.Text = "Name";
110             //
111             // label3
112             //
113             this.label3.AutoSize = true;
114             this.label3.Location = new System.Drawing.Point(10, 79);
115             this.label3.Name = "label3";
116             this.label3.Size = new System.Drawing.Size(60, 13);
117             this.label3.TabIndex = 4;
118             this.label3.Text = "Description";
119             //
120             // label4
121             //
122             this.label4.AutoSize = true;
123             this.label4.Location = new System.Drawing.Point(13, 106);
124             this.label4.Name = "label4";
125             this.label4.Size = new System.Drawing.Size(30, 13);
126             this.label4.TabIndex = 5;
127             this.label4.Text = "Date";
128             //
129             // m_nameTextBox
130             //
131             this.m_nameTextBox.Location = new System.Drawing.Point(85, 48);
132             this.m_nameTextBox.Name = "m_nameTextBox";
133             this.m_nameTextBox.ReadOnly = true;
134             this.m_nameTextBox.Size = new System.Drawing.Size(299, 20);
135             this.m_nameTextBox.TabIndex = 6;
136             //
137             // m_descriptionTextBox
138             //
139             this.m_descriptionTextBox.Location = new System.Drawing.Point(85, 75);
140             this.m_descriptionTextBox.Name = "m_descriptionTextBox";
141             this.m_descriptionTextBox.ReadOnly = true;
142             this.m_descriptionTextBox.Size = new System.Drawing.Size(299, 20);
143             this.m_descriptionTextBox.TabIndex = 7;
144             //
145             // m_dateTextBox
146             //
147             this.m_dateTextBox.Location = new System.Drawing.Point(85, 102);
148             this.m_dateTextBox.Name = "m_dateTextBox";
149             this.m_dateTextBox.ReadOnly = true;
150             this.m_dateTextBox.Size = new System.Drawing.Size(299, 20);
151             this.m_dateTextBox.TabIndex = 8;
152             //
153             // label5
154             //
155             this.label5.AutoSize = true;
156             this.label5.Location = new System.Drawing.Point(433, 32);
157             this.label5.Name = "label5";
158             this.label5.Size = new System.Drawing.Size(101, 13);
159             this.label5.TabIndex = 9;
160             this.label5.Text = "Longitude (degrees)";
161             //
162             // label6
163             //
164             this.label6.AutoSize = true;
165             this.label6.Location = new System.Drawing.Point(433, 58);
166             this.label6.Name = "label6";
167             this.label6.Size = new System.Drawing.Size(92, 13);
168             this.label6.TabIndex = 10;
169             this.label6.Text = "Latitude (degrees)";
170             //
171             // label7
172             //
173             this.label7.AutoSize = true;
174             this.label7.Location = new System.Drawing.Point(433, 84);
175             this.label7.Name = "label7";
176             this.label7.Size = new System.Drawing.Size(82, 13);
177             this.label7.TabIndex = 11;
178             this.label7.Text = "Altitude (meters)";
179             //
180             // m_longitudetextBoxT
181             //
182             this.m_longitudetextBoxT.Location = new System.Drawing.Point(539, 28);
183             this.m_longitudetextBoxT.Name = "m_longitudetextBoxT";
184             this.m_longitudetextBoxT.Size = new System.Drawing.Size(126, 20);
185             this.m_longitudetextBoxT.TabIndex = 12;
186             //
187             // m_latitudeTextBox
188             //
189             this.m_latitudeTextBox.Location = new System.Drawing.Point(539, 54);
190             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
191             this.m_latitudeTextBox.Size = new System.Drawing.Size(126, 20);
192             this.m_latitudeTextBox.TabIndex = 13;
193             //
194             // m_altitudeTextBox
195             //
196             this.m_altitudeTextBox.Location = new System.Drawing.Point(539, 80);
197             this.m_altitudeTextBox.Name = "m_altitudeTextBox";
198             this.m_altitudeTextBox.Size = new System.Drawing.Size(126, 20);
199             this.m_altitudeTextBox.TabIndex = 14;
200             //
201             // label8
202             //
203             this.label8.AutoSize = true;
204             this.label8.Location = new System.Drawing.Point(670, 32);
205             this.label8.Name = "label8";
206             this.label8.Size = new System.Drawing.Size(14, 13);
207             this.label8.TabIndex = 15;
208             this.label8.Text = "X";
209             //
210             // label9
211             //
212             this.label9.AutoSize = true;
213             this.label9.Location = new System.Drawing.Point(670, 58);
214             this.label9.Name = "label9";
215             this.label9.Size = new System.Drawing.Size(14, 13);
216             this.label9.TabIndex = 16;
217             this.label9.Text = "Y";
218             //
219             // label10
220             //
221             this.label10.AutoSize = true;
222             this.label10.Location = new System.Drawing.Point(670, 84);
223             this.label10.Name = "label10";
224             this.label10.Size = new System.Drawing.Size(14, 13);
225             this.label10.TabIndex = 17;
226             this.label10.Text = "Z";
227             //
228             // label11
229             //
230             this.label11.AutoSize = true;
231             this.label11.Location = new System.Drawing.Point(700, 6);
232             this.label11.Name = "label11";
233             this.label11.Size = new System.Drawing.Size(105, 13);
234             this.label11.TabIndex = 18;
235             this.label11.Text = "Acceleration (m/s^2)";
236             //
237             // m_accelXTextBox
238             //
239             this.m_accelXTextBox.Location = new System.Drawing.Point(691, 28);
240             this.m_accelXTextBox.Name = "m_accelXTextBox";
241             this.m_accelXTextBox.ReadOnly = true;
242             this.m_accelXTextBox.Size = new System.Drawing.Size(122, 20);
243             this.m_accelXTextBox.TabIndex = 19;
244             //
245             // m_accelYTextBox
246             //
247             this.m_accelYTextBox.Location = new System.Drawing.Point(690, 54);
248             this.m_accelYTextBox.Name = "m_accelYTextBox";
249             this.m_accelYTextBox.ReadOnly = true;
250             this.m_accelYTextBox.Size = new System.Drawing.Size(122, 20);
251             this.m_accelYTextBox.TabIndex = 20;
252             //
253             // m_accelZTextBox
254             //
255             this.m_accelZTextBox.Location = new System.Drawing.Point(691, 80);
256             this.m_accelZTextBox.Name = "m_accelZTextBox";
257             this.m_accelZTextBox.ReadOnly = true;
258             this.m_accelZTextBox.Size = new System.Drawing.Size(122, 20);
259             this.m_accelZTextBox.TabIndex = 21;
260             //
261             // label12
262             //
263             this.label12.AutoSize = true;
264             this.label12.Location = new System.Drawing.Point(709, 106);
265             this.label12.Name = "label12";
266             this.label12.Size = new System.Drawing.Size(86, 13);
267             this.label12.TabIndex = 22;
268             this.label12.Text = "Geoid Height (m)";
269             //
270             // m_geoidTextBox
271             //
272             this.m_geoidTextBox.Location = new System.Drawing.Point(691, 125);
273             this.m_geoidTextBox.Name = "m_geoidTextBox";
274             this.m_geoidTextBox.ReadOnly = true;
275             this.m_geoidTextBox.Size = new System.Drawing.Size(122, 20);
276             this.m_geoidTextBox.TabIndex = 23;
277             //
278             // m_normGravButton
279             //
280             this.m_normGravButton.Enabled = false;
281             this.m_normGravButton.Location = new System.Drawing.Point(544, 135);
282             this.m_normGravButton.Name = "m_normGravButton";
283             this.m_normGravButton.Size = new System.Drawing.Size(117, 42);
284             this.m_normGravButton.TabIndex = 25;
285             this.m_normGravButton.Text = "Acceleration using NormalGravity";
286             this.m_normGravButton.UseVisualStyleBackColor = true;
287             this.m_normGravButton.Click += new System.EventHandler(this.OnNormGravity);
288             //
289             // m_GravityCircleButton
290             //
291             this.m_GravityCircleButton.Enabled = false;
292             this.m_GravityCircleButton.Location = new System.Drawing.Point(403, 135);
293             this.m_GravityCircleButton.Name = "m_GravityCircleButton";
294             this.m_GravityCircleButton.Size = new System.Drawing.Size(131, 54);
295             this.m_GravityCircleButton.TabIndex = 26;
296             this.m_GravityCircleButton.Text = "Acceleration and geoid height using GravityCircle";
297             this.m_GravityCircleButton.UseVisualStyleBackColor = true;
298             this.m_GravityCircleButton.Click += new System.EventHandler(this.OnGravityCircle);
299             //
300             // m_validateButton
301             //
302             this.m_validateButton.Enabled = false;
303             this.m_validateButton.Location = new System.Drawing.Point(43, 145);
304             this.m_validateButton.Name = "m_validateButton";
305             this.m_validateButton.Size = new System.Drawing.Size(75, 23);
306             this.m_validateButton.TabIndex = 27;
307             this.m_validateButton.Text = "Validate";
308             this.m_validateButton.UseVisualStyleBackColor = true;
309             this.m_validateButton.Click += new System.EventHandler(this.OnValidate);
310             //
311             // GravityPanel
312             //
313             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
314             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
315             this.Controls.Add(this.m_validateButton);
316             this.Controls.Add(this.m_GravityCircleButton);
317             this.Controls.Add(this.m_normGravButton);
318             this.Controls.Add(this.m_updateButton);
319             this.Controls.Add(this.m_geoidTextBox);
320             this.Controls.Add(this.label12);
321             this.Controls.Add(this.m_accelZTextBox);
322             this.Controls.Add(this.m_accelYTextBox);
323             this.Controls.Add(this.m_accelXTextBox);
324             this.Controls.Add(this.label11);
325             this.Controls.Add(this.label10);
326             this.Controls.Add(this.label9);
327             this.Controls.Add(this.label8);
328             this.Controls.Add(this.m_altitudeTextBox);
329             this.Controls.Add(this.m_latitudeTextBox);
330             this.Controls.Add(this.m_longitudetextBoxT);
331             this.Controls.Add(this.label7);
332             this.Controls.Add(this.label6);
333             this.Controls.Add(this.label5);
334             this.Controls.Add(this.m_dateTextBox);
335             this.Controls.Add(this.m_descriptionTextBox);
336             this.Controls.Add(this.m_nameTextBox);
337             this.Controls.Add(this.label4);
338             this.Controls.Add(this.label3);
339             this.Controls.Add(this.label2);
340             this.Controls.Add(this.button1);
341             this.Controls.Add(this.label1);
342             this.Controls.Add(this.m_gravityModelNameTextBox);
343             this.Name = "GravityPanel";
344             this.Size = new System.Drawing.Size(1083, 403);
345             this.ResumeLayout(false);
346             this.PerformLayout();
347 
348         }
349 
350         #endregion
351 
352         private System.Windows.Forms.ToolTip toolTip1;
353         private System.Windows.Forms.TextBox m_gravityModelNameTextBox;
354         private System.Windows.Forms.Label label1;
355         private System.Windows.Forms.Button button1;
356         private System.Windows.Forms.Label label2;
357         private System.Windows.Forms.Label label3;
358         private System.Windows.Forms.Label label4;
359         private System.Windows.Forms.TextBox m_nameTextBox;
360         private System.Windows.Forms.TextBox m_descriptionTextBox;
361         private System.Windows.Forms.TextBox m_dateTextBox;
362         private System.Windows.Forms.Label label5;
363         private System.Windows.Forms.Label label6;
364         private System.Windows.Forms.Label label7;
365         private System.Windows.Forms.TextBox m_longitudetextBoxT;
366         private System.Windows.Forms.TextBox m_latitudeTextBox;
367         private System.Windows.Forms.TextBox m_altitudeTextBox;
368         private System.Windows.Forms.Label label8;
369         private System.Windows.Forms.Label label9;
370         private System.Windows.Forms.Label label10;
371         private System.Windows.Forms.Label label11;
372         private System.Windows.Forms.TextBox m_accelXTextBox;
373         private System.Windows.Forms.TextBox m_accelYTextBox;
374         private System.Windows.Forms.TextBox m_accelZTextBox;
375         private System.Windows.Forms.Label label12;
376         private System.Windows.Forms.TextBox m_geoidTextBox;
377         private System.Windows.Forms.Button m_updateButton;
378         private System.Windows.Forms.Button m_normGravButton;
379         private System.Windows.Forms.Button m_GravityCircleButton;
380         private System.Windows.Forms.Button m_validateButton;
381     }
382 }
383