Subversion Repositories spk

Rev

Rev 126 | Rev 129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 126 Rev 127
Line 1318... Line 1318...
1318
			this->statusStrip1->SuspendLayout();
1318
			this->statusStrip1->SuspendLayout();
1319
			this->SuspendLayout();
1319
			this->SuspendLayout();
1320
			// 
1320
			// 
1321
			// menuStrip1
1321
			// menuStrip1
1322
			// 
1322
			// 
-
 
1323
			this->menuStrip1->ImageScalingSize = System::Drawing::Size(20, 20);
1323
			this->menuStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {this->fileToolStripMenuItem, 
1324
			this->menuStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {
-
 
1325
				this->fileToolStripMenuItem,
1324
				this->windowsToolStripMenuItem, this->settingsToolStripMenuItem, this->toolsToolStripMenuItem});
1326
					this->windowsToolStripMenuItem, this->settingsToolStripMenuItem, this->toolsToolStripMenuItem
-
 
1327
			});
1325
			this->menuStrip1->Location = System::Drawing::Point(0, 0);
1328
			this->menuStrip1->Location = System::Drawing::Point(0, 0);
1326
			this->menuStrip1->Name = L"menuStrip1";
1329
			this->menuStrip1->Name = L"menuStrip1";
-
 
1330
			this->menuStrip1->Padding = System::Windows::Forms::Padding(8, 2, 0, 2);
1327
			this->menuStrip1->Size = System::Drawing::Size(747, 24);
1331
			this->menuStrip1->Size = System::Drawing::Size(996, 28);
1328
			this->menuStrip1->TabIndex = 2;
1332
			this->menuStrip1->TabIndex = 2;
1329
			this->menuStrip1->Text = L"menuStrip1";
1333
			this->menuStrip1->Text = L"menuStrip1";
1330
			// 
1334
			// 
1331
			// fileToolStripMenuItem
1335
			// fileToolStripMenuItem
1332
			// 
1336
			// 
1333
			this->fileToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->newToolStripMenuItem, 
1337
			this->fileToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
1338
				this->newToolStripMenuItem,
1334
				this->openToolStripMenuItem, this->saveToolStripMenuItem, this->saveAsToolStripMenuItem, this->toolStripSeparator2, this->exitToolStripMenuItem});
1339
					this->openToolStripMenuItem, this->saveToolStripMenuItem, this->saveAsToolStripMenuItem, this->toolStripSeparator2, this->exitToolStripMenuItem
-
 
1340
			});
1335
			this->fileToolStripMenuItem->Name = L"fileToolStripMenuItem";
1341
			this->fileToolStripMenuItem->Name = L"fileToolStripMenuItem";
1336
			this->fileToolStripMenuItem->Size = System::Drawing::Size(37, 20);
1342
			this->fileToolStripMenuItem->Size = System::Drawing::Size(44, 24);
1337
			this->fileToolStripMenuItem->Text = L"&File";
1343
			this->fileToolStripMenuItem->Text = L"&File";
1338
			// 
1344
			// 
1339
			// newToolStripMenuItem
1345
			// newToolStripMenuItem
1340
			// 
1346
			// 
1341
			this->newToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(10) {this->packageToolStripMenuItem, 
1347
			this->newToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(10) {
-
 
1348
				this->packageToolStripMenuItem,
1342
				this->shipToolStripMenuItem, this->multiPackageToolStripMenuItem1, this->toolStripSeparator5, this->fromPackagerScriptToolStripMenuItem1, 
1349
					this->shipToolStripMenuItem, this->multiPackageToolStripMenuItem1, this->toolStripSeparator5, this->fromPackagerScriptToolStripMenuItem1,
1343
				this->fromArchiveToolStripMenuItem1, this->importShipFromModToolStripMenuItem1, this->importShipFromVFSToolStripMenuItem1, this->toolStripSeparator6, 
1350
					this->fromArchiveToolStripMenuItem1, this->importShipFromModToolStripMenuItem1, this->importShipFromVFSToolStripMenuItem1, this->toolStripSeparator6,
1344
				this->packageCreationWizardToolStripMenuItem});
1351
					this->packageCreationWizardToolStripMenuItem
-
 
1352
			});
1345
			this->newToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"newToolStripMenuItem.Image")));
1353
			this->newToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"newToolStripMenuItem.Image")));
1346
			this->newToolStripMenuItem->Name = L"newToolStripMenuItem";
1354
			this->newToolStripMenuItem->Name = L"newToolStripMenuItem";
1347
			this->newToolStripMenuItem->Size = System::Drawing::Size(152, 22);
1355
			this->newToolStripMenuItem->Size = System::Drawing::Size(178, 26);
1348
			this->newToolStripMenuItem->Text = L"&New";
1356
			this->newToolStripMenuItem->Text = L"&New";
1349
			// 
1357
			// 
1350
			// packageToolStripMenuItem
1358
			// packageToolStripMenuItem
1351
			// 
1359
			// 
1352
			this->packageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"packageToolStripMenuItem.Image")));
1360
			this->packageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"packageToolStripMenuItem.Image")));
1353
			this->packageToolStripMenuItem->Name = L"packageToolStripMenuItem";
1361
			this->packageToolStripMenuItem->Name = L"packageToolStripMenuItem";
1354
			this->packageToolStripMenuItem->Size = System::Drawing::Size(205, 22);
1362
			this->packageToolStripMenuItem->Size = System::Drawing::Size(249, 26);
1355
			this->packageToolStripMenuItem->Text = L"Package";
1363
			this->packageToolStripMenuItem->Text = L"Package";
1356
			this->packageToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::packageToolStripMenuItem_Click);
1364
			this->packageToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::packageToolStripMenuItem_Click);
1357
			// 
1365
			// 
1358
			// shipToolStripMenuItem
1366
			// shipToolStripMenuItem
1359
			// 
1367
			// 
1360
			this->shipToolStripMenuItem->Name = L"shipToolStripMenuItem";
1368
			this->shipToolStripMenuItem->Name = L"shipToolStripMenuItem";
1361
			this->shipToolStripMenuItem->Size = System::Drawing::Size(205, 22);
1369
			this->shipToolStripMenuItem->Size = System::Drawing::Size(249, 26);
1362
			this->shipToolStripMenuItem->Text = L"Ship";
1370
			this->shipToolStripMenuItem->Text = L"Ship";
1363
			this->shipToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::shipToolStripMenuItem_Click);
1371
			this->shipToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::shipToolStripMenuItem_Click);
1364
			// 
1372
			// 
1365
			// multiPackageToolStripMenuItem1
1373
			// multiPackageToolStripMenuItem1
1366
			// 
1374
			// 
1367
			this->multiPackageToolStripMenuItem1->Name = L"multiPackageToolStripMenuItem1";
1375
			this->multiPackageToolStripMenuItem1->Name = L"multiPackageToolStripMenuItem1";
1368
			this->multiPackageToolStripMenuItem1->Size = System::Drawing::Size(205, 22);
1376
			this->multiPackageToolStripMenuItem1->Size = System::Drawing::Size(249, 26);
1369
			this->multiPackageToolStripMenuItem1->Text = L"Multi Package";
1377
			this->multiPackageToolStripMenuItem1->Text = L"Multi Package";
1370
			this->multiPackageToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::multiPackageToolStripMenuItem1_Click);
1378
			this->multiPackageToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::multiPackageToolStripMenuItem1_Click);
1371
			// 
1379
			// 
1372
			// toolStripSeparator5
1380
			// toolStripSeparator5
1373
			// 
1381
			// 
1374
			this->toolStripSeparator5->Name = L"toolStripSeparator5";
1382
			this->toolStripSeparator5->Name = L"toolStripSeparator5";
1375
			this->toolStripSeparator5->Size = System::Drawing::Size(202, 6);
1383
			this->toolStripSeparator5->Size = System::Drawing::Size(246, 6);
1376
			// 
1384
			// 
1377
			// fromPackagerScriptToolStripMenuItem1
1385
			// fromPackagerScriptToolStripMenuItem1
1378
			// 
1386
			// 
1379
			this->fromPackagerScriptToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromPackagerScriptToolStripMenuItem1.Image")));
1387
			this->fromPackagerScriptToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromPackagerScriptToolStripMenuItem1.Image")));
1380
			this->fromPackagerScriptToolStripMenuItem1->Name = L"fromPackagerScriptToolStripMenuItem1";
1388
			this->fromPackagerScriptToolStripMenuItem1->Name = L"fromPackagerScriptToolStripMenuItem1";
1381
			this->fromPackagerScriptToolStripMenuItem1->Size = System::Drawing::Size(205, 22);
1389
			this->fromPackagerScriptToolStripMenuItem1->Size = System::Drawing::Size(249, 26);
1382
			this->fromPackagerScriptToolStripMenuItem1->Text = L"From Packager Script";
1390
			this->fromPackagerScriptToolStripMenuItem1->Text = L"From Packager Script";
