00001 namespace UtmConvert {
00002 partial class UtmConvertMainForm {
00006 private System.ComponentModel.IContainer components = null;
00007
00012 protected override void Dispose(bool disposing) {
00013 if (disposing && (components != null)) {
00014 components.Dispose();
00015 }
00016 base.Dispose(disposing);
00017 }
00018
00019 #region Windows Form Designer generated code
00020
00025 private void InitializeComponent() {
00026 this.datumsListBox = new System.Windows.Forms.ListBox();
00027 this.datumPropertyGrid = new System.Windows.Forms.PropertyGrid();
00028 this.groupBox1 = new System.Windows.Forms.GroupBox();
00029 this.northSouthComboBox = new System.Windows.Forms.ComboBox();
00030 this.label3 = new System.Windows.Forms.Label();
00031 this.label2 = new System.Windows.Forms.Label();
00032 this.label1 = new System.Windows.Forms.Label();
00033 this.latSecTextBox = new System.Windows.Forms.TextBox();
00034 this.latMinTextBox = new System.Windows.Forms.TextBox();
00035 this.latDegTextBox = new System.Windows.Forms.TextBox();
00036 this.groupBox2 = new System.Windows.Forms.GroupBox();
00037 this.eastWestComboBox = new System.Windows.Forms.ComboBox();
00038 this.label5 = new System.Windows.Forms.Label();
00039 this.label7 = new System.Windows.Forms.Label();
00040 this.label4 = new System.Windows.Forms.Label();
00041 this.lonSecTextBox = new System.Windows.Forms.TextBox();
00042 this.lonMinTextBox = new System.Windows.Forms.TextBox();
00043 this.lonDegTextBox = new System.Windows.Forms.TextBox();
00044 this.groupBox3 = new System.Windows.Forms.GroupBox();
00045 this.groupBox5 = new System.Windows.Forms.GroupBox();
00046 this.radioButton2 = new System.Windows.Forms.RadioButton();
00047 this.latLonToUtmRadioButton = new System.Windows.Forms.RadioButton();
00048 this.label11 = new System.Windows.Forms.Label();
00049 this.zoneTextBox = new System.Windows.Forms.TextBox();
00050 this.label10 = new System.Windows.Forms.Label();
00051 this.label9 = new System.Windows.Forms.Label();
00052 this.northingTextBox = new System.Windows.Forms.TextBox();
00053 this.eastingTextBox = new System.Windows.Forms.TextBox();
00054 this.lonInRad = new System.Windows.Forms.TextBox();
00055 this.latInRad = new System.Windows.Forms.TextBox();
00056 this.label8 = new System.Windows.Forms.Label();
00057 this.label6 = new System.Windows.Forms.Label();
00058 this.convertButton = new System.Windows.Forms.Button();
00059 this.groupBox4 = new System.Windows.Forms.GroupBox();
00060 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
00061 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00062 this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00063 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00064 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00065 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00066 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00067 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00068 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00069 this.utmzonesjpgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00070 this.uTMConversions1xlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00071 this.zoneCentralMeridianspdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00072 this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00073 this.sourceCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00074 this.aboutUtmConvertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00075 this.aboutUtmConvertToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00076 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
00077 this.latToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00078 this.lonToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00079 this.parserToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00080 this.printerToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00081 this.xmlOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
00082 this.tabControl = new System.Windows.Forms.TabControl();
00083 this.tabPage1 = new System.Windows.Forms.TabPage();
00084 this.tabPage2 = new System.Windows.Forms.TabPage();
00085 this.utmPointsTextBox = new System.Windows.Forms.TextBox();
00086 this.tabPage3 = new System.Windows.Forms.TabPage();
00087 this.latLonTextBox = new System.Windows.Forms.TextBox();
00088 this.tabPage4 = new System.Windows.Forms.TabPage();
00089 this.inputXmlTextBox = new System.Windows.Forms.TextBox();
00090 this.tabPage5 = new System.Windows.Forms.TabPage();
00091 this.outputXmlTextBox = new System.Windows.Forms.TextBox();
00092 this.groupBox1.SuspendLayout();
00093 this.groupBox2.SuspendLayout();
00094 this.groupBox3.SuspendLayout();
00095 this.groupBox5.SuspendLayout();
00096 this.groupBox4.SuspendLayout();
00097 this.menuStrip1.SuspendLayout();
00098 this.statusStrip1.SuspendLayout();
00099 this.tabControl.SuspendLayout();
00100 this.tabPage1.SuspendLayout();
00101 this.tabPage2.SuspendLayout();
00102 this.tabPage3.SuspendLayout();
00103 this.tabPage4.SuspendLayout();
00104 this.tabPage5.SuspendLayout();
00105 this.SuspendLayout();
00106
00107
00108
00109 this.datumsListBox.FormattingEnabled = true;
00110 this.datumsListBox.Location = new System.Drawing.Point(6, 19);
00111 this.datumsListBox.Name = "datumsListBox";
00112 this.datumsListBox.Size = new System.Drawing.Size(157, 251);
00113 this.datumsListBox.TabIndex = 0;
00114 this.datumsListBox.SelectedIndexChanged += new System.EventHandler(this.datumsListBox_SelectedIndexChanged);
00115
00116
00117
00118 this.datumPropertyGrid.Enabled = false;
00119 this.datumPropertyGrid.Location = new System.Drawing.Point(169, 19);
00120 this.datumPropertyGrid.Name = "datumPropertyGrid";
00121 this.datumPropertyGrid.Size = new System.Drawing.Size(247, 253);
00122 this.datumPropertyGrid.TabIndex = 1;
00123
00124
00125
00126 this.groupBox1.Controls.Add(this.northSouthComboBox);
00127 this.groupBox1.Controls.Add(this.label3);
00128 this.groupBox1.Controls.Add(this.label2);
00129 this.groupBox1.Controls.Add(this.label1);
00130 this.groupBox1.Controls.Add(this.latSecTextBox);
00131 this.groupBox1.Controls.Add(this.latMinTextBox);
00132 this.groupBox1.Controls.Add(this.latDegTextBox);
00133 this.groupBox1.Location = new System.Drawing.Point(6, 19);
00134 this.groupBox1.Name = "groupBox1";
00135 this.groupBox1.Size = new System.Drawing.Size(405, 65);
00136 this.groupBox1.TabIndex = 2;
00137 this.groupBox1.TabStop = false;
00138 this.groupBox1.Text = "Latitude (N,S)";
00139
00140
00141
00142 this.northSouthComboBox.FormattingEnabled = true;
00143 this.northSouthComboBox.Items.AddRange(new object[] {
00144 "North",
00145 "South"});
00146 this.northSouthComboBox.Location = new System.Drawing.Point(321, 32);
00147 this.northSouthComboBox.Name = "northSouthComboBox";
00148 this.northSouthComboBox.Size = new System.Drawing.Size(75, 21);
00149 this.northSouthComboBox.TabIndex = 8;
00150 this.northSouthComboBox.Text = "North";
00151
00152
00153
00154 this.label3.AutoSize = true;
00155 this.label3.Location = new System.Drawing.Point(6, 16);
00156 this.label3.Name = "label3";
00157 this.label3.Size = new System.Drawing.Size(47, 13);
00158 this.label3.TabIndex = 7;
00159 this.label3.Text = "Degrees";
00160
00161
00162
00163 this.label2.AutoSize = true;
00164 this.label2.Location = new System.Drawing.Point(126, 16);
00165 this.label2.Name = "label2";
00166 this.label2.Size = new System.Drawing.Size(90, 13);
00167 this.label2.TabIndex = 6;
00168 this.label2.Text = "Minutes (optional)";
00169
00170
00171
00172 this.label1.AutoSize = true;
00173 this.label1.Location = new System.Drawing.Point(222, 16);
00174 this.label1.Name = "label1";
00175 this.label1.Size = new System.Drawing.Size(95, 13);
00176 this.label1.TabIndex = 5;
00177 this.label1.Text = "Seconds (optional)";
00178
00179
00180
00181 this.latSecTextBox.Location = new System.Drawing.Point(222, 32);
00182 this.latSecTextBox.Name = "latSecTextBox";
00183 this.latSecTextBox.Size = new System.Drawing.Size(93, 20);
00184 this.latSecTextBox.TabIndex = 2;
00185 this.latSecTextBox.Text = "44.000";
00186
00187
00188
00189 this.latMinTextBox.Location = new System.Drawing.Point(129, 32);
00190 this.latMinTextBox.Name = "latMinTextBox";
00191 this.latMinTextBox.Size = new System.Drawing.Size(87, 20);
00192 this.latMinTextBox.TabIndex = 1;
00193 this.latMinTextBox.Text = "2";
00194
00195
00196
00197 this.latDegTextBox.Location = new System.Drawing.Point(9, 32);
00198 this.latDegTextBox.Name = "latDegTextBox";
00199 this.latDegTextBox.Size = new System.Drawing.Size(114, 20);
00200 this.latDegTextBox.TabIndex = 0;
00201 this.latDegTextBox.Text = "44";
00202
00203
00204
00205 this.groupBox2.Controls.Add(this.eastWestComboBox);
00206 this.groupBox2.Controls.Add(this.label5);
00207 this.groupBox2.Controls.Add(this.label7);
00208 this.groupBox2.Controls.Add(this.label4);
00209 this.groupBox2.Controls.Add(this.lonSecTextBox);
00210 this.groupBox2.Controls.Add(this.lonMinTextBox);
00211 this.groupBox2.Controls.Add(this.lonDegTextBox);
00212 this.groupBox2.Location = new System.Drawing.Point(6, 90);
00213 this.groupBox2.Name = "groupBox2";
00214 this.groupBox2.Size = new System.Drawing.Size(405, 64);
00215 this.groupBox2.TabIndex = 3;
00216 this.groupBox2.TabStop = false;
00217 this.groupBox2.Text = "Longitude (E,W)";
00218
00219
00220
00221 this.eastWestComboBox.FormattingEnabled = true;
00222 this.eastWestComboBox.Items.AddRange(new object[] {
00223 "East",
00224 "West"});
00225 this.eastWestComboBox.Location = new System.Drawing.Point(321, 31);
00226 this.eastWestComboBox.Name = "eastWestComboBox";
00227 this.eastWestComboBox.Size = new System.Drawing.Size(75, 21);
00228 this.eastWestComboBox.TabIndex = 9;
00229 this.eastWestComboBox.Text = "West";
00230
00231
00232
00233 this.label5.AutoSize = true;
00234 this.label5.Location = new System.Drawing.Point(222, 16);
00235 this.label5.Name = "label5";
00236 this.label5.Size = new System.Drawing.Size(95, 13);
00237 this.label5.TabIndex = 6;
00238 this.label5.Text = "Seconds (optional)";
00239
00240
00241
00242 this.label7.AutoSize = true;
00243 this.label7.Location = new System.Drawing.Point(126, 16);
00244 this.label7.Name = "label7";
00245 this.label7.Size = new System.Drawing.Size(90, 13);
00246 this.label7.TabIndex = 7;
00247 this.label7.Text = "Minutes (optional)";
00248
00249
00250
00251 this.label4.AutoSize = true;
00252 this.label4.Location = new System.Drawing.Point(6, 16);
00253 this.label4.Name = "label4";
00254 this.label4.Size = new System.Drawing.Size(47, 13);
00255 this.label4.TabIndex = 7;
00256 this.label4.Text = "Degrees";
00257
00258
00259
00260 this.lonSecTextBox.Location = new System.Drawing.Point(222, 32);
00261 this.lonSecTextBox.Name = "lonSecTextBox";
00262 this.lonSecTextBox.Size = new System.Drawing.Size(93, 20);
00263 this.lonSecTextBox.TabIndex = 2;
00264 this.lonSecTextBox.Text = "4.590";
00265
00266
00267
00268 this.lonMinTextBox.Location = new System.Drawing.Point(129, 32);
00269 this.lonMinTextBox.Name = "lonMinTextBox";
00270 this.lonMinTextBox.Size = new System.Drawing.Size(87, 20);
00271 this.lonMinTextBox.TabIndex = 1;
00272 this.lonMinTextBox.Text = "6";
00273
00274
00275
00276 this.lonDegTextBox.Location = new System.Drawing.Point(9, 32);
00277 this.lonDegTextBox.Name = "lonDegTextBox";
00278 this.lonDegTextBox.Size = new System.Drawing.Size(114, 20);
00279 this.lonDegTextBox.TabIndex = 0;
00280 this.lonDegTextBox.Text = "123";
00281
00282
00283
00284 this.groupBox3.Controls.Add(this.groupBox5);
00285 this.groupBox3.Controls.Add(this.label11);
00286 this.groupBox3.Controls.Add(this.zoneTextBox);
00287 this.groupBox3.Controls.Add(this.label10);
00288 this.groupBox3.Controls.Add(this.label9);
00289 this.groupBox3.Controls.Add(this.northingTextBox);
00290 this.groupBox3.Controls.Add(this.eastingTextBox);
00291 this.groupBox3.Controls.Add(this.lonInRad);
00292 this.groupBox3.Controls.Add(this.latInRad);
00293 this.groupBox3.Controls.Add(this.label8);
00294 this.groupBox3.Controls.Add(this.label6);
00295 this.groupBox3.Controls.Add(this.convertButton);
00296 this.groupBox3.Controls.Add(this.groupBox1);
00297 this.groupBox3.Controls.Add(this.groupBox2);
00298 this.groupBox3.Location = new System.Drawing.Point(6, 300);
00299 this.groupBox3.Name = "groupBox3";
00300 this.groupBox3.Size = new System.Drawing.Size(422, 248);
00301 this.groupBox3.TabIndex = 4;
00302 this.groupBox3.TabStop = false;
00303 this.groupBox3.Text = "Conversion Info";
00304
00305
00306
00307 this.groupBox5.Controls.Add(this.radioButton2);
00308 this.groupBox5.Controls.Add(this.latLonToUtmRadioButton);
00309 this.groupBox5.Location = new System.Drawing.Point(79, 161);
00310 this.groupBox5.Name = "groupBox5";
00311 this.groupBox5.Size = new System.Drawing.Size(126, 71);
00312 this.groupBox5.TabIndex = 7;
00313 this.groupBox5.TabStop = false;
00314 this.groupBox5.Text = "Conversion Direction";
00315
00316
00317
00318 this.radioButton2.AutoSize = true;
00319 this.radioButton2.Location = new System.Drawing.Point(7, 44);
00320 this.radioButton2.Name = "radioButton2";
00321 this.radioButton2.Size = new System.Drawing.Size(106, 17);
00322 this.radioButton2.TabIndex = 1;
00323 this.radioButton2.Text = "UTM to Lat Long";
00324 this.radioButton2.UseVisualStyleBackColor = true;
00325
00326
00327
00328 this.latLonToUtmRadioButton.AutoSize = true;
00329 this.latLonToUtmRadioButton.Checked = true;
00330 this.latLonToUtmRadioButton.Location = new System.Drawing.Point(7, 20);
00331 this.latLonToUtmRadioButton.Name = "latLonToUtmRadioButton";
00332 this.latLonToUtmRadioButton.Size = new System.Drawing.Size(106, 17);
00333 this.latLonToUtmRadioButton.TabIndex = 0;
00334 this.latLonToUtmRadioButton.TabStop = true;
00335 this.latLonToUtmRadioButton.Text = "Lat Long to UTM";
00336 this.latLonToUtmRadioButton.UseVisualStyleBackColor = true;
00337
00338
00339
00340 this.label11.AutoSize = true;
00341 this.label11.Location = new System.Drawing.Point(6, 196);
00342 this.label11.Name = "label11";
00343 this.label11.Size = new System.Drawing.Size(32, 13);
00344 this.label11.TabIndex = 8;
00345 this.label11.Text = "Zone";
00346
00347
00348
00349 this.zoneTextBox.Location = new System.Drawing.Point(6, 212);
00350 this.zoneTextBox.Name = "zoneTextBox";
00351 this.zoneTextBox.Size = new System.Drawing.Size(67, 20);
00352 this.zoneTextBox.TabIndex = 8;
00353
00354
00355
00356 this.label10.AutoSize = true;
00357 this.label10.Location = new System.Drawing.Point(211, 157);
00358 this.label10.Name = "label10";
00359 this.label10.Size = new System.Drawing.Size(87, 13);
00360 this.label10.TabIndex = 11;
00361 this.label10.Text = "Northing (meters)";
00362
00363
00364
00365 this.label9.AutoSize = true;
00366 this.label9.Location = new System.Drawing.Point(211, 196);
00367 this.label9.Name = "label9";
00368 this.label9.Size = new System.Drawing.Size(82, 13);
00369 this.label9.TabIndex = 10;
00370 this.label9.Text = "Easting (meters)";
00371
00372
00373
00374 this.northingTextBox.Location = new System.Drawing.Point(214, 173);
00375 this.northingTextBox.Name = "northingTextBox";
00376 this.northingTextBox.Size = new System.Drawing.Size(84, 20);
00377 this.northingTextBox.TabIndex = 9;
00378
00379
00380
00381 this.eastingTextBox.Location = new System.Drawing.Point(214, 212);
00382 this.eastingTextBox.Name = "eastingTextBox";
00383 this.eastingTextBox.Size = new System.Drawing.Size(84, 20);
00384 this.eastingTextBox.TabIndex = 5;
00385
00386
00387
00388 this.lonInRad.Location = new System.Drawing.Point(307, 212);
00389 this.lonInRad.Name = "lonInRad";
00390 this.lonInRad.Size = new System.Drawing.Size(104, 20);
00391 this.lonInRad.TabIndex = 8;
00392
00393
00394
00395 this.latInRad.Location = new System.Drawing.Point(307, 173);
00396 this.latInRad.Name = "latInRad";
00397 this.latInRad.Size = new System.Drawing.Size(104, 20);
00398 this.latInRad.TabIndex = 7;
00399
00400
00401
00402 this.label8.AutoSize = true;
00403 this.label8.Location = new System.Drawing.Point(304, 196);
00404 this.label8.Name = "label8";
00405 this.label8.Size = new System.Drawing.Size(107, 13);
00406 this.label8.TabIndex = 6;
00407 this.label8.Text = "Longitude in Radians";
00408
00409
00410
00411 this.label6.AutoSize = true;
00412 this.label6.Location = new System.Drawing.Point(304, 157);
00413 this.label6.Name = "label6";
00414 this.label6.Size = new System.Drawing.Size(98, 13);
00415 this.label6.TabIndex = 5;
00416 this.label6.Text = "Latitude in Radians";
00417
00418
00419
00420 this.convertButton.Location = new System.Drawing.Point(6, 160);
00421 this.convertButton.Name = "convertButton";
00422 this.convertButton.Size = new System.Drawing.Size(67, 23);
00423 this.convertButton.TabIndex = 4;
00424 this.convertButton.Text = "Convert";
00425 this.convertButton.UseVisualStyleBackColor = true;
00426 this.convertButton.Click += new System.EventHandler(this.convertButton_Click);
00427
00428
00429
00430 this.groupBox4.Controls.Add(this.datumsListBox);
00431 this.groupBox4.Controls.Add(this.datumPropertyGrid);
00432 this.groupBox4.Location = new System.Drawing.Point(6, 6);
00433 this.groupBox4.Name = "groupBox4";
00434 this.groupBox4.Size = new System.Drawing.Size(422, 288);
00435 this.groupBox4.TabIndex = 5;
00436 this.groupBox4.TabStop = false;
00437 this.groupBox4.Text = "Datums";
00438
00439
00440
00441 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00442 this.fileToolStripMenuItem,
00443 this.helpToolStripMenuItem,
00444 this.helpToolStripMenuItem1});
00445 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
00446 this.menuStrip1.Name = "menuStrip1";
00447 this.menuStrip1.Size = new System.Drawing.Size(444, 24);
00448 this.menuStrip1.TabIndex = 6;
00449 this.menuStrip1.Text = "menuStrip1";
00450
00451
00452
00453 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00454 this.openToolStripMenuItem,
00455 this.saveToolStripMenuItem,
00456 this.toolStripSeparator1,
00457 this.exitToolStripMenuItem});
00458 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
00459 this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
00460 this.fileToolStripMenuItem.Text = "File";
00461
00462
00463
00464 this.openToolStripMenuItem.Name = "openToolStripMenuItem";
00465 this.openToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
00466 this.openToolStripMenuItem.Text = "Open (Batch Convert)";
00467 this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
00468
00469
00470
00471 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
00472 this.saveToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
00473 this.saveToolStripMenuItem.Text = "Save";
00474
00475
00476
00477 this.toolStripSeparator1.Name = "toolStripSeparator1";
00478 this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
00479
00480
00481
00482 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
00483 this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
00484 this.exitToolStripMenuItem.Text = "Exit";
00485 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
00486
00487
00488
00489 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00490 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem,
00491 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem,
00492 this.utmzonesjpgToolStripMenuItem,
00493 this.uTMConversions1xlsToolStripMenuItem,
00494 this.zoneCentralMeridianspdfToolStripMenuItem});
00495 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
00496 this.helpToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
00497 this.helpToolStripMenuItem.Text = "View";
00498
00499
00500
00501 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem.Name = "convertingUTMToLatitudeLongitudepdfToolStripMenuItem";
00502 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem.Size = new System.Drawing.Size(311, 22);
00503 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem.Text = "Converting UTM to Latitude and Longitude.pdf";
00504 this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem.Click += new System.EventHandler(this.convertingUTMToLatitudeLongitudepdfToolStripMenuItem_Click);
00505
00506
00507
00508 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem.Name = "theUniversalTransverseMercatorSystempdfToolStripMenuItem";
00509 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem.Size = new System.Drawing.Size(311, 22);
00510 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem.Text = "The Universal Transverse Mercator System.pdf";
00511 this.theUniversalTransverseMercatorSystempdfToolStripMenuItem.Click += new System.EventHandler(this.theUniversalTransverseMercatorSystempdfToolStripMenuItem_Click);
00512
00513
00514
00515 this.utmzonesjpgToolStripMenuItem.Name = "utmzonesjpgToolStripMenuItem";
00516 this.utmzonesjpgToolStripMenuItem.Size = new System.Drawing.Size(311, 22);
00517 this.utmzonesjpgToolStripMenuItem.Text = "Utm Zones.jpg";
00518 this.utmzonesjpgToolStripMenuItem.Click += new System.EventHandler(this.utmzonesjpgToolStripMenuItem_Click);
00519
00520
00521
00522 this.uTMConversions1xlsToolStripMenuItem.Name = "uTMConversions1xlsToolStripMenuItem";
00523 this.uTMConversions1xlsToolStripMenuItem.Size = new System.Drawing.Size(311, 22);
00524 this.uTMConversions1xlsToolStripMenuItem.Text = "UTM Conversions.xls";
00525 this.uTMConversions1xlsToolStripMenuItem.Click += new System.EventHandler(this.uTMConversions1xlsToolStripMenuItem_Click);
00526
00527
00528
00529 this.zoneCentralMeridianspdfToolStripMenuItem.Name = "zoneCentralMeridianspdfToolStripMenuItem";
00530 this.zoneCentralMeridianspdfToolStripMenuItem.Size = new System.Drawing.Size(311, 22);
00531 this.zoneCentralMeridianspdfToolStripMenuItem.Text = "Zone Central Meridians.pdf";
00532 this.zoneCentralMeridianspdfToolStripMenuItem.Click += new System.EventHandler(this.zoneCentralMeridianspdfToolStripMenuItem_Click);
00533
00534
00535
00536 this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00537 this.sourceCodeToolStripMenuItem,
00538 this.aboutUtmConvertToolStripMenuItem,
00539 this.aboutUtmConvertToolStripMenuItem1});
00540 this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
00541 this.helpToolStripMenuItem1.Size = new System.Drawing.Size(40, 20);
00542 this.helpToolStripMenuItem1.Text = "Help";
00543
00544
00545
00546 this.sourceCodeToolStripMenuItem.Name = "sourceCodeToolStripMenuItem";
00547 this.sourceCodeToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
00548 this.sourceCodeToolStripMenuItem.Text = "Source Code";
00549 this.sourceCodeToolStripMenuItem.Click += new System.EventHandler(this.sourceCodeToolStripMenuItem_Click);
00550
00551
00552
00553 this.aboutUtmConvertToolStripMenuItem.Name = "aboutUtmConvertToolStripMenuItem";
00554 this.aboutUtmConvertToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
00555 this.aboutUtmConvertToolStripMenuItem.Text = "Index";
00556 this.aboutUtmConvertToolStripMenuItem.Click += new System.EventHandler(this.aboutUtmConvertToolStripMenuItem_Click);
00557
00558
00559
00560 this.aboutUtmConvertToolStripMenuItem1.Name = "aboutUtmConvertToolStripMenuItem1";
00561 this.aboutUtmConvertToolStripMenuItem1.Size = new System.Drawing.Size(175, 22);
00562 this.aboutUtmConvertToolStripMenuItem1.Text = "About UtmConvert";
00563
00564
00565
00566 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00567 this.latToolStripStatusLabel,
00568 this.lonToolStripStatusLabel,
00569 this.parserToolStripStatusLabel,
00570 this.printerToolStripStatusLabel});
00571 this.statusStrip1.Location = new System.Drawing.Point(0, 611);
00572 this.statusStrip1.Name = "statusStrip1";
00573 this.statusStrip1.Size = new System.Drawing.Size(444, 22);
00574 this.statusStrip1.TabIndex = 7;
00575 this.statusStrip1.Text = "statusStrip1";
00576
00577
00578
00579 this.latToolStripStatusLabel.Name = "latToolStripStatusLabel";
00580 this.latToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
00581 this.latToolStripStatusLabel.Text = "0";
00582
00583
00584
00585 this.lonToolStripStatusLabel.Name = "lonToolStripStatusLabel";
00586 this.lonToolStripStatusLabel.Size = new System.Drawing.Size(13, 17);
00587 this.lonToolStripStatusLabel.Text = "0";
00588
00589
00590
00591 this.parserToolStripStatusLabel.Name = "parserToolStripStatusLabel";
00592 this.parserToolStripStatusLabel.Size = new System.Drawing.Size(18, 17);
00593 this.parserToolStripStatusLabel.Text = "ok";
00594
00595
00596
00597 this.printerToolStripStatusLabel.Name = "printerToolStripStatusLabel";
00598 this.printerToolStripStatusLabel.Size = new System.Drawing.Size(18, 17);
00599 this.printerToolStripStatusLabel.Text = "ok";
00600
00601
00602
00603 this.xmlOpenFileDialog.FileName = "*.xml";
00604 this.xmlOpenFileDialog.Filter = "XML files|*.xml";
00605 this.xmlOpenFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.xmlOpenFileDialog_FileOk);
00606
00607
00608
00609 this.tabControl.Controls.Add(this.tabPage1);
00610 this.tabControl.Controls.Add(this.tabPage2);
00611 this.tabControl.Controls.Add(this.tabPage3);
00612 this.tabControl.Controls.Add(this.tabPage4);
00613 this.tabControl.Controls.Add(this.tabPage5);
00614 this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
00615 this.tabControl.Location = new System.Drawing.Point(0, 24);
00616 this.tabControl.Name = "tabControl";
00617 this.tabControl.SelectedIndex = 0;
00618 this.tabControl.Size = new System.Drawing.Size(444, 587);
00619 this.tabControl.TabIndex = 8;
00620
00621
00622
00623 this.tabPage1.Controls.Add(this.groupBox4);
00624 this.tabPage1.Controls.Add(this.groupBox3);
00625 this.tabPage1.Location = new System.Drawing.Point(4, 22);
00626 this.tabPage1.Name = "tabPage1";
00627 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
00628 this.tabPage1.Size = new System.Drawing.Size(436, 561);
00629 this.tabPage1.TabIndex = 0;
00630 this.tabPage1.Text = "Main Controlls";
00631 this.tabPage1.UseVisualStyleBackColor = true;
00632
00633
00634
00635 this.tabPage2.Controls.Add(this.utmPointsTextBox);
00636 this.tabPage2.Location = new System.Drawing.Point(4, 22);
00637 this.tabPage2.Name = "tabPage2";
00638 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
00639 this.tabPage2.Size = new System.Drawing.Size(436, 561);
00640 this.tabPage2.TabIndex = 1;
00641 this.tabPage2.Text = "Converted UTM Pts.";
00642 this.tabPage2.UseVisualStyleBackColor = true;
00643
00644
00645
00646 this.utmPointsTextBox.AcceptsReturn = true;
00647 this.utmPointsTextBox.AcceptsTab = true;
00648 this.utmPointsTextBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
00649 this.utmPointsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00650 this.utmPointsTextBox.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00651 this.utmPointsTextBox.Location = new System.Drawing.Point(3, 3);
00652 this.utmPointsTextBox.Multiline = true;
00653 this.utmPointsTextBox.Name = "utmPointsTextBox";
00654 this.utmPointsTextBox.ReadOnly = true;
00655 this.utmPointsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
00656 this.utmPointsTextBox.Size = new System.Drawing.Size(430, 555);
00657 this.utmPointsTextBox.TabIndex = 0;
00658
00659
00660
00661 this.tabPage3.Controls.Add(this.latLonTextBox);
00662 this.tabPage3.Location = new System.Drawing.Point(4, 22);
00663 this.tabPage3.Name = "tabPage3";
00664 this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
00665 this.tabPage3.Size = new System.Drawing.Size(436, 561);
00666 this.tabPage3.TabIndex = 2;
00667 this.tabPage3.Text = "Converted Lat Lon Pts.";
00668 this.tabPage3.UseVisualStyleBackColor = true;
00669
00670
00671
00672 this.latLonTextBox.AcceptsReturn = true;
00673 this.latLonTextBox.AcceptsTab = true;
00674 this.latLonTextBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
00675 this.latLonTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00676 this.latLonTextBox.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00677 this.latLonTextBox.Location = new System.Drawing.Point(3, 3);
00678 this.latLonTextBox.Multiline = true;
00679 this.latLonTextBox.Name = "latLonTextBox";
00680 this.latLonTextBox.ReadOnly = true;
00681 this.latLonTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
00682 this.latLonTextBox.Size = new System.Drawing.Size(430, 555);
00683 this.latLonTextBox.TabIndex = 4;
00684
00685
00686
00687 this.tabPage4.Controls.Add(this.inputXmlTextBox);
00688 this.tabPage4.Location = new System.Drawing.Point(4, 22);
00689 this.tabPage4.Name = "tabPage4";
00690 this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
00691 this.tabPage4.Size = new System.Drawing.Size(436, 561);
00692 this.tabPage4.TabIndex = 3;
00693 this.tabPage4.Text = "Input XML";
00694 this.tabPage4.UseVisualStyleBackColor = true;
00695
00696
00697
00698 this.inputXmlTextBox.AcceptsReturn = true;
00699 this.inputXmlTextBox.AcceptsTab = true;
00700 this.inputXmlTextBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
00701 this.inputXmlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00702 this.inputXmlTextBox.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00703 this.inputXmlTextBox.Location = new System.Drawing.Point(3, 3);
00704 this.inputXmlTextBox.Multiline = true;
00705 this.inputXmlTextBox.Name = "inputXmlTextBox";
00706 this.inputXmlTextBox.ReadOnly = true;
00707 this.inputXmlTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
00708 this.inputXmlTextBox.Size = new System.Drawing.Size(430, 555);
00709 this.inputXmlTextBox.TabIndex = 3;
00710
00711
00712
00713 this.tabPage5.Controls.Add(this.outputXmlTextBox);
00714 this.tabPage5.Location = new System.Drawing.Point(4, 22);
00715 this.tabPage5.Name = "tabPage5";
00716 this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
00717 this.tabPage5.Size = new System.Drawing.Size(436, 561);
00718 this.tabPage5.TabIndex = 4;
00719 this.tabPage5.Text = "Output XML";
00720 this.tabPage5.UseVisualStyleBackColor = true;
00721
00722
00723
00724 this.outputXmlTextBox.AcceptsReturn = true;
00725 this.outputXmlTextBox.AcceptsTab = true;
00726 this.outputXmlTextBox.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
00727 this.outputXmlTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00728 this.outputXmlTextBox.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00729 this.outputXmlTextBox.Location = new System.Drawing.Point(3, 3);
00730 this.outputXmlTextBox.Multiline = true;
00731 this.outputXmlTextBox.Name = "outputXmlTextBox";
00732 this.outputXmlTextBox.ReadOnly = true;
00733 this.outputXmlTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
00734 this.outputXmlTextBox.Size = new System.Drawing.Size(430, 555);
00735 this.outputXmlTextBox.TabIndex = 2;
00736
00737
00738
00739 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00740 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00741 this.ClientSize = new System.Drawing.Size(444, 633);
00742 this.Controls.Add(this.tabControl);
00743 this.Controls.Add(this.statusStrip1);
00744 this.Controls.Add(this.menuStrip1);
00745 this.MainMenuStrip = this.menuStrip1;
00746 this.Name = "UtmConvertMainForm";
00747 this.Text = "UTM Convert";
00748 this.groupBox1.ResumeLayout(false);
00749 this.groupBox1.PerformLayout();
00750 this.groupBox2.ResumeLayout(false);
00751 this.groupBox2.PerformLayout();
00752 this.groupBox3.ResumeLayout(false);
00753 this.groupBox3.PerformLayout();
00754 this.groupBox5.ResumeLayout(false);
00755 this.groupBox5.PerformLayout();
00756 this.groupBox4.ResumeLayout(false);
00757 this.menuStrip1.ResumeLayout(false);
00758 this.menuStrip1.PerformLayout();
00759 this.statusStrip1.ResumeLayout(false);
00760 this.statusStrip1.PerformLayout();
00761 this.tabControl.ResumeLayout(false);
00762 this.tabPage1.ResumeLayout(false);
00763 this.tabPage2.ResumeLayout(false);
00764 this.tabPage2.PerformLayout();
00765 this.tabPage3.ResumeLayout(false);
00766 this.tabPage3.PerformLayout();
00767 this.tabPage4.ResumeLayout(false);
00768 this.tabPage4.PerformLayout();
00769 this.tabPage5.ResumeLayout(false);
00770 this.tabPage5.PerformLayout();
00771 this.ResumeLayout(false);
00772 this.PerformLayout();
00773
00774 }
00775
00776 #endregion
00777
00778 private System.Windows.Forms.ListBox datumsListBox;
00779 private System.Windows.Forms.PropertyGrid datumPropertyGrid;
00780 private System.Windows.Forms.GroupBox groupBox1;
00781 private System.Windows.Forms.TextBox latSecTextBox;
00782 private System.Windows.Forms.TextBox latMinTextBox;
00783 private System.Windows.Forms.TextBox latDegTextBox;
00784 private System.Windows.Forms.Label label3;
00785 private System.Windows.Forms.Label label2;
00786 private System.Windows.Forms.Label label1;
00787 private System.Windows.Forms.GroupBox groupBox2;
00788 private System.Windows.Forms.Label label4;
00789 private System.Windows.Forms.TextBox lonSecTextBox;
00790 private System.Windows.Forms.TextBox lonMinTextBox;
00791 private System.Windows.Forms.TextBox lonDegTextBox;
00792 private System.Windows.Forms.Label label5;
00793 private System.Windows.Forms.Label label7;
00794 private System.Windows.Forms.GroupBox groupBox3;
00795 private System.Windows.Forms.ComboBox northSouthComboBox;
00796 private System.Windows.Forms.ComboBox eastWestComboBox;
00797 private System.Windows.Forms.Button convertButton;
00798 private System.Windows.Forms.TextBox lonInRad;
00799 private System.Windows.Forms.TextBox latInRad;
00800 private System.Windows.Forms.Label label8;
00801 private System.Windows.Forms.Label label6;
00802 private System.Windows.Forms.Label label10;
00803 private System.Windows.Forms.Label label9;
00804 private System.Windows.Forms.TextBox northingTextBox;
00805 private System.Windows.Forms.TextBox eastingTextBox;
00806 private System.Windows.Forms.GroupBox groupBox4;
00807 private System.Windows.Forms.MenuStrip menuStrip1;
00808 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
00809 private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
00810 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
00811 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00812 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
00813 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
00814 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
00815 private System.Windows.Forms.ToolStripMenuItem convertingUTMToLatitudeLongitudepdfToolStripMenuItem;
00816 private System.Windows.Forms.ToolStripMenuItem theUniversalTransverseMercatorSystempdfToolStripMenuItem;
00817 private System.Windows.Forms.ToolStripMenuItem utmzonesjpgToolStripMenuItem;
00818 private System.Windows.Forms.ToolStripMenuItem uTMConversions1xlsToolStripMenuItem;
00819 private System.Windows.Forms.ToolStripMenuItem zoneCentralMeridianspdfToolStripMenuItem;
00820 private System.Windows.Forms.GroupBox groupBox5;
00821 private System.Windows.Forms.RadioButton radioButton2;
00822 private System.Windows.Forms.RadioButton latLonToUtmRadioButton;
00823 private System.Windows.Forms.TextBox zoneTextBox;
00824 private System.Windows.Forms.Label label11;
00825 private System.Windows.Forms.ToolStripMenuItem sourceCodeToolStripMenuItem;
00826 private System.Windows.Forms.ToolStripMenuItem aboutUtmConvertToolStripMenuItem;
00827 private System.Windows.Forms.StatusStrip statusStrip1;
00828 private System.Windows.Forms.ToolStripStatusLabel latToolStripStatusLabel;
00829 private System.Windows.Forms.ToolStripStatusLabel lonToolStripStatusLabel;
00830 private System.Windows.Forms.OpenFileDialog xmlOpenFileDialog;
00831 private System.Windows.Forms.ToolStripMenuItem aboutUtmConvertToolStripMenuItem1;
00832 private System.Windows.Forms.ToolStripStatusLabel parserToolStripStatusLabel;
00833 private System.Windows.Forms.ToolStripStatusLabel printerToolStripStatusLabel;
00834 private System.Windows.Forms.TabControl tabControl;
00835 private System.Windows.Forms.TabPage tabPage1;
00836 private System.Windows.Forms.TabPage tabPage2;
00837 private System.Windows.Forms.TextBox utmPointsTextBox;
00838 private System.Windows.Forms.TabPage tabPage3;
00839 private System.Windows.Forms.TabPage tabPage4;
00840 private System.Windows.Forms.TabPage tabPage5;
00841 private System.Windows.Forms.TextBox latLonTextBox;
00842 private System.Windows.Forms.TextBox inputXmlTextBox;
00843 private System.Windows.Forms.TextBox outputXmlTextBox;
00844 }
00845 }
00846