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