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