1383
			this->fromPackagerScriptToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::fromPackagerScriptToolStripMenuItem1_Click);
1391
			this->fromPackagerScriptToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::fromPackagerScriptToolStripMenuItem1_Click);
1384
			// 
1392
			// 
1385
			// fromArchiveToolStripMenuItem1
1393
			// fromArchiveToolStripMenuItem1
1386
			// 
1394
			// 
1387
			this->fromArchiveToolStripMenuItem1->Name = L"fromArchiveToolStripMenuItem1";
1395
			this->fromArchiveToolStripMenuItem1->Name = L"fromArchiveToolStripMenuItem1";
1388
			this->fromArchiveToolStripMenuItem1->Size = System::Drawing::Size(205, 22);
1396
			this->fromArchiveToolStripMenuItem1->Size = System::Drawing::Size(249, 26);
1389
			this->fromArchiveToolStripMenuItem1->Text = L"From Archive";
1397
			this->fromArchiveToolStripMenuItem1->Text = L"From Archive";
1390
			this->fromArchiveToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::fromArchiveToolStripMenuItem1_Click);
1398
			this->fromArchiveToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::fromArchiveToolStripMenuItem1_Click);
1391
			// 
1399
			// 
1392
			// importShipFromModToolStripMenuItem1
1400
			// importShipFromModToolStripMenuItem1
1393
			// 
1401
			// 
1394
			this->importShipFromModToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"importShipFromModToolStripMenuItem1.Image")));
1402
			this->importShipFromModToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"importShipFromModToolStripMenuItem1.Image")));
1395
			this->importShipFromModToolStripMenuItem1->Name = L"importShipFromModToolStripMenuItem1";
1403
			this->importShipFromModToolStripMenuItem1->Name = L"importShipFromModToolStripMenuItem1";
1396
			this->importShipFromModToolStripMenuItem1->Size = System::Drawing::Size(205, 22);
1404
			this->importShipFromModToolStripMenuItem1->Size = System::Drawing::Size(249, 26);
1397
			this->importShipFromModToolStripMenuItem1->Text = L"Import Ship From Mod";
1405
			this->importShipFromModToolStripMenuItem1->Text = L"Import Ship From Mod";
1398
			this->importShipFromModToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::importShipFromModToolStripMenuItem1_Click);
1406
			this->importShipFromModToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::importShipFromModToolStripMenuItem1_Click);
1399
			// 
1407
			// 
1400
			// importShipFromVFSToolStripMenuItem1
1408
			// importShipFromVFSToolStripMenuItem1
1401
			// 
1409
			// 
1402
			this->importShipFromVFSToolStripMenuItem1->Name = L"importShipFromVFSToolStripMenuItem1";
1410
			this->importShipFromVFSToolStripMenuItem1->Name = L"importShipFromVFSToolStripMenuItem1";
1403
			this->importShipFromVFSToolStripMenuItem1->Size = System::Drawing::Size(205, 22);
1411
			this->importShipFromVFSToolStripMenuItem1->Size = System::Drawing::Size(249, 26);
1404
			this->importShipFromVFSToolStripMenuItem1->Text = L"Import Ship from VFS";
1412
			this->importShipFromVFSToolStripMenuItem1->Text = L"Import Ship from VFS";
1405
			this->importShipFromVFSToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::importShipFromVFSToolStripMenuItem1_Click);
1413
			this->importShipFromVFSToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::importShipFromVFSToolStripMenuItem1_Click);
1406
			// 
1414
			// 
1407
			// toolStripSeparator6
1415
			// toolStripSeparator6
1408
			// 
1416
			// 
1409
			this->toolStripSeparator6->Name = L"toolStripSeparator6";
1417
			this->toolStripSeparator6->Name = L"toolStripSeparator6";
1410
			this->toolStripSeparator6->Size = System::Drawing::Size(202, 6);
1418
			this->toolStripSeparator6->Size = System::Drawing::Size(246, 6);
1411
			// 
1419
			// 
1412
			// packageCreationWizardToolStripMenuItem
1420
			// packageCreationWizardToolStripMenuItem
1413
			// 
1421
			// 
1414
			this->packageCreationWizardToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"packageCreationWizardToolStripMenuItem.Image")));
1422
			this->packageCreationWizardToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"packageCreationWizardToolStripMenuItem.Image")));
1415
			this->packageCreationWizardToolStripMenuItem->Name = L"packageCreationWizardToolStripMenuItem";
1423
			this->packageCreationWizardToolStripMenuItem->Name = L"packageCreationWizardToolStripMenuItem";
1416
			this->packageCreationWizardToolStripMenuItem->Size = System::Drawing::Size(205, 22);
1424
			this->packageCreationWizardToolStripMenuItem->Size = System::Drawing::Size(249, 26);
1417
			this->packageCreationWizardToolStripMenuItem->Text = L"Package Creation Wizard";
1425
			this->packageCreationWizardToolStripMenuItem->Text = L"Package Creation Wizard";
1418
			this->packageCreationWizardToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::packageCreationWizardToolStripMenuItem_Click);
1426
			this->packageCreationWizardToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::packageCreationWizardToolStripMenuItem_Click);
1419
			// 
1427
			// 
1420
			// openToolStripMenuItem
1428
			// openToolStripMenuItem
1421
			// 
1429
			// 
1422
			this->openToolStripMenuItem->Name = L"openToolStripMenuItem";
1430
			this->openToolStripMenuItem->Name = L"openToolStripMenuItem";
1423
			this->openToolStripMenuItem->Size = System::Drawing::Size(152, 22);
1431
			this->openToolStripMenuItem->Size = System::Drawing::Size(178, 26);
1424
			this->openToolStripMenuItem->Text = L"&Open Package";
1432
			this->openToolStripMenuItem->Text = L"&Open Package";
1425
			// 
1433
			// 
1426
			// saveToolStripMenuItem
1434
			// saveToolStripMenuItem
1427
			// 
1435
			// 
1428
			this->saveToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"saveToolStripMenuItem.Image")));
1436
			this->saveToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"saveToolStripMenuItem.Image")));
1429
			this->saveToolStripMenuItem->Name = L"saveToolStripMenuItem";
1437
			this->saveToolStripMenuItem->Name = L"saveToolStripMenuItem";
1430
			this->saveToolStripMenuItem->Size = System::Drawing::Size(152, 22);
1438
			this->saveToolStripMenuItem->Size = System::Drawing::Size(178, 26);
1431
			this->saveToolStripMenuItem->Text = L"&Save";
1439
			this->saveToolStripMenuItem->Text = L"&Save";
1432
			this->saveToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::saveToolStripMenuItem_Click);
1440
			this->saveToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::saveToolStripMenuItem_Click);
1433
			// 
1441
			// 
1434
			// saveAsToolStripMenuItem
1442
			// saveAsToolStripMenuItem
1435
			// 
1443
			// 
1436
			this->saveAsToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"saveAsToolStripMenuItem.Image")));
1444
			this->saveAsToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"saveAsToolStripMenuItem.Image")));
1437
			this->saveAsToolStripMenuItem->Name = L"saveAsToolStripMenuItem";
1445
			this->saveAsToolStripMenuItem->Name = L"saveAsToolStripMenuItem";
1438
			this->saveAsToolStripMenuItem->Size = System::Drawing::Size(152, 22);
1446
			this->saveAsToolStripMenuItem->Size = System::Drawing::Size(178, 26);
1439
			this->saveAsToolStripMenuItem->Text = L"Save &As";
1447
			this->saveAsToolStripMenuItem->Text = L"Save &As";
1440
			this->saveAsToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::saveAsToolStripMenuItem_Click);
1448
			this->saveAsToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::saveAsToolStripMenuItem_Click);
1441
			// 
1449
			// 
1442
			// toolStripSeparator2
1450
			// toolStripSeparator2
1443
			// 
1451
			// 
1444
			this->toolStripSeparator2->Name = L"toolStripSeparator2";
1452
			this->toolStripSeparator2->Name = L"toolStripSeparator2";
1445
			this->toolStripSeparator2->Size = System::Drawing::Size(149, 6);
1453
			this->toolStripSeparator2->Size = System::Drawing::Size(175, 6);
1446
			// 
1454
			// 
1447
			// exitToolStripMenuItem
1455
			// exitToolStripMenuItem
1448
			// 
1456
			// 
1449
			this->exitToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"exitToolStripMenuItem.Image")));
1457
			this->exitToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"exitToolStripMenuItem.Image")));
1450
			this->exitToolStripMenuItem->Name = L"exitToolStripMenuItem";
1458
			this->exitToolStripMenuItem->Name = L"exitToolStripMenuItem";
1451
			this->exitToolStripMenuItem->Size = System::Drawing::Size(152, 22);
1459
			this->exitToolStripMenuItem->Size = System::Drawing::Size(178, 26);
1452
			this->exitToolStripMenuItem->Text = L"E&xit";
