1 namespace Projections
2 {
3     partial class PolarStereoPanel
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.groupBox1 = new System.Windows.Forms.GroupBox();
33             this.m_setButton = new System.Windows.Forms.Button();
34             this.m_flatteningTextBox = new System.Windows.Forms.TextBox();
35             this.label1 = new System.Windows.Forms.Label();
36             this.m_equatorialRadiusTextBox = new System.Windows.Forms.TextBox();
37             this.label2 = new System.Windows.Forms.Label();
38             this.label3 = new System.Windows.Forms.Label();
39             this.m_scaleTextBox = new System.Windows.Forms.TextBox();
40             this.m_toolTip = new System.Windows.Forms.ToolTip(this.components);
41             this.m_northPoleCheckBox = new System.Windows.Forms.CheckBox();
42             this.label4 = new System.Windows.Forms.Label();
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.m_latitudeTextBox = new System.Windows.Forms.TextBox();
49             this.m_longitudeTextBox = new System.Windows.Forms.TextBox();
50             this.m_xTextBox = new System.Windows.Forms.TextBox();
51             this.m_yTextBox = new System.Windows.Forms.TextBox();
52             this.m_gammaTextBox = new System.Windows.Forms.TextBox();
53             this.m_kTextBox = new System.Windows.Forms.TextBox();
54             this.label10 = new System.Windows.Forms.Label();
55             this.m_functionComboBox = new System.Windows.Forms.ComboBox();
56             this.button1 = new System.Windows.Forms.Button();
57             this.button2 = new System.Windows.Forms.Button();
58             this.groupBox1.SuspendLayout();
59             this.SuspendLayout();
60             //
61             // groupBox1
62             //
63             this.groupBox1.Controls.Add(this.m_scaleTextBox);
64             this.groupBox1.Controls.Add(this.label3);
65             this.groupBox1.Controls.Add(this.m_setButton);
66             this.groupBox1.Controls.Add(this.m_flatteningTextBox);
67             this.groupBox1.Controls.Add(this.label1);
68             this.groupBox1.Controls.Add(this.m_equatorialRadiusTextBox);
69             this.groupBox1.Controls.Add(this.label2);
70             this.groupBox1.Location = new System.Drawing.Point(3, 3);
71             this.groupBox1.Name = "groupBox1";
72             this.groupBox1.Size = new System.Drawing.Size(146, 184);
73             this.groupBox1.TabIndex = 20;
74             this.groupBox1.TabStop = false;
75             this.groupBox1.Text = "Ellipsoid Parameters";
76             //
77             // m_setButton
78             //
79             this.m_setButton.Location = new System.Drawing.Point(15, 153);
80             this.m_setButton.Name = "m_setButton";
81             this.m_setButton.Size = new System.Drawing.Size(75, 23);
82             this.m_setButton.TabIndex = 4;
83             this.m_setButton.Text = "Set";
84             this.m_toolTip.SetToolTip(this.m_setButton, "Sets parameters");
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(12, 110);
124             this.label3.Name = "label3";
125             this.label3.Size = new System.Drawing.Size(103, 13);
126             this.label3.TabIndex = 5;
127             this.label3.Text = "Central Scale Factor";
128             //
129             // m_scaleTextBox
130             //
131             this.m_scaleTextBox.Location = new System.Drawing.Point(12, 127);
132             this.m_scaleTextBox.Name = "m_scaleTextBox";
133             this.m_scaleTextBox.Size = new System.Drawing.Size(125, 20);
134             this.m_scaleTextBox.TabIndex = 6;
135             //
136             // m_northPoleCheckBox
137             //
138             this.m_northPoleCheckBox.AutoSize = true;
139             this.m_northPoleCheckBox.Checked = true;
140             this.m_northPoleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
141             this.m_northPoleCheckBox.Location = new System.Drawing.Point(161, 4);
142             this.m_northPoleCheckBox.Name = "m_northPoleCheckBox";
143             this.m_northPoleCheckBox.Size = new System.Drawing.Size(76, 17);
144             this.m_northPoleCheckBox.TabIndex = 21;
145             this.m_northPoleCheckBox.Text = "North Pole";
146             this.m_toolTip.SetToolTip(this.m_northPoleCheckBox, "checked = Noth Pole, uncheck = South Pole");
147             this.m_northPoleCheckBox.UseVisualStyleBackColor = true;
148             //
149             // label4
150             //
151             this.label4.AutoSize = true;
152             this.label4.Location = new System.Drawing.Point(161, 28);
153             this.label4.Name = "label4";
154             this.label4.Size = new System.Drawing.Size(92, 13);
155             this.label4.TabIndex = 22;
156             this.label4.Text = "Latitude (degrees)";
157             //
158             // label5
159             //
160             this.label5.AutoSize = true;
161             this.label5.Location = new System.Drawing.Point(161, 55);
162             this.label5.Name = "label5";
163             this.label5.Size = new System.Drawing.Size(101, 13);
164             this.label5.TabIndex = 23;
165             this.label5.Text = "Longitude (degrees)";
166             //
167             // label6
168             //
169             this.label6.AutoSize = true;
170             this.label6.Location = new System.Drawing.Point(161, 81);
171             this.label6.Name = "label6";
172             this.label6.Size = new System.Drawing.Size(54, 13);
173             this.label6.TabIndex = 24;
174             this.label6.Text = "X (meters)";
175             //
176             // label7
177             //
178             this.label7.AutoSize = true;
179             this.label7.Location = new System.Drawing.Point(161, 107);
180             this.label7.Name = "label7";
181             this.label7.Size = new System.Drawing.Size(54, 13);
182             this.label7.TabIndex = 25;
183             this.label7.Text = "Y (meters)";
184             //
185             // label8
186             //
187             this.label8.AutoSize = true;
188             this.label8.Location = new System.Drawing.Point(161, 133);
189             this.label8.Name = "label8";
190             this.label8.Size = new System.Drawing.Size(90, 13);
191             this.label8.TabIndex = 26;
192             this.label8.Text = "Gamma (degrees)";
193             //
194             // label9
195             //
196             this.label9.AutoSize = true;
197             this.label9.Location = new System.Drawing.Point(161, 159);
198             this.label9.Name = "label9";
199             this.label9.Size = new System.Drawing.Size(34, 13);
200             this.label9.TabIndex = 27;
201             this.label9.Text = "Scale";
202             //
203             // m_latitudeTextBox
204             //
205             this.m_latitudeTextBox.Location = new System.Drawing.Point(274, 25);
206             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
207             this.m_latitudeTextBox.Size = new System.Drawing.Size(120, 20);
208             this.m_latitudeTextBox.TabIndex = 28;
209             //
210             // m_longitudeTextBox
211             //
212             this.m_longitudeTextBox.Location = new System.Drawing.Point(274, 51);
213             this.m_longitudeTextBox.Name = "m_longitudeTextBox";
214             this.m_longitudeTextBox.Size = new System.Drawing.Size(120, 20);
215             this.m_longitudeTextBox.TabIndex = 29;
216             //
217             // m_xTextBox
218             //
219             this.m_xTextBox.Location = new System.Drawing.Point(274, 77);
220             this.m_xTextBox.Name = "m_xTextBox";
221             this.m_xTextBox.Size = new System.Drawing.Size(120, 20);
222             this.m_xTextBox.TabIndex = 30;
223             //
224             // m_yTextBox
225             //
226             this.m_yTextBox.Location = new System.Drawing.Point(274, 103);
227             this.m_yTextBox.Name = "m_yTextBox";
228             this.m_yTextBox.Size = new System.Drawing.Size(120, 20);
229             this.m_yTextBox.TabIndex = 31;
230             //
231             // m_gammaTextBox
232             //
233             this.m_gammaTextBox.Location = new System.Drawing.Point(274, 129);
234             this.m_gammaTextBox.Name = "m_gammaTextBox";
235             this.m_gammaTextBox.ReadOnly = true;
236             this.m_gammaTextBox.Size = new System.Drawing.Size(120, 20);
237             this.m_gammaTextBox.TabIndex = 32;
238             //
239             // m_kTextBox
240             //
241             this.m_kTextBox.Location = new System.Drawing.Point(274, 155);
242             this.m_kTextBox.Name = "m_kTextBox";
243             this.m_kTextBox.ReadOnly = true;
244             this.m_kTextBox.Size = new System.Drawing.Size(120, 20);
245             this.m_kTextBox.TabIndex = 33;
246             //
247             // label10
248             //
249             this.label10.AutoSize = true;
250             this.label10.Location = new System.Drawing.Point(411, 4);
251             this.label10.Name = "label10";
252             this.label10.Size = new System.Drawing.Size(48, 13);
253             this.label10.TabIndex = 34;
254             this.label10.Text = "Function";
255             //
256             // m_functionComboBox
257             //
258             this.m_functionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
259             this.m_functionComboBox.FormattingEnabled = true;
260             this.m_functionComboBox.Items.AddRange(new object[] {
261             "Forward",
262             "Reverse"});
263             this.m_functionComboBox.Location = new System.Drawing.Point(414, 25);
264             this.m_functionComboBox.Name = "m_functionComboBox";
265             this.m_functionComboBox.Size = new System.Drawing.Size(75, 21);
266             this.m_functionComboBox.TabIndex = 35;
267             this.m_functionComboBox.SelectedIndexChanged += new System.EventHandler(this.OnFunction);
268             //
269             // button1
270             //
271             this.button1.Location = new System.Drawing.Point(414, 53);
272             this.button1.Name = "button1";
273             this.button1.Size = new System.Drawing.Size(75, 23);
274             this.button1.TabIndex = 36;
275             this.button1.Text = "Convert";
276             this.button1.UseVisualStyleBackColor = true;
277             this.button1.Click += new System.EventHandler(this.OnConvert);
278             //
279             // button2
280             //
281             this.button2.Location = new System.Drawing.Point(414, 155);
282             this.button2.Name = "button2";
283             this.button2.Size = new System.Drawing.Size(75, 23);
284             this.button2.TabIndex = 37;
285             this.button2.Text = "Validate";
286             this.button2.UseVisualStyleBackColor = true;
287             this.button2.Click += new System.EventHandler(this.OnValidate);
288             //
289             // PolarStereoPanel
290             //
291             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
292             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
293             this.Controls.Add(this.button2);
294             this.Controls.Add(this.button1);
295             this.Controls.Add(this.m_functionComboBox);
296             this.Controls.Add(this.label10);
297             this.Controls.Add(this.m_kTextBox);
298             this.Controls.Add(this.m_gammaTextBox);
299             this.Controls.Add(this.m_yTextBox);
300             this.Controls.Add(this.m_xTextBox);
301             this.Controls.Add(this.m_longitudeTextBox);
302             this.Controls.Add(this.m_latitudeTextBox);
303             this.Controls.Add(this.label9);
304             this.Controls.Add(this.label8);
305             this.Controls.Add(this.label7);
306             this.Controls.Add(this.label6);
307             this.Controls.Add(this.label5);
308             this.Controls.Add(this.label4);
309             this.Controls.Add(this.m_northPoleCheckBox);
310             this.Controls.Add(this.groupBox1);
311             this.Name = "PolarStereoPanel";
312             this.Size = new System.Drawing.Size(779, 299);
313             this.groupBox1.ResumeLayout(false);
314             this.groupBox1.PerformLayout();
315             this.ResumeLayout(false);
316             this.PerformLayout();
317 
318         }
319 
320         #endregion
321 
322         private System.Windows.Forms.GroupBox groupBox1;
323         private System.Windows.Forms.Button m_setButton;
324         private System.Windows.Forms.TextBox m_flatteningTextBox;
325         private System.Windows.Forms.Label label1;
326         private System.Windows.Forms.TextBox m_equatorialRadiusTextBox;
327         private System.Windows.Forms.Label label2;
328         private System.Windows.Forms.TextBox m_scaleTextBox;
329         private System.Windows.Forms.Label label3;
330         private System.Windows.Forms.ToolTip m_toolTip;
331         private System.Windows.Forms.CheckBox m_northPoleCheckBox;
332         private System.Windows.Forms.Label label4;
333         private System.Windows.Forms.Label label5;
334         private System.Windows.Forms.Label label6;
335         private System.Windows.Forms.Label label7;
336         private System.Windows.Forms.Label label8;
337         private System.Windows.Forms.Label label9;
338         private System.Windows.Forms.TextBox m_latitudeTextBox;
339         private System.Windows.Forms.TextBox m_longitudeTextBox;
340         private System.Windows.Forms.TextBox m_xTextBox;
341         private System.Windows.Forms.TextBox m_yTextBox;
342         private System.Windows.Forms.TextBox m_gammaTextBox;
343         private System.Windows.Forms.TextBox m_kTextBox;
344         private System.Windows.Forms.Label label10;
345         private System.Windows.Forms.ComboBox m_functionComboBox;
346         private System.Windows.Forms.Button button1;
347         private System.Windows.Forms.Button button2;
348     }
349 }
350