1 namespace Projections
2 {
3     partial class PolyPanel
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.groupBox1 = new System.Windows.Forms.GroupBox();
32             this.m_setButton = new System.Windows.Forms.Button();
33             this.m_flatteningTextBox = new System.Windows.Forms.TextBox();
34             this.label1 = new System.Windows.Forms.Label();
35             this.m_equatorialRadiusTextBox = new System.Windows.Forms.TextBox();
36             this.label2 = new System.Windows.Forms.Label();
37             this.label3 = new System.Windows.Forms.Label();
38             this.label4 = new System.Windows.Forms.Label();
39             this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
40             this.m_longitudeTextBox = new System.Windows.Forms.TextBox();
41             this.button1 = new System.Windows.Forms.Button();
42             this.label5 = new System.Windows.Forms.Label();
43             this.label6 = new System.Windows.Forms.Label();
44             this.m_azimuthTextBox = new System.Windows.Forms.TextBox();
45             this.m_distanceTextBox = new System.Windows.Forms.TextBox();
46             this.m_edgeButton = new System.Windows.Forms.Button();
47             this.label7 = new System.Windows.Forms.Label();
48             this.label8 = new System.Windows.Forms.Label();
49             this.label9 = new System.Windows.Forms.Label();
50             this.label10 = new System.Windows.Forms.Label();
51             this.label11 = new System.Windows.Forms.Label();
52             this.m_numPointsTextBox = new System.Windows.Forms.TextBox();
53             this.m_currLatTextBox = new System.Windows.Forms.TextBox();
54             this.m_currLonTextBox = new System.Windows.Forms.TextBox();
55             this.m_lengthTextBox = new System.Windows.Forms.TextBox();
56             this.m_areaTextBox = new System.Windows.Forms.TextBox();
57             this.button2 = new System.Windows.Forms.Button();
58             this.button3 = new System.Windows.Forms.Button();
59             this.m_polylineCheckBox = new System.Windows.Forms.CheckBox();
60             this.groupBox1.SuspendLayout();
61             this.SuspendLayout();
62             //
63             // groupBox1
64             //
65             this.groupBox1.Controls.Add(this.m_polylineCheckBox);
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, 169);
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(30, 135);
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_setButton.UseVisualStyleBackColor = true;
86             this.m_setButton.Click += new System.EventHandler(this.OnSet);
87             //
88             // m_flatteningTextBox
89             //
90             this.m_flatteningTextBox.Location = new System.Drawing.Point(12, 83);
91             this.m_flatteningTextBox.Name = "m_flatteningTextBox";
92             this.m_flatteningTextBox.Size = new System.Drawing.Size(125, 20);
93             this.m_flatteningTextBox.TabIndex = 3;
94             //
95             // label1
96             //
97             this.label1.AutoSize = true;
98             this.label1.Location = new System.Drawing.Point(12, 25);
99             this.label1.Name = "label1";
100             this.label1.Size = new System.Drawing.Size(109, 13);
101             this.label1.TabIndex = 0;
102             this.label1.Text = "Equatorial Radius (meters)";
103             //
104             // m_equatorialRadiusTextBox
105             //
106             this.m_equatorialRadiusTextBox.Location = new System.Drawing.Point(12, 42);
107             this.m_equatorialRadiusTextBox.Name = "m_equatorialRadiusTextBox";
108             this.m_equatorialRadiusTextBox.Size = new System.Drawing.Size(125, 20);
109             this.m_equatorialRadiusTextBox.TabIndex = 2;
110             //
111             // label2
112             //
113             this.label2.AutoSize = true;
114             this.label2.Location = new System.Drawing.Point(12, 66);
115             this.label2.Name = "label2";
116             this.label2.Size = new System.Drawing.Size(53, 13);
117             this.label2.TabIndex = 1;
118             this.label2.Text = "Flattening";
119             //
120             // label3
121             //
122             this.label3.AutoSize = true;
123             this.label3.Location = new System.Drawing.Point(154, 10);
124             this.label3.Name = "label3";
125             this.label3.Size = new System.Drawing.Size(92, 13);
126             this.label3.TabIndex = 7;
127             this.label3.Text = "Latitude (degrees)";
128             //
129             // label4
130             //
131             this.label4.AutoSize = true;
132             this.label4.Location = new System.Drawing.Point(154, 36);
133             this.label4.Name = "label4";
134             this.label4.Size = new System.Drawing.Size(101, 13);
135             this.label4.TabIndex = 8;
136             this.label4.Text = "Longitude (degrees)";
137             //
138             // m_latitudeTextBox
139             //
140             this.m_latitudeTextBox.Location = new System.Drawing.Point(263, 6);
141             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
142             this.m_latitudeTextBox.Size = new System.Drawing.Size(127, 20);
143             this.m_latitudeTextBox.TabIndex = 9;
144             //
145             // m_longitudeTextBox
146             //
147             this.m_longitudeTextBox.Location = new System.Drawing.Point(263, 32);
148             this.m_longitudeTextBox.Name = "m_longitudeTextBox";
149             this.m_longitudeTextBox.Size = new System.Drawing.Size(127, 20);
150             this.m_longitudeTextBox.TabIndex = 10;
151             //
152             // button1
153             //
154             this.button1.Location = new System.Drawing.Point(289, 60);
155             this.button1.Name = "button1";
156             this.button1.Size = new System.Drawing.Size(75, 23);
157             this.button1.TabIndex = 11;
158             this.button1.Text = "Add Point";
159             this.button1.UseVisualStyleBackColor = true;
160             this.button1.Click += new System.EventHandler(this.OnAddPoint);
161             //
162             // label5
163             //
164             this.label5.AutoSize = true;
165             this.label5.Location = new System.Drawing.Point(400, 8);
166             this.label5.Name = "label5";
167             this.label5.Size = new System.Drawing.Size(91, 13);
168             this.label5.TabIndex = 12;
169             this.label5.Text = "Azimuth (degrees)";
170             //
171             // label6
172             //
173             this.label6.AutoSize = true;
174             this.label6.Location = new System.Drawing.Point(400, 34);
175             this.label6.Name = "label6";
176             this.label6.Size = new System.Drawing.Size(89, 13);
177             this.label6.TabIndex = 13;
178             this.label6.Text = "Distance (meters)";
179             //
180             // m_azimuthTextBox
181             //
182             this.m_azimuthTextBox.Location = new System.Drawing.Point(495, 4);
183             this.m_azimuthTextBox.Name = "m_azimuthTextBox";
184             this.m_azimuthTextBox.Size = new System.Drawing.Size(127, 20);
185             this.m_azimuthTextBox.TabIndex = 14;
186             //
187             // m_distanceTextBox
188             //
189             this.m_distanceTextBox.Location = new System.Drawing.Point(495, 30);
190             this.m_distanceTextBox.Name = "m_distanceTextBox";
191             this.m_distanceTextBox.Size = new System.Drawing.Size(127, 20);
192             this.m_distanceTextBox.TabIndex = 15;
193             //
194             // m_edgeButton
195             //
196             this.m_edgeButton.Enabled = false;
197             this.m_edgeButton.Location = new System.Drawing.Point(515, 58);
198             this.m_edgeButton.Name = "m_edgeButton";
199             this.m_edgeButton.Size = new System.Drawing.Size(75, 23);
200             this.m_edgeButton.TabIndex = 16;
201             this.m_edgeButton.Text = "Add Edge";
202             this.m_edgeButton.UseVisualStyleBackColor = true;
203             this.m_edgeButton.Click += new System.EventHandler(this.OnAddEdge);
204             //
205             // label7
206             //
207             this.label7.AutoSize = true;
208             this.label7.Location = new System.Drawing.Point(634, 8);
209             this.label7.Name = "label7";
210             this.label7.Size = new System.Drawing.Size(87, 13);
211             this.label7.TabIndex = 17;
212             this.label7.Text = "Number of points";
213             //
214             // label8
215             //
216             this.label8.AutoSize = true;
217             this.label8.Location = new System.Drawing.Point(634, 34);
218             this.label8.Name = "label8";
219             this.label8.Size = new System.Drawing.Size(82, 13);
220             this.label8.TabIndex = 18;
221             this.label8.Text = "Current Latitude";
222             //
223             // label9
224             //
225             this.label9.AutoSize = true;
226             this.label9.Location = new System.Drawing.Point(634, 61);
227             this.label9.Name = "label9";
228             this.label9.Size = new System.Drawing.Size(91, 13);
229             this.label9.TabIndex = 19;
230             this.label9.Text = "Current Longitude";
231             //
232             // label10
233             //
234             this.label10.AutoSize = true;
235             this.label10.Location = new System.Drawing.Point(634, 89);
236             this.label10.Name = "label10";
237             this.label10.Size = new System.Drawing.Size(40, 13);
238             this.label10.TabIndex = 20;
239             this.label10.Text = "Length";
240             //
241             // label11
242             //
243             this.label11.AutoSize = true;
244             this.label11.Location = new System.Drawing.Point(634, 116);
245             this.label11.Name = "label11";
246             this.label11.Size = new System.Drawing.Size(29, 13);
247             this.label11.TabIndex = 21;
248             this.label11.Text = "Area";
249             //
250             // m_numPointsTextBox
251             //
252             this.m_numPointsTextBox.Location = new System.Drawing.Point(729, 4);
253             this.m_numPointsTextBox.Name = "m_numPointsTextBox";
254             this.m_numPointsTextBox.ReadOnly = true;
255             this.m_numPointsTextBox.Size = new System.Drawing.Size(127, 20);
256             this.m_numPointsTextBox.TabIndex = 22;
257             this.m_numPointsTextBox.Text = "0";
258             //
259             // m_currLatTextBox
260             //
261             this.m_currLatTextBox.Location = new System.Drawing.Point(729, 30);
262             this.m_currLatTextBox.Name = "m_currLatTextBox";
263             this.m_currLatTextBox.ReadOnly = true;
264             this.m_currLatTextBox.Size = new System.Drawing.Size(127, 20);
265             this.m_currLatTextBox.TabIndex = 23;
266             //
267             // m_currLonTextBox
268             //
269             this.m_currLonTextBox.Location = new System.Drawing.Point(729, 57);
270             this.m_currLonTextBox.Name = "m_currLonTextBox";
271             this.m_currLonTextBox.ReadOnly = true;
272             this.m_currLonTextBox.Size = new System.Drawing.Size(127, 20);
273             this.m_currLonTextBox.TabIndex = 24;
274             //
275             // m_lengthTextBox
276             //
277             this.m_lengthTextBox.Location = new System.Drawing.Point(729, 85);
278             this.m_lengthTextBox.Name = "m_lengthTextBox";
279             this.m_lengthTextBox.ReadOnly = true;
280             this.m_lengthTextBox.Size = new System.Drawing.Size(127, 20);
281             this.m_lengthTextBox.TabIndex = 25;
282             //
283             // m_areaTextBox
284             //
285             this.m_areaTextBox.Location = new System.Drawing.Point(729, 112);
286             this.m_areaTextBox.Name = "m_areaTextBox";
287             this.m_areaTextBox.ReadOnly = true;
288             this.m_areaTextBox.Size = new System.Drawing.Size(127, 20);
289             this.m_areaTextBox.TabIndex = 26;
290             //
291             // button2
292             //
293             this.button2.Location = new System.Drawing.Point(405, 84);
294             this.button2.Name = "button2";
295             this.button2.Size = new System.Drawing.Size(75, 23);
296             this.button2.TabIndex = 27;
297             this.button2.Text = "Clear";
298             this.button2.UseVisualStyleBackColor = true;
299             this.button2.Click += new System.EventHandler(this.OnClear);
300             //
301             // button3
302             //
303             this.button3.Location = new System.Drawing.Point(405, 109);
304             this.button3.Name = "button3";
305             this.button3.Size = new System.Drawing.Size(75, 23);
306             this.button3.TabIndex = 28;
307             this.button3.Text = "Validate";
308             this.button3.UseVisualStyleBackColor = true;
309             this.button3.Click += new System.EventHandler(this.OnValidate);
310             //
311             // m_polylineCheckBox
312             //
313             this.m_polylineCheckBox.AutoSize = true;
314             this.m_polylineCheckBox.Location = new System.Drawing.Point(15, 112);
315             this.m_polylineCheckBox.Name = "m_polylineCheckBox";
316             this.m_polylineCheckBox.Size = new System.Drawing.Size(62, 17);
317             this.m_polylineCheckBox.TabIndex = 29;
318             this.m_polylineCheckBox.Text = "Polyline";
319             this.m_polylineCheckBox.UseVisualStyleBackColor = true;
320             //
321             // PolyPanel
322             //
323             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
324             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
325             this.Controls.Add(this.button3);
326             this.Controls.Add(this.button2);
327             this.Controls.Add(this.m_areaTextBox);
328             this.Controls.Add(this.m_lengthTextBox);
329             this.Controls.Add(this.m_currLonTextBox);
330             this.Controls.Add(this.m_currLatTextBox);
331             this.Controls.Add(this.m_numPointsTextBox);
332             this.Controls.Add(this.label11);
333             this.Controls.Add(this.label10);
334             this.Controls.Add(this.label9);
335             this.Controls.Add(this.label8);
336             this.Controls.Add(this.label7);
337             this.Controls.Add(this.m_edgeButton);
338             this.Controls.Add(this.m_distanceTextBox);
339             this.Controls.Add(this.m_azimuthTextBox);
340             this.Controls.Add(this.label6);
341             this.Controls.Add(this.label5);
342             this.Controls.Add(this.button1);
343             this.Controls.Add(this.m_longitudeTextBox);
344             this.Controls.Add(this.m_latitudeTextBox);
345             this.Controls.Add(this.label4);
346             this.Controls.Add(this.label3);
347             this.Controls.Add(this.groupBox1);
348             this.Name = "PolyPanel";
349             this.Size = new System.Drawing.Size(979, 359);
350             this.groupBox1.ResumeLayout(false);
351             this.groupBox1.PerformLayout();
352             this.ResumeLayout(false);
353             this.PerformLayout();
354 
355         }
356 
357         #endregion
358 
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.Label label4;
367         private System.Windows.Forms.TextBox m_latitudeTextBox;
368         private System.Windows.Forms.TextBox m_longitudeTextBox;
369         private System.Windows.Forms.Button button1;
370         private System.Windows.Forms.Label label5;
371         private System.Windows.Forms.Label label6;
372         private System.Windows.Forms.TextBox m_azimuthTextBox;
373         private System.Windows.Forms.TextBox m_distanceTextBox;
374         private System.Windows.Forms.Button m_edgeButton;
375         private System.Windows.Forms.Label label7;
376         private System.Windows.Forms.Label label8;
377         private System.Windows.Forms.Label label9;
378         private System.Windows.Forms.Label label10;
379         private System.Windows.Forms.Label label11;
380         private System.Windows.Forms.TextBox m_numPointsTextBox;
381         private System.Windows.Forms.TextBox m_currLatTextBox;
382         private System.Windows.Forms.TextBox m_currLonTextBox;
383         private System.Windows.Forms.TextBox m_lengthTextBox;
384         private System.Windows.Forms.TextBox m_areaTextBox;
385         private System.Windows.Forms.Button button2;
386         private System.Windows.Forms.Button button3;
387         private System.Windows.Forms.CheckBox m_polylineCheckBox;
388     }
389 }
390