1460
			this->exitToolStripMenuItem->Text = L"E&xit";
1453
			this->exitToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::exitToolStripMenuItem_Click);
1461
			this->exitToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::exitToolStripMenuItem_Click);
1454
			// 
1462
			// 
1455
			// windowsToolStripMenuItem
1463
			// windowsToolStripMenuItem
1456
			// 
1464
			// 
1457
			this->windowsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(2) {this->layoutToolStripMenuItem, 
1465
			this->windowsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(2) {
-
 
1466
				this->layoutToolStripMenuItem,
1458
				this->toolStripSeparator1});
1467
					this->toolStripSeparator1
-
 
1468
			});
1459
			this->windowsToolStripMenuItem->Name = L"windowsToolStripMenuItem";
1469
			this->windowsToolStripMenuItem->Name = L"windowsToolStripMenuItem";
1460
			this->windowsToolStripMenuItem->Size = System::Drawing::Size(68, 20);
1470
			this->windowsToolStripMenuItem->Size = System::Drawing::Size(82, 24);
1461
			this->windowsToolStripMenuItem->Text = L"&Windows";
1471
			this->windowsToolStripMenuItem->Text = L"&Windows";
1462
			// 
1472
			// 
1463
			// layoutToolStripMenuItem
1473
			// layoutToolStripMenuItem
1464
			// 
1474
			// 
1465
			this->layoutToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(3) {this->cascadeToolStripMenuItem, 
1475
			this->layoutToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(3) {
-
 
1476
				this->cascadeToolStripMenuItem,
1466
				this->horizontalToolStripMenuItem, this->verticalToolStripMenuItem});
1477
					this->horizontalToolStripMenuItem, this->verticalToolStripMenuItem
-
 
1478
			});
1467
			this->layoutToolStripMenuItem->Name = L"layoutToolStripMenuItem";
1479
			this->layoutToolStripMenuItem->Name = L"layoutToolStripMenuItem";
1468
			this->layoutToolStripMenuItem->Size = System::Drawing::Size(110, 22);
1480
			this->layoutToolStripMenuItem->Size = System::Drawing::Size(128, 26);
1469
			this->layoutToolStripMenuItem->Text = L"Layout";
1481
			this->layoutToolStripMenuItem->Text = L"Layout";
1470
			// 
1482
			// 
1471
			// cascadeToolStripMenuItem
1483
			// cascadeToolStripMenuItem
1472
			// 
1484
			// 
1473
			this->cascadeToolStripMenuItem->Name = L"cascadeToolStripMenuItem";
1485
			this->cascadeToolStripMenuItem->Name = L"cascadeToolStripMenuItem";
1474
			this->cascadeToolStripMenuItem->Size = System::Drawing::Size(151, 22);
1486
			this->cascadeToolStripMenuItem->Size = System::Drawing::Size(182, 26);
1475
			this->cascadeToolStripMenuItem->Text = L"Cascade";
1487
			this->cascadeToolStripMenuItem->Text = L"Cascade";
1476
			this->cascadeToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::cascadeToolStripMenuItem_Click);
1488
			this->cascadeToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::cascadeToolStripMenuItem_Click);
1477
			// 
1489
			// 
1478
			// horizontalToolStripMenuItem
1490
			// horizontalToolStripMenuItem
1479
			// 
1491
			// 
1480
			this->horizontalToolStripMenuItem->Name = L"horizontalToolStripMenuItem";
1492
			this->horizontalToolStripMenuItem->Name = L"horizontalToolStripMenuItem";
1481
			this->horizontalToolStripMenuItem->Size = System::Drawing::Size(151, 22);
1493
			this->horizontalToolStripMenuItem->Size = System::Drawing::Size(182, 26);
1482
			this->horizontalToolStripMenuItem->Text = L"Tile Horizontal";
1494
			this->horizontalToolStripMenuItem->Text = L"Tile Horizontal";
1483
			this->horizontalToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::horizontalToolStripMenuItem_Click);
1495
			this->horizontalToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::horizontalToolStripMenuItem_Click);
1484
			// 
1496
			// 
1485
			// verticalToolStripMenuItem
1497
			// verticalToolStripMenuItem
1486
			// 
1498
			// 
1487
			this->verticalToolStripMenuItem->Name = L"verticalToolStripMenuItem";
1499
			this->verticalToolStripMenuItem->Name = L"verticalToolStripMenuItem";
1488
			this->verticalToolStripMenuItem->Size = System::Drawing::Size(151, 22);
1500
			this->verticalToolStripMenuItem->Size = System::Drawing::Size(182, 26);
1489
			this->verticalToolStripMenuItem->Text = L"Tile Vertical";
1501
			this->verticalToolStripMenuItem->Text = L"Tile Vertical";
1490
			this->verticalToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::verticalToolStripMenuItem_Click);
1502
			this->verticalToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::verticalToolStripMenuItem_Click);
1491
			// 
1503
			// 
1492
			// toolStripSeparator1
1504
			// toolStripSeparator1
1493
			// 
1505
			// 
1494
			this->toolStripSeparator1->Name = L"toolStripSeparator1";
1506
			this->toolStripSeparator1->Name = L"toolStripSeparator1";
1495
			this->toolStripSeparator1->Size = System::Drawing::Size(107, 6);
1507
			this->toolStripSeparator1->Size = System::Drawing::Size(125, 6);
1496
			// 
1508
			// 
1497
			// settingsToolStripMenuItem
1509
			// settingsToolStripMenuItem
1498
			// 
1510
			// 
1499
			this->settingsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) {this->configToolStripMenuItem});
1511
			this->settingsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) { this->configToolStripMenuItem });
1500
			this->settingsToolStripMenuItem->Name = L"settingsToolStripMenuItem";
1512
			this->settingsToolStripMenuItem->Name = L"settingsToolStripMenuItem";
1501
			this->settingsToolStripMenuItem->Size = System::Drawing::Size(61, 20);
1513
			this->settingsToolStripMenuItem->Size = System::Drawing::Size(74, 24);
1502
			this->settingsToolStripMenuItem->Text = L"Settings";
1514
			this->settingsToolStripMenuItem->Text = L"Settings";
1503
			// 
1515
			// 
1504
			// configToolStripMenuItem
1516
			// configToolStripMenuItem
1505
			// 
1517
			// 
1506
			this->configToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"configToolStripMenuItem.Image")));
1518
			this->configToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"configToolStripMenuItem.Image")));
1507
			this->configToolStripMenuItem->Name = L"configToolStripMenuItem";
1519
			this->configToolStripMenuItem->Name = L"configToolStripMenuItem";
1508
			this->configToolStripMenuItem->Size = System::Drawing::Size(110, 22);
1520
			this->configToolStripMenuItem->Size = System::Drawing::Size(128, 26);
1509
			this->configToolStripMenuItem->Text = L"Config";
1521
			this->configToolStripMenuItem->Text = L"Config";
1510
			this->configToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::configToolStripMenuItem_Click);
1522
			this->configToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::configToolStripMenuItem_Click);
1511
			// 
1523
			// 
1512
			// toolsToolStripMenuItem
1524
			// toolsToolStripMenuItem
1513
			// 
1525
			// 
1514
			this->toolsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {this->modMergeToolStripMenuItem, 
1526
			this->toolsToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {
-
 
1527
				this->modMergeToolStripMenuItem,
1515
				this->modDiffToolStripMenuItem1, this->toolStripSeparator10, this->generatePackageWebListToolStripMenuItem1});
1528
					this->modDiffToolStripMenuItem1, this->toolStripSeparator10, this->generatePackageWebListToolStripMenuItem1
-
 
1529
			});
1516
			this->toolsToolStripMenuItem->Name = L"toolsToolStripMenuItem";
1530
			this->toolsToolStripMenuItem->Name = L"toolsToolStripMenuItem";
1517
			this->toolsToolStripMenuItem->Size = System::Drawing::Size(48, 20);
1531
			this->toolsToolStripMenuItem->Size = System::Drawing::Size(56, 24);
1518
			this->toolsToolStripMenuItem->Text = L"Tools";
1532
			this->toolsToolStripMenuItem->Text = L"Tools";
1519
			// 
1533
			// 
1520
			// modMergeToolStripMenuItem
1534
			// modMergeToolStripMenuItem
1521
			// 
1535
			// 
1522
			this->modMergeToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"modMergeToolStripMenuItem.Image")));
1536
			this->modMergeToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"modMergeToolStripMenuItem.Image")));
1523
			this->modMergeToolStripMenuItem->Name = L"modMergeToolStripMenuItem";
1537
			this->modMergeToolStripMenuItem->Name = L"modMergeToolStripMenuItem";
1524
			this->modMergeToolStripMenuItem->Size = System::Drawing::Size(216, 22);
1538
			this->modMergeToolStripMenuItem->Size = System::Drawing::Size(262, 26);
