1 namespace Projections
2 {
3     partial class MiscPanel
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.label1 = new System.Windows.Forms.Label();
34             this.label2 = new System.Windows.Forms.Label();
35             this.label3 = new System.Windows.Forms.Label();
36             this.m_longitudeDMSTextBox = new System.Windows.Forms.TextBox();
37             this.label4 = new System.Windows.Forms.Label();
38             this.m_latitudeDMSTextBox = new System.Windows.Forms.TextBox();
39             this.m_LongitudeTextBox = new System.Windows.Forms.TextBox();
40             this.m_latitudeTextBox = new System.Windows.Forms.TextBox();
41             this.m_geohashTextBox = new System.Windows.Forms.TextBox();
42             this.button1 = new System.Windows.Forms.Button();
43             this.button2 = new System.Windows.Forms.Button();
44             this.button3 = new System.Windows.Forms.Button();
45             this.button4 = new System.Windows.Forms.Button();
46             this.m_comboBox = new System.Windows.Forms.ComboBox();
47             this.SuspendLayout();
48             //
49             // label1
50             //
51             this.label1.AutoSize = true;
52             this.label1.Location = new System.Drawing.Point(13, 33);
53             this.label1.Name = "label1";
54             this.label1.Size = new System.Drawing.Size(54, 13);
55             this.label1.TabIndex = 0;
56             this.label1.Text = "Longitude";
57             //
58             // label2
59             //
60             this.label2.AutoSize = true;
61             this.label2.Location = new System.Drawing.Point(120, 4);
62             this.label2.Name = "label2";
63             this.label2.Size = new System.Drawing.Size(31, 13);
64             this.label2.TabIndex = 1;
65             this.label2.Text = "DMS";
66             //
67             // label3
68             //
69             this.label3.AutoSize = true;
70             this.label3.Location = new System.Drawing.Point(229, 4);
71             this.label3.Name = "label3";
72             this.label3.Size = new System.Drawing.Size(88, 13);
73             this.label3.TabIndex = 2;
74             this.label3.Text = "Decimal Degrees";
75             //
76             // m_longitudeDMSTextBox
77             //
78             this.m_longitudeDMSTextBox.Location = new System.Drawing.Point(86, 29);
79             this.m_longitudeDMSTextBox.Name = "m_longitudeDMSTextBox";
80             this.m_longitudeDMSTextBox.Size = new System.Drawing.Size(100, 20);
81             this.m_longitudeDMSTextBox.TabIndex = 3;
82             //
83             // label4
84             //
85             this.label4.AutoSize = true;
86             this.label4.Location = new System.Drawing.Point(13, 63);
87             this.label4.Name = "label4";
88             this.label4.Size = new System.Drawing.Size(45, 13);
89             this.label4.TabIndex = 4;
90             this.label4.Text = "Latitude";
91             //
92             // m_latitudeDMSTextBox
93             //
94             this.m_latitudeDMSTextBox.Location = new System.Drawing.Point(86, 56);
95             this.m_latitudeDMSTextBox.Name = "m_latitudeDMSTextBox";
96             this.m_latitudeDMSTextBox.Size = new System.Drawing.Size(100, 20);
97             this.m_latitudeDMSTextBox.TabIndex = 5;
98             //
99             // m_LongitudeTextBox
100             //
101             this.m_LongitudeTextBox.Location = new System.Drawing.Point(203, 29);
102             this.m_LongitudeTextBox.Name = "m_LongitudeTextBox";
103             this.m_LongitudeTextBox.Size = new System.Drawing.Size(137, 20);
104             this.m_LongitudeTextBox.TabIndex = 6;
105             //
106             // m_latitudeTextBox
107             //
108             this.m_latitudeTextBox.Location = new System.Drawing.Point(203, 55);
109             this.m_latitudeTextBox.Name = "m_latitudeTextBox";
110             this.m_latitudeTextBox.Size = new System.Drawing.Size(137, 20);
111             this.m_latitudeTextBox.TabIndex = 7;
112             //
113             // m_geohashTextBox
114             //
115             this.m_geohashTextBox.Location = new System.Drawing.Point(360, 43);
116             this.m_geohashTextBox.Name = "m_geohashTextBox";
117             this.m_geohashTextBox.Size = new System.Drawing.Size(155, 20);
118             this.m_geohashTextBox.TabIndex = 8;
119             //
120             // button1
121             //
122             this.button1.Location = new System.Drawing.Point(96, 83);
123             this.button1.Name = "button1";
124             this.button1.Size = new System.Drawing.Size(75, 23);
125             this.button1.TabIndex = 10;
126             this.button1.Text = "Convert ->";
127             this.button1.UseVisualStyleBackColor = true;
128             this.button1.Click += new System.EventHandler(this.OnConvertDMS);
129             //
130             // button2
131             //
132             this.button2.Location = new System.Drawing.Point(229, 83);
133             this.button2.Name = "button2";
134             this.button2.Size = new System.Drawing.Size(85, 23);
135             this.button2.TabIndex = 11;
136             this.button2.Text = "<- Convert ->";
137             this.button2.UseVisualStyleBackColor = true;
138             this.button2.Click += new System.EventHandler(this.OnConvert);
139             //
140             // button3
141             //
142             this.button3.Location = new System.Drawing.Point(400, 83);
143             this.button3.Name = "button3";
144             this.button3.Size = new System.Drawing.Size(75, 23);
145             this.button3.TabIndex = 12;
146             this.button3.Text = "<- Convert";
147             this.button3.UseVisualStyleBackColor = true;
148             this.button3.Click += new System.EventHandler(this.OnConvertGeohash);
149             //
150             // button4
151             //
152             this.button4.Location = new System.Drawing.Point(541, 4);
153             this.button4.Name = "button4";
154             this.button4.Size = new System.Drawing.Size(75, 23);
155             this.button4.TabIndex = 13;
156             this.button4.Text = "Validate";
157             this.button4.UseVisualStyleBackColor = true;
158             this.button4.Click += new System.EventHandler(this.OnValidate);
159             //
160             // m_comboBox
161             //
162             this.m_comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
163             this.m_comboBox.FormattingEnabled = true;
164             this.m_comboBox.Items.AddRange(new object[] {
165             "Geohash",
166             "GARS",
167             "Georef"});
168             this.m_comboBox.Location = new System.Drawing.Point(376, 4);
169             this.m_comboBox.Name = "m_comboBox";
170             this.m_comboBox.Size = new System.Drawing.Size(121, 21);
171             this.m_comboBox.TabIndex = 14;
172             this.m_toolTip.SetToolTip(this.m_comboBox, "Select the reference system");
173             //
174             // MiscPanel
175             //
176             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
177             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
178             this.Controls.Add(this.m_comboBox);
179             this.Controls.Add(this.button4);
180             this.Controls.Add(this.button3);
181             this.Controls.Add(this.button2);
182             this.Controls.Add(this.button1);
183             this.Controls.Add(this.m_geohashTextBox);
184             this.Controls.Add(this.m_latitudeTextBox);
185             this.Controls.Add(this.m_LongitudeTextBox);
186             this.Controls.Add(this.m_latitudeDMSTextBox);
187             this.Controls.Add(this.label4);
188             this.Controls.Add(this.m_longitudeDMSTextBox);
189             this.Controls.Add(this.label3);
190             this.Controls.Add(this.label2);
191             this.Controls.Add(this.label1);
192             this.Name = "MiscPanel";
193             this.Size = new System.Drawing.Size(977, 389);
194             this.ResumeLayout(false);
195             this.PerformLayout();
196 
197         }
198 
199         #endregion
200 
201         private System.Windows.Forms.ToolTip m_toolTip;
202         private System.Windows.Forms.Label label1;
203         private System.Windows.Forms.Label label2;
204         private System.Windows.Forms.Label label3;
205         private System.Windows.Forms.TextBox m_longitudeDMSTextBox;
206         private System.Windows.Forms.Label label4;
207         private System.Windows.Forms.TextBox m_latitudeDMSTextBox;
208         private System.Windows.Forms.TextBox m_LongitudeTextBox;
209         private System.Windows.Forms.TextBox m_latitudeTextBox;
210         private System.Windows.Forms.TextBox m_geohashTextBox;
211         private System.Windows.Forms.Button button1;
212         private System.Windows.Forms.Button button2;
213         private System.Windows.Forms.Button button3;
214         private System.Windows.Forms.Button button4;
215         private System.Windows.Forms.ComboBox m_comboBox;
216     }
217 }
218