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