1525
			this->modMergeToolStripMenuItem->Text = L"Mod Merge";
1539
			this->modMergeToolStripMenuItem->Text = L"Mod Merge";
1526
			this->modMergeToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::modMergeToolStripMenuItem_Click);
1540
			this->modMergeToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::modMergeToolStripMenuItem_Click);
1527
			// 
1541
			// 
1528
			// modDiffToolStripMenuItem1
1542
			// modDiffToolStripMenuItem1
1529
			// 
1543
			// 
1530
			this->modDiffToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"modDiffToolStripMenuItem1.Image")));
1544
			this->modDiffToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"modDiffToolStripMenuItem1.Image")));
1531
			this->modDiffToolStripMenuItem1->Name = L"modDiffToolStripMenuItem1";
1545
			this->modDiffToolStripMenuItem1->Name = L"modDiffToolStripMenuItem1";
1532
			this->modDiffToolStripMenuItem1->Size = System::Drawing::Size(216, 22);
1546
			this->modDiffToolStripMenuItem1->Size = System::Drawing::Size(262, 26);
1533
			this->modDiffToolStripMenuItem1->Text = L"Mod Diff";
1547
			this->modDiffToolStripMenuItem1->Text = L"Mod Diff";
1534
			this->modDiffToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::modDiffToolStripMenuItem1_Click);
1548
			this->modDiffToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::modDiffToolStripMenuItem1_Click);
1535
			// 
1549
			// 
1536
			// toolStripSeparator10
1550
			// toolStripSeparator10
1537
			// 
1551
			// 
1538
			this->toolStripSeparator10->Name = L"toolStripSeparator10";
1552
			this->toolStripSeparator10->Name = L"toolStripSeparator10";
1539
			this->toolStripSeparator10->Size = System::Drawing::Size(213, 6);
1553
			this->toolStripSeparator10->Size = System::Drawing::Size(259, 6);
1540
			// 
1554
			// 
1541
			// generatePackageWebListToolStripMenuItem1
1555
			// generatePackageWebListToolStripMenuItem1
1542
			// 
1556
			// 
1543
			this->generatePackageWebListToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"generatePackageWebListToolStripMenuItem1.Image")));
1557
			this->generatePackageWebListToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"generatePackageWebListToolStripMenuItem1.Image")));
1544
			this->generatePackageWebListToolStripMenuItem1->Name = L"generatePackageWebListToolStripMenuItem1";
1558
			this->generatePackageWebListToolStripMenuItem1->Name = L"generatePackageWebListToolStripMenuItem1";
1545
			this->generatePackageWebListToolStripMenuItem1->Size = System::Drawing::Size(216, 22);
1559
			this->generatePackageWebListToolStripMenuItem1->Size = System::Drawing::Size(262, 26);
1546
			this->generatePackageWebListToolStripMenuItem1->Text = L"Generate Package Web List";
1560
			this->generatePackageWebListToolStripMenuItem1->Text = L"Generate Package Web List";
1547
			this->generatePackageWebListToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::generatePackageWebListToolStripMenuItem1_Click);
1561
			this->generatePackageWebListToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::generatePackageWebListToolStripMenuItem1_Click);
1548
			// 
1562
			// 
1549
			// PanelTab
1563
			// PanelTab
1550
			// 
1564
			// 
1551
			this->PanelTab->Controls->Add(this->tabControl1);
1565
			this->PanelTab->Controls->Add(this->tabControl1);
1552
			this->PanelTab->Controls->Add(this->button1);
1566
			this->PanelTab->Controls->Add(this->button1);
1553
			this->PanelTab->Dock = System::Windows::Forms::DockStyle::Top;
1567
			this->PanelTab->Dock = System::Windows::Forms::DockStyle::Top;
1554
			this->PanelTab->Location = System::Drawing::Point(0, 63);
1568
			this->PanelTab->Location = System::Drawing::Point(0, 67);
-
 
1569
			this->PanelTab->Margin = System::Windows::Forms::Padding(4);
1555
			this->PanelTab->Name = L"PanelTab";
1570
			this->PanelTab->Name = L"PanelTab";
1556
			this->PanelTab->Size = System::Drawing::Size(747, 27);
1571
			this->PanelTab->Size = System::Drawing::Size(996, 33);
1557
			this->PanelTab->TabIndex = 6;
1572
			this->PanelTab->TabIndex = 6;
1558
			// 
1573
			// 
1559
			// tabControl1
1574
			// tabControl1
1560
			// 
1575
			// 
1561
			this->tabControl1->Dock = System::Windows::Forms::DockStyle::Fill;
1576
			this->tabControl1->Dock = System::Windows::Forms::DockStyle::Fill;
1562
			this->tabControl1->ImageList = this->imageList1;
1577
			this->tabControl1->ImageList = this->imageList1;
1563
			this->tabControl1->Location = System::Drawing::Point(0, 0);
1578
			this->tabControl1->Location = System::Drawing::Point(0, 0);
-
 
1579
			this->tabControl1->Margin = System::Windows::Forms::Padding(4);
1564
			this->tabControl1->Name = L"tabControl1";
1580
			this->tabControl1->Name = L"tabControl1";
1565
			this->tabControl1->SelectedIndex = 0;
1581
			this->tabControl1->SelectedIndex = 0;
1566
			this->tabControl1->Size = System::Drawing::Size(726, 27);
1582
			this->tabControl1->Size = System::Drawing::Size(968, 33);
1567
			this->tabControl1->TabIndex = 3;
1583
			this->tabControl1->TabIndex = 3;
1568
			this->tabControl1->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::tabControl1_SelectedIndexChanged_1);
1584
			this->tabControl1->SelectedIndexChanged += gcnew System::EventHandler(this, &Form1::tabControl1_SelectedIndexChanged_1);
1569
			// 
1585
			// 
1570
			// imageList1
1586
			// imageList1
1571
			// 
1587
			// 
1572
			this->imageList1->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^  >(resources->GetObject(L"imageList1.ImageStream")));
1588
			this->imageList1->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject(L"imageList1.ImageStream")));
1573
			this->imageList1->TransparentColor = System::Drawing::Color::Transparent;
1589
			this->imageList1->TransparentColor = System::Drawing::Color::Transparent;
1574
			this->imageList1->Images->SetKeyName(0, L"standard");
1590
			this->imageList1->Images->SetKeyName(0, L"standard");
1575
			this->imageList1->Images->SetKeyName(1, L"ship");
1591
			this->imageList1->Images->SetKeyName(1, L"ship");
1576
			this->imageList1->Images->SetKeyName(2, L"fake");
1592
			this->imageList1->Images->SetKeyName(2, L"fake");
1577
			this->imageList1->Images->SetKeyName(3, L"library");
1593
			this->imageList1->Images->SetKeyName(3, L"library");
Line 1582... Line 1598...
1582
			this->imageList1->Images->SetKeyName(8, L"start");
1598
			this->imageList1->Images->SetKeyName(8, L"start");
1583
			// 
1599
			// 
1584
			// button1
1600
			// button1
1585
			// 
1601
			// 
1586
			this->button1->Dock = System::Windows::Forms::DockStyle::Right;
1602
			this->button1->Dock = System::Windows::Forms::DockStyle::Right;
1587
			this->button1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1603
			this->button1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1588
				static_cast<System::Byte>(0)));
1604
				static_cast<System::Byte>(0)));
1589
			this->button1->ForeColor = System::Drawing::Color::Red;
1605
			this->button1->ForeColor = System::Drawing::Color::Red;
1590
			this->button1->Location = System::Drawing::Point(726, 0);
1606
			this->button1->Location = System::Drawing::Point(968, 0);
-
 
1607
			this->button1->Margin = System::Windows::Forms::Padding(4);
1591
			this->button1->Name = L"button1";
1608
			this->button1->Name = L"button1";
1592
			this->button1->Size = System::Drawing::Size(21, 27);
1609
			this->button1->Size = System::Drawing::Size(28, 33);
1593
			this->button1->TabIndex = 4;
1610
			this->button1->TabIndex = 4;
1594
			this->button1->Text = L"X";
1611
			this->button1->Text = L"X";
1595
			this->button1->UseVisualStyleBackColor = true;
1612
			this->button1->UseVisualStyleBackColor = true;
1596
			this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
1613
			this->button1->Click += gcnew System::EventHandler(this, &Form1::button1_Click);
1597
			// 
1614
			// 
1598
			// toolStrip1
1615
			// toolStrip1
1599
			// 
1616
			// 
1600
			this->toolStrip1->GripStyle = System::Windows::Forms::ToolStripGripStyle::Hidden;
1617
			this->toolStrip1->GripStyle = System::Windows::Forms::ToolStripGripStyle::Hidden;
1601
			this->toolStrip1->ImageScalingSize = System::Drawing::Size(32, 32);
1618
			this->toolStrip1->ImageScalingSize = System::Drawing::Size(32, 32);
1602
			this->toolStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->toolStripButton1, 
