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