1619
			this->toolStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
1620
				this->toolStripButton1,
1603
				this->toolStripSplitButton1, this->toolStripSeparator3, this->toolStripButton2, this->toolStripSeparator8, this->toolStripDropDownButton1});
1621
					this->toolStripSplitButton1, this->toolStripSeparator3, this->toolStripButton2, this->toolStripSeparator8, this->toolStripDropDownButton1
-
 
1622
			});
1604
			this->toolStrip1->LayoutStyle = System::Windows::Forms::ToolStripLayoutStyle::HorizontalStackWithOverflow;
1623
			this->toolStrip1->LayoutStyle = System::Windows::Forms::ToolStripLayoutStyle::HorizontalStackWithOverflow;
1605
			this->toolStrip1->Location = System::Drawing::Point(0, 24);
1624
			this->toolStrip1->Location = System::Drawing::Point(0, 28);
1606
			this->toolStrip1->Name = L"toolStrip1";
1625
			this->toolStrip1->Name = L"toolStrip1";
1607
			this->toolStrip1->Size = System::Drawing::Size(747, 39);
1626
			this->toolStrip1->Size = System::Drawing::Size(996, 39);
1608
			this->toolStrip1->TabIndex = 7;
1627
			this->toolStrip1->TabIndex = 7;
1609
			this->toolStrip1->Text = L"toolStrip1";
1628
			this->toolStrip1->Text = L"toolStrip1";
1610
			// 
1629
			// 
1611
			// toolStripButton1
1630
			// toolStripButton1
1612
			// 
1631
			// 
1613
			this->toolStripButton1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(10) {this->packageToolStripMenuItem1, 
1632
			this->toolStripButton1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(10) {
-
 
1633
				this->packageToolStripMenuItem1,
1614
				this->shipToolStripMenuItem1, this->multiPackageToolStripMenuItem, this->toolStripSeparator4, this->fromPackagerScriptToolStripMenuItem, 
1634
					this->shipToolStripMenuItem1, this->multiPackageToolStripMenuItem, this->toolStripSeparator4, this->fromPackagerScriptToolStripMenuItem,
1615
				this->fromArchiveToolStripMenuItem, this->importShipFromModToolStripMenuItem, this->importShipFromVFSToolStripMenuItem, this->toolStripSeparator7, 
1635
					this->fromArchiveToolStripMenuItem, this->importShipFromModToolStripMenuItem, this->importShipFromVFSToolStripMenuItem, this->toolStripSeparator7,
1616
				this->packageCreationWizardToolStripMenuItem1});
1636
					this->packageCreationWizardToolStripMenuItem1
-
 
1637
			});
1617
			this->toolStripButton1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton1.Image")));
1638
			this->toolStripButton1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton1.Image")));
1618
			this->toolStripButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1639
			this->toolStripButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1619
			this->toolStripButton1->Name = L"toolStripButton1";
1640
			this->toolStripButton1->Name = L"toolStripButton1";
1620
			this->toolStripButton1->Size = System::Drawing::Size(76, 36);
1641
			this->toolStripButton1->Size = System::Drawing::Size(85, 36);
1621
			this->toolStripButton1->Text = L"New";
1642
			this->toolStripButton1->Text = L"New";
1622
			// 
1643
			// 
1623
			// packageToolStripMenuItem1
1644
			// packageToolStripMenuItem1
1624
			// 
1645
			// 
1625
			this->packageToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"packageToolStripMenuItem1.Image")));
1646
			this->packageToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"packageToolStripMenuItem1.Image")));
1626
			this->packageToolStripMenuItem1->Name = L"packageToolStripMenuItem1";
1647
			this->packageToolStripMenuItem1->Name = L"packageToolStripMenuItem1";
1627
			this->packageToolStripMenuItem1->Size = System::Drawing::Size(221, 38);
1648
			this->packageToolStripMenuItem1->Size = System::Drawing::Size(261, 38);
1628
			this->packageToolStripMenuItem1->Text = L"Package";
1649
			this->packageToolStripMenuItem1->Text = L"Package";
1629
			this->packageToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::packageToolStripMenuItem1_Click);
1650
			this->packageToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::packageToolStripMenuItem1_Click);
1630
			// 
1651
			// 
1631
			// shipToolStripMenuItem1
1652
			// shipToolStripMenuItem1
1632
			// 
1653
			// 
1633
			this->shipToolStripMenuItem1->Name = L"shipToolStripMenuItem1";
1654
			this->shipToolStripMenuItem1->Name = L"shipToolStripMenuItem1";
1634
			this->shipToolStripMenuItem1->Size = System::Drawing::Size(221, 38);
1655
			this->shipToolStripMenuItem1->Size = System::Drawing::Size(261, 38);
1635
			this->shipToolStripMenuItem1->Text = L"Ship";
1656
			this->shipToolStripMenuItem1->Text = L"Ship";
1636
			this->shipToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::shipToolStripMenuItem1_Click);
1657
			this->shipToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::shipToolStripMenuItem1_Click);
1637
			// 
1658
			// 
1638
			// multiPackageToolStripMenuItem
1659
			// multiPackageToolStripMenuItem
1639
			// 
1660
			// 
1640
			this->multiPackageToolStripMenuItem->Name = L"multiPackageToolStripMenuItem";
1661
			this->multiPackageToolStripMenuItem->Name = L"multiPackageToolStripMenuItem";
1641
			this->multiPackageToolStripMenuItem->Size = System::Drawing::Size(221, 38);
1662
			this->multiPackageToolStripMenuItem->Size = System::Drawing::Size(261, 38);
1642
			this->multiPackageToolStripMenuItem->Text = L"Multi Package";
1663
			this->multiPackageToolStripMenuItem->Text = L"Multi Package";
1643
			this->multiPackageToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::multiPackageToolStripMenuItem_Click);
1664
			this->multiPackageToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::multiPackageToolStripMenuItem_Click);
1644
			// 
1665
			// 
1645
			// toolStripSeparator4
1666
			// toolStripSeparator4
1646
			// 
1667
			// 
1647
			this->toolStripSeparator4->Name = L"toolStripSeparator4";
1668
			this->toolStripSeparator4->Name = L"toolStripSeparator4";
1648
			this->toolStripSeparator4->Size = System::Drawing::Size(218, 6);
1669
			this->toolStripSeparator4->Size = System::Drawing::Size(258, 6);
1649
			// 
1670
			// 
1650
			// fromPackagerScriptToolStripMenuItem
1671
			// fromPackagerScriptToolStripMenuItem
1651
			// 
1672
			// 
1652
			this->fromPackagerScriptToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromPackagerScriptToolStripMenuItem.Image")));
1673
			this->fromPackagerScriptToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromPackagerScriptToolStripMenuItem.Image")));
1653
			this->fromPackagerScriptToolStripMenuItem->Name = L"fromPackagerScriptToolStripMenuItem";
1674
			this->fromPackagerScriptToolStripMenuItem->Name = L"fromPackagerScriptToolStripMenuItem";
1654
			this->fromPackagerScriptToolStripMenuItem->Size = System::Drawing::Size(221, 38);
1675
			this->fromPackagerScriptToolStripMenuItem->Size = System::Drawing::Size(261, 38);
1655
			this->fromPackagerScriptToolStripMenuItem->Text = L"From Packager Script";
1676
			this->fromPackagerScriptToolStripMenuItem->Text = L"From Packager Script";
1656
			this->fromPackagerScriptToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fromPackagerScriptToolStripMenuItem_Click);
1677
			this->fromPackagerScriptToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fromPackagerScriptToolStripMenuItem_Click);
1657
			// 
1678
			// 
1658
			// fromArchiveToolStripMenuItem
1679
			// fromArchiveToolStripMenuItem
1659
			// 
1680
			// 
1660
			this->fromArchiveToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromArchiveToolStripMenuItem.Image")));
1681
			this->fromArchiveToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromArchiveToolStripMenuItem.Image")));
1661
			this->fromArchiveToolStripMenuItem->Name = L"fromArchiveToolStripMenuItem";
1682
			this->fromArchiveToolStripMenuItem->Name = L"fromArchiveToolStripMenuItem";
1662
			this->fromArchiveToolStripMenuItem->Size = System::Drawing::Size(221, 38);
1683
			this->fromArchiveToolStripMenuItem->Size = System::Drawing::Size(261, 38);
1663
			this->fromArchiveToolStripMenuItem->Text = L"From Archive";
1684
			this->fromArchiveToolStripMenuItem->Text = L"From Archive";
1664
			this->fromArchiveToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fromArchiveToolStripMenuItem_Click);
1685
			this->fromArchiveToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fromArchiveToolStripMenuItem_Click);
1665
			// 
1686
			// 
1666
			// importShipFromModToolStripMenuItem
1687
			// importShipFromModToolStripMenuItem
1667
			// 
1688
			// 
1668
			this->importShipFromModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"importShipFromModToolStripMenuItem.Image")));
1689
			this->importShipFromModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"importShipFromModToolStripMenuItem.Image")));
1669
			this->importShipFromModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1690
			this->importShipFromModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1670
			this->importShipFromModToolStripMenuItem->Name = L"importShipFromModToolStripMenuItem";
1691
			this->importShipFromModToolStripMenuItem->Name = L"importShipFromModToolStripMenuItem";
1671
			this->importShipFromModToolStripMenuItem->Size = System::Drawing::Size(221, 38);
1692
			this->importShipFromModToolStripMenuItem->Size = System::Drawing::Size(261, 38);
1672
			this->importShipFromModToolStripMenuItem->Text = L"Import Ship From Mod";
1693
			this->importShipFromModToolStripMenuItem->Text = L"Import Ship From Mod";
1673
			this->importShipFromModToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::importShipFromModToolStripMenuItem_Click);
1694
			this->importShipFromModToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::importShipFromModToolStripMenuItem_Click);
1674
			// 
1695
			// 
1675
			// importShipFromVFSToolStripMenuItem
1696
			// importShipFromVFSToolStripMenuItem
1676
			// 
1697
			// 
1677
			this->importShipFromVFSToolStripMenuItem->Name = L"importShipFromVFSToolStripMenuItem";
1698
			this->importShipFromVFSToolStripMenuItem->Name = L"importShipFromVFSToolStripMenuItem";
1678
			this->importShipFromVFSToolStripMenuItem->Size = System::Drawing::Size(221, 38);
1699
			this->importShipFromVFSToolStripMenuItem->Size = System::Drawing::Size(261, 38);
1679
			this->importShipFromVFSToolStripMenuItem->Text = L"Import Ship from VFS";
1700
			this->importShipFromVFSToolStripMenuItem->Text = L"Import Ship from VFS";
1680
			this->importShipFromVFSToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::importShipFromVFSToolStripMenuItem_Click);
1701
			this->importShipFromVFSToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::importShipFromVFSToolStripMenuItem_Click);
1681
			// 
1702
			// 
1682
			// toolStripSeparator7
1703
			// toolStripSeparator7
1683
			// 
1704
			// 
1684
			this->toolStripSeparator7->Name = L"toolStripSeparator7";
1705
			this->toolStripSeparator7->Name = L"toolStripSeparator7";
1685
			this->toolStripSeparator7->Size = System::Drawing::Size(218, 6);
1706
			this->toolStripSeparator7->Size = System::Drawing::Size(258, 6);
1686
			// 
1707
			// 
1687
			// packageCreationWizardToolStripMenuItem1
1708
			// packageCreationWizardToolStripMenuItem1
1688
			// 
1709
			// 
1689
			this->packageCreationWizardToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"packageCreationWizardToolStripMenuItem1.Image")));
1710
			this->packageCreationWizardToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"packageCreationWizardToolStripMenuItem1.Image")));
1690
			this->packageCreationWizardToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1711
			this->packageCreationWizardToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1691
			this->packageCreationWizardToolStripMenuItem1->Name = L"packageCreationWizardToolStripMenuItem1";
1712
			this->packageCreationWizardToolStripMenuItem1->Name = L"packageCreationWizardToolStripMenuItem1";
1692
			this->packageCreationWizardToolStripMenuItem1->Size = System::Drawing::Size(221, 38);
1713
			this->packageCreationWizardToolStripMenuItem1->Size = System::Drawing::Size(261, 38);
1693
			this->packageCreationWizardToolStripMenuItem1->Text = L"Package Creation Wizard";
1714
			this->packageCreationWizardToolStripMenuItem1->Text = L"Package Creation Wizard";
1694
			this->packageCreationWizardToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::packageCreationWizardToolStripMenuItem1_Click);
1715
			this->packageCreationWizardToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::packageCreationWizardToolStripMenuItem1_Click);
1695
			// 
1716
			// 
1696
			// toolStripSplitButton1
1717
			// toolStripSplitButton1
1697
			// 
1718
			// 
1698
			this->toolStripSplitButton1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripSplitButton1.Image")));
1719
			this->toolStripSplitButton1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripSplitButton1.Image")));
1699
			this->toolStripSplitButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1720
			this->toolStripSplitButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1700
			this->toolStripSplitButton1->Name = L"toolStripSplitButton1";
1721
			this->toolStripSplitButton1->Name = L"toolStripSplitButton1";
1701
			this->toolStripSplitButton1->RightToLeft = System::Windows::Forms::RightToLeft::No;
1722
			this->toolStripSplitButton1->RightToLeft = System::Windows::Forms::RightToLeft::No;
1702
			this->toolStripSplitButton1->Size = System::Drawing::Size(84, 36);
1723
			this->toolStripSplitButton1->Size = System::Drawing::Size(96, 36);
1703
			this->toolStripSplitButton1->Text = L"Open";
1724
			this->toolStripSplitButton1->Text = L"Open";
1704
			this->toolStripSplitButton1->ToolTipText = L"Open an existing package/ship";
1725
			this->toolStripSplitButton1->ToolTipText = L"Open an existing package/ship";
1705
			this->toolStripSplitButton1->ButtonClick += gcnew System::EventHandler(this, &Form1::toolStripSplitButton1_ButtonClick);
1726
			this->toolStripSplitButton1->ButtonClick += gcnew System::EventHandler(this, &Form1::toolStripSplitButton1_ButtonClick);
1706
			// 
1727
			// 
1707
			// toolStripSeparator3
1728
			// toolStripSeparator3
Line 1710... Line 1731...
1710
			this->toolStripSeparator3->Size = System::Drawing::Size(6, 39);
1731
			this->toolStripSeparator3->Size = System::Drawing::Size(6, 39);
1711
			// 
1732
			// 
1712
			// toolStripButton2
1733
			// toolStripButton2
1713
			// 
1734
			// 
1714
			this->toolStripButton2->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
1735
			this->toolStripButton2->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
1715
			this->toolStripButton2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton2.Image")));
1736
			this->toolStripButton2->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton2.Image")));
1716
			this->toolStripButton2->ImageTransparentColor = System::Drawing::Color::Magenta;
1737
			this->toolStripButton2->ImageTransparentColor = System::Drawing::Color::Magenta;
1717
			this->toolStripButton2->Name = L"toolStripButton2";
1738
			this->toolStripButton2->Name = L"toolStripButton2";
1718
			this->toolStripButton2->Size = System::Drawing::Size(36, 36);
1739
			this->toolStripButton2->Size = System::Drawing::Size(36, 36);
1719
			this->toolStripButton2->Text = L"toolStripButton2";
1740
			this->toolStripButton2->Text = L"toolStripButton2";
1720
			this->toolStripButton2->ToolTipText = L"Open the options menu";
1741
			this->toolStripButton2->ToolTipText = L"Open the options menu";
Line 1725... Line 1746...
1725
			this->toolStripSeparator8->Name = L"toolStripSeparator8";
1746
			this->toolStripSeparator8->Name = L"toolStripSeparator8";
1726
			this->toolStripSeparator8->Size = System::Drawing::Size(6, 39);
1747
			this->toolStripSeparator8->Size = System::Drawing::Size(6, 39);
1727
			// 
1748
			// 
1728
			// toolStripDropDownButton1
1749
			// toolStripDropDownButton1
1729
			// 
1750
			// 
1730
			this->toolStripDropDownButton1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {this->modMergeToolStripMenuItem1, 
1751
			this->toolStripDropDownButton1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {
-
 
1752
				this->modMergeToolStripMenuItem1,
1731
				this->modDiffToolStripMenuItem, this->toolStripSeparator9, this->generatePackageWebListToolStripMenuItem, this->generatePackageUpdatesToolStripMenuItem, 
1753
					this->modDiffToolStripMenuItem, this->toolStripSeparator9, this->generatePackageWebListToolStripMenuItem, this->generatePackageUpdatesToolStripMenuItem,
1732
				this->toolStripSeparator11, this->fileExplorerToolStripMenuItem});
1754
					this->toolStripSeparator11, this->fileExplorerToolStripMenuItem
-
 
1755
			});
1733
			this->toolStripDropDownButton1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripDropDownButton1.Image")));
1756
			this->toolStripDropDownButton1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripDropDownButton1.Image")));
1734
			this->toolStripDropDownButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1757
			this->toolStripDropDownButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
1735
			this->toolStripDropDownButton1->Name = L"toolStripDropDownButton1";
1758
			this->toolStripDropDownButton1->Name = L"toolStripDropDownButton1";
1736
			this->toolStripDropDownButton1->Size = System::Drawing::Size(81, 36);
1759
			this->toolStripDropDownButton1->Size = System::Drawing::Size(90, 36);
1737
			this->toolStripDropDownButton1->Text = L"Tools";
1760
			this->toolStripDropDownButton1->Text = L"Tools";
1738
			// 
1761
			// 
1739
			// modMergeToolStripMenuItem1
1762
			// modMergeToolStripMenuItem1
1740
			// 
1763
			// 
1741
			this->modMergeToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"modMergeToolStripMenuItem1.Image")));
1764
			this->modMergeToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"modMergeToolStripMenuItem1.Image")));
1742
			this->modMergeToolStripMenuItem1->Name = L"modMergeToolStripMenuItem1";
1765
			this->modMergeToolStripMenuItem1->Name = L"modMergeToolStripMenuItem1";
1743
			this->modMergeToolStripMenuItem1->Size = System::Drawing::Size(216, 22);
1766
			this->modMergeToolStripMenuItem1->Size = System::Drawing::Size(262, 26);
1744
			this->modMergeToolStripMenuItem1->Text = L"Mod Merge";
1767
			this->modMergeToolStripMenuItem1->Text = L"Mod Merge";
1745
			this->modMergeToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::modMergeToolStripMenuItem1_Click);
1768
			this->modMergeToolStripMenuItem1->Click += gcnew System::EventHandler(this, &Form1::modMergeToolStripMenuItem1_Click);
1746
			// 
1769
			// 
1747
			// modDiffToolStripMenuItem
1770
			// modDiffToolStripMenuItem
1748
			// 
1771
			// 
1749
			this->modDiffToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"modDiffToolStripMenuItem.Image")));
1772
			this->modDiffToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"modDiffToolStripMenuItem.Image")));
1750
			this->modDiffToolStripMenuItem->Name = L"modDiffToolStripMenuItem";
1773
			this->modDiffToolStripMenuItem->Name = L"modDiffToolStripMenuItem";
1751
			this->modDiffToolStripMenuItem->Size = System::Drawing::Size(216, 22);
1774
			this->modDiffToolStripMenuItem->Size = System::Drawing::Size(262, 26);
1752
			this->modDiffToolStripMenuItem->Text = L"Mod Diff";
1775
			this->modDiffToolStripMenuItem->Text = L"Mod Diff";
1753
			this->modDiffToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::modDiffToolStripMenuItem_Click);
1776
			this->modDiffToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::modDiffToolStripMenuItem_Click);
1754
			// 
1777
			// 
1755
			// toolStripSeparator9
1778
			// toolStripSeparator9
1756
			// 
1779
			// 
1757
			this->toolStripSeparator9->Name = L"toolStripSeparator9";
1780
			this->toolStripSeparator9->Name = L"toolStripSeparator9";
1758
			this->toolStripSeparator9->Size = System::Drawing::Size(213, 6);
1781
			this->toolStripSeparator9->Size = System::Drawing::Size(259, 6);
1759
			// 
1782
			// 
1760
			// generatePackageWebListToolStripMenuItem
1783
			// generatePackageWebListToolStripMenuItem
1761
			// 
1784
			// 
1762
			this->generatePackageWebListToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"generatePackageWebListToolStripMenuItem.Image")));
1785
			this->generatePackageWebListToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"generatePackageWebListToolStripMenuItem.Image")));
1763
			this->generatePackageWebListToolStripMenuItem->Name = L"generatePackageWebListToolStripMenuItem";
1786
			this->generatePackageWebListToolStripMenuItem->Name = L"generatePackageWebListToolStripMenuItem";
1764
			this->generatePackageWebListToolStripMenuItem->Size = System::Drawing::Size(216, 22);
1787
			this->generatePackageWebListToolStripMenuItem->Size = System::Drawing::Size(262, 26);
1765
			this->generatePackageWebListToolStripMenuItem->Text = L"Generate Package Web List";
1788
			this->generatePackageWebListToolStripMenuItem->Text = L"Generate Package Web List";
1766
			this->generatePackageWebListToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::generatePackageWebListToolStripMenuItem_Click);
1789
			this->generatePackageWebListToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::generatePackageWebListToolStripMenuItem_Click);
1767
			// 
1790
			// 
1768
			// generatePackageUpdatesToolStripMenuItem
1791
			// generatePackageUpdatesToolStripMenuItem
1769
			// 
1792
			// 
1770
			this->generatePackageUpdatesToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"generatePackageUpdatesToolStripMenuItem.Image")));
1793
			this->generatePackageUpdatesToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"generatePackageUpdatesToolStripMenuItem.Image")));
1771
			this->generatePackageUpdatesToolStripMenuItem->Name = L"generatePackageUpdatesToolStripMenuItem";
1794
			this->generatePackageUpdatesToolStripMenuItem->Name = L"generatePackageUpdatesToolStripMenuItem";
1772
			this->generatePackageUpdatesToolStripMenuItem->Size = System::Drawing::Size(216, 22);
1795
			this->generatePackageUpdatesToolStripMenuItem->Size = System::Drawing::Size(262, 26);
1773
			this->generatePackageUpdatesToolStripMenuItem->Text = L"Generate Package Updates";
1796
			this->generatePackageUpdatesToolStripMenuItem->Text = L"Generate Package Updates";
1774
			this->generatePackageUpdatesToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::generatePackageUpdatesToolStripMenuItem_Click);
1797
			this->generatePackageUpdatesToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::generatePackageUpdatesToolStripMenuItem_Click);
1775
			// 
1798
			// 
1776
			// toolStripSeparator11
1799
			// toolStripSeparator11
1777
			// 
1800
			// 
1778
			this->toolStripSeparator11->Name = L"toolStripSeparator11";
1801
			this->toolStripSeparator11->Name = L"toolStripSeparator11";
1779
			this->toolStripSeparator11->Size = System::Drawing::Size(213, 6);
1802
			this->toolStripSeparator11->Size = System::Drawing::Size(259, 6);
1780
			// 
1803
			// 
1781
			// fileExplorerToolStripMenuItem
1804
			// fileExplorerToolStripMenuItem
1782
			// 
1805
			// 
1783
			this->fileExplorerToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fileExplorerToolStripMenuItem.Image")));
1806
			this->fileExplorerToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fileExplorerToolStripMenuItem.Image")));
1784
			this->fileExplorerToolStripMenuItem->Name = L"fileExplorerToolStripMenuItem";
1807
			this->fileExplorerToolStripMenuItem->Name = L"fileExplorerToolStripMenuItem";
1785
			this->fileExplorerToolStripMenuItem->Size = System::Drawing::Size(216, 22);
1808
			this->fileExplorerToolStripMenuItem->Size = System::Drawing::Size(262, 26);
1786
			this->fileExplorerToolStripMenuItem->Text = L"File Explorer";
1809
			this->fileExplorerToolStripMenuItem->Text = L"File Explorer";
1787
			this->fileExplorerToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fileExplorerToolStripMenuItem_Click);
1810
			this->fileExplorerToolStripMenuItem->Click += gcnew System::EventHandler(this, &Form1::fileExplorerToolStripMenuItem_Click);
1788
			// 
1811
			// 
1789
			// timer1
1812
			// timer1
1790
			// 
1813
			// 
Line 1792... Line 1815...
1792
			this->timer1->Interval = 500;
1815
			this->timer1->Interval = 500;
1793
			this->timer1->Tick += gcnew System::EventHandler(this, &Form1::timer1_Tick);
1816
			this->timer1->Tick += gcnew System::EventHandler(this, &Form1::timer1_Tick);
1794
			// 
1817
			// 
1795
			// statusStrip1
1818
			// statusStrip1
1796
			// 
1819
			// 
-
 
1820
			this->statusStrip1->ImageScalingSize = System::Drawing::Size(20, 20);
1797
			this->statusStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) {this->StatusFiles});
1821
			this->statusStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) { this->StatusFiles });
1798
			this->statusStrip1->Location = System::Drawing::Point(0, 674);
1822
			this->statusStrip1->Location = System::Drawing::Point(0, 832);
1799
			this->statusStrip1->Name = L"statusStrip1";
1823
			this->statusStrip1->Name = L"statusStrip1";
-
 
1824
			this->statusStrip1->Padding = System::Windows::Forms::Padding(1, 0, 19, 0);
1800
			this->statusStrip1->Size = System::Drawing::Size(747, 22);
1825
			this->statusStrip1->Size = System::Drawing::Size(996, 25);
1801
			this->statusStrip1->TabIndex = 9;
1826
			this->statusStrip1->TabIndex = 9;
1802
			this->statusStrip1->Text = L"statusStrip1";
1827
			this->statusStrip1->Text = L"statusStrip1";
1803
			// 
1828
			// 
1804
			// StatusFiles
1829
			// StatusFiles
1805
			// 
1830
			// 
1806
			this->StatusFiles->Name = L"StatusFiles";
1831
			this->StatusFiles->Name = L"StatusFiles";
1807
			this->StatusFiles->Size = System::Drawing::Size(79, 17);
1832
			this->StatusFiles->Size = System::Drawing::Size(101, 20);
1808
			this->StatusFiles->Text = L"Files: 1 (10KB)";
1833
			this->StatusFiles->Text = L"Files: 1 (10KB)";
1809
			// 
1834
			// 
1810
			// imageListGames
1835
			// imageListGames
1811
			// 
1836
			// 
1812
			this->imageListGames->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^  >(resources->GetObject(L"imageListGames.ImageStream")));
1837
			this->imageListGames->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject(L"imageListGames.ImageStream")));
1813
			this->imageListGames->TransparentColor = System::Drawing::Color::Transparent;
1838
			this->imageListGames->TransparentColor = System::Drawing::Color::Transparent;
1814
			this->imageListGames->Images->SetKeyName(0, L"X2");
1839
			this->imageListGames->Images->SetKeyName(0, L"X2");
1815
			this->imageListGames->Images->SetKeyName(1, L"X3");
1840
			this->imageListGames->Images->SetKeyName(1, L"X3");
1816
			this->imageListGames->Images->SetKeyName(2, L"X3TC");
1841
			this->imageListGames->Images->SetKeyName(2, L"X3TC");
1817
			this->imageListGames->Images->SetKeyName(3, L"X3AP");
1842
			this->imageListGames->Images->SetKeyName(3, L"X3AP");
-
 
1843
			this->imageListGames->Images->SetKeyName(4, L"X3FL");
1818
			// 
1844
			// 
1819
			// toolTip1
1845
			// toolTip1
1820
			// 
1846
			// 
1821
			this->toolTip1->AutomaticDelay = 1000;
1847
			this->toolTip1->AutomaticDelay = 1000;
1822
			this->toolTip1->IsBalloon = true;
1848
			this->toolTip1->IsBalloon = true;
1823
			this->toolTip1->ToolTipIcon = System::Windows::Forms::ToolTipIcon::Info;
1849
			this->toolTip1->ToolTipIcon = System::Windows::Forms::ToolTipIcon::Info;
1824
			this->toolTip1->ToolTipTitle = L"Close All Windows";
1850
			this->toolTip1->ToolTipTitle = L"Close All Windows";
1825
			// 
1851
			// 
1826
			// imageListSmall
1852
			// imageListSmall
1827
			// 
1853
			// 
1828
			this->imageListSmall->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^  >(resources->GetObject(L"imageListSmall.ImageStream")));
1854
			this->imageListSmall->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject(L"imageListSmall.ImageStream")));
1829
			this->imageListSmall->TransparentColor = System::Drawing::Color::Transparent;
1855
			this->imageListSmall->TransparentColor = System::Drawing::Color::Transparent;
1830
			this->imageListSmall->Images->SetKeyName(0, L"language");
1856
			this->imageListSmall->Images->SetKeyName(0, L"language");
1831
			this->imageListSmall->Images->SetKeyName(1, L"web");
1857
			this->imageListSmall->Images->SetKeyName(1, L"web");
1832
			this->imageListSmall->Images->SetKeyName(2, L"ware");
1858
			this->imageListSmall->Images->SetKeyName(2, L"ware");
1833
			this->imageListSmall->Images->SetKeyName(3, L"components");
1859
			this->imageListSmall->Images->SetKeyName(3, L"components");
Line 1839... Line 1865...
1839
			this->imageListSmall->Images->SetKeyName(9, L"turret");
1865
			this->imageListSmall->Images->SetKeyName(9, L"turret");
1840
			this->imageListSmall->Images->SetKeyName(10, L"gun");
1866
			this->imageListSmall->Images->SetKeyName(10, L"gun");
1841
			// 
1867
			// 
1842
			// imageListLarge
1868
			// imageListLarge
1843
			// 
1869
			// 
1844
			this->imageListLarge->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^  >(resources->GetObject(L"imageListLarge.ImageStream")));
1870
			this->imageListLarge->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject(L"imageListLarge.ImageStream")));
1845
			this->imageListLarge->TransparentColor = System::Drawing::Color::Transparent;
1871
			this->imageListLarge->TransparentColor = System::Drawing::Color::Transparent;
1846
			this->imageListLarge->Images->SetKeyName(0, L"language");
1872
			this->imageListLarge->Images->SetKeyName(0, L"language");
1847
			this->imageListLarge->Images->SetKeyName(1, L"web");
1873
			this->imageListLarge->Images->SetKeyName(1, L"web");
1848
			this->imageListLarge->Images->SetKeyName(2, L"ware");
1874
			this->imageListLarge->Images->SetKeyName(2, L"ware");
1849
			this->imageListLarge->Images->SetKeyName(3, L"turret");
1875
			this->imageListLarge->Images->SetKeyName(3, L"turret");
1850
			this->imageListLarge->Images->SetKeyName(4, L"gun");
1876
			this->imageListLarge->Images->SetKeyName(4, L"gun");
1851
			// 
1877
			// 
1852
			// imageListFiles
1878
			// imageListFiles
1853
			// 
1879
			// 
1854
			this->imageListFiles->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^  >(resources->GetObject(L"imageListFiles.ImageStream")));
1880
			this->imageListFiles->ImageStream = (cli::safe_cast<System::Windows::Forms::ImageListStreamer^>(resources->GetObject(L"imageListFiles.ImageStream")));
1855
			this->imageListFiles->TransparentColor = System::Drawing::Color::Transparent;
1881
			this->imageListFiles->TransparentColor = System::Drawing::Color::Transparent;
1856
			this->imageListFiles->Images->SetKeyName(0, L"script.png");
1882
			this->imageListFiles->Images->SetKeyName(0, L"script.png");
1857
			this->imageListFiles->Images->SetKeyName(1, L"textfile.png");
1883
			this->imageListFiles->Images->SetKeyName(1, L"textfile.png");
1858
			this->imageListFiles->Images->SetKeyName(2, L"readme.png");
1884
			this->imageListFiles->Images->SetKeyName(2, L"readme.png");
1859
			this->imageListFiles->Images->SetKeyName(3, L"map.png");
1885
			this->imageListFiles->Images->SetKeyName(3, L"map.png");
Line 1880... Line 1906...
1880
			this->backgroundWorker1->RunWorkerCompleted += gcnew System::ComponentModel::RunWorkerCompletedEventHandler(this, &Form1::backgroundWorker1_RunWorkerCompleted);
1906
			this->backgroundWorker1->RunWorkerCompleted += gcnew System::ComponentModel::RunWorkerCompletedEventHandler(this, &Form1::backgroundWorker1_RunWorkerCompleted);
1881
			// 
1907
			// 
1882
			// Form1
1908
			// Form1
1883
			// 
1909
			// 
1884
			this->AllowDrop = true;
1910
			this->AllowDrop = true;
1885
			this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
1911
			this->AutoScaleDimensions = System::Drawing::SizeF(8, 16);
1886
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
1912
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
1887
			this->ClientSize = System::Drawing::Size(747, 696);
1913
			this->ClientSize = System::Drawing::Size(996, 857);
1888
			this->Controls->Add(this->statusStrip1);
1914
			this->Controls->Add(this->statusStrip1);
1889
			this->Controls->Add(this->PanelTab);
1915
			this->Controls->Add(this->PanelTab);
1890
			this->Controls->Add(this->toolStrip1);
1916
			this->Controls->Add(this->toolStrip1);
1891
			this->Controls->Add(this->menuStrip1);
1917
			this->Controls->Add(this->menuStrip1);
1892
			this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));
1918
			this->Icon = (cli::safe_cast<System::Drawing::Icon^>(resources->GetObject(L"$this.Icon")));
1893
			this->IsMdiContainer = true;
1919
			this->IsMdiContainer = true;
1894
			this->MainMenuStrip = this->menuStrip1;
1920
			this->MainMenuStrip = this->menuStrip1;
-
 
1921
			this->Margin = System::Windows::Forms::Padding(4);
1895
			this->Name = L"Form1";
1922
			this->Name = L"Form1";
1896
			this->Text = L"Package Creator";
1923
			this->Text = L"Package Creator";
-
 
1924
			this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &Form1::Form1_FormClosing);
1897
			this->Load += gcnew System::EventHandler(this, &Form1::Form1_Load);
1925
			this->Load += gcnew System::EventHandler(this, &Form1::Form1_Load);
1898
			this->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::Form1_DragDrop);
1926
			this->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::Form1_DragDrop);
1899
			this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &Form1::Form1_FormClosing);
-
 
1900
			this->DragOver += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::Form1_DragOver);
1927
			this->DragOver += gcnew System::Windows::Forms::DragEventHandler(this, &Form1::Form1_DragOver);
1901
			this->menuStrip1->ResumeLayout(false);
1928
			this->menuStrip1->ResumeLayout(false);
1902
			this->menuStrip1->PerformLayout();
1929
			this->menuStrip1->PerformLayout();
1903
			this->PanelTab->ResumeLayout(false);
1930
			this->PanelTab->ResumeLayout(false);
1904
			this->toolStrip1->ResumeLayout(false);
1931
			this->toolStrip1->ResumeLayout(false);