Subversion Repositories spk

Rev

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

Rev 125 Rev 126
Line 168... Line 168...
168
			ofd->RestoreDirectory = true;
168
			ofd->RestoreDirectory = true;
169
			ofd->AddExtension =  true;
169
			ofd->AddExtension =  true;
170
			ofd->Title = "Select the archive to export to";
170
			ofd->Title = "Select the archive to export to";
171
			if ( ofd->ShowDialog(this) == Windows::Forms::DialogResult::OK )
171
			if ( ofd->ShowDialog(this) == Windows::Forms::DialogResult::OK )
172
			{
172
			{
173
				if ( m_pPackage->SaveToArchive(CyStringFromSystemString(ofd->FileName), game) )
173
				if ( m_pPackage->SaveToArchive(CyStringFromSystemString(ofd->FileName), game, m_pP->GetGameExe()) )
174
					MessageBox::Show(this, "Package saved to archive, " + ofd->FileName, "Package Exported", MessageBoxButtons::OK, MessageBoxIcon::Information);
174
					MessageBox::Show(this, "Package saved to archive, " + ofd->FileName, "Package Exported", MessageBoxButtons::OK, MessageBoxIcon::Information);
175
				else
175
				else
176
					MessageBox::Show(this, "Unable to export to archive, " + ofd->FileName, "Export Failed", MessageBoxButtons::OK, MessageBoxIcon::Error);
176
					MessageBox::Show(this, "Unable to export to archive, " + ofd->FileName, "Export Failed", MessageBoxButtons::OK, MessageBoxIcon::Error);
177
			}
177
			}
178
		}
178
		}
Line 844... Line 844...
844
			this->toolStripButton4 = (gcnew System::Windows::Forms::ToolStripButton());
844
			this->toolStripButton4 = (gcnew System::Windows::Forms::ToolStripButton());
845
			this->toolStripSeparator4 = (gcnew System::Windows::Forms::ToolStripSeparator());
845
			this->toolStripSeparator4 = (gcnew System::Windows::Forms::ToolStripSeparator());
846
			this->ToolCustomise = (gcnew System::Windows::Forms::ToolStripButton());
846
			this->ToolCustomise = (gcnew System::Windows::Forms::ToolStripButton());
847
			this->toolTip1 = (gcnew System::Windows::Forms::ToolTip(this->components));
847
			this->toolTip1 = (gcnew System::Windows::Forms::ToolTip(this->components));
848
			this->toolTip2 = (gcnew System::Windows::Forms::ToolTip(this->components));
848
			this->toolTip2 = (gcnew System::Windows::Forms::ToolTip(this->components));
849
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange5))->BeginInit();
849
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange5))->BeginInit();
850
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange1))->BeginInit();
850
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange1))->BeginInit();
851
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec5))->BeginInit();
851
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec5))->BeginInit();
852
			this->groupBox1->SuspendLayout();
852
			this->groupBox1->SuspendLayout();
853
			this->ContextFiles->SuspendLayout();
853
			this->ContextFiles->SuspendLayout();
854
			this->panel6->SuspendLayout();
854
			this->panel6->SuspendLayout();
855
			this->panel5->SuspendLayout();
855
			this->panel5->SuspendLayout();
856
			this->tabControl1->SuspendLayout();
856
			this->tabControl1->SuspendLayout();
Line 877... Line 877...
877
			this->panel20->SuspendLayout();
877
			this->panel20->SuspendLayout();
878
			this->panel18->SuspendLayout();
878
			this->panel18->SuspendLayout();
879
			this->groupBox6->SuspendLayout();
879
			this->groupBox6->SuspendLayout();
880
			this->panel17->SuspendLayout();
880
			this->panel17->SuspendLayout();
881
			this->GroupChange->SuspendLayout();
881
			this->GroupChange->SuspendLayout();
882
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange4))->BeginInit();
882
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange4))->BeginInit();
883
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange3))->BeginInit();
883
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange3))->BeginInit();
884
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange2))->BeginInit();
884
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange2))->BeginInit();
885
			this->GroupRec->SuspendLayout();
885
			this->GroupRec->SuspendLayout();
886
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec4))->BeginInit();
886
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec4))->BeginInit();
887
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec3))->BeginInit();
887
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec3))->BeginInit();
888
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec2))->BeginInit();
888
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec2))->BeginInit();
889
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec1))->BeginInit();
889
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec1))->BeginInit();
890
			this->GroupEase->SuspendLayout();
890
			this->GroupEase->SuspendLayout();
891
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase5))->BeginInit();
891
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase5))->BeginInit();
892
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase4))->BeginInit();
892
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase4))->BeginInit();
893
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase3))->BeginInit();
893
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase3))->BeginInit();
894
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase2))->BeginInit();
894
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase2))->BeginInit();
895
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase1))->BeginInit();
895
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase1))->BeginInit();
896
			this->groupBox5->SuspendLayout();
896
			this->groupBox5->SuspendLayout();
897
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->DisplayIcon))->BeginInit();
897
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->DisplayIcon))->BeginInit();
898
			this->panel15->SuspendLayout();
898
			this->panel15->SuspendLayout();
899
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->DisplayPicture))->BeginInit();
899
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->DisplayPicture))->BeginInit();
900
			this->panel16->SuspendLayout();
900
			this->panel16->SuspendLayout();
901
			this->tabPage2->SuspendLayout();
901
			this->tabPage2->SuspendLayout();
902
			this->ContextLangName->SuspendLayout();
902
			this->ContextLangName->SuspendLayout();
903
			this->groupBox4->SuspendLayout();
903
			this->groupBox4->SuspendLayout();
904
			this->ContextMirror->SuspendLayout();
904
			this->ContextMirror->SuspendLayout();
905
			this->panel14->SuspendLayout();
905
			this->panel14->SuspendLayout();
906
			this->tabPage4->SuspendLayout();
906
			this->tabPage4->SuspendLayout();
907
			this->ContextDep->SuspendLayout();
907
			this->ContextDep->SuspendLayout();
908
			this->PageWares->SuspendLayout();
908
			this->PageWares->SuspendLayout();
-
 
909
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->splitContainer1))->BeginInit();
909
			this->splitContainer1->Panel1->SuspendLayout();
910
			this->splitContainer1->Panel1->SuspendLayout();
910
			this->splitContainer1->Panel2->SuspendLayout();
911
			this->splitContainer1->Panel2->SuspendLayout();
911
			this->splitContainer1->SuspendLayout();
912
			this->splitContainer1->SuspendLayout();
912
			this->ContextWare->SuspendLayout();
913
			this->ContextWare->SuspendLayout();
913
			this->ContextWareText->SuspendLayout();
914
			this->ContextWareText->SuspendLayout();
914
			this->PageShip->SuspendLayout();
915
			this->PageShip->SuspendLayout();
915
			this->ContextShipText->SuspendLayout();
916
			this->ContextShipText->SuspendLayout();
916
			this->PanelTextID->SuspendLayout();
917
			this->PanelTextID->SuspendLayout();
917
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->NumTextID))->BeginInit();
918
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumTextID))->BeginInit();
918
			this->flowLayoutPanel2->SuspendLayout();
919
			this->flowLayoutPanel2->SuspendLayout();
919
			this->PageRaw->SuspendLayout();
920
			this->PageRaw->SuspendLayout();
920
			this->panel23->SuspendLayout();
921
			this->panel23->SuspendLayout();
921
			this->panel24->SuspendLayout();
922
			this->panel24->SuspendLayout();
922
			this->flowLayoutPanel3->SuspendLayout();
923
			this->flowLayoutPanel3->SuspendLayout();
Line 933... Line 934...
933
			this->SuspendLayout();
934
			this->SuspendLayout();
934
			// 
935
			// 
935
			// PicChange5
936
			// PicChange5
936
			// 
937
			// 
937
			this->PicChange5->Dock = System::Windows::Forms::DockStyle::Left;
938
			this->PicChange5->Dock = System::Windows::Forms::DockStyle::Left;
938
			this->PicChange5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicChange5.Image")));
939
			this->PicChange5->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicChange5.Image")));
939
			this->PicChange5->Location = System::Drawing::Point(99, 16);
940
			this->PicChange5->Location = System::Drawing::Point(132, 19);
-
 
941
			this->PicChange5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
940
			this->PicChange5->Name = L"PicChange5";
942
			this->PicChange5->Name = L"PicChange5";
941
			this->PicChange5->Size = System::Drawing::Size(24, 25);
943
			this->PicChange5->Size = System::Drawing::Size(32, 32);
942
			this->PicChange5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
944
			this->PicChange5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
943
			this->PicChange5->TabIndex = 18;
945
			this->PicChange5->TabIndex = 18;
944
			this->PicChange5->TabStop = false;
946
			this->PicChange5->TabStop = false;
945
			this->PicChange5->Click += gcnew System::EventHandler(this, &PackageForm::PicChange5_Click);
947
			this->PicChange5->Click += gcnew System::EventHandler(this, &PackageForm::PicChange5_Click);
946
			// 
948
			// 
947
			// PicChange1
949
			// PicChange1
948
			// 
950
			// 
949
			this->PicChange1->Dock = System::Windows::Forms::DockStyle::Left;
951
			this->PicChange1->Dock = System::Windows::Forms::DockStyle::Left;
950
			this->PicChange1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicChange1.Image")));
952
			this->PicChange1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicChange1.Image")));
951
			this->PicChange1->Location = System::Drawing::Point(3, 16);
953
			this->PicChange1->Location = System::Drawing::Point(4, 19);
-
 
954
			this->PicChange1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
952
			this->PicChange1->Name = L"PicChange1";
955
			this->PicChange1->Name = L"PicChange1";
953
			this->PicChange1->Size = System::Drawing::Size(24, 25);
956
			this->PicChange1->Size = System::Drawing::Size(32, 32);
954
			this->PicChange1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
957
			this->PicChange1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
955
			this->PicChange1->TabIndex = 14;
958
			this->PicChange1->TabIndex = 14;
956
			this->PicChange1->TabStop = false;
959
			this->PicChange1->TabStop = false;
957
			this->PicChange1->Click += gcnew System::EventHandler(this, &PackageForm::PicChange1_Click);
960
			this->PicChange1->Click += gcnew System::EventHandler(this, &PackageForm::PicChange1_Click);
958
			// 
961
			// 
959
			// PicRec5
962
			// PicRec5
960
			// 
963
			// 
961
			this->PicRec5->Dock = System::Windows::Forms::DockStyle::Left;
964
			this->PicRec5->Dock = System::Windows::Forms::DockStyle::Left;
962
			this->PicRec5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicRec5.Image")));
965
			this->PicRec5->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicRec5.Image")));
963
			this->PicRec5->Location = System::Drawing::Point(99, 16);
966
			this->PicRec5->Location = System::Drawing::Point(132, 19);
-
 
967
			this->PicRec5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
964
			this->PicRec5->Name = L"PicRec5";
968
			this->PicRec5->Name = L"PicRec5";
965
			this->PicRec5->Size = System::Drawing::Size(24, 25);
969
			this->PicRec5->Size = System::Drawing::Size(32, 32);
966
			this->PicRec5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
970
			this->PicRec5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
967
			this->PicRec5->TabIndex = 18;
971
			this->PicRec5->TabIndex = 18;
968
			this->PicRec5->TabStop = false;
972
			this->PicRec5->TabStop = false;
969
			this->PicRec5->Click += gcnew System::EventHandler(this, &PackageForm::PicRec5_Click);
973
			this->PicRec5->Click += gcnew System::EventHandler(this, &PackageForm::PicRec5_Click);
970
			// 
974
			// 
Line 972... Line 976...
972
			// 
976
			// 
973
			this->groupBox1->Controls->Add(this->ListFiles);
977
			this->groupBox1->Controls->Add(this->ListFiles);
974
			this->groupBox1->Controls->Add(this->panel6);
978
			this->groupBox1->Controls->Add(this->panel6);
975
			this->groupBox1->Controls->Add(this->panel5);
979
			this->groupBox1->Controls->Add(this->panel5);
976
			this->groupBox1->Dock = System::Windows::Forms::DockStyle::Fill;
980
			this->groupBox1->Dock = System::Windows::Forms::DockStyle::Fill;
977
			this->groupBox1->Location = System::Drawing::Point(5, 375);
981
			this->groupBox1->Location = System::Drawing::Point(7, 456);
-
 
982
			this->groupBox1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
978
			this->groupBox1->Name = L"groupBox1";
983
			this->groupBox1->Name = L"groupBox1";
-
 
984
			this->groupBox1->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
979
			this->groupBox1->Size = System::Drawing::Size(756, 330);
985
			this->groupBox1->Size = System::Drawing::Size(1007, 412);
980
			this->groupBox1->TabIndex = 0;
986
			this->groupBox1->TabIndex = 0;
981
			this->groupBox1->TabStop = false;
987
			this->groupBox1->TabStop = false;
982
			this->groupBox1->Text = L"Files";
988
			this->groupBox1->Text = L"Files";
983
			// 
989
			// 
984
			// ListFiles
990
			// ListFiles
985
			// 
991
			// 
986
			this->ListFiles->AllowDrop = true;
992
			this->ListFiles->AllowDrop = true;
987
			this->ListFiles->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(7) {this->columnHeader1, this->columnHeader2, 
993
			this->ListFiles->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(7) {
-
 
994
				this->columnHeader1, this->columnHeader2,
988
				this->columnHeader3, this->columnHeader4, this->columnHeader5, this->columnHeader25, this->columnHeader28});
995
					this->columnHeader3, this->columnHeader4, this->columnHeader5, this->columnHeader25, this->columnHeader28
-
 
996
			});
989
			this->ListFiles->ContextMenuStrip = this->ContextFiles;
997
			this->ListFiles->ContextMenuStrip = this->ContextFiles;
990
			this->ListFiles->Dock = System::Windows::Forms::DockStyle::Fill;
998
			this->ListFiles->Dock = System::Windows::Forms::DockStyle::Fill;
991
			this->ListFiles->FullRowSelect = true;
999
			this->ListFiles->FullRowSelect = true;
992
			this->ListFiles->HideSelection = false;
1000
			this->ListFiles->HideSelection = false;
993
			this->ListFiles->Location = System::Drawing::Point(3, 41);
1001
			this->ListFiles->Location = System::Drawing::Point(4, 50);
-
 
1002
			this->ListFiles->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
994
			this->ListFiles->Name = L"ListFiles";
1003
			this->ListFiles->Name = L"ListFiles";
995
			this->ListFiles->Size = System::Drawing::Size(750, 246);
1004
			this->ListFiles->Size = System::Drawing::Size(999, 309);
996
			this->ListFiles->Sorting = System::Windows::Forms::SortOrder::Ascending;
1005
			this->ListFiles->Sorting = System::Windows::Forms::SortOrder::Ascending;
997
			this->ListFiles->TabIndex = 1;
1006
			this->ListFiles->TabIndex = 1;
998
			this->ListFiles->UseCompatibleStateImageBehavior = false;
1007
			this->ListFiles->UseCompatibleStateImageBehavior = false;
999
			this->ListFiles->View = System::Windows::Forms::View::Details;
1008
			this->ListFiles->View = System::Windows::Forms::View::Details;
1000
			this->ListFiles->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListFiles_MouseDoubleClick);
-
 
1001
			this->ListFiles->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListFiles_SelectedIndexChanged);
1009
			this->ListFiles->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListFiles_SelectedIndexChanged);
1002
			this->ListFiles->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &PackageForm::ListFiles_DragDrop);
1010
			this->ListFiles->DragDrop += gcnew System::Windows::Forms::DragEventHandler(this, &PackageForm::ListFiles_DragDrop);
1003
			this->ListFiles->DragOver += gcnew System::Windows::Forms::DragEventHandler(this, &PackageForm::ListFiles_DragOver);
1011
			this->ListFiles->DragOver += gcnew System::Windows::Forms::DragEventHandler(this, &PackageForm::ListFiles_DragOver);
-
 
1012
			this->ListFiles->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListFiles_MouseDoubleClick);
1004
			// 
1013
			// 
1005
			// columnHeader1
1014
			// columnHeader1
1006
			// 
1015
			// 
1007
			this->columnHeader1->Text = L"";
1016
			this->columnHeader1->Text = L"";
1008
			this->columnHeader1->Width = 53;
1017
			this->columnHeader1->Width = 53;
Line 1032... Line 1041...
1032
			// 
1041
			// 
1033
			this->columnHeader28->Text = L"Game";
1042
			this->columnHeader28->Text = L"Game";
1034
			// 
1043
			// 
1035
			// ContextFiles
1044
			// ContextFiles
1036
			// 
1045
			// 
-
 
1046
			this->ContextFiles->ImageScalingSize = System::Drawing::Size(20, 20);
1037
			this->ContextFiles->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(14) {this->addFileToolStripMenuItem, 
1047
			this->ContextFiles->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(14) {
-
 
1048
				this->addFileToolStripMenuItem,
1038
				this->ContextFileSep1, this->ContextFileEdit, this->ContextFileDelete, this->renameFileToolStripMenuItem, this->toolStripSeparator5, 
1049
					this->ContextFileSep1, this->ContextFileEdit, this->ContextFileDelete, this->renameFileToolStripMenuItem, this->toolStripSeparator5,
1039
				this->ToolGame, this->packFileToolStripMenuItem, this->unpackFileToolStripMenuItem, this->convertToFakePatchToolStripMenuItem, 
1050
					this->ToolGame, this->packFileToolStripMenuItem, this->unpackFileToolStripMenuItem, this->convertToFakePatchToolStripMenuItem,
1040
				this->convertToAutoTextFileToolStripMenuItem, this->convertToNormalModToolStripMenuItem, this->ContextFileSep2, this->ContextFileClear});
1051
					this->convertToAutoTextFileToolStripMenuItem, this->convertToNormalModToolStripMenuItem, this->ContextFileSep2, this->ContextFileClear
-
 
1052
			});
1041
			this->ContextFiles->Name = L"ContextFiles";
1053
			this->ContextFiles->Name = L"ContextFiles";
1042
			this->ContextFiles->Size = System::Drawing::Size(225, 440);
1054
			this->ContextFiles->Size = System::Drawing::Size(260, 440);
1043
			this->ContextFiles->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextFiles_Opening);
1055
			this->ContextFiles->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextFiles_Opening);
1044
			// 
1056
			// 
1045
			// addFileToolStripMenuItem
1057
			// addFileToolStripMenuItem
1046
			// 
1058
			// 
1047
			this->addFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addFileToolStripMenuItem.Image")));
1059
			this->addFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addFileToolStripMenuItem.Image")));
1048
			this->addFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1060
			this->addFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1049
			this->addFileToolStripMenuItem->Name = L"addFileToolStripMenuItem";
1061
			this->addFileToolStripMenuItem->Name = L"addFileToolStripMenuItem";
1050
			this->addFileToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1062
			this->addFileToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1051
			this->addFileToolStripMenuItem->Text = L"Add File";
1063
			this->addFileToolStripMenuItem->Text = L"Add File";
1052
			this->addFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addFileToolStripMenuItem_Click);
1064
			this->addFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addFileToolStripMenuItem_Click);
1053
			// 
1065
			// 
1054
			// ContextFileSep1
1066
			// ContextFileSep1
1055
			// 
1067
			// 
1056
			this->ContextFileSep1->Name = L"ContextFileSep1";
1068
			this->ContextFileSep1->Name = L"ContextFileSep1";
1057
			this->ContextFileSep1->Size = System::Drawing::Size(221, 6);
1069
			this->ContextFileSep1->Size = System::Drawing::Size(256, 6);
1058
			// 
1070
			// 
1059
			// ContextFileEdit
1071
			// ContextFileEdit
1060
			// 
1072
			// 
1061
			this->ContextFileEdit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextFileEdit.Image")));
1073
			this->ContextFileEdit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextFileEdit.Image")));
1062
			this->ContextFileEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1074
			this->ContextFileEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1063
			this->ContextFileEdit->Name = L"ContextFileEdit";
1075
			this->ContextFileEdit->Name = L"ContextFileEdit";
1064
			this->ContextFileEdit->Size = System::Drawing::Size(224, 38);
1076
			this->ContextFileEdit->Size = System::Drawing::Size(259, 38);
1065
			this->ContextFileEdit->Text = L"Edit Directory";
1077
			this->ContextFileEdit->Text = L"Edit Directory";
1066
			this->ContextFileEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileEdit_Click);
1078
			this->ContextFileEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileEdit_Click);
1067
			// 
1079
			// 
1068
			// ContextFileDelete
1080
			// ContextFileDelete
1069
			// 
1081
			// 
1070
			this->ContextFileDelete->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextFileDelete.Image")));
1082
			this->ContextFileDelete->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextFileDelete.Image")));
1071
			this->ContextFileDelete->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1083
			this->ContextFileDelete->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1072
			this->ContextFileDelete->Name = L"ContextFileDelete";
1084
			this->ContextFileDelete->Name = L"ContextFileDelete";
1073
			this->ContextFileDelete->Size = System::Drawing::Size(224, 38);
1085
			this->ContextFileDelete->Size = System::Drawing::Size(259, 38);
1074
			this->ContextFileDelete->Text = L"Remove Selected";
1086
			this->ContextFileDelete->Text = L"Remove Selected";
1075
			this->ContextFileDelete->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileDelete_Click);
1087
			this->ContextFileDelete->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileDelete_Click);
1076
			// 
1088
			// 
1077
			// renameFileToolStripMenuItem
1089
			// renameFileToolStripMenuItem
1078
			// 
1090
			// 
1079
			this->renameFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"renameFileToolStripMenuItem.Image")));
1091
			this->renameFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"renameFileToolStripMenuItem.Image")));
1080
			this->renameFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1092
			this->renameFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1081
			this->renameFileToolStripMenuItem->Name = L"renameFileToolStripMenuItem";
1093
			this->renameFileToolStripMenuItem->Name = L"renameFileToolStripMenuItem";
1082
			this->renameFileToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1094
			this->renameFileToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1083
			this->renameFileToolStripMenuItem->Text = L"Rename File";
1095
			this->renameFileToolStripMenuItem->Text = L"Rename File";
1084
			this->renameFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::renameFileToolStripMenuItem_Click);
1096
			this->renameFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::renameFileToolStripMenuItem_Click);
1085
			// 
1097
			// 
1086
			// toolStripSeparator5
1098
			// toolStripSeparator5
1087
			// 
1099
			// 
1088
			this->toolStripSeparator5->Name = L"toolStripSeparator5";
1100
			this->toolStripSeparator5->Name = L"toolStripSeparator5";
1089
			this->toolStripSeparator5->Size = System::Drawing::Size(221, 6);
1101
			this->toolStripSeparator5->Size = System::Drawing::Size(256, 6);
1090
			// 
1102
			// 
1091
			// ToolGame
1103
			// ToolGame
1092
			// 
1104
			// 
1093
			this->ToolGame->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ToolGame.Image")));
1105
			this->ToolGame->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ToolGame.Image")));
1094
			this->ToolGame->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1106
			this->ToolGame->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1095
			this->ToolGame->Name = L"ToolGame";
1107
			this->ToolGame->Name = L"ToolGame";
1096
			this->ToolGame->Size = System::Drawing::Size(224, 38);
1108
			this->ToolGame->Size = System::Drawing::Size(259, 38);
1097
			this->ToolGame->Text = L"Set Game";
1109
			this->ToolGame->Text = L"Set Game";
1098
			// 
1110
			// 
1099
			// packFileToolStripMenuItem
1111
			// packFileToolStripMenuItem
1100
			// 
1112
			// 
1101
			this->packFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"packFileToolStripMenuItem.Image")));
1113
			this->packFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"packFileToolStripMenuItem.Image")));
1102
			this->packFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1114
			this->packFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1103
			this->packFileToolStripMenuItem->Name = L"packFileToolStripMenuItem";
1115
			this->packFileToolStripMenuItem->Name = L"packFileToolStripMenuItem";
1104
			this->packFileToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1116
			this->packFileToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1105
			this->packFileToolStripMenuItem->Text = L"Pack File";
1117
			this->packFileToolStripMenuItem->Text = L"Pack File";
1106
			this->packFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::packFileToolStripMenuItem_Click);
1118
			this->packFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::packFileToolStripMenuItem_Click);
1107
			// 
1119
			// 
1108
			// unpackFileToolStripMenuItem
1120
			// unpackFileToolStripMenuItem
1109
			// 
1121
			// 
1110
			this->unpackFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"unpackFileToolStripMenuItem.Image")));
1122
			this->unpackFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"unpackFileToolStripMenuItem.Image")));
1111
			this->unpackFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1123
			this->unpackFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1112
			this->unpackFileToolStripMenuItem->Name = L"unpackFileToolStripMenuItem";
1124
			this->unpackFileToolStripMenuItem->Name = L"unpackFileToolStripMenuItem";
1113
			this->unpackFileToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1125
			this->unpackFileToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1114
			this->unpackFileToolStripMenuItem->Text = L"Unpack File";
1126
			this->unpackFileToolStripMenuItem->Text = L"Unpack File";
1115
			this->unpackFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::unpackFileToolStripMenuItem_Click);
1127
			this->unpackFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::unpackFileToolStripMenuItem_Click);
1116
			// 
1128
			// 
1117
			// convertToFakePatchToolStripMenuItem
1129
			// convertToFakePatchToolStripMenuItem
1118
			// 
1130
			// 
1119
			this->convertToFakePatchToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"convertToFakePatchToolStripMenuItem.Image")));
1131
			this->convertToFakePatchToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"convertToFakePatchToolStripMenuItem.Image")));
1120
			this->convertToFakePatchToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1132
			this->convertToFakePatchToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1121
			this->convertToFakePatchToolStripMenuItem->Name = L"convertToFakePatchToolStripMenuItem";
1133
			this->convertToFakePatchToolStripMenuItem->Name = L"convertToFakePatchToolStripMenuItem";
1122
			this->convertToFakePatchToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1134
			this->convertToFakePatchToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1123
			this->convertToFakePatchToolStripMenuItem->Text = L"Convert To Fake Patch";
1135
			this->convertToFakePatchToolStripMenuItem->Text = L"Convert To Fake Patch";
1124
			this->convertToFakePatchToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToFakePatchToolStripMenuItem_Click);
1136
			this->convertToFakePatchToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToFakePatchToolStripMenuItem_Click);
1125
			// 
1137
			// 
1126
			// convertToAutoTextFileToolStripMenuItem
1138
			// convertToAutoTextFileToolStripMenuItem
1127
			// 
1139
			// 
1128
			this->convertToAutoTextFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"convertToAutoTextFileToolStripMenuItem.Image")));
1140
			this->convertToAutoTextFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"convertToAutoTextFileToolStripMenuItem.Image")));
1129
			this->convertToAutoTextFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1141
			this->convertToAutoTextFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1130
			this->convertToAutoTextFileToolStripMenuItem->Name = L"convertToAutoTextFileToolStripMenuItem";
1142
			this->convertToAutoTextFileToolStripMenuItem->Name = L"convertToAutoTextFileToolStripMenuItem";
1131
			this->convertToAutoTextFileToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1143
			this->convertToAutoTextFileToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1132
			this->convertToAutoTextFileToolStripMenuItem->Text = L"Convert To Auto Text File";
1144
			this->convertToAutoTextFileToolStripMenuItem->Text = L"Convert To Auto Text File";
1133
			this->convertToAutoTextFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToAutoTextFileToolStripMenuItem_Click);
1145
			this->convertToAutoTextFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToAutoTextFileToolStripMenuItem_Click);
1134
			// 
1146
			// 
1135
			// convertToNormalModToolStripMenuItem
1147
			// convertToNormalModToolStripMenuItem
1136
			// 
1148
			// 
1137
			this->convertToNormalModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"convertToNormalModToolStripMenuItem.Image")));
1149
			this->convertToNormalModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"convertToNormalModToolStripMenuItem.Image")));
1138
			this->convertToNormalModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1150
			this->convertToNormalModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1139
			this->convertToNormalModToolStripMenuItem->Name = L"convertToNormalModToolStripMenuItem";
1151
			this->convertToNormalModToolStripMenuItem->Name = L"convertToNormalModToolStripMenuItem";
1140
			this->convertToNormalModToolStripMenuItem->Size = System::Drawing::Size(224, 38);
1152
			this->convertToNormalModToolStripMenuItem->Size = System::Drawing::Size(259, 38);
1141
			this->convertToNormalModToolStripMenuItem->Text = L"Convert To Normal Mod";
1153
			this->convertToNormalModToolStripMenuItem->Text = L"Convert To Normal Mod";
1142
			this->convertToNormalModToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToNormalModToolStripMenuItem_Click);
1154
			this->convertToNormalModToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::convertToNormalModToolStripMenuItem_Click);
1143
			// 
1155
			// 
1144
			// ContextFileSep2
1156
			// ContextFileSep2
1145
			// 
1157
			// 
1146
			this->ContextFileSep2->Name = L"ContextFileSep2";
1158
			this->ContextFileSep2->Name = L"ContextFileSep2";
1147
			this->ContextFileSep2->Size = System::Drawing::Size(221, 6);
1159
			this->ContextFileSep2->Size = System::Drawing::Size(256, 6);
1148
			// 
1160
			// 
1149
			// ContextFileClear
1161
			// ContextFileClear
1150
			// 
1162
			// 
1151
			this->ContextFileClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextFileClear.Image")));
1163
			this->ContextFileClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextFileClear.Image")));
1152
			this->ContextFileClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1164
			this->ContextFileClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
1153
			this->ContextFileClear->Name = L"ContextFileClear";
1165
			this->ContextFileClear->Name = L"ContextFileClear";
1154
			this->ContextFileClear->Size = System::Drawing::Size(224, 38);
1166
			this->ContextFileClear->Size = System::Drawing::Size(259, 38);
1155
			this->ContextFileClear->Text = L"Clear All";
1167
			this->ContextFileClear->Text = L"Clear All";
1156
			this->ContextFileClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileClear_Click);
1168
			this->ContextFileClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextFileClear_Click);
1157
			// 
1169
			// 
1158
			// panel6
1170
			// panel6
1159
			// 
1171
			// 
1160
			this->panel6->Controls->Add(this->ButRemoveFile);
1172
			this->panel6->Controls->Add(this->ButRemoveFile);
1161
			this->panel6->Controls->Add(this->button2);
1173
			this->panel6->Controls->Add(this->button2);
1162
			this->panel6->Controls->Add(this->button1);
1174
			this->panel6->Controls->Add(this->button1);
1163
			this->panel6->Dock = System::Windows::Forms::DockStyle::Bottom;
1175
			this->panel6->Dock = System::Windows::Forms::DockStyle::Bottom;
1164
			this->panel6->Location = System::Drawing::Point(3, 287);
1176
			this->panel6->Location = System::Drawing::Point(4, 359);
-
 
1177
			this->panel6->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1165
			this->panel6->Name = L"panel6";
1178
			this->panel6->Name = L"panel6";
1166
			this->panel6->Padding = System::Windows::Forms::Padding(5);
1179
			this->panel6->Padding = System::Windows::Forms::Padding(7, 6, 7, 6);
1167
			this->panel6->Size = System::Drawing::Size(750, 40);
1180
			this->panel6->Size = System::Drawing::Size(999, 49);
1168
			this->panel6->TabIndex = 2;
1181
			this->panel6->TabIndex = 2;
1169
			// 
1182
			// 
1170
			// ButRemoveFile
1183
			// ButRemoveFile
1171
			// 
1184
			// 
1172
			this->ButRemoveFile->Dock = System::Windows::Forms::DockStyle::Right;
1185
			this->ButRemoveFile->Dock = System::Windows::Forms::DockStyle::Right;
1173
			this->ButRemoveFile->Location = System::Drawing::Point(492, 5);
1186
			this->ButRemoveFile->Location = System::Drawing::Point(655, 6);
-
 
1187
			this->ButRemoveFile->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1174
			this->ButRemoveFile->Name = L"ButRemoveFile";
1188
			this->ButRemoveFile->Name = L"ButRemoveFile";
1175
			this->ButRemoveFile->Size = System::Drawing::Size(130, 30);
1189
			this->ButRemoveFile->Size = System::Drawing::Size(173, 37);
1176
			this->ButRemoveFile->TabIndex = 2;
1190
			this->ButRemoveFile->TabIndex = 2;
1177
			this->ButRemoveFile->Text = L"Remove Selected";
1191
			this->ButRemoveFile->Text = L"Remove Selected";
1178
			this->ButRemoveFile->UseVisualStyleBackColor = true;
1192
			this->ButRemoveFile->UseVisualStyleBackColor = true;
1179
			this->ButRemoveFile->Click += gcnew System::EventHandler(this, &PackageForm::ButRemoveFile_Click);
1193
			this->ButRemoveFile->Click += gcnew System::EventHandler(this, &PackageForm::ButRemoveFile_Click);
1180
			// 
1194
			// 
1181
			// button2
1195
			// button2
1182
			// 
1196
			// 
1183
			this->button2->Dock = System::Windows::Forms::DockStyle::Right;
1197
			this->button2->Dock = System::Windows::Forms::DockStyle::Right;
1184
			this->button2->Location = System::Drawing::Point(622, 5);
1198
			this->button2->Location = System::Drawing::Point(828, 6);
-
 
1199
			this->button2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1185
			this->button2->Name = L"button2";
1200
			this->button2->Name = L"button2";
1186
			this->button2->Size = System::Drawing::Size(123, 30);
1201
			this->button2->Size = System::Drawing::Size(164, 37);
1187
			this->button2->TabIndex = 1;
1202
			this->button2->TabIndex = 1;
1188
			this->button2->Text = L"Clear All";
1203
			this->button2->Text = L"Clear All";
1189
			this->button2->UseVisualStyleBackColor = true;
1204
			this->button2->UseVisualStyleBackColor = true;
1190
			this->button2->Click += gcnew System::EventHandler(this, &PackageForm::button2_Click);
1205
			this->button2->Click += gcnew System::EventHandler(this, &PackageForm::button2_Click);
1191
			// 
1206
			// 
1192
			// button1
1207
			// button1
1193
			// 
1208
			// 
1194
			this->button1->Dock = System::Windows::Forms::DockStyle::Left;
1209
			this->button1->Dock = System::Windows::Forms::DockStyle::Left;
1195
			this->button1->Location = System::Drawing::Point(5, 5);
1210
			this->button1->Location = System::Drawing::Point(7, 6);
-
 
1211
			this->button1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1196
			this->button1->Name = L"button1";
1212
			this->button1->Name = L"button1";
1197
			this->button1->Size = System::Drawing::Size(113, 30);
1213
			this->button1->Size = System::Drawing::Size(151, 37);
1198
			this->button1->TabIndex = 0;
1214
			this->button1->TabIndex = 0;
1199
			this->button1->Text = L"Add File(s)";
1215
			this->button1->Text = L"Add File(s)";
1200
			this->button1->UseVisualStyleBackColor = true;
1216
			this->button1->UseVisualStyleBackColor = true;
1201
			this->button1->Click += gcnew System::EventHandler(this, &PackageForm::button1_Click);
1217
			this->button1->Click += gcnew System::EventHandler(this, &PackageForm::button1_Click);
1202
			// 
1218
			// 
Line 1204... Line 1220...
1204
			// 
1220
			// 
1205
			this->panel5->Controls->Add(this->ComboFileType);
1221
			this->panel5->Controls->Add(this->ComboFileType);
1206
			this->panel5->Controls->Add(this->ComboGameFilter);
1222
			this->panel5->Controls->Add(this->ComboGameFilter);
1207
			this->panel5->Controls->Add(this->label5);
1223
			this->panel5->Controls->Add(this->label5);
1208
			this->panel5->Dock = System::Windows::Forms::DockStyle::Top;
1224
			this->panel5->Dock = System::Windows::Forms::DockStyle::Top;
1209
			this->panel5->Location = System::Drawing::Point(3, 16);
1225
			this->panel5->Location = System::Drawing::Point(4, 19);
-
 
1226
			this->panel5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1210
			this->panel5->Name = L"panel5";
1227
			this->panel5->Name = L"panel5";
1211
			this->panel5->Size = System::Drawing::Size(750, 25);
1228
			this->panel5->Size = System::Drawing::Size(999, 31);
1212
			this->panel5->TabIndex = 0;
1229
			this->panel5->TabIndex = 0;
1213
			// 
1230
			// 
1214
			// ComboFileType
1231
			// ComboFileType
1215
			// 
1232
			// 
1216
			this->ComboFileType->Dock = System::Windows::Forms::DockStyle::Fill;
1233
			this->ComboFileType->Dock = System::Windows::Forms::DockStyle::Fill;
1217
			this->ComboFileType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1234
			this->ComboFileType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1218
			this->ComboFileType->FormattingEnabled = true;
1235
			this->ComboFileType->FormattingEnabled = true;
1219
			this->ComboFileType->Location = System::Drawing::Point(100, 0);
1236
			this->ComboFileType->Location = System::Drawing::Point(133, 0);
-
 
1237
			this->ComboFileType->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1220
			this->ComboFileType->Name = L"ComboFileType";
1238
			this->ComboFileType->Name = L"ComboFileType";
1221
			this->ComboFileType->Size = System::Drawing::Size(444, 21);
1239
			this->ComboFileType->Size = System::Drawing::Size(593, 24);
1222
			this->ComboFileType->TabIndex = 1;
1240
			this->ComboFileType->TabIndex = 1;
1223
			this->ComboFileType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboFileType_SelectedIndexChanged);
1241
			this->ComboFileType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboFileType_SelectedIndexChanged);
1224
			// 
1242
			// 
1225
			// ComboGameFilter
1243
			// ComboGameFilter
1226
			// 
1244
			// 
1227
			this->ComboGameFilter->Dock = System::Windows::Forms::DockStyle::Right;
1245
			this->ComboGameFilter->Dock = System::Windows::Forms::DockStyle::Right;
1228
			this->ComboGameFilter->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1246
			this->ComboGameFilter->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1229
			this->ComboGameFilter->FormattingEnabled = true;
1247
			this->ComboGameFilter->FormattingEnabled = true;
1230
			this->ComboGameFilter->Location = System::Drawing::Point(544, 0);
1248
			this->ComboGameFilter->Location = System::Drawing::Point(726, 0);
-
 
1249
			this->ComboGameFilter->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1231
			this->ComboGameFilter->Name = L"ComboGameFilter";
1250
			this->ComboGameFilter->Name = L"ComboGameFilter";
1232
			this->ComboGameFilter->Size = System::Drawing::Size(206, 21);
1251
			this->ComboGameFilter->Size = System::Drawing::Size(273, 24);
1233
			this->ComboGameFilter->TabIndex = 2;
1252
			this->ComboGameFilter->TabIndex = 2;
1234
			this->ComboGameFilter->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboGameFilter_SelectedIndexChanged);
1253
			this->ComboGameFilter->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboGameFilter_SelectedIndexChanged);
1235
			// 
1254
			// 
1236
			// label5
1255
			// label5
1237
			// 
1256
			// 
1238
			this->label5->Dock = System::Windows::Forms::DockStyle::Left;
1257
			this->label5->Dock = System::Windows::Forms::DockStyle::Left;
1239
			this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1258
			this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1240
				static_cast<System::Byte>(0)));
1259
				static_cast<System::Byte>(0)));
1241
			this->label5->Location = System::Drawing::Point(0, 0);
1260
			this->label5->Location = System::Drawing::Point(0, 0);
-
 
1261
			this->label5->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1242
			this->label5->Name = L"label5";
1262
			this->label5->Name = L"label5";
1243
			this->label5->Size = System::Drawing::Size(100, 25);
1263
			this->label5->Size = System::Drawing::Size(133, 31);
1244
			this->label5->TabIndex = 0;
1264
			this->label5->TabIndex = 0;
1245
			this->label5->Text = L"Filters";
1265
			this->label5->Text = L"Filters";
1246
			this->label5->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
1266
			this->label5->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
1247
			// 
1267
			// 
1248
			// tabControl1
1268
			// tabControl1
Line 1256... Line 1276...
1256
			this->tabControl1->Controls->Add(this->PageWares);
1276
			this->tabControl1->Controls->Add(this->PageWares);
1257
			this->tabControl1->Controls->Add(this->PageShip);
1277
			this->tabControl1->Controls->Add(this->PageShip);
1258
			this->tabControl1->Controls->Add(this->PageRaw);
1278
			this->tabControl1->Controls->Add(this->PageRaw);
1259
			this->tabControl1->Controls->Add(this->PageShipComp);
1279
			this->tabControl1->Controls->Add(this->PageShipComp);
1260
			this->tabControl1->Dock = System::Windows::Forms::DockStyle::Top;
1280
			this->tabControl1->Dock = System::Windows::Forms::DockStyle::Top;
1261
			this->tabControl1->Location = System::Drawing::Point(5, 133);
1281
			this->tabControl1->Location = System::Drawing::Point(7, 158);
1262
			this->tabControl1->Margin = System::Windows::Forms::Padding(6);
1282
			this->tabControl1->Margin = System::Windows::Forms::Padding(8, 7, 8, 7);
1263
			this->tabControl1->Multiline = true;
1283
			this->tabControl1->Multiline = true;
1264
			this->tabControl1->Name = L"tabControl1";
1284
			this->tabControl1->Name = L"tabControl1";
1265
			this->tabControl1->SelectedIndex = 0;
1285
			this->tabControl1->SelectedIndex = 0;
1266
			this->tabControl1->Size = System::Drawing::Size(756, 242);
1286
			this->tabControl1->Size = System::Drawing::Size(1007, 298);
1267
			this->tabControl1->TabIndex = 1;
1287
			this->tabControl1->TabIndex = 1;
1268
			// 
1288
			// 
1269
			// tabPage1
1289
			// tabPage1
1270
			// 
1290
			// 
1271
			this->tabPage1->Controls->Add(this->groupBox2);
1291
			this->tabPage1->Controls->Add(this->groupBox2);
1272
			this->tabPage1->Controls->Add(this->panel13);
1292
			this->tabPage1->Controls->Add(this->panel13);
1273
			this->tabPage1->Controls->Add(this->panel12);
1293
			this->tabPage1->Controls->Add(this->panel12);
1274
			this->tabPage1->Controls->Add(this->panel11);
1294
			this->tabPage1->Controls->Add(this->panel11);
1275
			this->tabPage1->Controls->Add(this->LabelShipWarning);
1295
			this->tabPage1->Controls->Add(this->LabelShipWarning);
1276
			this->tabPage1->Location = System::Drawing::Point(4, 22);
1296
			this->tabPage1->Location = System::Drawing::Point(4, 25);
-
 
1297
			this->tabPage1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1277
			this->tabPage1->Name = L"tabPage1";
1298
			this->tabPage1->Name = L"tabPage1";
1278
			this->tabPage1->Padding = System::Windows::Forms::Padding(8);
1299
			this->tabPage1->Padding = System::Windows::Forms::Padding(11, 10, 11, 10);
1279
			this->tabPage1->Size = System::Drawing::Size(748, 216);
1300
			this->tabPage1->Size = System::Drawing::Size(999, 269);
1280
			this->tabPage1->TabIndex = 0;
1301
			this->tabPage1->TabIndex = 0;
1281
			this->tabPage1->Text = L"Basic Settings";
1302
			this->tabPage1->Text = L"Basic Settings";
1282
			this->tabPage1->UseVisualStyleBackColor = true;
1303
			this->tabPage1->UseVisualStyleBackColor = true;
1283
			// 
1304
			// 
1284
			// groupBox2
1305
			// groupBox2
1285
			// 
1306
			// 
1286
			this->groupBox2->Controls->Add(this->TextDesc);
1307
			this->groupBox2->Controls->Add(this->TextDesc);
1287
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Fill;
1308
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Fill;
1288
			this->groupBox2->Location = System::Drawing::Point(8, 89);
1309
			this->groupBox2->Location = System::Drawing::Point(11, 109);
-
 
1310
			this->groupBox2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1289
			this->groupBox2->Name = L"groupBox2";
1311
			this->groupBox2->Name = L"groupBox2";
1290
			this->groupBox2->Padding = System::Windows::Forms::Padding(5);
1312
			this->groupBox2->Padding = System::Windows::Forms::Padding(7, 6, 7, 6);
1291
			this->groupBox2->Size = System::Drawing::Size(732, 119);
1313
			this->groupBox2->Size = System::Drawing::Size(977, 150);
1292
			this->groupBox2->TabIndex = 1;
1314
			this->groupBox2->TabIndex = 1;
1293
			this->groupBox2->TabStop = false;
1315
			this->groupBox2->TabStop = false;
1294
			this->groupBox2->Text = L"Description";
1316
			this->groupBox2->Text = L"Description";
1295
			// 
1317
			// 
1296
			// TextDesc
1318
			// TextDesc
1297
			// 
1319
			// 
1298
			this->TextDesc->Dock = System::Windows::Forms::DockStyle::Fill;
1320
			this->TextDesc->Dock = System::Windows::Forms::DockStyle::Fill;
1299
			this->TextDesc->Location = System::Drawing::Point(5, 18);
1321
			this->TextDesc->Location = System::Drawing::Point(7, 21);
-
 
1322
			this->TextDesc->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1300
			this->TextDesc->Name = L"TextDesc";
1323
			this->TextDesc->Name = L"TextDesc";
1301
			this->TextDesc->Size = System::Drawing::Size(722, 96);
1324
			this->TextDesc->Size = System::Drawing::Size(963, 123);
1302
			this->TextDesc->TabIndex = 0;
1325
			this->TextDesc->TabIndex = 0;
1303
			this->TextDesc->Text = L"";
1326
			this->TextDesc->Text = L"";
1304
			this->TextDesc->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextDesc_TextChanged);
1327
			this->TextDesc->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextDesc_TextChanged);
1305
			// 
1328
			// 
1306
			// panel13
1329
			// panel13
1307
			// 
1330
			// 
1308
			this->panel13->Controls->Add(this->TextForum);
1331
			this->panel13->Controls->Add(this->TextForum);
1309
			this->panel13->Controls->Add(this->label11);
1332
			this->panel13->Controls->Add(this->label11);
1310
			this->panel13->Dock = System::Windows::Forms::DockStyle::Top;
1333
			this->panel13->Dock = System::Windows::Forms::DockStyle::Top;
1311
			this->panel13->Location = System::Drawing::Point(8, 67);
1334
			this->panel13->Location = System::Drawing::Point(11, 82);
-
 
1335
			this->panel13->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1312
			this->panel13->Name = L"panel13";
1336
			this->panel13->Name = L"panel13";
1313
			this->panel13->Size = System::Drawing::Size(732, 22);
1337
			this->panel13->Size = System::Drawing::Size(977, 27);
1314
			this->panel13->TabIndex = 46;
1338
			this->panel13->TabIndex = 46;
1315
			// 
1339
			// 
1316
			// TextForum
1340
			// TextForum
1317
			// 
1341
			// 
1318
			this->TextForum->DetectUrls = false;
1342
			this->TextForum->DetectUrls = false;
1319
			this->TextForum->Dock = System::Windows::Forms::DockStyle::Fill;
1343
			this->TextForum->Dock = System::Windows::Forms::DockStyle::Fill;
1320
			this->TextForum->Location = System::Drawing::Point(125, 0);
1344
			this->TextForum->Location = System::Drawing::Point(167, 0);
-
 
1345
			this->TextForum->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1321
			this->TextForum->Name = L"TextForum";
1346
			this->TextForum->Name = L"TextForum";
1322
			this->TextForum->Size = System::Drawing::Size(607, 22);
1347
			this->TextForum->Size = System::Drawing::Size(810, 27);
1323
			this->TextForum->TabIndex = 43;
1348
			this->TextForum->TabIndex = 43;
1324
			this->TextForum->Text = L"";
1349
			this->TextForum->Text = L"";
1325
			this->TextForum->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextForum_TextChanged);
1350
			this->TextForum->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextForum_TextChanged);
1326
			// 
1351
			// 
1327
			// label11
1352
			// label11
1328
			// 
1353
			// 
1329
			this->label11->Dock = System::Windows::Forms::DockStyle::Left;
1354
			this->label11->Dock = System::Windows::Forms::DockStyle::Left;
1330
			this->label11->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1355
			this->label11->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1331
				static_cast<System::Byte>(0)));
1356
				static_cast<System::Byte>(0)));
1332
			this->label11->Location = System::Drawing::Point(0, 0);
1357
			this->label11->Location = System::Drawing::Point(0, 0);
-
 
1358
			this->label11->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1333
			this->label11->Name = L"label11";
1359
			this->label11->Name = L"label11";
1334
			this->label11->Size = System::Drawing::Size(125, 22);
1360
			this->label11->Size = System::Drawing::Size(167, 27);
1335
			this->label11->TabIndex = 42;
1361
			this->label11->TabIndex = 42;
1336
			this->label11->Text = L"Forum Link";
1362
			this->label11->Text = L"Forum Link";
1337
			// 
1363
			// 
1338
			// panel12
1364
			// panel12
1339
			// 
1365
			// 
1340
			this->panel12->Controls->Add(this->TextEmail);
1366
			this->panel12->Controls->Add(this->TextEmail);
1341
			this->panel12->Controls->Add(this->label10);
1367
			this->panel12->Controls->Add(this->label10);
1342
			this->panel12->Dock = System::Windows::Forms::DockStyle::Top;
1368
			this->panel12->Dock = System::Windows::Forms::DockStyle::Top;
1343
			this->panel12->Location = System::Drawing::Point(8, 45);
1369
			this->panel12->Location = System::Drawing::Point(11, 55);
-
 
1370
			this->panel12->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1344
			this->panel12->Name = L"panel12";
1371
			this->panel12->Name = L"panel12";
1345
			this->panel12->Size = System::Drawing::Size(732, 22);
1372
			this->panel12->Size = System::Drawing::Size(977, 27);
1346
			this->panel12->TabIndex = 45;
1373
			this->panel12->TabIndex = 45;
1347
			// 
1374
			// 
1348
			// TextEmail
1375
			// TextEmail
1349
			// 
1376
			// 
1350
			this->TextEmail->DetectUrls = false;
1377
			this->TextEmail->DetectUrls = false;
1351
			this->TextEmail->Dock = System::Windows::Forms::DockStyle::Fill;
1378
			this->TextEmail->Dock = System::Windows::Forms::DockStyle::Fill;
1352
			this->TextEmail->Location = System::Drawing::Point(125, 0);
1379
			this->TextEmail->Location = System::Drawing::Point(167, 0);
-
 
1380
			this->TextEmail->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1353
			this->TextEmail->Name = L"TextEmail";
1381
			this->TextEmail->Name = L"TextEmail";
1354
			this->TextEmail->Size = System::Drawing::Size(607, 22);
1382
			this->TextEmail->Size = System::Drawing::Size(810, 27);
1355
			this->TextEmail->TabIndex = 43;
1383
			this->TextEmail->TabIndex = 43;
1356
			this->TextEmail->Text = L"";
1384
			this->TextEmail->Text = L"";
1357
			this->TextEmail->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextEmail_TextChanged);
1385
			this->TextEmail->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextEmail_TextChanged);
1358
			// 
1386
			// 
1359
			// label10
1387
			// label10
1360
			// 
1388
			// 
1361
			this->label10->Dock = System::Windows::Forms::DockStyle::Left;
1389
			this->label10->Dock = System::Windows::Forms::DockStyle::Left;
1362
			this->label10->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1390
			this->label10->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1363
				static_cast<System::Byte>(0)));
1391
				static_cast<System::Byte>(0)));
1364
			this->label10->Location = System::Drawing::Point(0, 0);
1392
			this->label10->Location = System::Drawing::Point(0, 0);
-
 
1393
			this->label10->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1365
			this->label10->Name = L"label10";
1394
			this->label10->Name = L"label10";
1366
			this->label10->Size = System::Drawing::Size(125, 22);
1395
			this->label10->Size = System::Drawing::Size(167, 27);
1367
			this->label10->TabIndex = 42;
1396
			this->label10->TabIndex = 42;
1368
			this->label10->Text = L"Email Address";
1397
			this->label10->Text = L"Email Address";
1369
			// 
1398
			// 
1370
			// panel11
1399
			// panel11
1371
			// 
1400
			// 
1372
			this->panel11->Controls->Add(this->TextWebsite);
1401
			this->panel11->Controls->Add(this->TextWebsite);
1373
			this->panel11->Controls->Add(this->label9);
1402
			this->panel11->Controls->Add(this->label9);
1374
			this->panel11->Dock = System::Windows::Forms::DockStyle::Top;
1403
			this->panel11->Dock = System::Windows::Forms::DockStyle::Top;
1375
			this->panel11->Location = System::Drawing::Point(8, 26);
1404
			this->panel11->Location = System::Drawing::Point(11, 32);
-
 
1405
			this->panel11->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1376
			this->panel11->Name = L"panel11";
1406
			this->panel11->Name = L"panel11";
1377
			this->panel11->Size = System::Drawing::Size(732, 19);
1407
			this->panel11->Size = System::Drawing::Size(977, 23);
1378
			this->panel11->TabIndex = 44;
1408
			this->panel11->TabIndex = 44;
1379
			// 
1409
			// 
1380
			// TextWebsite
1410
			// TextWebsite
1381
			// 
1411
			// 
1382
			this->TextWebsite->DetectUrls = false;
1412
			this->TextWebsite->DetectUrls = false;
1383
			this->TextWebsite->Dock = System::Windows::Forms::DockStyle::Fill;
1413
			this->TextWebsite->Dock = System::Windows::Forms::DockStyle::Fill;
1384
			this->TextWebsite->Location = System::Drawing::Point(125, 0);
1414
			this->TextWebsite->Location = System::Drawing::Point(167, 0);
-
 
1415
			this->TextWebsite->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1385
			this->TextWebsite->Name = L"TextWebsite";
1416
			this->TextWebsite->Name = L"TextWebsite";
1386
			this->TextWebsite->Size = System::Drawing::Size(607, 19);
1417
			this->TextWebsite->Size = System::Drawing::Size(810, 23);
1387
			this->TextWebsite->TabIndex = 41;
1418
			this->TextWebsite->TabIndex = 41;
1388
			this->TextWebsite->Text = L"";
1419
			this->TextWebsite->Text = L"";
1389
			this->TextWebsite->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextWebsite_TextChanged);
1420
			this->TextWebsite->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextWebsite_TextChanged);
1390
			// 
1421
			// 
1391
			// label9
1422
			// label9
1392
			// 
1423
			// 
1393
			this->label9->Dock = System::Windows::Forms::DockStyle::Left;
1424
			this->label9->Dock = System::Windows::Forms::DockStyle::Left;
1394
			this->label9->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1425
			this->label9->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1395
				static_cast<System::Byte>(0)));
1426
				static_cast<System::Byte>(0)));
1396
			this->label9->Location = System::Drawing::Point(0, 0);
1427
			this->label9->Location = System::Drawing::Point(0, 0);
-
 
1428
			this->label9->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1397
			this->label9->Name = L"label9";
1429
			this->label9->Name = L"label9";
1398
			this->label9->Size = System::Drawing::Size(125, 19);
1430
			this->label9->Size = System::Drawing::Size(167, 23);
1399
			this->label9->TabIndex = 40;
1431
			this->label9->TabIndex = 40;
1400
			this->label9->Text = L"Web Site";
1432
			this->label9->Text = L"Web Site";
1401
			// 
1433
			// 
1402
			// LabelShipWarning
1434
			// LabelShipWarning
1403
			// 
1435
			// 
1404
			this->LabelShipWarning->Dock = System::Windows::Forms::DockStyle::Top;
1436
			this->LabelShipWarning->Dock = System::Windows::Forms::DockStyle::Top;
1405
			this->LabelShipWarning->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Italic, System::Drawing::GraphicsUnit::Point, 
1437
			this->LabelShipWarning->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Italic, System::Drawing::GraphicsUnit::Point,
1406
				static_cast<System::Byte>(0)));
1438
				static_cast<System::Byte>(0)));
1407
			this->LabelShipWarning->ForeColor = System::Drawing::Color::Red;
1439
			this->LabelShipWarning->ForeColor = System::Drawing::Color::Red;
1408
			this->LabelShipWarning->Location = System::Drawing::Point(8, 8);
1440
			this->LabelShipWarning->Location = System::Drawing::Point(11, 10);
-
 
1441
			this->LabelShipWarning->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1409
			this->LabelShipWarning->Name = L"LabelShipWarning";
1442
			this->LabelShipWarning->Name = L"LabelShipWarning";
1410
			this->LabelShipWarning->Size = System::Drawing::Size(732, 18);
1443
			this->LabelShipWarning->Size = System::Drawing::Size(977, 22);
1411
			this->LabelShipWarning->TabIndex = 47;
1444
			this->LabelShipWarning->TabIndex = 47;
1412
			this->LabelShipWarning->Text = L"NOTE: Ship files are not valid for X2, and only work in later games";
1445
			this->LabelShipWarning->Text = L"NOTE: Ship files are not valid for X2, and only work in later games";
1413
			this->LabelShipWarning->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
1446
			this->LabelShipWarning->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
1414
			// 
1447
			// 
1415
			// tabPage5
1448
			// tabPage5
1416
			// 
1449
			// 
1417
			this->tabPage5->Controls->Add(this->ListGames);
1450
			this->tabPage5->Controls->Add(this->ListGames);
1418
			this->tabPage5->Controls->Add(this->groupBox8);
1451
			this->tabPage5->Controls->Add(this->groupBox8);
1419
			this->tabPage5->Location = System::Drawing::Point(4, 22);
1452
			this->tabPage5->Location = System::Drawing::Point(4, 46);
-
 
1453
			this->tabPage5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1420
			this->tabPage5->Name = L"tabPage5";
1454
			this->tabPage5->Name = L"tabPage5";
1421
			this->tabPage5->Padding = System::Windows::Forms::Padding(3);
1455
			this->tabPage5->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1422
			this->tabPage5->Size = System::Drawing::Size(748, 216);
1456
			this->tabPage5->Size = System::Drawing::Size(1000, 248);
1423
			this->tabPage5->TabIndex = 10;
1457
			this->tabPage5->TabIndex = 10;
1424
			this->tabPage5->Text = L"Game Compatability";
1458
			this->tabPage5->Text = L"Game Compatability";
1425
			this->tabPage5->UseVisualStyleBackColor = true;
1459
			this->tabPage5->UseVisualStyleBackColor = true;
1426
			// 
1460
			// 
1427
			// ListGames
1461
			// ListGames
1428
			// 
1462
			// 
1429
			this->ListGames->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(2) {this->columnHeader26, this->columnHeader27});
1463
			this->ListGames->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(2) { this->columnHeader26, this->columnHeader27 });
1430
			this->ListGames->Dock = System::Windows::Forms::DockStyle::Fill;
1464
			this->ListGames->Dock = System::Windows::Forms::DockStyle::Fill;
1431
			this->ListGames->FullRowSelect = true;
1465
			this->ListGames->FullRowSelect = true;
-
 
1466
			this->ListGames->HideSelection = false;
1432
			this->ListGames->Location = System::Drawing::Point(3, 3);
1467
			this->ListGames->Location = System::Drawing::Point(4, 4);
-
 
1468
			this->ListGames->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1433
			this->ListGames->MultiSelect = false;
1469
			this->ListGames->MultiSelect = false;
1434
			this->ListGames->Name = L"ListGames";
1470
			this->ListGames->Name = L"ListGames";
1435
			this->ListGames->Size = System::Drawing::Size(742, 140);
1471
			this->ListGames->Size = System::Drawing::Size(992, 154);
1436
			this->ListGames->TabIndex = 2;
1472
			this->ListGames->TabIndex = 2;
1437
			this->ListGames->UseCompatibleStateImageBehavior = false;
1473
			this->ListGames->UseCompatibleStateImageBehavior = false;
1438
			this->ListGames->View = System::Windows::Forms::View::Details;
1474
			this->ListGames->View = System::Windows::Forms::View::Details;
1439
			this->ListGames->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListGames_SelectedIndexChanged);
1475
			this->ListGames->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListGames_SelectedIndexChanged);
1440
			this->ListGames->DoubleClick += gcnew System::EventHandler(this, &PackageForm::ListGames_DoubleClick);
1476
			this->ListGames->DoubleClick += gcnew System::EventHandler(this, &PackageForm::ListGames_DoubleClick);
Line 1449... Line 1485...
1449
			// 
1485
			// 
1450
			// groupBox8
1486
			// groupBox8
1451
			// 
1487
			// 
1452
			this->groupBox8->Controls->Add(this->panel10);
1488
			this->groupBox8->Controls->Add(this->panel10);
1453
			this->groupBox8->Dock = System::Windows::Forms::DockStyle::Bottom;
1489
			this->groupBox8->Dock = System::Windows::Forms::DockStyle::Bottom;
1454
			this->groupBox8->Location = System::Drawing::Point(3, 143);
1490
			this->groupBox8->Location = System::Drawing::Point(4, 158);
-
 
1491
			this->groupBox8->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1455
			this->groupBox8->Name = L"groupBox8";
1492
			this->groupBox8->Name = L"groupBox8";
-
 
1493
			this->groupBox8->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1456
			this->groupBox8->Size = System::Drawing::Size(742, 70);
1494
			this->groupBox8->Size = System::Drawing::Size(992, 86);
1457
			this->groupBox8->TabIndex = 1;
1495
			this->groupBox8->TabIndex = 1;
1458
			this->groupBox8->TabStop = false;
1496
			this->groupBox8->TabStop = false;
1459
			this->groupBox8->Text = L"Add/Edit Game";
1497
			this->groupBox8->Text = L"Add/Edit Game";
1460
			// 
1498
			// 
1461
			// panel10
1499
			// panel10
1462
			// 
1500
			// 
1463
			this->panel10->Controls->Add(this->panel21);
1501
			this->panel10->Controls->Add(this->panel21);
1464
			this->panel10->Controls->Add(this->ButGame);
1502
			this->panel10->Controls->Add(this->ButGame);
1465
			this->panel10->Dock = System::Windows::Forms::DockStyle::Top;
1503
			this->panel10->Dock = System::Windows::Forms::DockStyle::Top;
1466
			this->panel10->Location = System::Drawing::Point(3, 16);
1504
			this->panel10->Location = System::Drawing::Point(4, 19);
-
 
1505
			this->panel10->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1467
			this->panel10->Name = L"panel10";
1506
			this->panel10->Name = L"panel10";
1468
			this->panel10->Size = System::Drawing::Size(736, 43);
1507
			this->panel10->Size = System::Drawing::Size(984, 53);
1469
			this->panel10->TabIndex = 44;
1508
			this->panel10->TabIndex = 44;
1470
			// 
1509
			// 
1471
			// panel21
1510
			// panel21
1472
			// 
1511
			// 
1473
			this->panel21->Controls->Add(this->ComboVersion);
1512
			this->panel21->Controls->Add(this->ComboVersion);
1474
			this->panel21->Controls->Add(this->TextExactVersion);
1513
			this->panel21->Controls->Add(this->TextExactVersion);
1475
			this->panel21->Controls->Add(this->ButGameAdd);
1514
			this->panel21->Controls->Add(this->ButGameAdd);
1476
			this->panel21->Dock = System::Windows::Forms::DockStyle::Fill;
1515
			this->panel21->Dock = System::Windows::Forms::DockStyle::Fill;
1477
			this->panel21->Location = System::Drawing::Point(218, 0);
1516
			this->panel21->Location = System::Drawing::Point(291, 0);
-
 
1517
			this->panel21->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1478
			this->panel21->Name = L"panel21";
1518
			this->panel21->Name = L"panel21";
1479
			this->panel21->Size = System::Drawing::Size(518, 43);
1519
			this->panel21->Size = System::Drawing::Size(693, 53);
1480
			this->panel21->TabIndex = 44;
1520
			this->panel21->TabIndex = 44;
1481
			// 
1521
			// 
1482
			// ComboVersion
1522
			// ComboVersion
1483
			// 
1523
			// 
1484
			this->ComboVersion->Dock = System::Windows::Forms::DockStyle::Fill;
1524
			this->ComboVersion->Dock = System::Windows::Forms::DockStyle::Fill;
1485
			this->ComboVersion->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1525
			this->ComboVersion->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1486
			this->ComboVersion->Enabled = false;
1526
			this->ComboVersion->Enabled = false;
1487
			this->ComboVersion->FormattingEnabled = true;
1527
			this->ComboVersion->FormattingEnabled = true;
1488
			this->ComboVersion->Location = System::Drawing::Point(0, 0);
1528
			this->ComboVersion->Location = System::Drawing::Point(0, 0);
-
 
1529
			this->ComboVersion->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1489
			this->ComboVersion->Name = L"ComboVersion";
1530
			this->ComboVersion->Name = L"ComboVersion";
1490
			this->ComboVersion->Size = System::Drawing::Size(465, 21);
1531
			this->ComboVersion->Size = System::Drawing::Size(622, 24);
1491
			this->ComboVersion->TabIndex = 41;
1532
			this->ComboVersion->TabIndex = 41;
1492
			this->ComboVersion->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboVersion_SelectedIndexChanged);
1533
			this->ComboVersion->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboVersion_SelectedIndexChanged);
1493
			// 
1534
			// 
1494
			// TextExactVersion
1535
			// TextExactVersion
1495
			// 
1536
			// 
1496
			this->TextExactVersion->Dock = System::Windows::Forms::DockStyle::Bottom;
1537
			this->TextExactVersion->Dock = System::Windows::Forms::DockStyle::Bottom;
1497
			this->TextExactVersion->Location = System::Drawing::Point(0, 23);
1538
			this->TextExactVersion->Location = System::Drawing::Point(0, 31);
-
 
1539
			this->TextExactVersion->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1498
			this->TextExactVersion->Name = L"TextExactVersion";
1540
			this->TextExactVersion->Name = L"TextExactVersion";
1499
			this->TextExactVersion->Size = System::Drawing::Size(465, 20);
1541
			this->TextExactVersion->Size = System::Drawing::Size(622, 22);
1500
			this->TextExactVersion->TabIndex = 42;
1542
			this->TextExactVersion->TabIndex = 42;
1501
			// 
1543
			// 
1502
			// ButGameAdd
1544
			// ButGameAdd
1503
			// 
1545
			// 
1504
			this->ButGameAdd->Dock = System::Windows::Forms::DockStyle::Right;
1546
			this->ButGameAdd->Dock = System::Windows::Forms::DockStyle::Right;
1505
			this->ButGameAdd->ForeColor = System::Drawing::Color::Green;
1547
			this->ButGameAdd->ForeColor = System::Drawing::Color::Green;
1506
			this->ButGameAdd->Location = System::Drawing::Point(465, 0);
1548
			this->ButGameAdd->Location = System::Drawing::Point(622, 0);
-
 
1549
			this->ButGameAdd->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1507
			this->ButGameAdd->Name = L"ButGameAdd";
1550
			this->ButGameAdd->Name = L"ButGameAdd";
1508
			this->ButGameAdd->Size = System::Drawing::Size(53, 43);
1551
			this->ButGameAdd->Size = System::Drawing::Size(71, 53);
1509
			this->ButGameAdd->TabIndex = 43;
1552
			this->ButGameAdd->TabIndex = 43;
1510
			this->ButGameAdd->Text = L"Save!";
1553
			this->ButGameAdd->Text = L"Save!";
1511
			this->ButGameAdd->UseVisualStyleBackColor = true;
1554
			this->ButGameAdd->UseVisualStyleBackColor = true;
1512
			this->ButGameAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButGameAdd_Click);
1555
			this->ButGameAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButGameAdd_Click);
1513
			// 
1556
			// 
Line 1515... Line 1558...
1515
			// 
1558
			// 
1516
			this->ButGame->ContextMenuStrip = this->ContextGames;
1559
			this->ButGame->ContextMenuStrip = this->ContextGames;
1517
			this->ButGame->Dock = System::Windows::Forms::DockStyle::Left;
1560
			this->ButGame->Dock = System::Windows::Forms::DockStyle::Left;
1518
			this->ButGame->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
1561
			this->ButGame->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
1519
			this->ButGame->Location = System::Drawing::Point(0, 0);
1562
			this->ButGame->Location = System::Drawing::Point(0, 0);
-
 
1563
			this->ButGame->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1520
			this->ButGame->Name = L"ButGame";
1564
			this->ButGame->Name = L"ButGame";
1521
			this->ButGame->Size = System::Drawing::Size(218, 43);
1565
			this->ButGame->Size = System::Drawing::Size(291, 53);
1522
			this->ButGame->TabIndex = 43;
1566
			this->ButGame->TabIndex = 43;
1523
			this->ButGame->UseVisualStyleBackColor = true;
1567
			this->ButGame->UseVisualStyleBackColor = true;
1524
			this->ButGame->Click += gcnew System::EventHandler(this, &PackageForm::ButGame_Click);
1568
			this->ButGame->Click += gcnew System::EventHandler(this, &PackageForm::ButGame_Click);
1525
			// 
1569
			// 
1526
			// ContextGames
1570
			// ContextGames
1527
			// 
1571
			// 
1528
			this->ContextGames->ImageScalingSize = System::Drawing::Size(32, 32);
1572
			this->ContextGames->ImageScalingSize = System::Drawing::Size(32, 32);
1529
			this->ContextGames->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) {this->testToolStripMenuItem});
1573
			this->ContextGames->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(1) { this->testToolStripMenuItem });
1530
			this->ContextGames->Name = L"ContextGames";
1574
			this->ContextGames->Name = L"ContextGames";
1531
			this->ContextGames->Size = System::Drawing::Size(97, 26);
1575
			this->ContextGames->Size = System::Drawing::Size(105, 28);
1532
			// 
1576
			// 
1533
			// testToolStripMenuItem
1577
			// testToolStripMenuItem
1534
			// 
1578
			// 
1535
			this->testToolStripMenuItem->Name = L"testToolStripMenuItem";
1579
			this->testToolStripMenuItem->Name = L"testToolStripMenuItem";
1536
			this->testToolStripMenuItem->Size = System::Drawing::Size(96, 22);
1580
			this->testToolStripMenuItem->Size = System::Drawing::Size(104, 24);
1537
			this->testToolStripMenuItem->Text = L"Test";
1581
			this->testToolStripMenuItem->Text = L"Test";
1538
			// 
1582
			// 
1539
			// PagePackage
1583
			// PagePackage
1540
			// 
1584
			// 
1541
			this->PagePackage->Controls->Add(this->groupBox3);
1585
			this->PagePackage->Controls->Add(this->groupBox3);
1542
			this->PagePackage->Controls->Add(this->panel22);
1586
			this->PagePackage->Controls->Add(this->panel22);
1543
			this->PagePackage->Controls->Add(this->panel7);
1587
			this->PagePackage->Controls->Add(this->panel7);
1544
			this->PagePackage->Location = System::Drawing::Point(4, 22);
1588
			this->PagePackage->Location = System::Drawing::Point(4, 46);
-
 
1589
			this->PagePackage->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1545
			this->PagePackage->Name = L"PagePackage";
1590
			this->PagePackage->Name = L"PagePackage";
1546
			this->PagePackage->Padding = System::Windows::Forms::Padding(3);
1591
			this->PagePackage->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1547
			this->PagePackage->Size = System::Drawing::Size(748, 216);
1592
			this->PagePackage->Size = System::Drawing::Size(1000, 248);
1548
			this->PagePackage->TabIndex = 2;
1593
			this->PagePackage->TabIndex = 2;
1549
			this->PagePackage->Text = L"Package Settings";
1594
			this->PagePackage->Text = L"Package Settings";
1550
			this->PagePackage->UseVisualStyleBackColor = true;
1595
			this->PagePackage->UseVisualStyleBackColor = true;
1551
			// 
1596
			// 
1552
			// groupBox3
1597
			// groupBox3
Line 1556... Line 1601...
1556
			this->groupBox3->Controls->Add(this->label12);
1601
			this->groupBox3->Controls->Add(this->label12);
1557
			this->groupBox3->Controls->Add(this->CheckOther);
1602
			this->groupBox3->Controls->Add(this->CheckOther);
1558
			this->groupBox3->Controls->Add(this->TextOtherAuthor);
1603
			this->groupBox3->Controls->Add(this->TextOtherAuthor);
1559
			this->groupBox3->Controls->Add(this->ButFromFile);
1604
			this->groupBox3->Controls->Add(this->ButFromFile);
1560
			this->groupBox3->Dock = System::Windows::Forms::DockStyle::Top;
1605
			this->groupBox3->Dock = System::Windows::Forms::DockStyle::Top;
1561
			this->groupBox3->Location = System::Drawing::Point(3, 95);
1606
			this->groupBox3->Location = System::Drawing::Point(4, 117);
1562
			this->groupBox3->Margin = System::Windows::Forms::Padding(10);
1607
			this->groupBox3->Margin = System::Windows::Forms::Padding(13, 12, 13, 12);
1563
			this->groupBox3->Name = L"groupBox3";
1608
			this->groupBox3->Name = L"groupBox3";
1564
			this->groupBox3->Padding = System::Windows::Forms::Padding(10);
1609
			this->groupBox3->Padding = System::Windows::Forms::Padding(13, 12, 13, 12);
1565
			this->groupBox3->Size = System::Drawing::Size(742, 53);
1610
			this->groupBox3->Size = System::Drawing::Size(992, 65);
1566
			this->groupBox3->TabIndex = 1;
1611
			this->groupBox3->TabIndex = 1;
1567
			this->groupBox3->TabStop = false;
1612
			this->groupBox3->TabStop = false;
1568
			this->groupBox3->Text = L"Requires Parent Mod/Package";
1613
			this->groupBox3->Text = L"Requires Parent Mod/Package";
1569
			// 
1614
			// 
1570
			// TextOtherName
1615
			// TextOtherName
1571
			// 
1616
			// 
1572
			this->TextOtherName->Dock = System::Windows::Forms::DockStyle::Fill;
1617
			this->TextOtherName->Dock = System::Windows::Forms::DockStyle::Fill;
1573
			this->TextOtherName->Location = System::Drawing::Point(107, 23);
1618
			this->TextOtherName->Location = System::Drawing::Point(140, 27);
-
 
1619
			this->TextOtherName->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1574
			this->TextOtherName->Name = L"TextOtherName";
1620
			this->TextOtherName->Name = L"TextOtherName";
1575
			this->TextOtherName->Size = System::Drawing::Size(334, 20);
1621
			this->TextOtherName->Size = System::Drawing::Size(452, 22);
1576
			this->TextOtherName->TabIndex = 1;
1622
			this->TextOtherName->TabIndex = 1;
1577
			this->TextOtherName->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextOtherName_TextChanged);
1623
			this->TextOtherName->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextOtherName_TextChanged);
1578
			// 
1624
			// 
1579
			// label13
1625
			// label13
1580
			// 
1626
			// 
1581
			this->label13->Dock = System::Windows::Forms::DockStyle::Right;
1627
			this->label13->Dock = System::Windows::Forms::DockStyle::Right;
1582
			this->label13->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1628
			this->label13->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1583
				static_cast<System::Byte>(0)));
1629
				static_cast<System::Byte>(0)));
1584
			this->label13->Location = System::Drawing::Point(441, 23);
1630
			this->label13->Location = System::Drawing::Point(592, 27);
-
 
1631
			this->label13->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1585
			this->label13->Name = L"label13";
1632
			this->label13->Name = L"label13";
1586
			this->label13->Size = System::Drawing::Size(77, 20);
1633
			this->label13->Size = System::Drawing::Size(103, 26);
1587
			this->label13->TabIndex = 3;
1634
			this->label13->TabIndex = 3;
1588
			this->label13->Text = L"Author";
1635
			this->label13->Text = L"Author";
1589
			this->label13->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
1636
			this->label13->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
1590
			// 
1637
			// 
1591
			// label12
1638
			// label12
1592
			// 
1639
			// 
1593
			this->label12->Dock = System::Windows::Forms::DockStyle::Left;
1640
			this->label12->Dock = System::Windows::Forms::DockStyle::Left;
1594
			this->label12->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1641
			this->label12->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1595
				static_cast<System::Byte>(0)));
1642
				static_cast<System::Byte>(0)));
1596
			this->label12->ImageAlign = System::Drawing::ContentAlignment::MiddleRight;
1643
			this->label12->ImageAlign = System::Drawing::ContentAlignment::MiddleRight;
1597
			this->label12->Location = System::Drawing::Point(25, 23);
1644
			this->label12->Location = System::Drawing::Point(31, 27);
-
 
1645
			this->label12->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1598
			this->label12->Name = L"label12";
1646
			this->label12->Name = L"label12";
1599
			this->label12->RightToLeft = System::Windows::Forms::RightToLeft::No;
1647
			this->label12->RightToLeft = System::Windows::Forms::RightToLeft::No;
1600
			this->label12->Size = System::Drawing::Size(82, 20);
1648
			this->label12->Size = System::Drawing::Size(109, 26);
1601
			this->label12->TabIndex = 2;
1649
			this->label12->TabIndex = 2;
1602
			this->label12->Text = L"Package";
1650
			this->label12->Text = L"Package";
1603
			this->label12->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
1651
			this->label12->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
1604
			// 
1652
			// 
1605
			// CheckOther
1653
			// CheckOther
1606
			// 
1654
			// 
1607
			this->CheckOther->AutoSize = true;
1655
			this->CheckOther->AutoSize = true;
1608
			this->CheckOther->Dock = System::Windows::Forms::DockStyle::Left;
1656
			this->CheckOther->Dock = System::Windows::Forms::DockStyle::Left;
1609
			this->CheckOther->Location = System::Drawing::Point(10, 23);
1657
			this->CheckOther->Location = System::Drawing::Point(13, 27);
-
 
1658
			this->CheckOther->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1610
			this->CheckOther->Name = L"CheckOther";
1659
			this->CheckOther->Name = L"CheckOther";
1611
			this->CheckOther->Size = System::Drawing::Size(15, 20);
1660
			this->CheckOther->Size = System::Drawing::Size(18, 26);
1612
			this->CheckOther->TabIndex = 0;
1661
			this->CheckOther->TabIndex = 0;
1613
			this->CheckOther->UseVisualStyleBackColor = true;
1662
			this->CheckOther->UseVisualStyleBackColor = true;
1614
			this->CheckOther->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckOther_CheckedChanged);
1663
			this->CheckOther->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckOther_CheckedChanged);
1615
			// 
1664
			// 
1616
			// TextOtherAuthor
1665
			// TextOtherAuthor
1617
			// 
1666
			// 
1618
			this->TextOtherAuthor->Dock = System::Windows::Forms::DockStyle::Right;
1667
			this->TextOtherAuthor->Dock = System::Windows::Forms::DockStyle::Right;
1619
			this->TextOtherAuthor->Location = System::Drawing::Point(518, 23);
1668
			this->TextOtherAuthor->Location = System::Drawing::Point(695, 27);
-
 
1669
			this->TextOtherAuthor->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1620
			this->TextOtherAuthor->Name = L"TextOtherAuthor";
1670
			this->TextOtherAuthor->Name = L"TextOtherAuthor";
1621
			this->TextOtherAuthor->Size = System::Drawing::Size(139, 20);
1671
			this->TextOtherAuthor->Size = System::Drawing::Size(184, 22);
1622
			this->TextOtherAuthor->TabIndex = 4;
1672
			this->TextOtherAuthor->TabIndex = 4;
1623
			this->TextOtherAuthor->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextOtherName_TextChanged);
1673
			this->TextOtherAuthor->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextOtherName_TextChanged);
1624
			// 
1674
			// 
1625
			// ButFromFile
1675
			// ButFromFile
1626
			// 
1676
			// 
1627
			this->ButFromFile->Dock = System::Windows::Forms::DockStyle::Right;
1677
			this->ButFromFile->Dock = System::Windows::Forms::DockStyle::Right;
1628
			this->ButFromFile->Location = System::Drawing::Point(657, 23);
1678
			this->ButFromFile->Location = System::Drawing::Point(879, 27);
-
 
1679
			this->ButFromFile->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1629
			this->ButFromFile->Name = L"ButFromFile";
1680
			this->ButFromFile->Name = L"ButFromFile";
1630
			this->ButFromFile->Size = System::Drawing::Size(75, 20);
1681
			this->ButFromFile->Size = System::Drawing::Size(100, 26);
1631
			this->ButFromFile->TabIndex = 5;
1682
			this->ButFromFile->TabIndex = 5;
1632
			this->ButFromFile->Text = L"From File";
1683
			this->ButFromFile->Text = L"From File";
1633
			this->ButFromFile->UseVisualStyleBackColor = true;
1684
			this->ButFromFile->UseVisualStyleBackColor = true;
1634
			this->ButFromFile->Click += gcnew System::EventHandler(this, &PackageForm::ButFromFile_Click);
1685
			this->ButFromFile->Click += gcnew System::EventHandler(this, &PackageForm::ButFromFile_Click);
1635
			// 
1686
			// 
1636
			// panel22
1687
			// panel22
1637
			// 
1688
			// 
1638
			this->panel22->Controls->Add(this->ComboPluginType);
1689
			this->panel22->Controls->Add(this->ComboPluginType);
1639
			this->panel22->Controls->Add(this->label15);
1690
			this->panel22->Controls->Add(this->label15);
1640
			this->panel22->Dock = System::Windows::Forms::DockStyle::Top;
1691
			this->panel22->Dock = System::Windows::Forms::DockStyle::Top;
1641
			this->panel22->Location = System::Drawing::Point(3, 63);
1692
			this->panel22->Location = System::Drawing::Point(4, 78);
-
 
1693
			this->panel22->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1642
			this->panel22->Name = L"panel22";
1694
			this->panel22->Name = L"panel22";
1643
			this->panel22->Size = System::Drawing::Size(742, 32);
1695
			this->panel22->Size = System::Drawing::Size(992, 39);
1644
			this->panel22->TabIndex = 2;
1696
			this->panel22->TabIndex = 2;
1645
			// 
1697
			// 
1646
			// ComboPluginType
1698
			// ComboPluginType
1647
			// 
1699
			// 
1648
			this->ComboPluginType->Dock = System::Windows::Forms::DockStyle::Fill;
1700
			this->ComboPluginType->Dock = System::Windows::Forms::DockStyle::Fill;
1649
			this->ComboPluginType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1701
			this->ComboPluginType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1650
			this->ComboPluginType->FormattingEnabled = true;
1702
			this->ComboPluginType->FormattingEnabled = true;
1651
			this->ComboPluginType->Items->AddRange(gcnew cli::array< System::Object^  >(5) {L"Normal", L"Stable", L"Experimental", L"Cheat", 
1703
			this->ComboPluginType->Items->AddRange(gcnew cli::array< System::Object^  >(5) {
-
 
1704
				L"Normal", L"Stable", L"Experimental", L"Cheat",
1652
				L"Mod";});
1705
					L"Mod"
-
 
1706
			});
1653
			this->ComboPluginType->Location = System::Drawing::Point(157, 0);
1707
			this->ComboPluginType->Location = System::Drawing::Point(209, 0);
-
 
1708
			this->ComboPluginType->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1654
			this->ComboPluginType->Name = L"ComboPluginType";
1709
			this->ComboPluginType->Name = L"ComboPluginType";
1655
			this->ComboPluginType->Size = System::Drawing::Size(585, 21);
1710
			this->ComboPluginType->Size = System::Drawing::Size(783, 24);
1656
			this->ComboPluginType->TabIndex = 7;
1711
			this->ComboPluginType->TabIndex = 7;
1657
			this->ComboPluginType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboPluginType_SelectedIndexChanged);
1712
			this->ComboPluginType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboPluginType_SelectedIndexChanged);
1658
			// 
1713
			// 
1659
			// label15
1714
			// label15
1660
			// 
1715
			// 
1661
			this->label15->Dock = System::Windows::Forms::DockStyle::Left;
1716
			this->label15->Dock = System::Windows::Forms::DockStyle::Left;
1662
			this->label15->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1717
			this->label15->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1663
				static_cast<System::Byte>(0)));
1718
				static_cast<System::Byte>(0)));
1664
			this->label15->Location = System::Drawing::Point(0, 0);
1719
			this->label15->Location = System::Drawing::Point(0, 0);
-
 
1720
			this->label15->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1665
			this->label15->Name = L"label15";
1721
			this->label15->Name = L"label15";
1666
			this->label15->Size = System::Drawing::Size(157, 32);
1722
			this->label15->Size = System::Drawing::Size(209, 39);
1667
			this->label15->TabIndex = 2;
1723
			this->label15->TabIndex = 2;
1668
			this->label15->Text = L"Plugin Type";
1724
			this->label15->Text = L"Plugin Type";
1669
			// 
1725
			// 
1670
			// panel7
1726
			// panel7
1671
			// 
1727
			// 
1672
			this->panel7->Controls->Add(this->panel8);
1728
			this->panel7->Controls->Add(this->panel8);
1673
			this->panel7->Controls->Add(this->label7);
1729
			this->panel7->Controls->Add(this->label7);
1674
			this->panel7->Dock = System::Windows::Forms::DockStyle::Top;
1730
			this->panel7->Dock = System::Windows::Forms::DockStyle::Top;
1675
			this->panel7->Location = System::Drawing::Point(3, 3);
1731
			this->panel7->Location = System::Drawing::Point(4, 4);
-
 
1732
			this->panel7->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1676
			this->panel7->Name = L"panel7";
1733
			this->panel7->Name = L"panel7";
1677
			this->panel7->Padding = System::Windows::Forms::Padding(5, 5, 5, 10);
1734
			this->panel7->Padding = System::Windows::Forms::Padding(7, 6, 7, 12);
1678
			this->panel7->Size = System::Drawing::Size(742, 60);
1735
			this->panel7->Size = System::Drawing::Size(992, 74);
1679
			this->panel7->TabIndex = 0;
1736
			this->panel7->TabIndex = 0;
1680
			// 
1737
			// 
1681
			// panel8
1738
			// panel8
1682
			// 
1739
			// 
1683
			this->panel8->Controls->Add(this->flowLayoutPanel1);
1740
			this->panel8->Controls->Add(this->flowLayoutPanel1);
1684
			this->panel8->Controls->Add(this->panel9);
1741
			this->panel8->Controls->Add(this->panel9);
1685
			this->panel8->Dock = System::Windows::Forms::DockStyle::Fill;
1742
			this->panel8->Dock = System::Windows::Forms::DockStyle::Fill;
1686
			this->panel8->Location = System::Drawing::Point(162, 5);
1743
			this->panel8->Location = System::Drawing::Point(216, 6);
-
 
1744
			this->panel8->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1687
			this->panel8->Name = L"panel8";
1745
			this->panel8->Name = L"panel8";
1688
			this->panel8->Size = System::Drawing::Size(575, 45);
1746
			this->panel8->Size = System::Drawing::Size(769, 56);
1689
			this->panel8->TabIndex = 2;
1747
			this->panel8->TabIndex = 2;
1690
			// 
1748
			// 
1691
			// flowLayoutPanel1
1749
			// flowLayoutPanel1
1692
			// 
1750
			// 
1693
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeUpdate);
1751
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeUpdate);
1694
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeLibrary);
1752
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeLibrary);
1695
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeStart);
1753
			this->flowLayoutPanel1->Controls->Add(this->RadioTypeStart);
1696
			this->flowLayoutPanel1->Controls->Add(this->RadioTypePatch);
1754
			this->flowLayoutPanel1->Controls->Add(this->RadioTypePatch);
1697
			this->flowLayoutPanel1->Dock = System::Windows::Forms::DockStyle::Fill;
1755
			this->flowLayoutPanel1->Dock = System::Windows::Forms::DockStyle::Fill;
1698
			this->flowLayoutPanel1->Location = System::Drawing::Point(0, 0);
1756
			this->flowLayoutPanel1->Location = System::Drawing::Point(0, 0);
-
 
1757
			this->flowLayoutPanel1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1699
			this->flowLayoutPanel1->Name = L"flowLayoutPanel1";
1758
			this->flowLayoutPanel1->Name = L"flowLayoutPanel1";
1700
			this->flowLayoutPanel1->Size = System::Drawing::Size(575, 22);
1759
			this->flowLayoutPanel1->Size = System::Drawing::Size(769, 28);
1701
			this->flowLayoutPanel1->TabIndex = 4;
1760
			this->flowLayoutPanel1->TabIndex = 4;
1702
			// 
1761
			// 
1703
			// RadioTypeUpdate
1762
			// RadioTypeUpdate
1704
			// 
1763
			// 
1705
			this->RadioTypeUpdate->AutoSize = true;
1764
			this->RadioTypeUpdate->AutoSize = true;
1706
			this->RadioTypeUpdate->Location = System::Drawing::Point(3, 3);
1765
			this->RadioTypeUpdate->Location = System::Drawing::Point(4, 4);
-
 
1766
			this->RadioTypeUpdate->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1707
			this->RadioTypeUpdate->Name = L"RadioTypeUpdate";
1767
			this->RadioTypeUpdate->Name = L"RadioTypeUpdate";
1708
			this->RadioTypeUpdate->Size = System::Drawing::Size(106, 17);
1768
			this->RadioTypeUpdate->Size = System::Drawing::Size(134, 21);
1709
			this->RadioTypeUpdate->TabIndex = 1;
1769
			this->RadioTypeUpdate->TabIndex = 1;
1710
			this->RadioTypeUpdate->TabStop = true;
1770
			this->RadioTypeUpdate->TabStop = true;
1711
			this->RadioTypeUpdate->Text = L"Update Package";
1771
			this->RadioTypeUpdate->Text = L"Update Package";
1712
			this->RadioTypeUpdate->UseVisualStyleBackColor = true;
1772
			this->RadioTypeUpdate->UseVisualStyleBackColor = true;
1713
			this->RadioTypeUpdate->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeUpdate_CheckedChanged);
1773
			this->RadioTypeUpdate->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeUpdate_CheckedChanged);
1714
			// 
1774
			// 
1715
			// RadioTypeLibrary
1775
			// RadioTypeLibrary
1716
			// 
1776
			// 
1717
			this->RadioTypeLibrary->AutoSize = true;
1777
			this->RadioTypeLibrary->AutoSize = true;
1718
			this->RadioTypeLibrary->Location = System::Drawing::Point(115, 3);
1778
			this->RadioTypeLibrary->Location = System::Drawing::Point(146, 4);
-
 
1779
			this->RadioTypeLibrary->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1719
			this->RadioTypeLibrary->Name = L"RadioTypeLibrary";
1780
			this->RadioTypeLibrary->Name = L"RadioTypeLibrary";
1720
			this->RadioTypeLibrary->Size = System::Drawing::Size(86, 17);
1781
			this->RadioTypeLibrary->Size = System::Drawing::Size(113, 21);
1721
			this->RadioTypeLibrary->TabIndex = 3;
1782
			this->RadioTypeLibrary->TabIndex = 3;
1722
			this->RadioTypeLibrary->TabStop = true;
1783
			this->RadioTypeLibrary->TabStop = true;
1723
			this->RadioTypeLibrary->Text = L"Script Library";
1784
			this->RadioTypeLibrary->Text = L"Script Library";
1724
			this->RadioTypeLibrary->UseVisualStyleBackColor = true;
1785
			this->RadioTypeLibrary->UseVisualStyleBackColor = true;
1725
			this->RadioTypeLibrary->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeLibrary_CheckedChanged);
1786
			this->RadioTypeLibrary->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeLibrary_CheckedChanged);
1726
			// 
1787
			// 
1727
			// RadioTypeStart
1788
			// RadioTypeStart
1728
			// 
1789
			// 
1729
			this->RadioTypeStart->AutoSize = true;
1790
			this->RadioTypeStart->AutoSize = true;
1730
			this->RadioTypeStart->Location = System::Drawing::Point(207, 3);
1791
			this->RadioTypeStart->Location = System::Drawing::Point(267, 4);
-
 
1792
			this->RadioTypeStart->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1731
			this->RadioTypeStart->Name = L"RadioTypeStart";
1793
			this->RadioTypeStart->Name = L"RadioTypeStart";
1732
			this->RadioTypeStart->Size = System::Drawing::Size(85, 17);
1794
			this->RadioTypeStart->Size = System::Drawing::Size(110, 21);
1733
			this->RadioTypeStart->TabIndex = 0;
1795
			this->RadioTypeStart->TabIndex = 0;
1734
			this->RadioTypeStart->TabStop = true;
1796
			this->RadioTypeStart->TabStop = true;
1735
			this->RadioTypeStart->Text = L"Custom Start";
1797
			this->RadioTypeStart->Text = L"Custom Start";
1736
			this->RadioTypeStart->UseVisualStyleBackColor = true;
1798
			this->RadioTypeStart->UseVisualStyleBackColor = true;
1737
			this->RadioTypeStart->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeStart_CheckedChanged);
1799
			this->RadioTypeStart->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeStart_CheckedChanged);
1738
			// 
1800
			// 
1739
			// RadioTypePatch
1801
			// RadioTypePatch
1740
			// 
1802
			// 
1741
			this->RadioTypePatch->AutoSize = true;
1803
			this->RadioTypePatch->AutoSize = true;
1742
			this->RadioTypePatch->Location = System::Drawing::Point(298, 3);
1804
			this->RadioTypePatch->Location = System::Drawing::Point(385, 4);
-
 
1805
			this->RadioTypePatch->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1743
			this->RadioTypePatch->Name = L"RadioTypePatch";
1806
			this->RadioTypePatch->Name = L"RadioTypePatch";
1744
			this->RadioTypePatch->Size = System::Drawing::Size(77, 17);
1807
			this->RadioTypePatch->Size = System::Drawing::Size(96, 21);
1745
			this->RadioTypePatch->TabIndex = 2;
1808
			this->RadioTypePatch->TabIndex = 2;
1746
			this->RadioTypePatch->TabStop = true;
1809
			this->RadioTypePatch->TabStop = true;
1747
			this->RadioTypePatch->Text = L"Mod Patch";
1810
			this->RadioTypePatch->Text = L"Mod Patch";
1748
			this->RadioTypePatch->UseVisualStyleBackColor = true;
1811
			this->RadioTypePatch->UseVisualStyleBackColor = true;
1749
			this->RadioTypePatch->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypePatch_CheckedChanged);
1812
			this->RadioTypePatch->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypePatch_CheckedChanged);
Line 1752... Line 1815...
1752
			// 
1815
			// 
1753
			this->panel9->Controls->Add(this->TextCustomType);
1816
			this->panel9->Controls->Add(this->TextCustomType);
1754
			this->panel9->Controls->Add(this->ComboType);
1817
			this->panel9->Controls->Add(this->ComboType);
1755
			this->panel9->Controls->Add(this->RadioTypeScript);
1818
			this->panel9->Controls->Add(this->RadioTypeScript);
1756
			this->panel9->Dock = System::Windows::Forms::DockStyle::Bottom;
1819
			this->panel9->Dock = System::Windows::Forms::DockStyle::Bottom;
1757
			this->panel9->Location = System::Drawing::Point(0, 22);
1820
			this->panel9->Location = System::Drawing::Point(0, 28);
-
 
1821
			this->panel9->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1758
			this->panel9->Name = L"panel9";
1822
			this->panel9->Name = L"panel9";
1759
			this->panel9->Size = System::Drawing::Size(575, 23);
1823
			this->panel9->Size = System::Drawing::Size(769, 28);
1760
			this->panel9->TabIndex = 6;
1824
			this->panel9->TabIndex = 6;
1761
			// 
1825
			// 
1762
			// TextCustomType
1826
			// TextCustomType
1763
			// 
1827
			// 
1764
			this->TextCustomType->Dock = System::Windows::Forms::DockStyle::Fill;
1828
			this->TextCustomType->Dock = System::Windows::Forms::DockStyle::Fill;
1765
			this->TextCustomType->Location = System::Drawing::Point(146, 0);
1829
			this->TextCustomType->Location = System::Drawing::Point(192, 0);
-
 
1830
			this->TextCustomType->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1766
			this->TextCustomType->Name = L"TextCustomType";
1831
			this->TextCustomType->Name = L"TextCustomType";
1767
			this->TextCustomType->Size = System::Drawing::Size(429, 20);
1832
			this->TextCustomType->Size = System::Drawing::Size(577, 22);
1768
			this->TextCustomType->TabIndex = 7;
1833
			this->TextCustomType->TabIndex = 7;
1769
			this->TextCustomType->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextCustomType_TextChanged);
1834
			this->TextCustomType->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextCustomType_TextChanged);
1770
			// 
1835
			// 
1771
			// ComboType
1836
			// ComboType
1772
			// 
1837
			// 
1773
			this->ComboType->Dock = System::Windows::Forms::DockStyle::Left;
1838
			this->ComboType->Dock = System::Windows::Forms::DockStyle::Left;
1774
			this->ComboType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1839
			this->ComboType->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
1775
			this->ComboType->FormattingEnabled = true;
1840
			this->ComboType->FormattingEnabled = true;
1776
			this->ComboType->Location = System::Drawing::Point(14, 0);
1841
			this->ComboType->Location = System::Drawing::Point(17, 0);
-
 
1842
			this->ComboType->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1777
			this->ComboType->Name = L"ComboType";
1843
			this->ComboType->Name = L"ComboType";
1778
			this->ComboType->Size = System::Drawing::Size(132, 21);
1844
			this->ComboType->Size = System::Drawing::Size(175, 24);
1779
			this->ComboType->TabIndex = 6;
1845
			this->ComboType->TabIndex = 6;
1780
			this->ComboType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboType_SelectedIndexChanged);
1846
			this->ComboType->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboType_SelectedIndexChanged);
1781
			// 
1847
			// 
1782
			// RadioTypeScript
1848
			// RadioTypeScript
1783
			// 
1849
			// 
1784
			this->RadioTypeScript->AutoSize = true;
1850
			this->RadioTypeScript->AutoSize = true;
1785
			this->RadioTypeScript->Dock = System::Windows::Forms::DockStyle::Left;
1851
			this->RadioTypeScript->Dock = System::Windows::Forms::DockStyle::Left;
1786
			this->RadioTypeScript->Location = System::Drawing::Point(0, 0);
1852
			this->RadioTypeScript->Location = System::Drawing::Point(0, 0);
-
 
1853
			this->RadioTypeScript->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1787
			this->RadioTypeScript->Name = L"RadioTypeScript";
1854
			this->RadioTypeScript->Name = L"RadioTypeScript";
1788
			this->RadioTypeScript->Size = System::Drawing::Size(14, 23);
1855
			this->RadioTypeScript->Size = System::Drawing::Size(17, 28);
1789
			this->RadioTypeScript->TabIndex = 5;
1856
			this->RadioTypeScript->TabIndex = 5;
1790
			this->RadioTypeScript->TabStop = true;
1857
			this->RadioTypeScript->TabStop = true;
1791
			this->RadioTypeScript->UseVisualStyleBackColor = true;
1858
			this->RadioTypeScript->UseVisualStyleBackColor = true;
1792
			this->RadioTypeScript->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeScript_CheckedChanged);
1859
			this->RadioTypeScript->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioTypeScript_CheckedChanged);
1793
			// 
1860
			// 
1794
			// label7
1861
			// label7
1795
			// 
1862
			// 
1796
			this->label7->Dock = System::Windows::Forms::DockStyle::Left;
1863
			this->label7->Dock = System::Windows::Forms::DockStyle::Left;
1797
			this->label7->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
1864
			this->label7->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
1798
				static_cast<System::Byte>(0)));
1865
				static_cast<System::Byte>(0)));
1799
			this->label7->Location = System::Drawing::Point(5, 5);
1866
			this->label7->Location = System::Drawing::Point(7, 6);
-
 
1867
			this->label7->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
1800
			this->label7->Name = L"label7";
1868
			this->label7->Name = L"label7";
1801
			this->label7->Size = System::Drawing::Size(157, 45);
1869
			this->label7->Size = System::Drawing::Size(209, 56);
1802
			this->label7->TabIndex = 1;
1870
			this->label7->TabIndex = 1;
1803
			this->label7->Text = L"Package Type";
1871
			this->label7->Text = L"Package Type";
1804
			this->label7->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
1872
			this->label7->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
1805
			// 
1873
			// 
1806
			// tabPage3
1874
			// tabPage3
1807
			// 
1875
			// 
1808
			this->tabPage3->Controls->Add(this->groupBox7);
1876
			this->tabPage3->Controls->Add(this->groupBox7);
1809
			this->tabPage3->Controls->Add(this->groupBox6);
1877
			this->tabPage3->Controls->Add(this->groupBox6);
1810
			this->tabPage3->Controls->Add(this->groupBox5);
1878
			this->tabPage3->Controls->Add(this->groupBox5);
1811
			this->tabPage3->Controls->Add(this->panel15);
1879
			this->tabPage3->Controls->Add(this->panel15);
1812
			this->tabPage3->Location = System::Drawing::Point(4, 22);
1880
			this->tabPage3->Location = System::Drawing::Point(4, 46);
-
 
1881
			this->tabPage3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1813
			this->tabPage3->Name = L"tabPage3";
1882
			this->tabPage3->Name = L"tabPage3";
1814
			this->tabPage3->Padding = System::Windows::Forms::Padding(3);
1883
			this->tabPage3->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1815
			this->tabPage3->Size = System::Drawing::Size(748, 216);
1884
			this->tabPage3->Size = System::Drawing::Size(1000, 248);
1816
			this->tabPage3->TabIndex = 4;
1885
			this->tabPage3->TabIndex = 4;
1817
			this->tabPage3->Text = L"Display";
1886
			this->tabPage3->Text = L"Display";
1818
			this->tabPage3->UseVisualStyleBackColor = true;
1887
			this->tabPage3->UseVisualStyleBackColor = true;
1819
			// 
1888
			// 
1820
			// groupBox7
1889
			// groupBox7
1821
			// 
1890
			// 
1822
			this->groupBox7->Controls->Add(this->TextText);
1891
			this->groupBox7->Controls->Add(this->TextText);
1823
			this->groupBox7->Controls->Add(this->panel19);
1892
			this->groupBox7->Controls->Add(this->panel19);
1824
			this->groupBox7->Controls->Add(this->panel18);
1893
			this->groupBox7->Controls->Add(this->panel18);
1825
			this->groupBox7->Dock = System::Windows::Forms::DockStyle::Fill;
1894
			this->groupBox7->Dock = System::Windows::Forms::DockStyle::Fill;
1826
			this->groupBox7->Location = System::Drawing::Point(210, 66);
1895
			this->groupBox7->Location = System::Drawing::Point(280, 82);
-
 
1896
			this->groupBox7->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1827
			this->groupBox7->Name = L"groupBox7";
1897
			this->groupBox7->Name = L"groupBox7";
1828
			this->groupBox7->Padding = System::Windows::Forms::Padding(5, 0, 5, 5);
1898
			this->groupBox7->Padding = System::Windows::Forms::Padding(7, 0, 7, 6);
1829
			this->groupBox7->Size = System::Drawing::Size(535, 147);
1899
			this->groupBox7->Size = System::Drawing::Size(716, 162);
1830
			this->groupBox7->TabIndex = 4;
1900
			this->groupBox7->TabIndex = 4;
1831
			this->groupBox7->TabStop = false;
1901
			this->groupBox7->TabStop = false;
1832
			this->groupBox7->Text = L"Text";
1902
			this->groupBox7->Text = L"Text";
1833
			// 
1903
			// 
1834
			// TextText
1904
			// TextText
1835
			// 
1905
			// 
1836
			this->TextText->Dock = System::Windows::Forms::DockStyle::Fill;
1906
			this->TextText->Dock = System::Windows::Forms::DockStyle::Fill;
1837
			this->TextText->Location = System::Drawing::Point(104, 40);
1907
			this->TextText->Location = System::Drawing::Point(139, 48);
-
 
1908
			this->TextText->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1838
			this->TextText->Name = L"TextText";
1909
			this->TextText->Name = L"TextText";
1839
			this->TextText->Size = System::Drawing::Size(426, 102);
1910
			this->TextText->Size = System::Drawing::Size(570, 108);
1840
			this->TextText->TabIndex = 3;
1911
			this->TextText->TabIndex = 3;
1841
			this->TextText->Text = L"";
1912
			this->TextText->Text = L"";
1842
			this->TextText->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextText_TextChanged);
1913
			this->TextText->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextText_TextChanged);
1843
			// 
1914
			// 
1844
			// panel19
1915
			// panel19
1845
			// 
1916
			// 
1846
			this->panel19->Controls->Add(this->ListLang);
1917
			this->panel19->Controls->Add(this->ListLang);
1847
			this->panel19->Controls->Add(this->panel20);
1918
			this->panel19->Controls->Add(this->panel20);
1848
			this->panel19->Dock = System::Windows::Forms::DockStyle::Left;
1919
			this->panel19->Dock = System::Windows::Forms::DockStyle::Left;
1849
			this->panel19->Location = System::Drawing::Point(5, 40);
1920
			this->panel19->Location = System::Drawing::Point(7, 48);
-
 
1921
			this->panel19->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1850
			this->panel19->Name = L"panel19";
1922
			this->panel19->Name = L"panel19";
1851
			this->panel19->Size = System::Drawing::Size(99, 102);
1923
			this->panel19->Size = System::Drawing::Size(132, 108);
1852
			this->panel19->TabIndex = 5;
1924
			this->panel19->TabIndex = 5;
1853
			// 
1925
			// 
1854
			// ListLang
1926
			// ListLang
1855
			// 
1927
			// 
1856
			this->ListLang->Dock = System::Windows::Forms::DockStyle::Fill;
1928
			this->ListLang->Dock = System::Windows::Forms::DockStyle::Fill;
1857
			this->ListLang->FormattingEnabled = true;
1929
			this->ListLang->FormattingEnabled = true;
-
 
1930
			this->ListLang->ItemHeight = 16;
1858
			this->ListLang->Items->AddRange(gcnew cli::array< System::Object^  >(1) {L"- Default -"});
1931
			this->ListLang->Items->AddRange(gcnew cli::array< System::Object^  >(1) { L"- Default -" });
1859
			this->ListLang->Location = System::Drawing::Point(0, 0);
1932
			this->ListLang->Location = System::Drawing::Point(0, 0);
-
 
1933
			this->ListLang->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1860
			this->ListLang->Name = L"ListLang";
1934
			this->ListLang->Name = L"ListLang";
1861
			this->ListLang->Size = System::Drawing::Size(99, 82);
1935
			this->ListLang->Size = System::Drawing::Size(132, 83);
1862
			this->ListLang->TabIndex = 4;
1936
			this->ListLang->TabIndex = 4;
1863
			this->ListLang->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListLang_SelectedIndexChanged);
1937
			this->ListLang->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListLang_SelectedIndexChanged);
1864
			// 
1938
			// 
1865
			// panel20
1939
			// panel20
1866
			// 
1940
			// 
1867
			this->panel20->Controls->Add(this->ButTextDel);
1941
			this->panel20->Controls->Add(this->ButTextDel);
1868
			this->panel20->Controls->Add(this->ButTextAdd);
1942
			this->panel20->Controls->Add(this->ButTextAdd);
1869
			this->panel20->Dock = System::Windows::Forms::DockStyle::Bottom;
1943
			this->panel20->Dock = System::Windows::Forms::DockStyle::Bottom;
1870
			this->panel20->Location = System::Drawing::Point(0, 82);
1944
			this->panel20->Location = System::Drawing::Point(0, 83);
-
 
1945
			this->panel20->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1871
			this->panel20->Name = L"panel20";
1946
			this->panel20->Name = L"panel20";
1872
			this->panel20->Size = System::Drawing::Size(99, 20);
1947
			this->panel20->Size = System::Drawing::Size(132, 25);
1873
			this->panel20->TabIndex = 7;
1948
			this->panel20->TabIndex = 7;
1874
			// 
1949
			// 
1875
			// ButTextDel
1950
			// ButTextDel
1876
			// 
1951
			// 
1877
			this->ButTextDel->Dock = System::Windows::Forms::DockStyle::Left;
1952
			this->ButTextDel->Dock = System::Windows::Forms::DockStyle::Left;
1878
			this->ButTextDel->Location = System::Drawing::Point(51, 0);
1953
			this->ButTextDel->Location = System::Drawing::Point(68, 0);
-
 
1954
			this->ButTextDel->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1879
			this->ButTextDel->Name = L"ButTextDel";
1955
			this->ButTextDel->Name = L"ButTextDel";
1880
			this->ButTextDel->Size = System::Drawing::Size(46, 20);
1956
			this->ButTextDel->Size = System::Drawing::Size(61, 25);
1881
			this->ButTextDel->TabIndex = 5;
1957
			this->ButTextDel->TabIndex = 5;
1882
			this->ButTextDel->Text = L"-";
1958
			this->ButTextDel->Text = L"-";
1883
			this->ButTextDel->UseVisualStyleBackColor = true;
1959
			this->ButTextDel->UseVisualStyleBackColor = true;
1884
			this->ButTextDel->Click += gcnew System::EventHandler(this, &PackageForm::ButTextDel_Click);
1960
			this->ButTextDel->Click += gcnew System::EventHandler(this, &PackageForm::ButTextDel_Click);
1885
			// 
1961
			// 
1886
			// ButTextAdd
1962
			// ButTextAdd
1887
			// 
1963
			// 
1888
			this->ButTextAdd->Dock = System::Windows::Forms::DockStyle::Left;
1964
			this->ButTextAdd->Dock = System::Windows::Forms::DockStyle::Left;
1889
			this->ButTextAdd->Location = System::Drawing::Point(0, 0);
1965
			this->ButTextAdd->Location = System::Drawing::Point(0, 0);
-
 
1966
			this->ButTextAdd->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1890
			this->ButTextAdd->Name = L"ButTextAdd";
1967
			this->ButTextAdd->Name = L"ButTextAdd";
1891
			this->ButTextAdd->Size = System::Drawing::Size(51, 20);
1968
			this->ButTextAdd->Size = System::Drawing::Size(68, 25);
1892
			this->ButTextAdd->TabIndex = 6;
1969
			this->ButTextAdd->TabIndex = 6;
1893
			this->ButTextAdd->Text = L"+";
1970
			this->ButTextAdd->Text = L"+";
1894
			this->ButTextAdd->UseVisualStyleBackColor = true;
1971
			this->ButTextAdd->UseVisualStyleBackColor = true;
1895
			this->ButTextAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButTextAdd_Click);
1972
			this->ButTextAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButTextAdd_Click);
1896
			// 
1973
			// 
Line 1899... Line 1976...
1899
			this->panel18->Controls->Add(this->RadioUninstallAfter);
1976
			this->panel18->Controls->Add(this->RadioUninstallAfter);
1900
			this->panel18->Controls->Add(this->RadioUninstallBefore);
1977
			this->panel18->Controls->Add(this->RadioUninstallBefore);
1901
			this->panel18->Controls->Add(this->RadioInstallAfter);
1978
			this->panel18->Controls->Add(this->RadioInstallAfter);
1902
			this->panel18->Controls->Add(this->RadioInstallBefore);
1979
			this->panel18->Controls->Add(this->RadioInstallBefore);
1903
			this->panel18->Dock = System::Windows::Forms::DockStyle::Top;
1980
			this->panel18->Dock = System::Windows::Forms::DockStyle::Top;
1904
			this->panel18->Location = System::Drawing::Point(5, 13);
1981
			this->panel18->Location = System::Drawing::Point(7, 15);
-
 
1982
			this->panel18->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1905
			this->panel18->Name = L"panel18";
1983
			this->panel18->Name = L"panel18";
1906
			this->panel18->Size = System::Drawing::Size(525, 27);
1984
			this->panel18->Size = System::Drawing::Size(702, 33);
1907
			this->panel18->TabIndex = 2;
1985
			this->panel18->TabIndex = 2;
1908
			// 
1986
			// 
1909
			// RadioUninstallAfter
1987
			// RadioUninstallAfter
1910
			// 
1988
			// 
1911
			this->RadioUninstallAfter->AutoSize = true;
1989
			this->RadioUninstallAfter->AutoSize = true;
1912
			this->RadioUninstallAfter->Dock = System::Windows::Forms::DockStyle::Left;
1990
			this->RadioUninstallAfter->Dock = System::Windows::Forms::DockStyle::Left;
1913
			this->RadioUninstallAfter->Location = System::Drawing::Point(262, 0);
1991
			this->RadioUninstallAfter->Location = System::Drawing::Point(339, 0);
-
 
1992
			this->RadioUninstallAfter->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1914
			this->RadioUninstallAfter->Name = L"RadioUninstallAfter";
1993
			this->RadioUninstallAfter->Name = L"RadioUninstallAfter";
1915
			this->RadioUninstallAfter->Size = System::Drawing::Size(90, 27);
1994
			this->RadioUninstallAfter->Size = System::Drawing::Size(117, 33);
1916
			this->RadioUninstallAfter->TabIndex = 3;
1995
			this->RadioUninstallAfter->TabIndex = 3;
1917
			this->RadioUninstallAfter->TabStop = true;
1996
			this->RadioUninstallAfter->TabStop = true;
1918
			this->RadioUninstallAfter->Text = L"Uninstall After";
1997
			this->RadioUninstallAfter->Text = L"Uninstall After";
1919
			this->RadioUninstallAfter->UseVisualStyleBackColor = true;
1998
			this->RadioUninstallAfter->UseVisualStyleBackColor = true;
1920
			this->RadioUninstallAfter->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioUninstallAfter_CheckedChanged);
1999
			this->RadioUninstallAfter->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioUninstallAfter_CheckedChanged);
1921
			// 
2000
			// 
1922
			// RadioUninstallBefore
2001
			// RadioUninstallBefore
1923
			// 
2002
			// 
1924
			this->RadioUninstallBefore->AutoSize = true;
2003
			this->RadioUninstallBefore->AutoSize = true;
1925
			this->RadioUninstallBefore->Dock = System::Windows::Forms::DockStyle::Left;
2004
			this->RadioUninstallBefore->Dock = System::Windows::Forms::DockStyle::Left;
1926
			this->RadioUninstallBefore->Location = System::Drawing::Point(163, 0);
2005
			this->RadioUninstallBefore->Location = System::Drawing::Point(210, 0);
-
 
2006
			this->RadioUninstallBefore->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1927
			this->RadioUninstallBefore->Name = L"RadioUninstallBefore";
2007
			this->RadioUninstallBefore->Name = L"RadioUninstallBefore";
1928
			this->RadioUninstallBefore->Size = System::Drawing::Size(99, 27);
2008
			this->RadioUninstallBefore->Size = System::Drawing::Size(129, 33);
1929
			this->RadioUninstallBefore->TabIndex = 2;
2009
			this->RadioUninstallBefore->TabIndex = 2;
1930
			this->RadioUninstallBefore->TabStop = true;
2010
			this->RadioUninstallBefore->TabStop = true;
1931
			this->RadioUninstallBefore->Text = L"Uninstall Before";
2011
			this->RadioUninstallBefore->Text = L"Uninstall Before";
1932
			this->RadioUninstallBefore->UseVisualStyleBackColor = true;
2012
			this->RadioUninstallBefore->UseVisualStyleBackColor = true;
1933
			this->RadioUninstallBefore->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioUninstallBefore_CheckedChanged);
2013
			this->RadioUninstallBefore->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioUninstallBefore_CheckedChanged);
1934
			// 
2014
			// 
1935
			// RadioInstallAfter
2015
			// RadioInstallAfter
1936
			// 
2016
			// 
1937
			this->RadioInstallAfter->AutoSize = true;
2017
			this->RadioInstallAfter->AutoSize = true;
1938
			this->RadioInstallAfter->Dock = System::Windows::Forms::DockStyle::Left;
2018
			this->RadioInstallAfter->Dock = System::Windows::Forms::DockStyle::Left;
1939
			this->RadioInstallAfter->Location = System::Drawing::Point(86, 0);
2019
			this->RadioInstallAfter->Location = System::Drawing::Point(111, 0);
-
 
2020
			this->RadioInstallAfter->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1940
			this->RadioInstallAfter->Name = L"RadioInstallAfter";
2021
			this->RadioInstallAfter->Name = L"RadioInstallAfter";
1941
			this->RadioInstallAfter->Size = System::Drawing::Size(77, 27);
2022
			this->RadioInstallAfter->Size = System::Drawing::Size(99, 33);
1942
			this->RadioInstallAfter->TabIndex = 1;
2023
			this->RadioInstallAfter->TabIndex = 1;
1943
			this->RadioInstallAfter->TabStop = true;
2024
			this->RadioInstallAfter->TabStop = true;
1944
			this->RadioInstallAfter->Text = L"Install After";
2025
			this->RadioInstallAfter->Text = L"Install After";
1945
			this->RadioInstallAfter->UseVisualStyleBackColor = true;
2026
			this->RadioInstallAfter->UseVisualStyleBackColor = true;
1946
			this->RadioInstallAfter->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioInstallAfter_CheckedChanged);
2027
			this->RadioInstallAfter->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioInstallAfter_CheckedChanged);
Line 1948... Line 2029...
1948
			// RadioInstallBefore
2029
			// RadioInstallBefore
1949
			// 
2030
			// 
1950
			this->RadioInstallBefore->AutoSize = true;
2031
			this->RadioInstallBefore->AutoSize = true;
1951
			this->RadioInstallBefore->Dock = System::Windows::Forms::DockStyle::Left;
2032
			this->RadioInstallBefore->Dock = System::Windows::Forms::DockStyle::Left;
1952
			this->RadioInstallBefore->Location = System::Drawing::Point(0, 0);
2033
			this->RadioInstallBefore->Location = System::Drawing::Point(0, 0);
-
 
2034
			this->RadioInstallBefore->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1953
			this->RadioInstallBefore->Name = L"RadioInstallBefore";
2035
			this->RadioInstallBefore->Name = L"RadioInstallBefore";
1954
			this->RadioInstallBefore->Size = System::Drawing::Size(86, 27);
2036
			this->RadioInstallBefore->Size = System::Drawing::Size(111, 33);
1955
			this->RadioInstallBefore->TabIndex = 0;
2037
			this->RadioInstallBefore->TabIndex = 0;
1956
			this->RadioInstallBefore->TabStop = true;
2038
			this->RadioInstallBefore->TabStop = true;
1957
			this->RadioInstallBefore->Text = L"Install Before";
2039
			this->RadioInstallBefore->Text = L"Install Before";
1958
			this->RadioInstallBefore->UseVisualStyleBackColor = true;
2040
			this->RadioInstallBefore->UseVisualStyleBackColor = true;
1959
			this->RadioInstallBefore->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioInstallBefore_CheckedChanged);
2041
			this->RadioInstallBefore->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::RadioInstallBefore_CheckedChanged);
1960
			// 
2042
			// 
1961
			// groupBox6
2043
			// groupBox6
1962
			// 
2044
			// 
1963
			this->groupBox6->Controls->Add(this->panel17);
2045
			this->groupBox6->Controls->Add(this->panel17);
1964
			this->groupBox6->Dock = System::Windows::Forms::DockStyle::Top;
2046
			this->groupBox6->Dock = System::Windows::Forms::DockStyle::Top;
1965
			this->groupBox6->Location = System::Drawing::Point(210, 3);
2047
			this->groupBox6->Location = System::Drawing::Point(280, 4);
-
 
2048
			this->groupBox6->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1966
			this->groupBox6->Name = L"groupBox6";
2049
			this->groupBox6->Name = L"groupBox6";
-
 
2050
			this->groupBox6->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1967
			this->groupBox6->Size = System::Drawing::Size(535, 63);
2051
			this->groupBox6->Size = System::Drawing::Size(716, 78);
1968
			this->groupBox6->TabIndex = 3;
2052
			this->groupBox6->TabIndex = 3;
1969
			this->groupBox6->TabStop = false;
2053
			this->groupBox6->TabStop = false;
1970
			this->groupBox6->Text = L"Ratings";
2054
			this->groupBox6->Text = L"Ratings";
1971
			// 
2055
			// 
1972
			// panel17
2056
			// panel17
1973
			// 
2057
			// 
1974
			this->panel17->Controls->Add(this->GroupChange);
2058
			this->panel17->Controls->Add(this->GroupChange);
1975
			this->panel17->Controls->Add(this->GroupRec);
2059
			this->panel17->Controls->Add(this->GroupRec);
1976
			this->panel17->Controls->Add(this->GroupEase);
2060
			this->panel17->Controls->Add(this->GroupEase);
1977
			this->panel17->Dock = System::Windows::Forms::DockStyle::Fill;
2061
			this->panel17->Dock = System::Windows::Forms::DockStyle::Fill;
1978
			this->panel17->Location = System::Drawing::Point(3, 16);
2062
			this->panel17->Location = System::Drawing::Point(4, 19);
-
 
2063
			this->panel17->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1979
			this->panel17->Name = L"panel17";
2064
			this->panel17->Name = L"panel17";
1980
			this->panel17->Size = System::Drawing::Size(529, 44);
2065
			this->panel17->Size = System::Drawing::Size(708, 55);
1981
			this->panel17->TabIndex = 4;
2066
			this->panel17->TabIndex = 4;
1982
			// 
2067
			// 
1983
			// GroupChange
2068
			// GroupChange
1984
			// 
2069
			// 
1985
			this->GroupChange->Controls->Add(this->PicChange5);
2070
			this->GroupChange->Controls->Add(this->PicChange5);
1986
			this->GroupChange->Controls->Add(this->PicChange4);
2071
			this->GroupChange->Controls->Add(this->PicChange4);
1987
			this->GroupChange->Controls->Add(this->PicChange3);
2072
			this->GroupChange->Controls->Add(this->PicChange3);
1988
			this->GroupChange->Controls->Add(this->PicChange2);
2073
			this->GroupChange->Controls->Add(this->PicChange2);
1989
			this->GroupChange->Controls->Add(this->PicChange1);
2074
			this->GroupChange->Controls->Add(this->PicChange1);
1990
			this->GroupChange->Dock = System::Windows::Forms::DockStyle::Left;
2075
			this->GroupChange->Dock = System::Windows::Forms::DockStyle::Left;
1991
			this->GroupChange->Location = System::Drawing::Point(251, 0);
2076
			this->GroupChange->Location = System::Drawing::Point(335, 0);
-
 
2077
			this->GroupChange->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
1992
			this->GroupChange->Name = L"GroupChange";
2078
			this->GroupChange->Name = L"GroupChange";
-
 
2079
			this->GroupChange->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
1993
			this->GroupChange->Size = System::Drawing::Size(126, 44);
2080
			this->GroupChange->Size = System::Drawing::Size(168, 55);
1994
			this->GroupChange->TabIndex = 2;
2081
			this->GroupChange->TabIndex = 2;
1995
			this->GroupChange->TabStop = false;
2082
			this->GroupChange->TabStop = false;
1996
			this->GroupChange->Text = L"Game Changing";
2083
			this->GroupChange->Text = L"Game Changing";
1997
			// 
2084
			// 
1998
			// PicChange4
2085
			// PicChange4
1999
			// 
2086
			// 
2000
			this->PicChange4->Dock = System::Windows::Forms::DockStyle::Left;
2087
			this->PicChange4->Dock = System::Windows::Forms::DockStyle::Left;
2001
			this->PicChange4->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicChange4.Image")));
2088
			this->PicChange4->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicChange4.Image")));
2002
			this->PicChange4->Location = System::Drawing::Point(75, 16);
2089
			this->PicChange4->Location = System::Drawing::Point(100, 19);
-
 
2090
			this->PicChange4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2003
			this->PicChange4->Name = L"PicChange4";
2091
			this->PicChange4->Name = L"PicChange4";
2004
			this->PicChange4->Size = System::Drawing::Size(24, 25);
2092
			this->PicChange4->Size = System::Drawing::Size(32, 32);
2005
			this->PicChange4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2093
			this->PicChange4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2006
			this->PicChange4->TabIndex = 17;
2094
			this->PicChange4->TabIndex = 17;
2007
			this->PicChange4->TabStop = false;
2095
			this->PicChange4->TabStop = false;
2008
			this->PicChange4->Click += gcnew System::EventHandler(this, &PackageForm::PicChange4_Click);
2096
			this->PicChange4->Click += gcnew System::EventHandler(this, &PackageForm::PicChange4_Click);
2009
			// 
2097
			// 
2010
			// PicChange3
2098
			// PicChange3
2011
			// 
2099
			// 
2012
			this->PicChange3->Dock = System::Windows::Forms::DockStyle::Left;
2100
			this->PicChange3->Dock = System::Windows::Forms::DockStyle::Left;
2013
			this->PicChange3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicChange3.Image")));
2101
			this->PicChange3->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicChange3.Image")));
2014
			this->PicChange3->Location = System::Drawing::Point(51, 16);
2102
			this->PicChange3->Location = System::Drawing::Point(68, 19);
-
 
2103
			this->PicChange3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2015
			this->PicChange3->Name = L"PicChange3";
2104
			this->PicChange3->Name = L"PicChange3";
2016
			this->PicChange3->Size = System::Drawing::Size(24, 25);
2105
			this->PicChange3->Size = System::Drawing::Size(32, 32);
2017
			this->PicChange3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2106
			this->PicChange3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2018
			this->PicChange3->TabIndex = 16;
2107
			this->PicChange3->TabIndex = 16;
2019
			this->PicChange3->TabStop = false;
2108
			this->PicChange3->TabStop = false;
2020
			this->PicChange3->Click += gcnew System::EventHandler(this, &PackageForm::PicChange3_Click);
2109
			this->PicChange3->Click += gcnew System::EventHandler(this, &PackageForm::PicChange3_Click);
2021
			// 
2110
			// 
2022
			// PicChange2
2111
			// PicChange2
2023
			// 
2112
			// 
2024
			this->PicChange2->Dock = System::Windows::Forms::DockStyle::Left;
2113
			this->PicChange2->Dock = System::Windows::Forms::DockStyle::Left;
2025
			this->PicChange2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicChange2.Image")));
2114
			this->PicChange2->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicChange2.Image")));
2026
			this->PicChange2->Location = System::Drawing::Point(27, 16);
2115
			this->PicChange2->Location = System::Drawing::Point(36, 19);
-
 
2116
			this->PicChange2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2027
			this->PicChange2->Name = L"PicChange2";
2117
			this->PicChange2->Name = L"PicChange2";
2028
			this->PicChange2->Size = System::Drawing::Size(24, 25);
2118
			this->PicChange2->Size = System::Drawing::Size(32, 32);
2029
			this->PicChange2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2119
			this->PicChange2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2030
			this->PicChange2->TabIndex = 15;
2120
			this->PicChange2->TabIndex = 15;
2031
			this->PicChange2->TabStop = false;
2121
			this->PicChange2->TabStop = false;
2032
			this->PicChange2->Click += gcnew System::EventHandler(this, &PackageForm::PicChange2_Click);
2122
			this->PicChange2->Click += gcnew System::EventHandler(this, &PackageForm::PicChange2_Click);
2033
			// 
2123
			// 
Line 2037... Line 2127...
2037
			this->GroupRec->Controls->Add(this->PicRec4);
2127
			this->GroupRec->Controls->Add(this->PicRec4);
2038
			this->GroupRec->Controls->Add(this->PicRec3);
2128
			this->GroupRec->Controls->Add(this->PicRec3);
2039
			this->GroupRec->Controls->Add(this->PicRec2);
2129
			this->GroupRec->Controls->Add(this->PicRec2);
2040
			this->GroupRec->Controls->Add(this->PicRec1);
2130
			this->GroupRec->Controls->Add(this->PicRec1);
2041
			this->GroupRec->Dock = System::Windows::Forms::DockStyle::Left;
2131
			this->GroupRec->Dock = System::Windows::Forms::DockStyle::Left;
2042
			this->GroupRec->Location = System::Drawing::Point(126, 0);
2132
			this->GroupRec->Location = System::Drawing::Point(168, 0);
-
 
2133
			this->GroupRec->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2043
			this->GroupRec->Name = L"GroupRec";
2134
			this->GroupRec->Name = L"GroupRec";
-
 
2135
			this->GroupRec->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2044
			this->GroupRec->Size = System::Drawing::Size(125, 44);
2136
			this->GroupRec->Size = System::Drawing::Size(167, 55);
2045
			this->GroupRec->TabIndex = 3;
2137
			this->GroupRec->TabIndex = 3;
2046
			this->GroupRec->TabStop = false;
2138
			this->GroupRec->TabStop = false;
2047
			this->GroupRec->Text = L"Recommended";
2139
			this->GroupRec->Text = L"Recommended";
2048
			// 
2140
			// 
2049
			// PicRec4
2141
			// PicRec4
2050
			// 
2142
			// 
2051
			this->PicRec4->Dock = System::Windows::Forms::DockStyle::Left;
2143
			this->PicRec4->Dock = System::Windows::Forms::DockStyle::Left;
2052
			this->PicRec4->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicRec4.Image")));
2144
			this->PicRec4->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicRec4.Image")));
2053
			this->PicRec4->Location = System::Drawing::Point(75, 16);
2145
			this->PicRec4->Location = System::Drawing::Point(100, 19);
-
 
2146
			this->PicRec4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2054
			this->PicRec4->Name = L"PicRec4";
2147
			this->PicRec4->Name = L"PicRec4";
2055
			this->PicRec4->Size = System::Drawing::Size(24, 25);
2148
			this->PicRec4->Size = System::Drawing::Size(32, 32);
2056
			this->PicRec4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2149
			this->PicRec4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2057
			this->PicRec4->TabIndex = 17;
2150
			this->PicRec4->TabIndex = 17;
2058
			this->PicRec4->TabStop = false;
2151
			this->PicRec4->TabStop = false;
2059
			this->PicRec4->Click += gcnew System::EventHandler(this, &PackageForm::PicRec4_Click);
2152
			this->PicRec4->Click += gcnew System::EventHandler(this, &PackageForm::PicRec4_Click);
2060
			// 
2153
			// 
2061
			// PicRec3
2154
			// PicRec3
2062
			// 
2155
			// 
2063
			this->PicRec3->Dock = System::Windows::Forms::DockStyle::Left;
2156
			this->PicRec3->Dock = System::Windows::Forms::DockStyle::Left;
2064
			this->PicRec3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicRec3.Image")));
2157
			this->PicRec3->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicRec3.Image")));
2065
			this->PicRec3->Location = System::Drawing::Point(51, 16);
2158
			this->PicRec3->Location = System::Drawing::Point(68, 19);
-
 
2159
			this->PicRec3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2066
			this->PicRec3->Name = L"PicRec3";
2160
			this->PicRec3->Name = L"PicRec3";
2067
			this->PicRec3->Size = System::Drawing::Size(24, 25);
2161
			this->PicRec3->Size = System::Drawing::Size(32, 32);
2068
			this->PicRec3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2162
			this->PicRec3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2069
			this->PicRec3->TabIndex = 16;
2163
			this->PicRec3->TabIndex = 16;
2070
			this->PicRec3->TabStop = false;
2164
			this->PicRec3->TabStop = false;
2071
			this->PicRec3->Click += gcnew System::EventHandler(this, &PackageForm::PicRec3_Click);
2165
			this->PicRec3->Click += gcnew System::EventHandler(this, &PackageForm::PicRec3_Click);
2072
			// 
2166
			// 
2073
			// PicRec2
2167
			// PicRec2
2074
			// 
2168
			// 
2075
			this->PicRec2->Dock = System::Windows::Forms::DockStyle::Left;
2169
			this->PicRec2->Dock = System::Windows::Forms::DockStyle::Left;
2076
			this->PicRec2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicRec2.Image")));
2170
			this->PicRec2->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicRec2.Image")));
2077
			this->PicRec2->Location = System::Drawing::Point(27, 16);
2171
			this->PicRec2->Location = System::Drawing::Point(36, 19);
-
 
2172
			this->PicRec2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2078
			this->PicRec2->Name = L"PicRec2";
2173
			this->PicRec2->Name = L"PicRec2";
2079
			this->PicRec2->Size = System::Drawing::Size(24, 25);
2174
			this->PicRec2->Size = System::Drawing::Size(32, 32);
2080
			this->PicRec2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2175
			this->PicRec2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2081
			this->PicRec2->TabIndex = 15;
2176
			this->PicRec2->TabIndex = 15;
2082
			this->PicRec2->TabStop = false;
2177
			this->PicRec2->TabStop = false;
2083
			this->PicRec2->Click += gcnew System::EventHandler(this, &PackageForm::PicRec2_Click);
2178
			this->PicRec2->Click += gcnew System::EventHandler(this, &PackageForm::PicRec2_Click);
2084
			// 
2179
			// 
2085
			// PicRec1
2180
			// PicRec1
2086
			// 
2181
			// 
2087
			this->PicRec1->Dock = System::Windows::Forms::DockStyle::Left;
2182
			this->PicRec1->Dock = System::Windows::Forms::DockStyle::Left;
2088
			this->PicRec1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicRec1.Image")));
2183
			this->PicRec1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicRec1.Image")));
2089
			this->PicRec1->Location = System::Drawing::Point(3, 16);
2184
			this->PicRec1->Location = System::Drawing::Point(4, 19);
-
 
2185
			this->PicRec1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2090
			this->PicRec1->Name = L"PicRec1";
2186
			this->PicRec1->Name = L"PicRec1";
2091
			this->PicRec1->Size = System::Drawing::Size(24, 25);
2187
			this->PicRec1->Size = System::Drawing::Size(32, 32);
2092
			this->PicRec1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2188
			this->PicRec1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2093
			this->PicRec1->TabIndex = 14;
2189
			this->PicRec1->TabIndex = 14;
2094
			this->PicRec1->TabStop = false;
2190
			this->PicRec1->TabStop = false;
2095
			this->PicRec1->Click += gcnew System::EventHandler(this, &PackageForm::PicRec1_Click);
2191
			this->PicRec1->Click += gcnew System::EventHandler(this, &PackageForm::PicRec1_Click);
2096
			// 
2192
			// 
Line 2101... Line 2197...
2101
			this->GroupEase->Controls->Add(this->PicEase3);
2197
			this->GroupEase->Controls->Add(this->PicEase3);
2102
			this->GroupEase->Controls->Add(this->PicEase2);
2198
			this->GroupEase->Controls->Add(this->PicEase2);
2103
			this->GroupEase->Controls->Add(this->PicEase1);
2199
			this->GroupEase->Controls->Add(this->PicEase1);
2104
			this->GroupEase->Dock = System::Windows::Forms::DockStyle::Left;
2200
			this->GroupEase->Dock = System::Windows::Forms::DockStyle::Left;
2105
			this->GroupEase->Location = System::Drawing::Point(0, 0);
2201
			this->GroupEase->Location = System::Drawing::Point(0, 0);
-
 
2202
			this->GroupEase->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2106
			this->GroupEase->Name = L"GroupEase";
2203
			this->GroupEase->Name = L"GroupEase";
-
 
2204
			this->GroupEase->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2107
			this->GroupEase->Size = System::Drawing::Size(126, 44);
2205
			this->GroupEase->Size = System::Drawing::Size(168, 55);
2108
			this->GroupEase->TabIndex = 1;
2206
			this->GroupEase->TabIndex = 1;
2109
			this->GroupEase->TabStop = false;
2207
			this->GroupEase->TabStop = false;
2110
			this->GroupEase->Text = L"Ease of Use";
2208
			this->GroupEase->Text = L"Ease of Use";
2111
			// 
2209
			// 
2112
			// PicEase5
2210
			// PicEase5
2113
			// 
2211
			// 
2114
			this->PicEase5->Dock = System::Windows::Forms::DockStyle::Left;
2212
			this->PicEase5->Dock = System::Windows::Forms::DockStyle::Left;
2115
			this->PicEase5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicEase5.Image")));
2213
			this->PicEase5->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicEase5.Image")));
2116
			this->PicEase5->Location = System::Drawing::Point(99, 16);
2214
			this->PicEase5->Location = System::Drawing::Point(132, 19);
-
 
2215
			this->PicEase5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2117
			this->PicEase5->Name = L"PicEase5";
2216
			this->PicEase5->Name = L"PicEase5";
2118
			this->PicEase5->Size = System::Drawing::Size(24, 25);
2217
			this->PicEase5->Size = System::Drawing::Size(32, 32);
2119
			this->PicEase5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2218
			this->PicEase5->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2120
			this->PicEase5->TabIndex = 17;
2219
			this->PicEase5->TabIndex = 17;
2121
			this->PicEase5->TabStop = false;
2220
			this->PicEase5->TabStop = false;
2122
			this->PicEase5->Click += gcnew System::EventHandler(this, &PackageForm::PicEase5_Click);
2221
			this->PicEase5->Click += gcnew System::EventHandler(this, &PackageForm::PicEase5_Click);
2123
			// 
2222
			// 
2124
			// PicEase4
2223
			// PicEase4
2125
			// 
2224
			// 
2126
			this->PicEase4->Dock = System::Windows::Forms::DockStyle::Left;
2225
			this->PicEase4->Dock = System::Windows::Forms::DockStyle::Left;
2127
			this->PicEase4->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicEase4.Image")));
2226
			this->PicEase4->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicEase4.Image")));
2128
			this->PicEase4->Location = System::Drawing::Point(75, 16);
2227
			this->PicEase4->Location = System::Drawing::Point(100, 19);
-
 
2228
			this->PicEase4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2129
			this->PicEase4->Name = L"PicEase4";
2229
			this->PicEase4->Name = L"PicEase4";
2130
			this->PicEase4->Size = System::Drawing::Size(24, 25);
2230
			this->PicEase4->Size = System::Drawing::Size(32, 32);
2131
			this->PicEase4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2231
			this->PicEase4->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2132
			this->PicEase4->TabIndex = 16;
2232
			this->PicEase4->TabIndex = 16;
2133
			this->PicEase4->TabStop = false;
2233
			this->PicEase4->TabStop = false;
2134
			this->PicEase4->Click += gcnew System::EventHandler(this, &PackageForm::PicEase4_Click);
2234
			this->PicEase4->Click += gcnew System::EventHandler(this, &PackageForm::PicEase4_Click);
2135
			// 
2235
			// 
2136
			// PicEase3
2236
			// PicEase3
2137
			// 
2237
			// 
2138
			this->PicEase3->Dock = System::Windows::Forms::DockStyle::Left;
2238
			this->PicEase3->Dock = System::Windows::Forms::DockStyle::Left;
2139
			this->PicEase3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicEase3.Image")));
2239
			this->PicEase3->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicEase3.Image")));
2140
			this->PicEase3->Location = System::Drawing::Point(51, 16);
2240
			this->PicEase3->Location = System::Drawing::Point(68, 19);
-
 
2241
			this->PicEase3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2141
			this->PicEase3->Name = L"PicEase3";
2242
			this->PicEase3->Name = L"PicEase3";
2142
			this->PicEase3->Size = System::Drawing::Size(24, 25);
2243
			this->PicEase3->Size = System::Drawing::Size(32, 32);
2143
			this->PicEase3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2244
			this->PicEase3->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2144
			this->PicEase3->TabIndex = 15;
2245
			this->PicEase3->TabIndex = 15;
2145
			this->PicEase3->TabStop = false;
2246
			this->PicEase3->TabStop = false;
2146
			this->PicEase3->Click += gcnew System::EventHandler(this, &PackageForm::PicEase3_Click);
2247
			this->PicEase3->Click += gcnew System::EventHandler(this, &PackageForm::PicEase3_Click);
2147
			// 
2248
			// 
2148
			// PicEase2
2249
			// PicEase2
2149
			// 
2250
			// 
2150
			this->PicEase2->Dock = System::Windows::Forms::DockStyle::Left;
2251
			this->PicEase2->Dock = System::Windows::Forms::DockStyle::Left;
2151
			this->PicEase2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicEase2.Image")));
2252
			this->PicEase2->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicEase2.Image")));
2152
			this->PicEase2->Location = System::Drawing::Point(27, 16);
2253
			this->PicEase2->Location = System::Drawing::Point(36, 19);
-
 
2254
			this->PicEase2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2153
			this->PicEase2->Name = L"PicEase2";
2255
			this->PicEase2->Name = L"PicEase2";
2154
			this->PicEase2->Size = System::Drawing::Size(24, 25);
2256
			this->PicEase2->Size = System::Drawing::Size(32, 32);
2155
			this->PicEase2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2257
			this->PicEase2->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2156
			this->PicEase2->TabIndex = 14;
2258
			this->PicEase2->TabIndex = 14;
2157
			this->PicEase2->TabStop = false;
2259
			this->PicEase2->TabStop = false;
2158
			this->PicEase2->Click += gcnew System::EventHandler(this, &PackageForm::PicEase2_Click);
2260
			this->PicEase2->Click += gcnew System::EventHandler(this, &PackageForm::PicEase2_Click);
2159
			// 
2261
			// 
2160
			// PicEase1
2262
			// PicEase1
2161
			// 
2263
			// 
2162
			this->PicEase1->Dock = System::Windows::Forms::DockStyle::Left;
2264
			this->PicEase1->Dock = System::Windows::Forms::DockStyle::Left;
2163
			this->PicEase1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"PicEase1.Image")));
2265
			this->PicEase1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"PicEase1.Image")));
2164
			this->PicEase1->Location = System::Drawing::Point(3, 16);
2266
			this->PicEase1->Location = System::Drawing::Point(4, 19);
-
 
2267
			this->PicEase1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2165
			this->PicEase1->Name = L"PicEase1";
2268
			this->PicEase1->Name = L"PicEase1";
2166
			this->PicEase1->Size = System::Drawing::Size(24, 25);
2269
			this->PicEase1->Size = System::Drawing::Size(32, 32);
2167
			this->PicEase1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2270
			this->PicEase1->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2168
			this->PicEase1->TabIndex = 13;
2271
			this->PicEase1->TabIndex = 13;
2169
			this->PicEase1->TabStop = false;
2272
			this->PicEase1->TabStop = false;
2170
			this->PicEase1->Click += gcnew System::EventHandler(this, &PackageForm::PicEase1_Click);
2273
			this->PicEase1->Click += gcnew System::EventHandler(this, &PackageForm::PicEase1_Click);
2171
			// 
2274
			// 
Line 2173... Line 2276...
2173
			// 
2276
			// 
2174
			this->groupBox5->Controls->Add(this->ButIconDel);
2277
			this->groupBox5->Controls->Add(this->ButIconDel);
2175
			this->groupBox5->Controls->Add(this->DisplayIcon);
2278
			this->groupBox5->Controls->Add(this->DisplayIcon);
2176
			this->groupBox5->Controls->Add(this->button4);
2279
			this->groupBox5->Controls->Add(this->button4);
2177
			this->groupBox5->Dock = System::Windows::Forms::DockStyle::Left;
2280
			this->groupBox5->Dock = System::Windows::Forms::DockStyle::Left;
2178
			this->groupBox5->Location = System::Drawing::Point(153, 3);
2281
			this->groupBox5->Location = System::Drawing::Point(204, 4);
-
 
2282
			this->groupBox5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2179
			this->groupBox5->Name = L"groupBox5";
2283
			this->groupBox5->Name = L"groupBox5";
-
 
2284
			this->groupBox5->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2180
			this->groupBox5->Size = System::Drawing::Size(57, 210);
2285
			this->groupBox5->Size = System::Drawing::Size(76, 240);
2181
			this->groupBox5->TabIndex = 2;
2286
			this->groupBox5->TabIndex = 2;
2182
			this->groupBox5->TabStop = false;
2287
			this->groupBox5->TabStop = false;
2183
			this->groupBox5->Text = L"Icon";
2288
			this->groupBox5->Text = L"Icon";
2184
			// 
2289
			// 
2185
			// ButIconDel
2290
			// ButIconDel
2186
			// 
2291
			// 
2187
			this->ButIconDel->Dock = System::Windows::Forms::DockStyle::Top;
2292
			this->ButIconDel->Dock = System::Windows::Forms::DockStyle::Top;
2188
			this->ButIconDel->Location = System::Drawing::Point(3, 85);
2293
			this->ButIconDel->Location = System::Drawing::Point(4, 104);
-
 
2294
			this->ButIconDel->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2189
			this->ButIconDel->Name = L"ButIconDel";
2295
			this->ButIconDel->Name = L"ButIconDel";
2190
			this->ButIconDel->Size = System::Drawing::Size(51, 23);
2296
			this->ButIconDel->Size = System::Drawing::Size(68, 28);
2191
			this->ButIconDel->TabIndex = 1;
2297
			this->ButIconDel->TabIndex = 1;
2192
			this->ButIconDel->Text = L"Del";
2298
			this->ButIconDel->Text = L"Del";
2193
			this->ButIconDel->UseVisualStyleBackColor = true;
2299
			this->ButIconDel->UseVisualStyleBackColor = true;
2194
			this->ButIconDel->Click += gcnew System::EventHandler(this, &PackageForm::ButIconDel_Click);
2300
			this->ButIconDel->Click += gcnew System::EventHandler(this, &PackageForm::ButIconDel_Click);
2195
			// 
2301
			// 
2196
			// DisplayIcon
2302
			// DisplayIcon
2197
			// 
2303
			// 
2198
			this->DisplayIcon->Dock = System::Windows::Forms::DockStyle::Top;
2304
			this->DisplayIcon->Dock = System::Windows::Forms::DockStyle::Top;
2199
			this->DisplayIcon->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"DisplayIcon.Image")));
2305
			this->DisplayIcon->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"DisplayIcon.Image")));
2200
			this->DisplayIcon->Location = System::Drawing::Point(3, 39);
2306
			this->DisplayIcon->Location = System::Drawing::Point(4, 47);
-
 
2307
			this->DisplayIcon->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2201
			this->DisplayIcon->Name = L"DisplayIcon";
2308
			this->DisplayIcon->Name = L"DisplayIcon";
2202
			this->DisplayIcon->Size = System::Drawing::Size(51, 46);
2309
			this->DisplayIcon->Size = System::Drawing::Size(68, 57);
2203
			this->DisplayIcon->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2310
			this->DisplayIcon->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2204
			this->DisplayIcon->TabIndex = 0;
2311
			this->DisplayIcon->TabIndex = 0;
2205
			this->DisplayIcon->TabStop = false;
2312
			this->DisplayIcon->TabStop = false;
2206
			// 
2313
			// 
2207
			// button4
2314
			// button4
2208
			// 
2315
			// 
2209
			this->button4->Dock = System::Windows::Forms::DockStyle::Top;
2316
			this->button4->Dock = System::Windows::Forms::DockStyle::Top;
2210
			this->button4->Location = System::Drawing::Point(3, 16);
2317
			this->button4->Location = System::Drawing::Point(4, 19);
-
 
2318
			this->button4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2211
			this->button4->Name = L"button4";
2319
			this->button4->Name = L"button4";
2212
			this->button4->Size = System::Drawing::Size(51, 23);
2320
			this->button4->Size = System::Drawing::Size(68, 28);
2213
			this->button4->TabIndex = 2;
2321
			this->button4->TabIndex = 2;
2214
			this->button4->Text = L"Set";
2322
			this->button4->Text = L"Set";
2215
			this->button4->UseVisualStyleBackColor = true;
2323
			this->button4->UseVisualStyleBackColor = true;
2216
			this->button4->Click += gcnew System::EventHandler(this, &PackageForm::button4_Click);
2324
			this->button4->Click += gcnew System::EventHandler(this, &PackageForm::button4_Click);
2217
			// 
2325
			// 
2218
			// panel15
2326
			// panel15
2219
			// 
2327
			// 
2220
			this->panel15->Controls->Add(this->DisplayPicture);
2328
			this->panel15->Controls->Add(this->DisplayPicture);
2221
			this->panel15->Controls->Add(this->panel16);
2329
			this->panel15->Controls->Add(this->panel16);
2222
			this->panel15->Dock = System::Windows::Forms::DockStyle::Left;
2330
			this->panel15->Dock = System::Windows::Forms::DockStyle::Left;
2223
			this->panel15->Location = System::Drawing::Point(3, 3);
2331
			this->panel15->Location = System::Drawing::Point(4, 4);
-
 
2332
			this->panel15->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2224
			this->panel15->Name = L"panel15";
2333
			this->panel15->Name = L"panel15";
2225
			this->panel15->Size = System::Drawing::Size(150, 210);
2334
			this->panel15->Size = System::Drawing::Size(200, 240);
2226
			this->panel15->TabIndex = 1;
2335
			this->panel15->TabIndex = 1;
2227
			// 
2336
			// 
2228
			// DisplayPicture
2337
			// DisplayPicture
2229
			// 
2338
			// 
2230
			this->DisplayPicture->Dock = System::Windows::Forms::DockStyle::Fill;
2339
			this->DisplayPicture->Dock = System::Windows::Forms::DockStyle::Fill;
2231
			this->DisplayPicture->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"DisplayPicture.Image")));
2340
			this->DisplayPicture->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"DisplayPicture.Image")));
2232
			this->DisplayPicture->Location = System::Drawing::Point(0, 0);
2341
			this->DisplayPicture->Location = System::Drawing::Point(0, 0);
-
 
2342
			this->DisplayPicture->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2233
			this->DisplayPicture->Name = L"DisplayPicture";
2343
			this->DisplayPicture->Name = L"DisplayPicture";
2234
			this->DisplayPicture->Size = System::Drawing::Size(150, 181);
2344
			this->DisplayPicture->Size = System::Drawing::Size(200, 204);
2235
			this->DisplayPicture->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2345
			this->DisplayPicture->SizeMode = System::Windows::Forms::PictureBoxSizeMode::StretchImage;
2236
			this->DisplayPicture->TabIndex = 0;
2346
			this->DisplayPicture->TabIndex = 0;
2237
			this->DisplayPicture->TabStop = false;
2347
			this->DisplayPicture->TabStop = false;
2238
			// 
2348
			// 
2239
			// panel16
2349
			// panel16
Line 2241... Line 2351...
2241
			this->panel16->Controls->Add(this->ButPicAdd);
2351
			this->panel16->Controls->Add(this->ButPicAdd);
2242
			this->panel16->Controls->Add(this->ButPicDel);
2352
			this->panel16->Controls->Add(this->ButPicDel);
2243
			this->panel16->Controls->Add(this->ButPicNext);
2353
			this->panel16->Controls->Add(this->ButPicNext);
2244
			this->panel16->Controls->Add(this->ButPicBack);
2354
			this->panel16->Controls->Add(this->ButPicBack);
2245
			this->panel16->Dock = System::Windows::Forms::DockStyle::Bottom;
2355
			this->panel16->Dock = System::Windows::Forms::DockStyle::Bottom;
2246
			this->panel16->Location = System::Drawing::Point(0, 181);
2356
			this->panel16->Location = System::Drawing::Point(0, 204);
-
 
2357
			this->panel16->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2247
			this->panel16->Name = L"panel16";
2358
			this->panel16->Name = L"panel16";
2248
			this->panel16->Size = System::Drawing::Size(150, 29);
2359
			this->panel16->Size = System::Drawing::Size(200, 36);
2249
			this->panel16->TabIndex = 2;
2360
			this->panel16->TabIndex = 2;
2250
			// 
2361
			// 
2251
			// ButPicAdd
2362
			// ButPicAdd
2252
			// 
2363
			// 
2253
			this->ButPicAdd->Dock = System::Windows::Forms::DockStyle::Fill;
2364
			this->ButPicAdd->Dock = System::Windows::Forms::DockStyle::Fill;
2254
			this->ButPicAdd->Location = System::Drawing::Point(32, 0);
2365
			this->ButPicAdd->Location = System::Drawing::Point(43, 0);
-
 
2366
			this->ButPicAdd->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2255
			this->ButPicAdd->Name = L"ButPicAdd";
2367
			this->ButPicAdd->Name = L"ButPicAdd";
2256
			this->ButPicAdd->Size = System::Drawing::Size(49, 29);
2368
			this->ButPicAdd->Size = System::Drawing::Size(65, 36);
2257
			this->ButPicAdd->TabIndex = 4;
2369
			this->ButPicAdd->TabIndex = 4;
2258
			this->ButPicAdd->Text = L"Add";
2370
			this->ButPicAdd->Text = L"Add";
2259
			this->ButPicAdd->UseVisualStyleBackColor = true;
2371
			this->ButPicAdd->UseVisualStyleBackColor = true;
2260
			this->ButPicAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButPicAdd_Click);
2372
			this->ButPicAdd->Click += gcnew System::EventHandler(this, &PackageForm::ButPicAdd_Click);
2261
			// 
2373
			// 
2262
			// ButPicDel
2374
			// ButPicDel
2263
			// 
2375
			// 
2264
			this->ButPicDel->Dock = System::Windows::Forms::DockStyle::Right;
2376
			this->ButPicDel->Dock = System::Windows::Forms::DockStyle::Right;
2265
			this->ButPicDel->Enabled = false;
2377
			this->ButPicDel->Enabled = false;
2266
			this->ButPicDel->Location = System::Drawing::Point(81, 0);
2378
			this->ButPicDel->Location = System::Drawing::Point(108, 0);
-
 
2379
			this->ButPicDel->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2267
			this->ButPicDel->Name = L"ButPicDel";
2380
			this->ButPicDel->Name = L"ButPicDel";
2268
			this->ButPicDel->Size = System::Drawing::Size(40, 29);
2381
			this->ButPicDel->Size = System::Drawing::Size(53, 36);
2269
			this->ButPicDel->TabIndex = 3;
2382
			this->ButPicDel->TabIndex = 3;
2270
			this->ButPicDel->Text = L"Del";
2383
			this->ButPicDel->Text = L"Del";
2271
			this->ButPicDel->UseVisualStyleBackColor = true;
2384
			this->ButPicDel->UseVisualStyleBackColor = true;
2272
			this->ButPicDel->Click += gcnew System::EventHandler(this, &PackageForm::ButPicDel_Click);
2385
			this->ButPicDel->Click += gcnew System::EventHandler(this, &PackageForm::ButPicDel_Click);
2273
			// 
2386
			// 
2274
			// ButPicNext
2387
			// ButPicNext
2275
			// 
2388
			// 
2276
			this->ButPicNext->Dock = System::Windows::Forms::DockStyle::Right;
2389
			this->ButPicNext->Dock = System::Windows::Forms::DockStyle::Right;
2277
			this->ButPicNext->Enabled = false;
2390
			this->ButPicNext->Enabled = false;
2278
			this->ButPicNext->Location = System::Drawing::Point(121, 0);
2391
			this->ButPicNext->Location = System::Drawing::Point(161, 0);
-
 
2392
			this->ButPicNext->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2279
			this->ButPicNext->Name = L"ButPicNext";
2393
			this->ButPicNext->Name = L"ButPicNext";
2280
			this->ButPicNext->Size = System::Drawing::Size(29, 29);
2394
			this->ButPicNext->Size = System::Drawing::Size(39, 36);
2281
			this->ButPicNext->TabIndex = 2;
2395
			this->ButPicNext->TabIndex = 2;
2282
			this->ButPicNext->Text = L"->";
2396
			this->ButPicNext->Text = L"->";
2283
			this->ButPicNext->UseVisualStyleBackColor = true;
2397
			this->ButPicNext->UseVisualStyleBackColor = true;
2284
			this->ButPicNext->Click += gcnew System::EventHandler(this, &PackageForm::ButPicNext_Click);
2398
			this->ButPicNext->Click += gcnew System::EventHandler(this, &PackageForm::ButPicNext_Click);
2285
			// 
2399
			// 
2286
			// ButPicBack
2400
			// ButPicBack
2287
			// 
2401
			// 
2288
			this->ButPicBack->Dock = System::Windows::Forms::DockStyle::Left;
2402
			this->ButPicBack->Dock = System::Windows::Forms::DockStyle::Left;
2289
			this->ButPicBack->Enabled = false;
2403
			this->ButPicBack->Enabled = false;
2290
			this->ButPicBack->Location = System::Drawing::Point(0, 0);
2404
			this->ButPicBack->Location = System::Drawing::Point(0, 0);
-
 
2405
			this->ButPicBack->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2291
			this->ButPicBack->Name = L"ButPicBack";
2406
			this->ButPicBack->Name = L"ButPicBack";
2292
			this->ButPicBack->Size = System::Drawing::Size(32, 29);
2407
			this->ButPicBack->Size = System::Drawing::Size(43, 36);
2293
			this->ButPicBack->TabIndex = 1;
2408
			this->ButPicBack->TabIndex = 1;
2294
			this->ButPicBack->Text = L"<-";
2409
			this->ButPicBack->Text = L"<-";
2295
			this->ButPicBack->UseVisualStyleBackColor = true;
2410
			this->ButPicBack->UseVisualStyleBackColor = true;
2296
			this->ButPicBack->Click += gcnew System::EventHandler(this, &PackageForm::ButPicBack_Click);
2411
			this->ButPicBack->Click += gcnew System::EventHandler(this, &PackageForm::ButPicBack_Click);
2297
			// 
2412
			// 
2298
			// tabPage2
2413
			// tabPage2
2299
			// 
2414
			// 
2300
			this->tabPage2->Controls->Add(this->ListNames);
2415
			this->tabPage2->Controls->Add(this->ListNames);
2301
			this->tabPage2->Controls->Add(this->groupBox4);
2416
			this->tabPage2->Controls->Add(this->groupBox4);
2302
			this->tabPage2->Location = System::Drawing::Point(4, 22);
2417
			this->tabPage2->Location = System::Drawing::Point(4, 46);
-
 
2418
			this->tabPage2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2303
			this->tabPage2->Name = L"tabPage2";
2419
			this->tabPage2->Name = L"tabPage2";
2304
			this->tabPage2->Padding = System::Windows::Forms::Padding(3);
2420
			this->tabPage2->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2305
			this->tabPage2->Size = System::Drawing::Size(748, 216);
2421
			this->tabPage2->Size = System::Drawing::Size(1000, 248);
2306
			this->tabPage2->TabIndex = 3;
2422
			this->tabPage2->TabIndex = 3;
2307
			this->tabPage2->Text = L"Advanced";
2423
			this->tabPage2->Text = L"Advanced";
2308
			this->tabPage2->UseVisualStyleBackColor = true;
2424
			this->tabPage2->UseVisualStyleBackColor = true;
2309
			// 
2425
			// 
2310
			// ListNames
2426
			// ListNames
2311
			// 
2427
			// 
2312
			this->ListNames->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(2) {this->columnHeader7, this->columnHeader8});
2428
			this->ListNames->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(2) { this->columnHeader7, this->columnHeader8 });
2313
			this->ListNames->ContextMenuStrip = this->ContextLangName;
2429
			this->ListNames->ContextMenuStrip = this->ContextLangName;
2314
			this->ListNames->Dock = System::Windows::Forms::DockStyle::Fill;
2430
			this->ListNames->Dock = System::Windows::Forms::DockStyle::Fill;
2315
			this->ListNames->FullRowSelect = true;
2431
			this->ListNames->FullRowSelect = true;
-
 
2432
			this->ListNames->HideSelection = false;
2316
			this->ListNames->Location = System::Drawing::Point(3, 121);
2433
			this->ListNames->Location = System::Drawing::Point(4, 149);
-
 
2434
			this->ListNames->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2317
			this->ListNames->Name = L"ListNames";
2435
			this->ListNames->Name = L"ListNames";
2318
			this->ListNames->Size = System::Drawing::Size(742, 92);
2436
			this->ListNames->Size = System::Drawing::Size(992, 95);
2319
			this->ListNames->TabIndex = 1;
2437
			this->ListNames->TabIndex = 1;
2320
			this->ListNames->UseCompatibleStateImageBehavior = false;
2438
			this->ListNames->UseCompatibleStateImageBehavior = false;
2321
			this->ListNames->View = System::Windows::Forms::View::Details;
2439
			this->ListNames->View = System::Windows::Forms::View::Details;
2322
			this->ListNames->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListNames_MouseDoubleClick);
2440
			this->ListNames->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListNames_MouseDoubleClick);
2323
			// 
2441
			// 
Line 2331... Line 2449...
2331
			this->columnHeader8->Text = L"Package Name";
2449
			this->columnHeader8->Text = L"Package Name";
2332
			this->columnHeader8->Width = 300;
2450
			this->columnHeader8->Width = 300;
2333
			// 
2451
			// 
2334
			// ContextLangName
2452
			// ContextLangName
2335
			// 
2453
			// 
-
 
2454
			this->ContextLangName->ImageScalingSize = System::Drawing::Size(20, 20);
2336
			this->ContextLangName->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->addToolStripMenuItem, 
2455
			this->ContextLangName->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
2456
				this->addToolStripMenuItem,
2337
				this->toolStripSeparator2, this->ContextEditName, this->ContextRemoveName, this->ContextNameSep, this->clearAllToolStripMenuItem1});
2457
					this->toolStripSeparator2, this->ContextEditName, this->ContextRemoveName, this->ContextNameSep, this->clearAllToolStripMenuItem1
-
 
2458
			});
2338
			this->ContextLangName->Name = L"ContextLangName";
2459
			this->ContextLangName->Name = L"ContextLangName";
2339
			this->ContextLangName->Size = System::Drawing::Size(195, 168);
2460
			this->ContextLangName->Size = System::Drawing::Size(225, 168);
2340
			this->ContextLangName->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextLangName_Opening);
2461
			this->ContextLangName->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextLangName_Opening);
2341
			// 
2462
			// 
2342
			// addToolStripMenuItem
2463
			// addToolStripMenuItem
2343
			// 
2464
			// 
2344
			this->addToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addToolStripMenuItem.Image")));
2465
			this->addToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addToolStripMenuItem.Image")));
2345
			this->addToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2466
			this->addToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2346
			this->addToolStripMenuItem->Name = L"addToolStripMenuItem";
2467
			this->addToolStripMenuItem->Name = L"addToolStripMenuItem";
2347
			this->addToolStripMenuItem->Size = System::Drawing::Size(194, 38);
2468
			this->addToolStripMenuItem->Size = System::Drawing::Size(224, 38);
2348
			this->addToolStripMenuItem->Text = L"Add Package Name";
2469
			this->addToolStripMenuItem->Text = L"Add Package Name";
2349
			this->addToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addToolStripMenuItem_Click);
2470
			this->addToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addToolStripMenuItem_Click);
2350
			// 
2471
			// 
2351
			// toolStripSeparator2
2472
			// toolStripSeparator2
2352
			// 
2473
			// 
2353
			this->toolStripSeparator2->Name = L"toolStripSeparator2";
2474
			this->toolStripSeparator2->Name = L"toolStripSeparator2";
2354
			this->toolStripSeparator2->Size = System::Drawing::Size(191, 6);
2475
			this->toolStripSeparator2->Size = System::Drawing::Size(221, 6);
2355
			// 
2476
			// 
2356
			// ContextEditName
2477
			// ContextEditName
2357
			// 
2478
			// 
2358
			this->ContextEditName->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextEditName.Image")));
2479
			this->ContextEditName->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextEditName.Image")));
2359
			this->ContextEditName->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2480
			this->ContextEditName->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2360
			this->ContextEditName->Name = L"ContextEditName";
2481
			this->ContextEditName->Name = L"ContextEditName";
2361
			this->ContextEditName->Size = System::Drawing::Size(194, 38);
2482
			this->ContextEditName->Size = System::Drawing::Size(224, 38);
2362
			this->ContextEditName->Text = L"Edit Name";
2483
			this->ContextEditName->Text = L"Edit Name";
2363
			this->ContextEditName->Click += gcnew System::EventHandler(this, &PackageForm::ContextEditName_Click);
2484
			this->ContextEditName->Click += gcnew System::EventHandler(this, &PackageForm::ContextEditName_Click);
2364
			// 
2485
			// 
2365
			// ContextRemoveName
2486
			// ContextRemoveName
2366
			// 
2487
			// 
2367
			this->ContextRemoveName->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextRemoveName.Image")));
2488
			this->ContextRemoveName->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextRemoveName.Image")));
2368
			this->ContextRemoveName->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2489
			this->ContextRemoveName->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2369
			this->ContextRemoveName->Name = L"ContextRemoveName";
2490
			this->ContextRemoveName->Name = L"ContextRemoveName";
2370
			this->ContextRemoveName->Size = System::Drawing::Size(194, 38);
2491
			this->ContextRemoveName->Size = System::Drawing::Size(224, 38);
2371
			this->ContextRemoveName->Text = L"Remove Selected";
2492
			this->ContextRemoveName->Text = L"Remove Selected";
2372
			this->ContextRemoveName->Click += gcnew System::EventHandler(this, &PackageForm::ContextRemoveName_Click);
2493
			this->ContextRemoveName->Click += gcnew System::EventHandler(this, &PackageForm::ContextRemoveName_Click);
2373
			// 
2494
			// 
2374
			// ContextNameSep
2495
			// ContextNameSep
2375
			// 
2496
			// 
2376
			this->ContextNameSep->Name = L"ContextNameSep";
2497
			this->ContextNameSep->Name = L"ContextNameSep";
2377
			this->ContextNameSep->Size = System::Drawing::Size(191, 6);
2498
			this->ContextNameSep->Size = System::Drawing::Size(221, 6);
2378
			// 
2499
			// 
2379
			// clearAllToolStripMenuItem1
2500
			// clearAllToolStripMenuItem1
2380
			// 
2501
			// 
2381
			this->clearAllToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"clearAllToolStripMenuItem1.Image")));
2502
			this->clearAllToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"clearAllToolStripMenuItem1.Image")));
2382
			this->clearAllToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2503
			this->clearAllToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2383
			this->clearAllToolStripMenuItem1->Name = L"clearAllToolStripMenuItem1";
2504
			this->clearAllToolStripMenuItem1->Name = L"clearAllToolStripMenuItem1";
2384
			this->clearAllToolStripMenuItem1->Size = System::Drawing::Size(194, 38);
2505
			this->clearAllToolStripMenuItem1->Size = System::Drawing::Size(224, 38);
2385
			this->clearAllToolStripMenuItem1->Text = L"Clear All";
2506
			this->clearAllToolStripMenuItem1->Text = L"Clear All";
2386
			this->clearAllToolStripMenuItem1->Click += gcnew System::EventHandler(this, &PackageForm::clearAllToolStripMenuItem1_Click);
2507
			this->clearAllToolStripMenuItem1->Click += gcnew System::EventHandler(this, &PackageForm::clearAllToolStripMenuItem1_Click);
2387
			// 
2508
			// 
2388
			// groupBox4
2509
			// groupBox4
2389
			// 
2510
			// 
2390
			this->groupBox4->Controls->Add(this->ListMirrors);
2511
			this->groupBox4->Controls->Add(this->ListMirrors);
2391
			this->groupBox4->Controls->Add(this->panel14);
2512
			this->groupBox4->Controls->Add(this->panel14);
2392
			this->groupBox4->Dock = System::Windows::Forms::DockStyle::Top;
2513
			this->groupBox4->Dock = System::Windows::Forms::DockStyle::Top;
2393
			this->groupBox4->Location = System::Drawing::Point(3, 3);
2514
			this->groupBox4->Location = System::Drawing::Point(4, 4);
-
 
2515
			this->groupBox4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2394
			this->groupBox4->Name = L"groupBox4";
2516
			this->groupBox4->Name = L"groupBox4";
-
 
2517
			this->groupBox4->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2395
			this->groupBox4->Size = System::Drawing::Size(742, 118);
2518
			this->groupBox4->Size = System::Drawing::Size(992, 145);
2396
			this->groupBox4->TabIndex = 0;
2519
			this->groupBox4->TabIndex = 0;
2397
			this->groupBox4->TabStop = false;
2520
			this->groupBox4->TabStop = false;
2398
			this->groupBox4->Text = L"Automatic Update";
2521
			this->groupBox4->Text = L"Automatic Update";
2399
			// 
2522
			// 
2400
			// ListMirrors
2523
			// ListMirrors
2401
			// 
2524
			// 
2402
			this->ListMirrors->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(1) {this->columnHeader6});
2525
			this->ListMirrors->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(1) { this->columnHeader6 });
2403
			this->ListMirrors->ContextMenuStrip = this->ContextMirror;
2526
			this->ListMirrors->ContextMenuStrip = this->ContextMirror;
2404
			this->ListMirrors->Dock = System::Windows::Forms::DockStyle::Fill;
2527
			this->ListMirrors->Dock = System::Windows::Forms::DockStyle::Fill;
2405
			this->ListMirrors->FullRowSelect = true;
2528
			this->ListMirrors->FullRowSelect = true;
2406
			this->ListMirrors->HeaderStyle = System::Windows::Forms::ColumnHeaderStyle::Nonclickable;
2529
			this->ListMirrors->HeaderStyle = System::Windows::Forms::ColumnHeaderStyle::Nonclickable;
-
 
2530
			this->ListMirrors->HideSelection = false;
2407
			this->ListMirrors->LabelWrap = false;
2531
			this->ListMirrors->LabelWrap = false;
2408
			this->ListMirrors->Location = System::Drawing::Point(3, 40);
2532
			this->ListMirrors->Location = System::Drawing::Point(4, 49);
-
 
2533
			this->ListMirrors->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2409
			this->ListMirrors->MultiSelect = false;
2534
			this->ListMirrors->MultiSelect = false;
2410
			this->ListMirrors->Name = L"ListMirrors";
2535
			this->ListMirrors->Name = L"ListMirrors";
2411
			this->ListMirrors->ShowGroups = false;
2536
			this->ListMirrors->ShowGroups = false;
2412
			this->ListMirrors->Size = System::Drawing::Size(736, 75);
2537
			this->ListMirrors->Size = System::Drawing::Size(984, 92);
2413
			this->ListMirrors->Sorting = System::Windows::Forms::SortOrder::Ascending;
2538
			this->ListMirrors->Sorting = System::Windows::Forms::SortOrder::Ascending;
2414
			this->ListMirrors->TabIndex = 1;
2539
			this->ListMirrors->TabIndex = 1;
2415
			this->ListMirrors->UseCompatibleStateImageBehavior = false;
2540
			this->ListMirrors->UseCompatibleStateImageBehavior = false;
2416
			this->ListMirrors->View = System::Windows::Forms::View::Details;
2541
			this->ListMirrors->View = System::Windows::Forms::View::Details;
2417
			this->ListMirrors->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListMirrors_MouseDoubleClick);
2542
			this->ListMirrors->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListMirrors_MouseDoubleClick);
Line 2421... Line 2546...
2421
			this->columnHeader6->Text = L"Mirror Address";
2546
			this->columnHeader6->Text = L"Mirror Address";
2422
			this->columnHeader6->Width = 121;
2547
			this->columnHeader6->Width = 121;
2423
			// 
2548
			// 
2424
			// ContextMirror
2549
			// ContextMirror
2425
			// 
2550
			// 
-
 
2551
			this->ContextMirror->ImageScalingSize = System::Drawing::Size(20, 20);
2426
			this->ContextMirror->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {this->addMirrorToolStripMenuItem, 
2552
			this->ContextMirror->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(4) {
-
 
2553
				this->addMirrorToolStripMenuItem,
2427
				this->toolStripSeparator1, this->ContextRemoveMirror, this->clearAllToolStripMenuItem});
2554
					this->toolStripSeparator1, this->ContextRemoveMirror, this->clearAllToolStripMenuItem
-
 
2555
			});
2428
			this->ContextMirror->Name = L"ContextMirror";
2556
			this->ContextMirror->Name = L"ContextMirror";
2429
			this->ContextMirror->Size = System::Drawing::Size(194, 124);
2557
			this->ContextMirror->Size = System::Drawing::Size(225, 124);
2430
			this->ContextMirror->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextMirror_Opening);
2558
			this->ContextMirror->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextMirror_Opening);
2431
			// 
2559
			// 
2432
			// addMirrorToolStripMenuItem
2560
			// addMirrorToolStripMenuItem
2433
			// 
2561
			// 
2434
			this->addMirrorToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addMirrorToolStripMenuItem.Image")));
2562
			this->addMirrorToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addMirrorToolStripMenuItem.Image")));
2435
			this->addMirrorToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2563
			this->addMirrorToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2436
			this->addMirrorToolStripMenuItem->Name = L"addMirrorToolStripMenuItem";
2564
			this->addMirrorToolStripMenuItem->Name = L"addMirrorToolStripMenuItem";
2437
			this->addMirrorToolStripMenuItem->Size = System::Drawing::Size(193, 38);
2565
			this->addMirrorToolStripMenuItem->Size = System::Drawing::Size(224, 38);
2438
			this->addMirrorToolStripMenuItem->Text = L"Add Mirror Address";
2566
			this->addMirrorToolStripMenuItem->Text = L"Add Mirror Address";
2439
			this->addMirrorToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addMirrorToolStripMenuItem_Click);
2567
			this->addMirrorToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addMirrorToolStripMenuItem_Click);
2440
			// 
2568
			// 
2441
			// toolStripSeparator1
2569
			// toolStripSeparator1
2442
			// 
2570
			// 
2443
			this->toolStripSeparator1->Name = L"toolStripSeparator1";
2571
			this->toolStripSeparator1->Name = L"toolStripSeparator1";
2444
			this->toolStripSeparator1->Size = System::Drawing::Size(190, 6);
2572
			this->toolStripSeparator1->Size = System::Drawing::Size(221, 6);
2445
			// 
2573
			// 
2446
			// ContextRemoveMirror
2574
			// ContextRemoveMirror
2447
			// 
2575
			// 
2448
			this->ContextRemoveMirror->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextRemoveMirror.Image")));
2576
			this->ContextRemoveMirror->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextRemoveMirror.Image")));
2449
			this->ContextRemoveMirror->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2577
			this->ContextRemoveMirror->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2450
			this->ContextRemoveMirror->Name = L"ContextRemoveMirror";
2578
			this->ContextRemoveMirror->Name = L"ContextRemoveMirror";
2451
			this->ContextRemoveMirror->Size = System::Drawing::Size(193, 38);
2579
			this->ContextRemoveMirror->Size = System::Drawing::Size(224, 38);
2452
			this->ContextRemoveMirror->Text = L"Remove Selected";
2580
			this->ContextRemoveMirror->Text = L"Remove Selected";
2453
			this->ContextRemoveMirror->Click += gcnew System::EventHandler(this, &PackageForm::ContextRemoveMirror_Click);
2581
			this->ContextRemoveMirror->Click += gcnew System::EventHandler(this, &PackageForm::ContextRemoveMirror_Click);
2454
			// 
2582
			// 
2455
			// clearAllToolStripMenuItem
2583
			// clearAllToolStripMenuItem
2456
			// 
2584
			// 
2457
			this->clearAllToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"clearAllToolStripMenuItem.Image")));
2585
			this->clearAllToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"clearAllToolStripMenuItem.Image")));
2458
			this->clearAllToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2586
			this->clearAllToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2459
			this->clearAllToolStripMenuItem->Name = L"clearAllToolStripMenuItem";
2587
			this->clearAllToolStripMenuItem->Name = L"clearAllToolStripMenuItem";
2460
			this->clearAllToolStripMenuItem->Size = System::Drawing::Size(193, 38);
2588
			this->clearAllToolStripMenuItem->Size = System::Drawing::Size(224, 38);
2461
			this->clearAllToolStripMenuItem->Text = L"Clear All";
2589
			this->clearAllToolStripMenuItem->Text = L"Clear All";
2462
			this->clearAllToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::clearAllToolStripMenuItem_Click);
2590
			this->clearAllToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::clearAllToolStripMenuItem_Click);
2463
			// 
2591
			// 
2464
			// panel14
2592
			// panel14
2465
			// 
2593
			// 
2466
			this->panel14->Controls->Add(this->TextWebAddress);
2594
			this->panel14->Controls->Add(this->TextWebAddress);
2467
			this->panel14->Controls->Add(this->label14);
2595
			this->panel14->Controls->Add(this->label14);
2468
			this->panel14->Dock = System::Windows::Forms::DockStyle::Top;
2596
			this->panel14->Dock = System::Windows::Forms::DockStyle::Top;
2469
			this->panel14->Location = System::Drawing::Point(3, 16);
2597
			this->panel14->Location = System::Drawing::Point(4, 19);
-
 
2598
			this->panel14->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2470
			this->panel14->Name = L"panel14";
2599
			this->panel14->Name = L"panel14";
2471
			this->panel14->Size = System::Drawing::Size(736, 24);
2600
			this->panel14->Size = System::Drawing::Size(984, 30);
2472
			this->panel14->TabIndex = 2;
2601
			this->panel14->TabIndex = 2;
2473
			// 
2602
			// 
2474
			// TextWebAddress
2603
			// TextWebAddress
2475
			// 
2604
			// 
2476
			this->TextWebAddress->DetectUrls = false;
2605
			this->TextWebAddress->DetectUrls = false;
2477
			this->TextWebAddress->Dock = System::Windows::Forms::DockStyle::Fill;
2606
			this->TextWebAddress->Dock = System::Windows::Forms::DockStyle::Fill;
2478
			this->TextWebAddress->Location = System::Drawing::Point(142, 0);
2607
			this->TextWebAddress->Location = System::Drawing::Point(189, 0);
-
 
2608
			this->TextWebAddress->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2479
			this->TextWebAddress->Name = L"TextWebAddress";
2609
			this->TextWebAddress->Name = L"TextWebAddress";
2480
			this->TextWebAddress->Size = System::Drawing::Size(594, 24);
2610
			this->TextWebAddress->Size = System::Drawing::Size(795, 30);
2481
			this->TextWebAddress->TabIndex = 1;
2611
			this->TextWebAddress->TabIndex = 1;
2482
			this->TextWebAddress->Text = L"";
2612
			this->TextWebAddress->Text = L"";
2483
			this->TextWebAddress->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextWebAddress_TextChanged_1);
2613
			this->TextWebAddress->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextWebAddress_TextChanged_1);
2484
			// 
2614
			// 
2485
			// label14
2615
			// label14
2486
			// 
2616
			// 
2487
			this->label14->Dock = System::Windows::Forms::DockStyle::Left;
2617
			this->label14->Dock = System::Windows::Forms::DockStyle::Left;
2488
			this->label14->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
2618
			this->label14->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
2489
				static_cast<System::Byte>(0)));
2619
				static_cast<System::Byte>(0)));
2490
			this->label14->Location = System::Drawing::Point(0, 0);
2620
			this->label14->Location = System::Drawing::Point(0, 0);
-
 
2621
			this->label14->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
2491
			this->label14->Name = L"label14";
2622
			this->label14->Name = L"label14";
2492
			this->label14->Size = System::Drawing::Size(142, 24);
2623
			this->label14->Size = System::Drawing::Size(189, 30);
2493
			this->label14->TabIndex = 0;
2624
			this->label14->TabIndex = 0;
2494
			this->label14->Text = L"Primary Address";
2625
			this->label14->Text = L"Primary Address";
2495
			// 
2626
			// 
2496
			// tabPage4
2627
			// tabPage4
2497
			// 
2628
			// 
2498
			this->tabPage4->Controls->Add(this->ListDep);
2629
			this->tabPage4->Controls->Add(this->ListDep);
2499
			this->tabPage4->Location = System::Drawing::Point(4, 22);
2630
			this->tabPage4->Location = System::Drawing::Point(4, 46);
-
 
2631
			this->tabPage4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2500
			this->tabPage4->Name = L"tabPage4";
2632
			this->tabPage4->Name = L"tabPage4";
2501
			this->tabPage4->Padding = System::Windows::Forms::Padding(15);
2633
			this->tabPage4->Padding = System::Windows::Forms::Padding(20, 18, 20, 18);
2502
			this->tabPage4->Size = System::Drawing::Size(748, 216);
2634
			this->tabPage4->Size = System::Drawing::Size(1000, 248);
2503
			this->tabPage4->TabIndex = 9;
2635
			this->tabPage4->TabIndex = 9;
2504
			this->tabPage4->Text = L"Dependacies";
2636
			this->tabPage4->Text = L"Dependacies";
2505
			this->tabPage4->UseVisualStyleBackColor = true;
2637
			this->tabPage4->UseVisualStyleBackColor = true;
2506
			// 
2638
			// 
2507
			// ListDep
2639
			// ListDep
2508
			// 
2640
			// 
2509
			this->ListDep->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {this->columnHeader22, this->columnHeader23, 
2641
			this->ListDep->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {
-
 
2642
				this->columnHeader22, this->columnHeader23,
2510
				this->columnHeader24});
2643
					this->columnHeader24
-
 
2644
			});
2511
			this->ListDep->ContextMenuStrip = this->ContextDep;
2645
			this->ListDep->ContextMenuStrip = this->ContextDep;
2512
			this->ListDep->Dock = System::Windows::Forms::DockStyle::Fill;
2646
			this->ListDep->Dock = System::Windows::Forms::DockStyle::Fill;
2513
			this->ListDep->FullRowSelect = true;
2647
			this->ListDep->FullRowSelect = true;
-
 
2648
			this->ListDep->HideSelection = false;
2514
			this->ListDep->Location = System::Drawing::Point(15, 15);
2649
			this->ListDep->Location = System::Drawing::Point(20, 18);
-
 
2650
			this->ListDep->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2515
			this->ListDep->MultiSelect = false;
2651
			this->ListDep->MultiSelect = false;
2516
			this->ListDep->Name = L"ListDep";
2652
			this->ListDep->Name = L"ListDep";
2517
			this->ListDep->Size = System::Drawing::Size(718, 186);
2653
			this->ListDep->Size = System::Drawing::Size(960, 212);
2518
			this->ListDep->TabIndex = 0;
2654
			this->ListDep->TabIndex = 0;
2519
			this->ListDep->UseCompatibleStateImageBehavior = false;
2655
			this->ListDep->UseCompatibleStateImageBehavior = false;
2520
			this->ListDep->View = System::Windows::Forms::View::Details;
2656
			this->ListDep->View = System::Windows::Forms::View::Details;
2521
			this->ListDep->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListDep_MouseDoubleClick);
2657
			this->ListDep->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListDep_MouseDoubleClick);
2522
			// 
2658
			// 
Line 2532... Line 2668...
2532
			// 
2668
			// 
2533
			this->columnHeader24->Text = L"Minimum Version";
2669
			this->columnHeader24->Text = L"Minimum Version";
2534
			// 
2670
			// 
2535
			// ContextDep
2671
			// ContextDep
2536
			// 
2672
			// 
-
 
2673
			this->ContextDep->ImageScalingSize = System::Drawing::Size(20, 20);
2537
			this->ContextDep->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->addToolStripMenuItem1, 
2674
			this->ContextDep->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
2675
				this->addToolStripMenuItem1,
2538
				this->ContextDepSep1, this->editSelectedToolStripMenuItem, this->ContextDepRemove, this->ContextDepSep2, this->ContextDepClear});
2676
					this->ContextDepSep1, this->editSelectedToolStripMenuItem, this->ContextDepRemove, this->ContextDepSep2, this->ContextDepClear
-
 
2677
			});
2539
			this->ContextDep->Name = L"ContextDep";
2678
			this->ContextDep->Name = L"ContextDep";
2540
			this->ContextDep->Size = System::Drawing::Size(181, 168);
2679
			this->ContextDep->Size = System::Drawing::Size(210, 168);
2541
			this->ContextDep->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextDep_Opening);
2680
			this->ContextDep->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextDep_Opening);
2542
			// 
2681
			// 
2543
			// addToolStripMenuItem1
2682
			// addToolStripMenuItem1
2544
			// 
2683
			// 
2545
			this->addToolStripMenuItem1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(2) {this->manualToolStripMenuItem, 
2684
			this->addToolStripMenuItem1->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(2) {
-
 
2685
				this->manualToolStripMenuItem,
2546
				this->fromPackageToolStripMenuItem});
2686
					this->fromPackageToolStripMenuItem
-
 
2687
			});
2547
			this->addToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addToolStripMenuItem1.Image")));
2688
			this->addToolStripMenuItem1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addToolStripMenuItem1.Image")));
2548
			this->addToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2689
			this->addToolStripMenuItem1->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2549
			this->addToolStripMenuItem1->Name = L"addToolStripMenuItem1";
2690
			this->addToolStripMenuItem1->Name = L"addToolStripMenuItem1";
2550
			this->addToolStripMenuItem1->Size = System::Drawing::Size(180, 38);
2691
			this->addToolStripMenuItem1->Size = System::Drawing::Size(209, 38);
2551
			this->addToolStripMenuItem1->Text = L"Add";
2692
			this->addToolStripMenuItem1->Text = L"Add";
2552
			// 
2693
			// 
2553
			// manualToolStripMenuItem
2694
			// manualToolStripMenuItem
2554
			// 
2695
			// 
2555
			this->manualToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"manualToolStripMenuItem.Image")));
2696
			this->manualToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"manualToolStripMenuItem.Image")));
2556
			this->manualToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2697
			this->manualToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2557
			this->manualToolStripMenuItem->Name = L"manualToolStripMenuItem";
2698
			this->manualToolStripMenuItem->Name = L"manualToolStripMenuItem";
2558
			this->manualToolStripMenuItem->Size = System::Drawing::Size(165, 38);
2699
			this->manualToolStripMenuItem->Size = System::Drawing::Size(188, 38);
2559
			this->manualToolStripMenuItem->Text = L"Manual";
2700
			this->manualToolStripMenuItem->Text = L"Manual";
2560
			this->manualToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::manualToolStripMenuItem_Click);
2701
			this->manualToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::manualToolStripMenuItem_Click);
2561
			// 
2702
			// 
2562
			// fromPackageToolStripMenuItem
2703
			// fromPackageToolStripMenuItem
2563
			// 
2704
			// 
2564
			this->fromPackageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromPackageToolStripMenuItem.Image")));
2705
			this->fromPackageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromPackageToolStripMenuItem.Image")));
2565
			this->fromPackageToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2706
			this->fromPackageToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2566
			this->fromPackageToolStripMenuItem->Name = L"fromPackageToolStripMenuItem";
2707
			this->fromPackageToolStripMenuItem->Name = L"fromPackageToolStripMenuItem";
2567
			this->fromPackageToolStripMenuItem->Size = System::Drawing::Size(165, 38);
2708
			this->fromPackageToolStripMenuItem->Size = System::Drawing::Size(188, 38);
2568
			this->fromPackageToolStripMenuItem->Text = L"From Package";
2709
			this->fromPackageToolStripMenuItem->Text = L"From Package";
2569
			this->fromPackageToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromPackageToolStripMenuItem_Click);
2710
			this->fromPackageToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromPackageToolStripMenuItem_Click);
2570
			// 
2711
			// 
2571
			// ContextDepSep1
2712
			// ContextDepSep1
2572
			// 
2713
			// 
2573
			this->ContextDepSep1->Name = L"ContextDepSep1";
2714
			this->ContextDepSep1->Name = L"ContextDepSep1";
2574
			this->ContextDepSep1->Size = System::Drawing::Size(177, 6);
2715
			this->ContextDepSep1->Size = System::Drawing::Size(206, 6);
2575
			// 
2716
			// 
2576
			// editSelectedToolStripMenuItem
2717
			// editSelectedToolStripMenuItem
2577
			// 
2718
			// 
2578
			this->editSelectedToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"editSelectedToolStripMenuItem.Image")));
2719
			this->editSelectedToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"editSelectedToolStripMenuItem.Image")));
2579
			this->editSelectedToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2720
			this->editSelectedToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2580
			this->editSelectedToolStripMenuItem->Name = L"editSelectedToolStripMenuItem";
2721
			this->editSelectedToolStripMenuItem->Name = L"editSelectedToolStripMenuItem";
2581
			this->editSelectedToolStripMenuItem->Size = System::Drawing::Size(180, 38);
2722
			this->editSelectedToolStripMenuItem->Size = System::Drawing::Size(209, 38);
2582
			this->editSelectedToolStripMenuItem->Text = L"Edit Selected";
2723
			this->editSelectedToolStripMenuItem->Text = L"Edit Selected";
2583
			this->editSelectedToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::editSelectedToolStripMenuItem_Click);
2724
			this->editSelectedToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::editSelectedToolStripMenuItem_Click);
2584
			// 
2725
			// 
2585
			// ContextDepRemove
2726
			// ContextDepRemove
2586
			// 
2727
			// 
2587
			this->ContextDepRemove->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextDepRemove.Image")));
2728
			this->ContextDepRemove->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextDepRemove.Image")));
2588
			this->ContextDepRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2729
			this->ContextDepRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2589
			this->ContextDepRemove->Name = L"ContextDepRemove";
2730
			this->ContextDepRemove->Name = L"ContextDepRemove";
2590
			this->ContextDepRemove->Size = System::Drawing::Size(180, 38);
2731
			this->ContextDepRemove->Size = System::Drawing::Size(209, 38);
2591
			this->ContextDepRemove->Text = L"Remove Selected";
2732
			this->ContextDepRemove->Text = L"Remove Selected";
2592
			this->ContextDepRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextDepRemove_Click);
2733
			this->ContextDepRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextDepRemove_Click);
2593
			// 
2734
			// 
2594
			// ContextDepSep2
2735
			// ContextDepSep2
2595
			// 
2736
			// 
2596
			this->ContextDepSep2->Name = L"ContextDepSep2";
2737
			this->ContextDepSep2->Name = L"ContextDepSep2";
2597
			this->ContextDepSep2->Size = System::Drawing::Size(177, 6);
2738
			this->ContextDepSep2->Size = System::Drawing::Size(206, 6);
2598
			// 
2739
			// 
2599
			// ContextDepClear
2740
			// ContextDepClear
2600
			// 
2741
			// 
2601
			this->ContextDepClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextDepClear.Image")));
2742
			this->ContextDepClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextDepClear.Image")));
2602
			this->ContextDepClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2743
			this->ContextDepClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2603
			this->ContextDepClear->Name = L"ContextDepClear";
2744
			this->ContextDepClear->Name = L"ContextDepClear";
2604
			this->ContextDepClear->Size = System::Drawing::Size(180, 38);
2745
			this->ContextDepClear->Size = System::Drawing::Size(209, 38);
2605
			this->ContextDepClear->Text = L"Clear All";
2746
			this->ContextDepClear->Text = L"Clear All";
2606
			this->ContextDepClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextDepClear_Click);
2747
			this->ContextDepClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextDepClear_Click);
2607
			// 
2748
			// 
2608
			// PageWares
2749
			// PageWares
2609
			// 
2750
			// 
2610
			this->PageWares->Controls->Add(this->splitContainer1);
2751
			this->PageWares->Controls->Add(this->splitContainer1);
2611
			this->PageWares->Location = System::Drawing::Point(4, 22);
2752
			this->PageWares->Location = System::Drawing::Point(4, 46);
-
 
2753
			this->PageWares->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2612
			this->PageWares->Name = L"PageWares";
2754
			this->PageWares->Name = L"PageWares";
2613
			this->PageWares->Padding = System::Windows::Forms::Padding(3);
2755
			this->PageWares->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
2614
			this->PageWares->Size = System::Drawing::Size(748, 216);
2756
			this->PageWares->Size = System::Drawing::Size(1000, 248);
2615
			this->PageWares->TabIndex = 5;
2757
			this->PageWares->TabIndex = 5;
2616
			this->PageWares->Text = L"Custom Wares";
2758
			this->PageWares->Text = L"Custom Wares";
2617
			this->PageWares->UseVisualStyleBackColor = true;
2759
			this->PageWares->UseVisualStyleBackColor = true;
2618
			// 
2760
			// 
2619
			// splitContainer1
2761
			// splitContainer1
2620
			// 
2762
			// 
2621
			this->splitContainer1->Dock = System::Windows::Forms::DockStyle::Fill;
2763
			this->splitContainer1->Dock = System::Windows::Forms::DockStyle::Fill;
2622
			this->splitContainer1->Location = System::Drawing::Point(3, 3);
2764
			this->splitContainer1->Location = System::Drawing::Point(4, 4);
-
 
2765
			this->splitContainer1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2623
			this->splitContainer1->Name = L"splitContainer1";
2766
			this->splitContainer1->Name = L"splitContainer1";
2624
			this->splitContainer1->Orientation = System::Windows::Forms::Orientation::Horizontal;
2767
			this->splitContainer1->Orientation = System::Windows::Forms::Orientation::Horizontal;
2625
			// 
2768
			// 
2626
			// splitContainer1.Panel1
2769
			// splitContainer1.Panel1
2627
			// 
2770
			// 
2628
			this->splitContainer1->Panel1->Controls->Add(this->ListWares);
2771
			this->splitContainer1->Panel1->Controls->Add(this->ListWares);
2629
			// 
2772
			// 
2630
			// splitContainer1.Panel2
2773
			// splitContainer1.Panel2
2631
			// 
2774
			// 
2632
			this->splitContainer1->Panel2->Controls->Add(this->ListWareText);
2775
			this->splitContainer1->Panel2->Controls->Add(this->ListWareText);
2633
			this->splitContainer1->Size = System::Drawing::Size(742, 210);
2776
			this->splitContainer1->Size = System::Drawing::Size(992, 240);
2634
			this->splitContainer1->SplitterDistance = 109;
2777
			this->splitContainer1->SplitterDistance = 124;
-
 
2778
			this->splitContainer1->SplitterWidth = 5;
2635
			this->splitContainer1->TabIndex = 0;
2779
			this->splitContainer1->TabIndex = 0;
2636
			// 
2780
			// 
2637
			// ListWares
2781
			// ListWares
2638
			// 
2782
			// 
2639
			this->ListWares->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(7) {this->columnHeader9, this->columnHeader10, 
2783
			this->ListWares->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(7) {
-
 
2784
				this->columnHeader9, this->columnHeader10,
2640
				this->columnHeader11, this->columnHeader12, this->columnHeader13, this->columnHeader14, this->columnHeader18});
2785
					this->columnHeader11, this->columnHeader12, this->columnHeader13, this->columnHeader14, this->columnHeader18
-
 
2786
			});
2641
			this->ListWares->ContextMenuStrip = this->ContextWare;
2787
			this->ListWares->ContextMenuStrip = this->ContextWare;
2642
			this->ListWares->Dock = System::Windows::Forms::DockStyle::Fill;
2788
			this->ListWares->Dock = System::Windows::Forms::DockStyle::Fill;
2643
			this->ListWares->FullRowSelect = true;
2789
			this->ListWares->FullRowSelect = true;
2644
			this->ListWares->HideSelection = false;
2790
			this->ListWares->HideSelection = false;
2645
			this->ListWares->Location = System::Drawing::Point(0, 0);
2791
			this->ListWares->Location = System::Drawing::Point(0, 0);
-
 
2792
			this->ListWares->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2646
			this->ListWares->MultiSelect = false;
2793
			this->ListWares->MultiSelect = false;
2647
			this->ListWares->Name = L"ListWares";
2794
			this->ListWares->Name = L"ListWares";
2648
			this->ListWares->Size = System::Drawing::Size(742, 109);
2795
			this->ListWares->Size = System::Drawing::Size(992, 124);
2649
			this->ListWares->TabIndex = 0;
2796
			this->ListWares->TabIndex = 0;
2650
			this->ListWares->UseCompatibleStateImageBehavior = false;
2797
			this->ListWares->UseCompatibleStateImageBehavior = false;
2651
			this->ListWares->View = System::Windows::Forms::View::Details;
2798
			this->ListWares->View = System::Windows::Forms::View::Details;
2652
			this->ListWares->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListWares_MouseDoubleClick);
-
 
2653
			this->ListWares->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListWares_SelectedIndexChanged);
2799
			this->ListWares->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ListWares_SelectedIndexChanged);
-
 
2800
			this->ListWares->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListWares_MouseDoubleClick);
2654
			// 
2801
			// 
2655
			// columnHeader9
2802
			// columnHeader9
2656
			// 
2803
			// 
2657
			this->columnHeader9->Text = L"Ware ID";
2804
			this->columnHeader9->Text = L"Ware ID";
2658
			// 
2805
			// 
Line 2681... Line 2828...
2681
			// 
2828
			// 
2682
			this->columnHeader18->Text = L"Text ID";
2829
			this->columnHeader18->Text = L"Text ID";
2683
			// 
2830
			// 
2684
			// ContextWare
2831
			// ContextWare
2685
			// 
2832
			// 
-
 
2833
			this->ContextWare->ImageScalingSize = System::Drawing::Size(20, 20);
2686
			this->ContextWare->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->addWareToolStripMenuItem, 
2834
			this->ContextWare->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
2835
				this->addWareToolStripMenuItem,
2687
				this->ContextWareSep1, this->ContextWareEdit, this->ContextWareRemove, this->ContextWareSep2, this->ContextWareClear});
2836
					this->ContextWareSep1, this->ContextWareEdit, this->ContextWareRemove, this->ContextWareSep2, this->ContextWareClear
-
 
2837
			});
2688
			this->ContextWare->Name = L"ContextWare";
2838
			this->ContextWare->Name = L"ContextWare";
2689
			this->ContextWare->Size = System::Drawing::Size(164, 168);
2839
			this->ContextWare->Size = System::Drawing::Size(187, 168);
2690
			this->ContextWare->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextWare_Opening);
2840
			this->ContextWare->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextWare_Opening);
2691
			// 
2841
			// 
2692
			// addWareToolStripMenuItem
2842
			// addWareToolStripMenuItem
2693
			// 
2843
			// 
2694
			this->addWareToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addWareToolStripMenuItem.Image")));
2844
			this->addWareToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addWareToolStripMenuItem.Image")));
2695
			this->addWareToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2845
			this->addWareToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2696
			this->addWareToolStripMenuItem->Name = L"addWareToolStripMenuItem";
2846
			this->addWareToolStripMenuItem->Name = L"addWareToolStripMenuItem";
2697
			this->addWareToolStripMenuItem->Size = System::Drawing::Size(163, 38);
2847
			this->addWareToolStripMenuItem->Size = System::Drawing::Size(186, 38);
2698
			this->addWareToolStripMenuItem->Text = L"Add Ware";
2848
			this->addWareToolStripMenuItem->Text = L"Add Ware";
2699
			this->addWareToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addWareToolStripMenuItem_Click);
2849
			this->addWareToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addWareToolStripMenuItem_Click);
2700
			// 
2850
			// 
2701
			// ContextWareSep1
2851
			// ContextWareSep1
2702
			// 
2852
			// 
2703
			this->ContextWareSep1->Name = L"ContextWareSep1";
2853
			this->ContextWareSep1->Name = L"ContextWareSep1";
2704
			this->ContextWareSep1->Size = System::Drawing::Size(160, 6);
2854
			this->ContextWareSep1->Size = System::Drawing::Size(183, 6);
2705
			// 
2855
			// 
2706
			// ContextWareEdit
2856
			// ContextWareEdit
2707
			// 
2857
			// 
2708
			this->ContextWareEdit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWareEdit.Image")));
2858
			this->ContextWareEdit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWareEdit.Image")));
2709
			this->ContextWareEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2859
			this->ContextWareEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2710
			this->ContextWareEdit->Name = L"ContextWareEdit";
2860
			this->ContextWareEdit->Name = L"ContextWareEdit";
2711
			this->ContextWareEdit->Size = System::Drawing::Size(163, 38);
2861
			this->ContextWareEdit->Size = System::Drawing::Size(186, 38);
2712
			this->ContextWareEdit->Text = L"Edit Ware";
2862
			this->ContextWareEdit->Text = L"Edit Ware";
2713
			this->ContextWareEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareEdit_Click);
2863
			this->ContextWareEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareEdit_Click);
2714
			// 
2864
			// 
2715
			// ContextWareRemove
2865
			// ContextWareRemove
2716
			// 
2866
			// 
2717
			this->ContextWareRemove->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWareRemove.Image")));
2867
			this->ContextWareRemove->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWareRemove.Image")));
2718
			this->ContextWareRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2868
			this->ContextWareRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2719
			this->ContextWareRemove->Name = L"ContextWareRemove";
2869
			this->ContextWareRemove->Name = L"ContextWareRemove";
2720
			this->ContextWareRemove->Size = System::Drawing::Size(163, 38);
2870
			this->ContextWareRemove->Size = System::Drawing::Size(186, 38);
2721
			this->ContextWareRemove->Text = L"Remove Ware";
2871
			this->ContextWareRemove->Text = L"Remove Ware";
2722
			this->ContextWareRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareRemove_Click);
2872
			this->ContextWareRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareRemove_Click);
2723
			// 
2873
			// 
2724
			// ContextWareSep2
2874
			// ContextWareSep2
2725
			// 
2875
			// 
2726
			this->ContextWareSep2->Name = L"ContextWareSep2";
2876
			this->ContextWareSep2->Name = L"ContextWareSep2";
2727
			this->ContextWareSep2->Size = System::Drawing::Size(160, 6);
2877
			this->ContextWareSep2->Size = System::Drawing::Size(183, 6);
2728
			// 
2878
			// 
2729
			// ContextWareClear
2879
			// ContextWareClear
2730
			// 
2880
			// 
2731
			this->ContextWareClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWareClear.Image")));
2881
			this->ContextWareClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWareClear.Image")));
2732
			this->ContextWareClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2882
			this->ContextWareClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2733
			this->ContextWareClear->Name = L"ContextWareClear";
2883
			this->ContextWareClear->Name = L"ContextWareClear";
2734
			this->ContextWareClear->Size = System::Drawing::Size(163, 38);
2884
			this->ContextWareClear->Size = System::Drawing::Size(186, 38);
2735
			this->ContextWareClear->Text = L"Clear All";
2885
			this->ContextWareClear->Text = L"Clear All";
2736
			this->ContextWareClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareClear_Click);
2886
			this->ContextWareClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextWareClear_Click);
2737
			// 
2887
			// 
2738
			// ListWareText
2888
			// ListWareText
2739
			// 
2889
			// 
2740
			this->ListWareText->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {this->columnHeader15, 
2890
			this->ListWareText->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {
-
 
2891
				this->columnHeader15,
2741
				this->columnHeader16, this->columnHeader17});
2892
					this->columnHeader16, this->columnHeader17
-
 
2893
			});
2742
			this->ListWareText->ContextMenuStrip = this->ContextWareText;
2894
			this->ListWareText->ContextMenuStrip = this->ContextWareText;
2743
			this->ListWareText->Dock = System::Windows::Forms::DockStyle::Fill;
2895
			this->ListWareText->Dock = System::Windows::Forms::DockStyle::Fill;
2744
			this->ListWareText->FullRowSelect = true;
2896
			this->ListWareText->FullRowSelect = true;
-
 
2897
			this->ListWareText->HideSelection = false;
2745
			this->ListWareText->Location = System::Drawing::Point(0, 0);
2898
			this->ListWareText->Location = System::Drawing::Point(0, 0);
-
 
2899
			this->ListWareText->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2746
			this->ListWareText->MultiSelect = false;
2900
			this->ListWareText->MultiSelect = false;
2747
			this->ListWareText->Name = L"ListWareText";
2901
			this->ListWareText->Name = L"ListWareText";
2748
			this->ListWareText->Size = System::Drawing::Size(742, 97);
2902
			this->ListWareText->Size = System::Drawing::Size(992, 111);
2749
			this->ListWareText->TabIndex = 0;
2903
			this->ListWareText->TabIndex = 0;
2750
			this->ListWareText->UseCompatibleStateImageBehavior = false;
2904
			this->ListWareText->UseCompatibleStateImageBehavior = false;
2751
			this->ListWareText->View = System::Windows::Forms::View::Details;
2905
			this->ListWareText->View = System::Windows::Forms::View::Details;
2752
			this->ListWareText->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListWareText_MouseDoubleClick);
2906
			this->ListWareText->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListWareText_MouseDoubleClick);
2753
			// 
2907
			// 
Line 2765... Line 2919...
2765
			this->columnHeader17->Text = L"Ware Description";
2919
			this->columnHeader17->Text = L"Ware Description";
2766
			this->columnHeader17->Width = 115;
2920
			this->columnHeader17->Width = 115;
2767
			// 
2921
			// 
2768
			// ContextWareText
2922
			// ContextWareText
2769
			// 
2923
			// 
-
 
2924
			this->ContextWareText->ImageScalingSize = System::Drawing::Size(20, 20);
2770
			this->ContextWareText->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {this->addTextToolStripMenuItem, 
2925
			this->ContextWareText->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(6) {
-
 
2926
				this->addTextToolStripMenuItem,
2771
				this->ContextWTSep1, this->ContextWTRemove, this->ContextWTEdit, this->ContextWTSep2, this->ContextWTClear});
2927
					this->ContextWTSep1, this->ContextWTRemove, this->ContextWTEdit, this->ContextWTSep2, this->ContextWTClear
-
 
2928
			});
2772
			this->ContextWareText->Name = L"ContextWareText";
2929
			this->ContextWareText->Name = L"ContextWareText";
2773
			this->ContextWareText->Size = System::Drawing::Size(159, 168);
2930
			this->ContextWareText->Size = System::Drawing::Size(180, 168);
2774
			this->ContextWareText->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextWareText_Opening);
2931
			this->ContextWareText->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextWareText_Opening);
2775
			// 
2932
			// 
2776
			// addTextToolStripMenuItem
2933
			// addTextToolStripMenuItem
2777
			// 
2934
			// 
2778
			this->addTextToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addTextToolStripMenuItem.Image")));
2935
			this->addTextToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addTextToolStripMenuItem.Image")));
2779
			this->addTextToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2936
			this->addTextToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2780
			this->addTextToolStripMenuItem->Name = L"addTextToolStripMenuItem";
2937
			this->addTextToolStripMenuItem->Name = L"addTextToolStripMenuItem";
2781
			this->addTextToolStripMenuItem->Size = System::Drawing::Size(158, 38);
2938
			this->addTextToolStripMenuItem->Size = System::Drawing::Size(179, 38);
2782
			this->addTextToolStripMenuItem->Text = L"Add Text";
2939
			this->addTextToolStripMenuItem->Text = L"Add Text";
2783
			this->addTextToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addTextToolStripMenuItem_Click);
2940
			this->addTextToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addTextToolStripMenuItem_Click);
2784
			// 
2941
			// 
2785
			// ContextWTSep1
2942
			// ContextWTSep1
2786
			// 
2943
			// 
2787
			this->ContextWTSep1->Name = L"ContextWTSep1";
2944
			this->ContextWTSep1->Name = L"ContextWTSep1";
2788
			this->ContextWTSep1->Size = System::Drawing::Size(155, 6);
2945
			this->ContextWTSep1->Size = System::Drawing::Size(176, 6);
2789
			// 
2946
			// 
2790
			// ContextWTRemove
2947
			// ContextWTRemove
2791
			// 
2948
			// 
2792
			this->ContextWTRemove->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWTRemove.Image")));
2949
			this->ContextWTRemove->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWTRemove.Image")));
2793
			this->ContextWTRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2950
			this->ContextWTRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2794
			this->ContextWTRemove->Name = L"ContextWTRemove";
2951
			this->ContextWTRemove->Name = L"ContextWTRemove";
2795
			this->ContextWTRemove->Size = System::Drawing::Size(158, 38);
2952
			this->ContextWTRemove->Size = System::Drawing::Size(179, 38);
2796
			this->ContextWTRemove->Text = L"Remove Text";
2953
			this->ContextWTRemove->Text = L"Remove Text";
2797
			this->ContextWTRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTRemove_Click);
2954
			this->ContextWTRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTRemove_Click);
2798
			// 
2955
			// 
2799
			// ContextWTEdit
2956
			// ContextWTEdit
2800
			// 
2957
			// 
2801
			this->ContextWTEdit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWTEdit.Image")));
2958
			this->ContextWTEdit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWTEdit.Image")));
2802
			this->ContextWTEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2959
			this->ContextWTEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2803
			this->ContextWTEdit->Name = L"ContextWTEdit";
2960
			this->ContextWTEdit->Name = L"ContextWTEdit";
2804
			this->ContextWTEdit->Size = System::Drawing::Size(158, 38);
2961
			this->ContextWTEdit->Size = System::Drawing::Size(179, 38);
2805
			this->ContextWTEdit->Text = L"Edit Text";
2962
			this->ContextWTEdit->Text = L"Edit Text";
2806
			this->ContextWTEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTEdit_Click);
2963
			this->ContextWTEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTEdit_Click);
2807
			// 
2964
			// 
2808
			// ContextWTSep2
2965
			// ContextWTSep2
2809
			// 
2966
			// 
2810
			this->ContextWTSep2->Name = L"ContextWTSep2";
2967
			this->ContextWTSep2->Name = L"ContextWTSep2";
2811
			this->ContextWTSep2->Size = System::Drawing::Size(155, 6);
2968
			this->ContextWTSep2->Size = System::Drawing::Size(176, 6);
2812
			// 
2969
			// 
2813
			// ContextWTClear
2970
			// ContextWTClear
2814
			// 
2971
			// 
2815
			this->ContextWTClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextWTClear.Image")));
2972
			this->ContextWTClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextWTClear.Image")));
2816
			this->ContextWTClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2973
			this->ContextWTClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2817
			this->ContextWTClear->Name = L"ContextWTClear";
2974
			this->ContextWTClear->Name = L"ContextWTClear";
2818
			this->ContextWTClear->Size = System::Drawing::Size(158, 38);
2975
			this->ContextWTClear->Size = System::Drawing::Size(179, 38);
2819
			this->ContextWTClear->Text = L"Clear All";
2976
			this->ContextWTClear->Text = L"Clear All";
2820
			this->ContextWTClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTClear_Click);
2977
			this->ContextWTClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextWTClear_Click);
2821
			// 
2978
			// 
2822
			// PageShip
2979
			// PageShip
2823
			// 
2980
			// 
2824
			this->PageShip->Controls->Add(this->ListShipText);
2981
			this->PageShip->Controls->Add(this->ListShipText);
2825
			this->PageShip->Controls->Add(this->PanelTextID);
2982
			this->PageShip->Controls->Add(this->PanelTextID);
2826
			this->PageShip->Controls->Add(this->flowLayoutPanel2);
2983
			this->PageShip->Controls->Add(this->flowLayoutPanel2);
2827
			this->PageShip->Location = System::Drawing::Point(4, 22);
2984
			this->PageShip->Location = System::Drawing::Point(4, 46);
-
 
2985
			this->PageShip->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2828
			this->PageShip->Name = L"PageShip";
2986
			this->PageShip->Name = L"PageShip";
2829
			this->PageShip->Padding = System::Windows::Forms::Padding(8);
2987
			this->PageShip->Padding = System::Windows::Forms::Padding(11, 10, 11, 10);
2830
			this->PageShip->Size = System::Drawing::Size(748, 216);
2988
			this->PageShip->Size = System::Drawing::Size(1000, 248);
2831
			this->PageShip->TabIndex = 6;
2989
			this->PageShip->TabIndex = 6;
2832
			this->PageShip->Text = L"Ship Settings";
2990
			this->PageShip->Text = L"Ship Settings";
2833
			this->PageShip->UseVisualStyleBackColor = true;
2991
			this->PageShip->UseVisualStyleBackColor = true;
2834
			// 
2992
			// 
2835
			// ListShipText
2993
			// ListShipText
2836
			// 
2994
			// 
2837
			this->ListShipText->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {this->columnHeader19, 
2995
			this->ListShipText->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {
-
 
2996
				this->columnHeader19,
2838
				this->columnHeader20, this->columnHeader21});
2997
					this->columnHeader20, this->columnHeader21
-
 
2998
			});
2839
			this->ListShipText->ContextMenuStrip = this->ContextShipText;
2999
			this->ListShipText->ContextMenuStrip = this->ContextShipText;
2840
			this->ListShipText->Dock = System::Windows::Forms::DockStyle::Fill;
3000
			this->ListShipText->Dock = System::Windows::Forms::DockStyle::Fill;
2841
			this->ListShipText->FullRowSelect = true;
3001
			this->ListShipText->FullRowSelect = true;
2842
			this->ListShipText->HeaderStyle = System::Windows::Forms::ColumnHeaderStyle::Nonclickable;
3002
			this->ListShipText->HeaderStyle = System::Windows::Forms::ColumnHeaderStyle::Nonclickable;
-
 
3003
			this->ListShipText->HideSelection = false;
2843
			this->ListShipText->Location = System::Drawing::Point(8, 110);
3004
			this->ListShipText->Location = System::Drawing::Point(11, 137);
-
 
3005
			this->ListShipText->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2844
			this->ListShipText->Name = L"ListShipText";
3006
			this->ListShipText->Name = L"ListShipText";
2845
			this->ListShipText->Size = System::Drawing::Size(732, 98);
3007
			this->ListShipText->Size = System::Drawing::Size(978, 101);
2846
			this->ListShipText->TabIndex = 8;
3008
			this->ListShipText->TabIndex = 8;
2847
			this->ListShipText->UseCompatibleStateImageBehavior = false;
3009
			this->ListShipText->UseCompatibleStateImageBehavior = false;
2848
			this->ListShipText->View = System::Windows::Forms::View::Details;
3010
			this->ListShipText->View = System::Windows::Forms::View::Details;
2849
			this->ListShipText->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListShipText_MouseDoubleClick);
3011
			this->ListShipText->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListShipText_MouseDoubleClick);
2850
			// 
3012
			// 
Line 2860... Line 3022...
2860
			// 
3022
			// 
2861
			this->columnHeader21->Text = L"Ship Description";
3023
			this->columnHeader21->Text = L"Ship Description";
2862
			// 
3024
			// 
2863
			// ContextShipText
3025
			// ContextShipText
2864
			// 
3026
			// 
-
 
3027
			this->ContextShipText->ImageScalingSize = System::Drawing::Size(20, 20);
2865
			this->ContextShipText->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {this->importTextToolStripMenuItem, 
3028
			this->ContextShipText->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {
-
 
3029
				this->importTextToolStripMenuItem,
2866
				this->addLanguageToolStripMenuItem, this->ContextShipTextSep1, this->ContextShipTextEdit, this->ContextShipTextRemove, this->ContextShipTextSep2, 
3030
					this->addLanguageToolStripMenuItem, this->ContextShipTextSep1, this->ContextShipTextEdit, this->ContextShipTextRemove, this->ContextShipTextSep2,
2867
				this->ContextShipTextClear});
3031
					this->ContextShipTextClear
-
 
3032
			});
2868
			this->ContextShipText->Name = L"ContextShipText";
3033
			this->ContextShipText->Name = L"ContextShipText";
2869
			this->ContextShipText->Size = System::Drawing::Size(168, 206);
3034
			this->ContextShipText->Size = System::Drawing::Size(192, 206);
2870
			this->ContextShipText->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextShipText_Opening);
3035
			this->ContextShipText->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextShipText_Opening);
2871
			// 
3036
			// 
2872
			// importTextToolStripMenuItem
3037
			// importTextToolStripMenuItem
2873
			// 
3038
			// 
2874
			this->importTextToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(3) {this->fromFileToolStripMenuItem, 
3039
			this->importTextToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(3) {
-
 
3040
				this->fromFileToolStripMenuItem,
2875
				this->fromDirectoryToolStripMenuItem, this->fromModToolStripMenuItem});
3041
					this->fromDirectoryToolStripMenuItem, this->fromModToolStripMenuItem
-
 
3042
			});
2876
			this->importTextToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"importTextToolStripMenuItem.Image")));
3043
			this->importTextToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"importTextToolStripMenuItem.Image")));
2877
			this->importTextToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3044
			this->importTextToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2878
			this->importTextToolStripMenuItem->Name = L"importTextToolStripMenuItem";
3045
			this->importTextToolStripMenuItem->Name = L"importTextToolStripMenuItem";
2879
			this->importTextToolStripMenuItem->Size = System::Drawing::Size(167, 38);
3046
			this->importTextToolStripMenuItem->Size = System::Drawing::Size(191, 38);
2880
			this->importTextToolStripMenuItem->Text = L"Import Text";
3047
			this->importTextToolStripMenuItem->Text = L"Import Text";
2881
			// 
3048
			// 
2882
			// fromFileToolStripMenuItem
3049
			// fromFileToolStripMenuItem
2883
			// 
3050
			// 
2884
			this->fromFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromFileToolStripMenuItem.Image")));
3051
			this->fromFileToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromFileToolStripMenuItem.Image")));
2885
			this->fromFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3052
			this->fromFileToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2886
			this->fromFileToolStripMenuItem->Name = L"fromFileToolStripMenuItem";
3053
			this->fromFileToolStripMenuItem->Name = L"fromFileToolStripMenuItem";
2887
			this->fromFileToolStripMenuItem->Size = System::Drawing::Size(169, 38);
3054
			this->fromFileToolStripMenuItem->Size = System::Drawing::Size(195, 38);
2888
			this->fromFileToolStripMenuItem->Text = L"From File";
3055
			this->fromFileToolStripMenuItem->Text = L"From File";
2889
			this->fromFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromFileToolStripMenuItem_Click);
3056
			this->fromFileToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromFileToolStripMenuItem_Click);
2890
			// 
3057
			// 
2891
			// fromDirectoryToolStripMenuItem
3058
			// fromDirectoryToolStripMenuItem
2892
			// 
3059
			// 
2893
			this->fromDirectoryToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromDirectoryToolStripMenuItem.Image")));
3060
			this->fromDirectoryToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromDirectoryToolStripMenuItem.Image")));
2894
			this->fromDirectoryToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3061
			this->fromDirectoryToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2895
			this->fromDirectoryToolStripMenuItem->Name = L"fromDirectoryToolStripMenuItem";
3062
			this->fromDirectoryToolStripMenuItem->Name = L"fromDirectoryToolStripMenuItem";
2896
			this->fromDirectoryToolStripMenuItem->Size = System::Drawing::Size(169, 38);
3063
			this->fromDirectoryToolStripMenuItem->Size = System::Drawing::Size(195, 38);
2897
			this->fromDirectoryToolStripMenuItem->Text = L"From Directory";
3064
			this->fromDirectoryToolStripMenuItem->Text = L"From Directory";
2898
			this->fromDirectoryToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromDirectoryToolStripMenuItem_Click);
3065
			this->fromDirectoryToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromDirectoryToolStripMenuItem_Click);
2899
			// 
3066
			// 
2900
			// fromModToolStripMenuItem
3067
			// fromModToolStripMenuItem
2901
			// 
3068
			// 
2902
			this->fromModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"fromModToolStripMenuItem.Image")));
3069
			this->fromModToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"fromModToolStripMenuItem.Image")));
2903
			this->fromModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3070
			this->fromModToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2904
			this->fromModToolStripMenuItem->Name = L"fromModToolStripMenuItem";
3071
			this->fromModToolStripMenuItem->Name = L"fromModToolStripMenuItem";
2905
			this->fromModToolStripMenuItem->Size = System::Drawing::Size(169, 38);
3072
			this->fromModToolStripMenuItem->Size = System::Drawing::Size(195, 38);
2906
			this->fromModToolStripMenuItem->Text = L"From Mod";
3073
			this->fromModToolStripMenuItem->Text = L"From Mod";
2907
			this->fromModToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromModToolStripMenuItem_Click);
3074
			this->fromModToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::fromModToolStripMenuItem_Click);
2908
			// 
3075
			// 
2909
			// addLanguageToolStripMenuItem
3076
			// addLanguageToolStripMenuItem
2910
			// 
3077
			// 
2911
			this->addLanguageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"addLanguageToolStripMenuItem.Image")));
3078
			this->addLanguageToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"addLanguageToolStripMenuItem.Image")));
2912
			this->addLanguageToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3079
			this->addLanguageToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2913
			this->addLanguageToolStripMenuItem->Name = L"addLanguageToolStripMenuItem";
3080
			this->addLanguageToolStripMenuItem->Name = L"addLanguageToolStripMenuItem";
2914
			this->addLanguageToolStripMenuItem->Size = System::Drawing::Size(167, 38);
3081
			this->addLanguageToolStripMenuItem->Size = System::Drawing::Size(191, 38);
2915
			this->addLanguageToolStripMenuItem->Text = L"Add Language";
3082
			this->addLanguageToolStripMenuItem->Text = L"Add Language";
2916
			this->addLanguageToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addLanguageToolStripMenuItem_Click);
3083
			this->addLanguageToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::addLanguageToolStripMenuItem_Click);
2917
			// 
3084
			// 
2918
			// ContextShipTextSep1
3085
			// ContextShipTextSep1
2919
			// 
3086
			// 
2920
			this->ContextShipTextSep1->Name = L"ContextShipTextSep1";
3087
			this->ContextShipTextSep1->Name = L"ContextShipTextSep1";
2921
			this->ContextShipTextSep1->Size = System::Drawing::Size(164, 6);
3088
			this->ContextShipTextSep1->Size = System::Drawing::Size(188, 6);
2922
			// 
3089
			// 
2923
			// ContextShipTextEdit
3090
			// ContextShipTextEdit
2924
			// 
3091
			// 
2925
			this->ContextShipTextEdit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipTextEdit.Image")));
3092
			this->ContextShipTextEdit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipTextEdit.Image")));
2926
			this->ContextShipTextEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3093
			this->ContextShipTextEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2927
			this->ContextShipTextEdit->Name = L"ContextShipTextEdit";
3094
			this->ContextShipTextEdit->Name = L"ContextShipTextEdit";
2928
			this->ContextShipTextEdit->Size = System::Drawing::Size(167, 38);
3095
			this->ContextShipTextEdit->Size = System::Drawing::Size(191, 38);
2929
			this->ContextShipTextEdit->Text = L"Edit";
3096
			this->ContextShipTextEdit->Text = L"Edit";
2930
			this->ContextShipTextEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextEdit_Click);
3097
			this->ContextShipTextEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextEdit_Click);
2931
			// 
3098
			// 
2932
			// ContextShipTextRemove
3099
			// ContextShipTextRemove
2933
			// 
3100
			// 
2934
			this->ContextShipTextRemove->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipTextRemove.Image")));
3101
			this->ContextShipTextRemove->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipTextRemove.Image")));
2935
			this->ContextShipTextRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3102
			this->ContextShipTextRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2936
			this->ContextShipTextRemove->Name = L"ContextShipTextRemove";
3103
			this->ContextShipTextRemove->Name = L"ContextShipTextRemove";
2937
			this->ContextShipTextRemove->Size = System::Drawing::Size(167, 38);
3104
			this->ContextShipTextRemove->Size = System::Drawing::Size(191, 38);
2938
			this->ContextShipTextRemove->Text = L"Remove";
3105
			this->ContextShipTextRemove->Text = L"Remove";
2939
			this->ContextShipTextRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextRemove_Click);
3106
			this->ContextShipTextRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextRemove_Click);
2940
			// 
3107
			// 
2941
			// ContextShipTextSep2
3108
			// ContextShipTextSep2
2942
			// 
3109
			// 
2943
			this->ContextShipTextSep2->Name = L"ContextShipTextSep2";
3110
			this->ContextShipTextSep2->Name = L"ContextShipTextSep2";
2944
			this->ContextShipTextSep2->Size = System::Drawing::Size(164, 6);
3111
			this->ContextShipTextSep2->Size = System::Drawing::Size(188, 6);
2945
			// 
3112
			// 
2946
			// ContextShipTextClear
3113
			// ContextShipTextClear
2947
			// 
3114
			// 
2948
			this->ContextShipTextClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipTextClear.Image")));
3115
			this->ContextShipTextClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipTextClear.Image")));
2949
			this->ContextShipTextClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3116
			this->ContextShipTextClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
2950
			this->ContextShipTextClear->Name = L"ContextShipTextClear";
3117
			this->ContextShipTextClear->Name = L"ContextShipTextClear";
2951
			this->ContextShipTextClear->Size = System::Drawing::Size(167, 38);
3118
			this->ContextShipTextClear->Size = System::Drawing::Size(191, 38);
2952
			this->ContextShipTextClear->Text = L"Clear All";
3119
			this->ContextShipTextClear->Text = L"Clear All";
2953
			this->ContextShipTextClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextClear_Click);
3120
			this->ContextShipTextClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipTextClear_Click);
2954
			// 
3121
			// 
2955
			// PanelTextID
3122
			// PanelTextID
2956
			// 
3123
			// 
2957
			this->PanelTextID->Controls->Add(this->NumTextID);
3124
			this->PanelTextID->Controls->Add(this->NumTextID);
2958
			this->PanelTextID->Controls->Add(this->CheckExistingText);
3125
			this->PanelTextID->Controls->Add(this->CheckExistingText);
2959
			this->PanelTextID->Dock = System::Windows::Forms::DockStyle::Top;
3126
			this->PanelTextID->Dock = System::Windows::Forms::DockStyle::Top;
2960
			this->PanelTextID->Location = System::Drawing::Point(8, 90);
3127
			this->PanelTextID->Location = System::Drawing::Point(11, 112);
-
 
3128
			this->PanelTextID->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2961
			this->PanelTextID->Name = L"PanelTextID";
3129
			this->PanelTextID->Name = L"PanelTextID";
2962
			this->PanelTextID->Size = System::Drawing::Size(732, 20);
3130
			this->PanelTextID->Size = System::Drawing::Size(978, 25);
2963
			this->PanelTextID->TabIndex = 9;
3131
			this->PanelTextID->TabIndex = 9;
2964
			// 
3132
			// 
2965
			// NumTextID
3133
			// NumTextID
2966
			// 
3134
			// 
2967
			this->NumTextID->Dock = System::Windows::Forms::DockStyle::Left;
3135
			this->NumTextID->Dock = System::Windows::Forms::DockStyle::Left;
2968
			this->NumTextID->Location = System::Drawing::Point(122, 0);
3136
			this->NumTextID->Location = System::Drawing::Point(155, 0);
-
 
3137
			this->NumTextID->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2969
			this->NumTextID->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {90000000, 0, 0, 0});
3138
			this->NumTextID->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 90000000, 0, 0, 0 });
2970
			this->NumTextID->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
3139
			this->NumTextID->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
2971
			this->NumTextID->Name = L"NumTextID";
3140
			this->NumTextID->Name = L"NumTextID";
2972
			this->NumTextID->Size = System::Drawing::Size(103, 20);
3141
			this->NumTextID->Size = System::Drawing::Size(137, 22);
2973
			this->NumTextID->TabIndex = 1;
3142
			this->NumTextID->TabIndex = 1;
2974
			this->NumTextID->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
3143
			this->NumTextID->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
2975
			this->NumTextID->ValueChanged += gcnew System::EventHandler(this, &PackageForm::NumTextID_ValueChanged);
3144
			this->NumTextID->ValueChanged += gcnew System::EventHandler(this, &PackageForm::NumTextID_ValueChanged);
2976
			this->NumTextID->Leave += gcnew System::EventHandler(this, &PackageForm::NumTextID_Leave);
3145
			this->NumTextID->Leave += gcnew System::EventHandler(this, &PackageForm::NumTextID_Leave);
2977
			// 
3146
			// 
2978
			// CheckExistingText
3147
			// CheckExistingText
2979
			// 
3148
			// 
2980
			this->CheckExistingText->AutoSize = true;
3149
			this->CheckExistingText->AutoSize = true;
2981
			this->CheckExistingText->Dock = System::Windows::Forms::DockStyle::Left;
3150
			this->CheckExistingText->Dock = System::Windows::Forms::DockStyle::Left;
2982
			this->CheckExistingText->Location = System::Drawing::Point(0, 0);
3151
			this->CheckExistingText->Location = System::Drawing::Point(0, 0);
-
 
3152
			this->CheckExistingText->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
2983
			this->CheckExistingText->Name = L"CheckExistingText";
3153
			this->CheckExistingText->Name = L"CheckExistingText";
2984
			this->CheckExistingText->Size = System::Drawing::Size(122, 20);
3154
			this->CheckExistingText->Size = System::Drawing::Size(155, 25);
2985
			this->CheckExistingText->TabIndex = 3;
3155
			this->CheckExistingText->TabIndex = 3;
2986
			this->CheckExistingText->Text = L"Use Existing Text ID";
3156
			this->CheckExistingText->Text = L"Use Existing Text ID";
2987
			this->CheckExistingText->UseVisualStyleBackColor = true;
3157
			this->CheckExistingText->UseVisualStyleBackColor = true;
2988
			this->CheckExistingText->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckExistingText_CheckedChanged);
3158
			this->CheckExistingText->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckExistingText_CheckedChanged);
2989
			// 
3159
			// 
Line 3001... Line 3171...
3001
			this->flowLayoutPanel2->Controls->Add(this->CheckSYXenon);
3171
			this->flowLayoutPanel2->Controls->Add(this->CheckSYXenon);
3002
			this->flowLayoutPanel2->Controls->Add(this->CheckSYTerran);
3172
			this->flowLayoutPanel2->Controls->Add(this->CheckSYTerran);
3003
			this->flowLayoutPanel2->Controls->Add(this->CheckSYATF);
3173
			this->flowLayoutPanel2->Controls->Add(this->CheckSYATF);
3004
			this->flowLayoutPanel2->Controls->Add(this->CheckSYYaki);
3174
			this->flowLayoutPanel2->Controls->Add(this->CheckSYYaki);
3005
			this->flowLayoutPanel2->Dock = System::Windows::Forms::DockStyle::Top;
3175
			this->flowLayoutPanel2->Dock = System::Windows::Forms::DockStyle::Top;
3006
			this->flowLayoutPanel2->Location = System::Drawing::Point(8, 8);
3176
			this->flowLayoutPanel2->Location = System::Drawing::Point(11, 10);
-
 
3177
			this->flowLayoutPanel2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3007
			this->flowLayoutPanel2->Name = L"flowLayoutPanel2";
3178
			this->flowLayoutPanel2->Name = L"flowLayoutPanel2";
3008
			this->flowLayoutPanel2->Size = System::Drawing::Size(732, 82);
3179
			this->flowLayoutPanel2->Size = System::Drawing::Size(978, 102);
3009
			this->flowLayoutPanel2->TabIndex = 7;
3180
			this->flowLayoutPanel2->TabIndex = 7;
3010
			// 
3181
			// 
3011
			// label16
3182
			// label16
3012
			// 
3183
			// 
3013
			this->label16->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3184
			this->label16->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3014
				static_cast<System::Byte>(0)));
3185
				static_cast<System::Byte>(0)));
3015
			this->label16->Location = System::Drawing::Point(3, 0);
3186
			this->label16->Location = System::Drawing::Point(4, 0);
-
 
3187
			this->label16->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3016
			this->label16->Name = L"label16";
3188
			this->label16->Name = L"label16";
3017
			this->label16->Size = System::Drawing::Size(90, 38);
3189
			this->label16->Size = System::Drawing::Size(120, 47);
3018
			this->label16->TabIndex = 11;
3190
			this->label16->TabIndex = 11;
3019
			this->label16->Text = L"Add To Shipyards:";
3191
			this->label16->Text = L"Add To Shipyards:";
3020
			this->label16->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3192
			this->label16->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3021
			// 
3193
			// 
3022
			// CheckSYArgon
3194
			// CheckSYArgon
3023
			// 
3195
			// 
3024
			this->CheckSYArgon->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
3196
			this->CheckSYArgon->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
3025
				static_cast<System::Byte>(0)));
3197
				static_cast<System::Byte>(0)));
3026
			this->CheckSYArgon->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYArgon.Image")));
3198
			this->CheckSYArgon->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYArgon.Image")));
3027
			this->CheckSYArgon->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3199
			this->CheckSYArgon->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3028
			this->CheckSYArgon->Location = System::Drawing::Point(99, 3);
3200
			this->CheckSYArgon->Location = System::Drawing::Point(132, 4);
-
 
3201
			this->CheckSYArgon->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3029
			this->CheckSYArgon->Name = L"CheckSYArgon";
3202
			this->CheckSYArgon->Name = L"CheckSYArgon";
3030
			this->CheckSYArgon->Size = System::Drawing::Size(90, 35);
3203
			this->CheckSYArgon->Size = System::Drawing::Size(120, 43);
3031
			this->CheckSYArgon->TabIndex = 0;
3204
			this->CheckSYArgon->TabIndex = 0;
3032
			this->CheckSYArgon->Text = L"Argon";
3205
			this->CheckSYArgon->Text = L"Argon";
3033
			this->CheckSYArgon->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3206
			this->CheckSYArgon->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3034
			this->CheckSYArgon->UseVisualStyleBackColor = true;
3207
			this->CheckSYArgon->UseVisualStyleBackColor = true;
3035
			this->CheckSYArgon->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYArgon_CheckedChanged);
3208
			this->CheckSYArgon->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYArgon_CheckedChanged);
3036
			// 
3209
			// 
3037
			// CheckSYBoron
3210
			// CheckSYBoron
3038
			// 
3211
			// 
3039
			this->CheckSYBoron->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYBoron.Image")));
3212
			this->CheckSYBoron->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYBoron.Image")));
3040
			this->CheckSYBoron->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3213
			this->CheckSYBoron->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3041
			this->CheckSYBoron->Location = System::Drawing::Point(195, 3);
3214
			this->CheckSYBoron->Location = System::Drawing::Point(260, 4);
-
 
3215
			this->CheckSYBoron->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3042
			this->CheckSYBoron->Name = L"CheckSYBoron";
3216
			this->CheckSYBoron->Name = L"CheckSYBoron";
3043
			this->CheckSYBoron->Size = System::Drawing::Size(90, 35);
3217
			this->CheckSYBoron->Size = System::Drawing::Size(120, 43);
3044
			this->CheckSYBoron->TabIndex = 1;
3218
			this->CheckSYBoron->TabIndex = 1;
3045
			this->CheckSYBoron->Text = L"Boron";
3219
			this->CheckSYBoron->Text = L"Boron";
3046
			this->CheckSYBoron->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3220
			this->CheckSYBoron->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3047
			this->CheckSYBoron->UseVisualStyleBackColor = true;
3221
			this->CheckSYBoron->UseVisualStyleBackColor = true;
3048
			this->CheckSYBoron->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYBoron_CheckedChanged);
3222
			this->CheckSYBoron->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYBoron_CheckedChanged);
3049
			// 
3223
			// 
3050
			// CheckSYParanid
3224
			// CheckSYParanid
3051
			// 
3225
			// 
3052
			this->CheckSYParanid->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYParanid.Image")));
3226
			this->CheckSYParanid->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYParanid.Image")));
3053
			this->CheckSYParanid->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3227
			this->CheckSYParanid->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3054
			this->CheckSYParanid->Location = System::Drawing::Point(291, 3);
3228
			this->CheckSYParanid->Location = System::Drawing::Point(388, 4);
-
 
3229
			this->CheckSYParanid->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3055
			this->CheckSYParanid->Name = L"CheckSYParanid";
3230
			this->CheckSYParanid->Name = L"CheckSYParanid";
3056
			this->CheckSYParanid->Size = System::Drawing::Size(90, 35);
3231
			this->CheckSYParanid->Size = System::Drawing::Size(120, 43);
3057
			this->CheckSYParanid->TabIndex = 2;
3232
			this->CheckSYParanid->TabIndex = 2;
3058
			this->CheckSYParanid->Text = L"Paranid";
3233
			this->CheckSYParanid->Text = L"Paranid";
3059
			this->CheckSYParanid->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3234
			this->CheckSYParanid->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3060
			this->CheckSYParanid->UseVisualStyleBackColor = true;
3235
			this->CheckSYParanid->UseVisualStyleBackColor = true;
3061
			this->CheckSYParanid->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYParanid_CheckedChanged);
3236
			this->CheckSYParanid->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYParanid_CheckedChanged);
3062
			// 
3237
			// 
3063
			// CheckSYTeladi
3238
			// CheckSYTeladi
3064
			// 
3239
			// 
3065
			this->CheckSYTeladi->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYTeladi.Image")));
3240
			this->CheckSYTeladi->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYTeladi.Image")));
3066
			this->CheckSYTeladi->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3241
			this->CheckSYTeladi->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3067
			this->CheckSYTeladi->Location = System::Drawing::Point(387, 3);
3242
			this->CheckSYTeladi->Location = System::Drawing::Point(516, 4);
-
 
3243
			this->CheckSYTeladi->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3068
			this->CheckSYTeladi->Name = L"CheckSYTeladi";
3244
			this->CheckSYTeladi->Name = L"CheckSYTeladi";
3069
			this->CheckSYTeladi->Size = System::Drawing::Size(90, 35);
3245
			this->CheckSYTeladi->Size = System::Drawing::Size(120, 43);
3070
			this->CheckSYTeladi->TabIndex = 3;
3246
			this->CheckSYTeladi->TabIndex = 3;
3071
			this->CheckSYTeladi->Text = L"Teladi";
3247
			this->CheckSYTeladi->Text = L"Teladi";
3072
			this->CheckSYTeladi->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3248
			this->CheckSYTeladi->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3073
			this->CheckSYTeladi->UseVisualStyleBackColor = true;
3249
			this->CheckSYTeladi->UseVisualStyleBackColor = true;
3074
			this->CheckSYTeladi->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYTeladi_CheckedChanged);
3250
			this->CheckSYTeladi->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYTeladi_CheckedChanged);
3075
			// 
3251
			// 
3076
			// CheckSYSplit
3252
			// CheckSYSplit
3077
			// 
3253
			// 
3078
			this->CheckSYSplit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYSplit.Image")));
3254
			this->CheckSYSplit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYSplit.Image")));
3079
			this->CheckSYSplit->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3255
			this->CheckSYSplit->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3080
			this->CheckSYSplit->Location = System::Drawing::Point(483, 3);
3256
			this->CheckSYSplit->Location = System::Drawing::Point(644, 4);
-
 
3257
			this->CheckSYSplit->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3081
			this->CheckSYSplit->Name = L"CheckSYSplit";
3258
			this->CheckSYSplit->Name = L"CheckSYSplit";
3082
			this->CheckSYSplit->Size = System::Drawing::Size(90, 35);
3259
			this->CheckSYSplit->Size = System::Drawing::Size(120, 43);
3083
			this->CheckSYSplit->TabIndex = 4;
3260
			this->CheckSYSplit->TabIndex = 4;
3084
			this->CheckSYSplit->Text = L"Split";
3261
			this->CheckSYSplit->Text = L"Split";
3085
			this->CheckSYSplit->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3262
			this->CheckSYSplit->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3086
			this->CheckSYSplit->UseVisualStyleBackColor = true;
3263
			this->CheckSYSplit->UseVisualStyleBackColor = true;
3087
			this->CheckSYSplit->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYSplit_CheckedChanged);
3264
			this->CheckSYSplit->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYSplit_CheckedChanged);
3088
			// 
3265
			// 
3089
			// CheckSYPirate
3266
			// CheckSYPirate
3090
			// 
3267
			// 
3091
			this->CheckSYPirate->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYPirate.Image")));
3268
			this->CheckSYPirate->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYPirate.Image")));
3092
			this->CheckSYPirate->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3269
			this->CheckSYPirate->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3093
			this->CheckSYPirate->Location = System::Drawing::Point(579, 3);
3270
			this->CheckSYPirate->Location = System::Drawing::Point(772, 4);
-
 
3271
			this->CheckSYPirate->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3094
			this->CheckSYPirate->Name = L"CheckSYPirate";
3272
			this->CheckSYPirate->Name = L"CheckSYPirate";
3095
			this->CheckSYPirate->Size = System::Drawing::Size(90, 35);
3273
			this->CheckSYPirate->Size = System::Drawing::Size(120, 43);
3096
			this->CheckSYPirate->TabIndex = 5;
3274
			this->CheckSYPirate->TabIndex = 5;
3097
			this->CheckSYPirate->Text = L"Pirate";
3275
			this->CheckSYPirate->Text = L"Pirate";
3098
			this->CheckSYPirate->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3276
			this->CheckSYPirate->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3099
			this->CheckSYPirate->UseVisualStyleBackColor = true;
3277
			this->CheckSYPirate->UseVisualStyleBackColor = true;
3100
			this->CheckSYPirate->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYPirate_CheckedChanged);
3278
			this->CheckSYPirate->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYPirate_CheckedChanged);
3101
			// 
3279
			// 
3102
			// CheckSYFriend
3280
			// CheckSYFriend
3103
			// 
3281
			// 
3104
			this->CheckSYFriend->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYFriend.Image")));
3282
			this->CheckSYFriend->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYFriend.Image")));
3105
			this->CheckSYFriend->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3283
			this->CheckSYFriend->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3106
			this->CheckSYFriend->Location = System::Drawing::Point(3, 44);
3284
			this->CheckSYFriend->Location = System::Drawing::Point(4, 55);
-
 
3285
			this->CheckSYFriend->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3107
			this->CheckSYFriend->Name = L"CheckSYFriend";
3286
			this->CheckSYFriend->Name = L"CheckSYFriend";
3108
			this->CheckSYFriend->Size = System::Drawing::Size(90, 35);
3287
			this->CheckSYFriend->Size = System::Drawing::Size(120, 43);
3109
			this->CheckSYFriend->TabIndex = 6;
3288
			this->CheckSYFriend->TabIndex = 6;
3110
			this->CheckSYFriend->Text = L"Friendly Race";
3289
			this->CheckSYFriend->Text = L"Friendly Race";
3111
			this->CheckSYFriend->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3290
			this->CheckSYFriend->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3112
			this->CheckSYFriend->UseVisualStyleBackColor = true;
3291
			this->CheckSYFriend->UseVisualStyleBackColor = true;
3113
			this->CheckSYFriend->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYFriend_CheckedChanged);
3292
			this->CheckSYFriend->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYFriend_CheckedChanged);
3114
			// 
3293
			// 
3115
			// CheckSYXenon
3294
			// CheckSYXenon
3116
			// 
3295
			// 
3117
			this->CheckSYXenon->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYXenon.Image")));
3296
			this->CheckSYXenon->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYXenon.Image")));
3118
			this->CheckSYXenon->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3297
			this->CheckSYXenon->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3119
			this->CheckSYXenon->Location = System::Drawing::Point(99, 44);
3298
			this->CheckSYXenon->Location = System::Drawing::Point(132, 55);
-
 
3299
			this->CheckSYXenon->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3120
			this->CheckSYXenon->Name = L"CheckSYXenon";
3300
			this->CheckSYXenon->Name = L"CheckSYXenon";
3121
			this->CheckSYXenon->Size = System::Drawing::Size(90, 35);
3301
			this->CheckSYXenon->Size = System::Drawing::Size(120, 43);
3122
			this->CheckSYXenon->TabIndex = 7;
3302
			this->CheckSYXenon->TabIndex = 7;
3123
			this->CheckSYXenon->Text = L"Xenon";
3303
			this->CheckSYXenon->Text = L"Xenon";
3124
			this->CheckSYXenon->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3304
			this->CheckSYXenon->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3125
			this->CheckSYXenon->UseVisualStyleBackColor = true;
3305
			this->CheckSYXenon->UseVisualStyleBackColor = true;
3126
			this->CheckSYXenon->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYXenon_CheckedChanged);
3306
			this->CheckSYXenon->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYXenon_CheckedChanged);
3127
			// 
3307
			// 
3128
			// CheckSYTerran
3308
			// CheckSYTerran
3129
			// 
3309
			// 
3130
			this->CheckSYTerran->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYTerran.Image")));
3310
			this->CheckSYTerran->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYTerran.Image")));
3131
			this->CheckSYTerran->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3311
			this->CheckSYTerran->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3132
			this->CheckSYTerran->Location = System::Drawing::Point(195, 44);
3312
			this->CheckSYTerran->Location = System::Drawing::Point(260, 55);
-
 
3313
			this->CheckSYTerran->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3133
			this->CheckSYTerran->Name = L"CheckSYTerran";
3314
			this->CheckSYTerran->Name = L"CheckSYTerran";
3134
			this->CheckSYTerran->Size = System::Drawing::Size(90, 35);
3315
			this->CheckSYTerran->Size = System::Drawing::Size(120, 43);
3135
			this->CheckSYTerran->TabIndex = 8;
3316
			this->CheckSYTerran->TabIndex = 8;
3136
			this->CheckSYTerran->Text = L"Terran";
3317
			this->CheckSYTerran->Text = L"Terran";
3137
			this->CheckSYTerran->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3318
			this->CheckSYTerran->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3138
			this->CheckSYTerran->UseVisualStyleBackColor = true;
3319
			this->CheckSYTerran->UseVisualStyleBackColor = true;
3139
			this->CheckSYTerran->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYTerran_CheckedChanged);
3320
			this->CheckSYTerran->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYTerran_CheckedChanged);
3140
			// 
3321
			// 
3141
			// CheckSYATF
3322
			// CheckSYATF
3142
			// 
3323
			// 
3143
			this->CheckSYATF->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYATF.Image")));
3324
			this->CheckSYATF->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYATF.Image")));
3144
			this->CheckSYATF->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3325
			this->CheckSYATF->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3145
			this->CheckSYATF->Location = System::Drawing::Point(291, 44);
3326
			this->CheckSYATF->Location = System::Drawing::Point(388, 55);
-
 
3327
			this->CheckSYATF->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3146
			this->CheckSYATF->Name = L"CheckSYATF";
3328
			this->CheckSYATF->Name = L"CheckSYATF";
3147
			this->CheckSYATF->Size = System::Drawing::Size(90, 35);
3329
			this->CheckSYATF->Size = System::Drawing::Size(120, 43);
3148
			this->CheckSYATF->TabIndex = 9;
3330
			this->CheckSYATF->TabIndex = 9;
3149
			this->CheckSYATF->Text = L"ATF";
3331
			this->CheckSYATF->Text = L"ATF";
3150
			this->CheckSYATF->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3332
			this->CheckSYATF->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3151
			this->CheckSYATF->UseVisualStyleBackColor = true;
3333
			this->CheckSYATF->UseVisualStyleBackColor = true;
3152
			this->CheckSYATF->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYATF_CheckedChanged);
3334
			this->CheckSYATF->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYATF_CheckedChanged);
3153
			// 
3335
			// 
3154
			// CheckSYYaki
3336
			// CheckSYYaki
3155
			// 
3337
			// 
3156
			this->CheckSYYaki->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"CheckSYYaki.Image")));
3338
			this->CheckSYYaki->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"CheckSYYaki.Image")));
3157
			this->CheckSYYaki->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3339
			this->CheckSYYaki->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3158
			this->CheckSYYaki->Location = System::Drawing::Point(387, 44);
3340
			this->CheckSYYaki->Location = System::Drawing::Point(516, 55);
-
 
3341
			this->CheckSYYaki->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3159
			this->CheckSYYaki->Name = L"CheckSYYaki";
3342
			this->CheckSYYaki->Name = L"CheckSYYaki";
3160
			this->CheckSYYaki->Size = System::Drawing::Size(90, 35);
3343
			this->CheckSYYaki->Size = System::Drawing::Size(120, 43);
3161
			this->CheckSYYaki->TabIndex = 10;
3344
			this->CheckSYYaki->TabIndex = 10;
3162
			this->CheckSYYaki->Text = L"Yaki";
3345
			this->CheckSYYaki->Text = L"Yaki";
3163
			this->CheckSYYaki->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3346
			this->CheckSYYaki->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3164
			this->CheckSYYaki->UseVisualStyleBackColor = true;
3347
			this->CheckSYYaki->UseVisualStyleBackColor = true;
3165
			this->CheckSYYaki->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYYaki_CheckedChanged);
3348
			this->CheckSYYaki->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckSYYaki_CheckedChanged);
3166
			// 
3349
			// 
3167
			// PageRaw
3350
			// PageRaw
3168
			// 
3351
			// 
3169
			this->PageRaw->Controls->Add(this->panel23);
3352
			this->PageRaw->Controls->Add(this->panel23);
3170
			this->PageRaw->Controls->Add(this->flowLayoutPanel3);
3353
			this->PageRaw->Controls->Add(this->flowLayoutPanel3);
3171
			this->PageRaw->Location = System::Drawing::Point(4, 22);
3354
			this->PageRaw->Location = System::Drawing::Point(4, 46);
-
 
3355
			this->PageRaw->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3172
			this->PageRaw->Name = L"PageRaw";
3356
			this->PageRaw->Name = L"PageRaw";
3173
			this->PageRaw->Padding = System::Windows::Forms::Padding(3);
3357
			this->PageRaw->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
3174
			this->PageRaw->Size = System::Drawing::Size(748, 216);
3358
			this->PageRaw->Size = System::Drawing::Size(1000, 248);
3175
			this->PageRaw->TabIndex = 7;
3359
			this->PageRaw->TabIndex = 7;
3176
			this->PageRaw->Text = L"Ship Data";
3360
			this->PageRaw->Text = L"Ship Data";
3177
			this->PageRaw->UseVisualStyleBackColor = true;
3361
			this->PageRaw->UseVisualStyleBackColor = true;
3178
			// 
3362
			// 
3179
			// panel23
3363
			// panel23
3180
			// 
3364
			// 
3181
			this->panel23->Controls->Add(this->TextShipData);
3365
			this->panel23->Controls->Add(this->TextShipData);
3182
			this->panel23->Controls->Add(this->panel24);
3366
			this->panel23->Controls->Add(this->panel24);
3183
			this->panel23->Dock = System::Windows::Forms::DockStyle::Fill;
3367
			this->panel23->Dock = System::Windows::Forms::DockStyle::Fill;
3184
			this->panel23->Location = System::Drawing::Point(3, 42);
3368
			this->panel23->Location = System::Drawing::Point(4, 52);
-
 
3369
			this->panel23->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3185
			this->panel23->Name = L"panel23";
3370
			this->panel23->Name = L"panel23";
3186
			this->panel23->Padding = System::Windows::Forms::Padding(10);
3371
			this->panel23->Padding = System::Windows::Forms::Padding(13, 12, 13, 12);
3187
			this->panel23->Size = System::Drawing::Size(742, 171);
3372
			this->panel23->Size = System::Drawing::Size(992, 192);
3188
			this->panel23->TabIndex = 3;
3373
			this->panel23->TabIndex = 3;
3189
			// 
3374
			// 
3190
			// TextShipData
3375
			// TextShipData
3191
			// 
3376
			// 
3192
			this->TextShipData->BackColor = System::Drawing::SystemColors::Control;
3377
			this->TextShipData->BackColor = System::Drawing::SystemColors::Control;
3193
			this->TextShipData->Dock = System::Windows::Forms::DockStyle::Fill;
3378
			this->TextShipData->Dock = System::Windows::Forms::DockStyle::Fill;
3194
			this->TextShipData->Location = System::Drawing::Point(10, 34);
3379
			this->TextShipData->Location = System::Drawing::Point(13, 42);
-
 
3380
			this->TextShipData->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3195
			this->TextShipData->Name = L"TextShipData";
3381
			this->TextShipData->Name = L"TextShipData";
3196
			this->TextShipData->ReadOnly = true;
3382
			this->TextShipData->ReadOnly = true;
3197
			this->TextShipData->Size = System::Drawing::Size(722, 127);
3383
			this->TextShipData->Size = System::Drawing::Size(966, 138);
3198
			this->TextShipData->TabIndex = 0;
3384
			this->TextShipData->TabIndex = 0;
3199
			this->TextShipData->Text = L"";
3385
			this->TextShipData->Text = L"";
3200
			this->TextShipData->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextShipData_TextChanged);
3386
			this->TextShipData->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextShipData_TextChanged);
3201
			// 
3387
			// 
3202
			// panel24
3388
			// panel24
3203
			// 
3389
			// 
3204
			this->panel24->Controls->Add(this->label17);
3390
			this->panel24->Controls->Add(this->label17);
3205
			this->panel24->Controls->Add(this->checkBox1);
3391
			this->panel24->Controls->Add(this->checkBox1);
3206
			this->panel24->Dock = System::Windows::Forms::DockStyle::Top;
3392
			this->panel24->Dock = System::Windows::Forms::DockStyle::Top;
3207
			this->panel24->Location = System::Drawing::Point(10, 10);
3393
			this->panel24->Location = System::Drawing::Point(13, 12);
-
 
3394
			this->panel24->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3208
			this->panel24->Name = L"panel24";
3395
			this->panel24->Name = L"panel24";
3209
			this->panel24->Size = System::Drawing::Size(722, 24);
3396
			this->panel24->Size = System::Drawing::Size(966, 30);
3210
			this->panel24->TabIndex = 2;
3397
			this->panel24->TabIndex = 2;
3211
			// 
3398
			// 
3212
			// label17
3399
			// label17
3213
			// 
3400
			// 
3214
			this->label17->Dock = System::Windows::Forms::DockStyle::Fill;
3401
			this->label17->Dock = System::Windows::Forms::DockStyle::Fill;
3215
			this->label17->Location = System::Drawing::Point(107, 0);
3402
			this->label17->Location = System::Drawing::Point(129, 0);
-
 
3403
			this->label17->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3216
			this->label17->Name = L"label17";
3404
			this->label17->Name = L"label17";
3217
			this->label17->Size = System::Drawing::Size(615, 24);
3405
			this->label17->Size = System::Drawing::Size(837, 30);
3218
			this->label17->TabIndex = 2;
3406
			this->label17->TabIndex = 2;
3219
			this->label17->Text = L"(Warning: Making changes could break the ship if you dont know what your doing)";
3407
			this->label17->Text = L"(Warning: Making changes could break the ship if you dont know what your doing)";
3220
			this->label17->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3408
			this->label17->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3221
			// 
3409
			// 
3222
			// checkBox1
3410
			// checkBox1
3223
			// 
3411
			// 
3224
			this->checkBox1->AutoSize = true;
3412
			this->checkBox1->AutoSize = true;
3225
			this->checkBox1->Dock = System::Windows::Forms::DockStyle::Left;
3413
			this->checkBox1->Dock = System::Windows::Forms::DockStyle::Left;
3226
			this->checkBox1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 12, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3414
			this->checkBox1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 12, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3227
				static_cast<System::Byte>(0)));
3415
				static_cast<System::Byte>(0)));
3228
			this->checkBox1->Location = System::Drawing::Point(0, 0);
3416
			this->checkBox1->Location = System::Drawing::Point(0, 0);
-
 
3417
			this->checkBox1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3229
			this->checkBox1->Name = L"checkBox1";
3418
			this->checkBox1->Name = L"checkBox1";
3230
			this->checkBox1->Size = System::Drawing::Size(107, 24);
3419
			this->checkBox1->Size = System::Drawing::Size(129, 30);
3231
			this->checkBox1->TabIndex = 1;
3420
			this->checkBox1->TabIndex = 1;
3232
			this->checkBox1->Text = L"Allow Edit";
3421
			this->checkBox1->Text = L"Allow Edit";
3233
			this->checkBox1->UseVisualStyleBackColor = true;
3422
			this->checkBox1->UseVisualStyleBackColor = true;
3234
			this->checkBox1->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::checkBox1_CheckedChanged);
3423
			this->checkBox1->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::checkBox1_CheckedChanged);
3235
			// 
3424
			// 
3236
			// flowLayoutPanel3
3425
			// flowLayoutPanel3
3237
			// 
3426
			// 
3238
			this->flowLayoutPanel3->Controls->Add(this->button3);
3427
			this->flowLayoutPanel3->Controls->Add(this->button3);
3239
			this->flowLayoutPanel3->Controls->Add(this->button5);
3428
			this->flowLayoutPanel3->Controls->Add(this->button5);
3240
			this->flowLayoutPanel3->Dock = System::Windows::Forms::DockStyle::Top;
3429
			this->flowLayoutPanel3->Dock = System::Windows::Forms::DockStyle::Top;
3241
			this->flowLayoutPanel3->Location = System::Drawing::Point(3, 3);
3430
			this->flowLayoutPanel3->Location = System::Drawing::Point(4, 4);
-
 
3431
			this->flowLayoutPanel3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3242
			this->flowLayoutPanel3->Name = L"flowLayoutPanel3";
3432
			this->flowLayoutPanel3->Name = L"flowLayoutPanel3";
3243
			this->flowLayoutPanel3->Size = System::Drawing::Size(742, 39);
3433
			this->flowLayoutPanel3->Size = System::Drawing::Size(992, 48);
3244
			this->flowLayoutPanel3->TabIndex = 4;
3434
			this->flowLayoutPanel3->TabIndex = 4;
3245
			// 
3435
			// 
3246
			// button3
3436
			// button3
3247
			// 
3437
			// 
3248
			this->button3->AutoSize = true;
3438
			this->button3->AutoSize = true;
3249
			this->button3->AutoSizeMode = System::Windows::Forms::AutoSizeMode::GrowAndShrink;
3439
			this->button3->AutoSizeMode = System::Windows::Forms::AutoSizeMode::GrowAndShrink;
3250
			this->button3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"button3.Image")));
3440
			this->button3->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"button3.Image")));
3251
			this->button3->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3441
			this->button3->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
3252
			this->button3->Location = System::Drawing::Point(3, 3);
3442
			this->button3->Location = System::Drawing::Point(4, 4);
-
 
3443
			this->button3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3253
			this->button3->Name = L"button3";
3444
			this->button3->Name = L"button3";
3254
			this->button3->Size = System::Drawing::Size(113, 28);
3445
			this->button3->Size = System::Drawing::Size(138, 28);
3255
			this->button3->TabIndex = 2;
3446
			this->button3->TabIndex = 2;
3256
			this->button3->Text = L"Load Ship Data";
3447
			this->button3->Text = L"Load Ship Data";
3257
			this->button3->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3448
			this->button3->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3258
			this->button3->UseVisualStyleBackColor = true;
3449
			this->button3->UseVisualStyleBackColor = true;
3259
			this->button3->Click += gcnew System::EventHandler(this, &PackageForm::button3_Click);
3450
			this->button3->Click += gcnew System::EventHandler(this, &PackageForm::button3_Click);
3260
			// 
3451
			// 
3261
			// button5
3452
			// button5
3262
			// 
3453
			// 
3263
			this->button5->AutoSize = true;
3454
			this->button5->AutoSize = true;
3264
			this->button5->AutoSizeMode = System::Windows::Forms::AutoSizeMode::GrowAndShrink;
3455
			this->button5->AutoSizeMode = System::Windows::Forms::AutoSizeMode::GrowAndShrink;
3265
			this->button5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"button5.Image")));
3456
			this->button5->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"button5.Image")));
3266
			this->button5->Location = System::Drawing::Point(122, 3);
3457
			this->button5->Location = System::Drawing::Point(150, 4);
-
 
3458
			this->button5->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3267
			this->button5->Name = L"button5";
3459
			this->button5->Name = L"button5";
3268
			this->button5->Size = System::Drawing::Size(111, 28);
3460
			this->button5->Size = System::Drawing::Size(137, 28);
3269
			this->button5->TabIndex = 3;
3461
			this->button5->TabIndex = 3;
3270
			this->button5->Text = L"Customise Ship";
3462
			this->button5->Text = L"Customise Ship";
3271
			this->button5->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3463
			this->button5->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
3272
			this->button5->UseVisualStyleBackColor = true;
3464
			this->button5->UseVisualStyleBackColor = true;
3273
			this->button5->Click += gcnew System::EventHandler(this, &PackageForm::button5_Click);
3465
			this->button5->Click += gcnew System::EventHandler(this, &PackageForm::button5_Click);
3274
			// 
3466
			// 
3275
			// PageShipComp
3467
			// PageShipComp
3276
			// 
3468
			// 
3277
			this->PageShipComp->Controls->Add(this->panel26);
3469
			this->PageShipComp->Controls->Add(this->panel26);
3278
			this->PageShipComp->Controls->Add(this->panel25);
3470
			this->PageShipComp->Controls->Add(this->panel25);
3279
			this->PageShipComp->Location = System::Drawing::Point(4, 22);
3471
			this->PageShipComp->Location = System::Drawing::Point(4, 46);
-
 
3472
			this->PageShipComp->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3280
			this->PageShipComp->Name = L"PageShipComp";
3473
			this->PageShipComp->Name = L"PageShipComp";
3281
			this->PageShipComp->Padding = System::Windows::Forms::Padding(3);
3474
			this->PageShipComp->Padding = System::Windows::Forms::Padding(4, 4, 4, 4);
3282
			this->PageShipComp->Size = System::Drawing::Size(748, 216);
3475
			this->PageShipComp->Size = System::Drawing::Size(1000, 248);
3283
			this->PageShipComp->TabIndex = 8;
3476
			this->PageShipComp->TabIndex = 8;
3284
			this->PageShipComp->Text = L"Ship Parts";
3477
			this->PageShipComp->Text = L"Ship Parts";
3285
			this->PageShipComp->UseVisualStyleBackColor = true;
3478
			this->PageShipComp->UseVisualStyleBackColor = true;
3286
			// 
3479
			// 
3287
			// panel26
3480
			// panel26
3288
			// 
3481
			// 
3289
			this->panel26->Controls->Add(this->ListShipPart);
3482
			this->panel26->Controls->Add(this->ListShipPart);
3290
			this->panel26->Dock = System::Windows::Forms::DockStyle::Fill;
3483
			this->panel26->Dock = System::Windows::Forms::DockStyle::Fill;
3291
			this->panel26->Location = System::Drawing::Point(3, 35);
3484
			this->panel26->Location = System::Drawing::Point(4, 43);
-
 
3485
			this->panel26->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3292
			this->panel26->Name = L"panel26";
3486
			this->panel26->Name = L"panel26";
3293
			this->panel26->Padding = System::Windows::Forms::Padding(10);
3487
			this->panel26->Padding = System::Windows::Forms::Padding(13, 12, 13, 12);
3294
			this->panel26->Size = System::Drawing::Size(742, 178);
3488
			this->panel26->Size = System::Drawing::Size(992, 201);
3295
			this->panel26->TabIndex = 4;
3489
			this->panel26->TabIndex = 4;
3296
			// 
3490
			// 
3297
			// ListShipPart
3491
			// ListShipPart
3298
			// 
3492
			// 
3299
			this->ListShipPart->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {this->ColumnPart1, this->ColumnPart2, 
3493
			this->ListShipPart->Columns->AddRange(gcnew cli::array< System::Windows::Forms::ColumnHeader^  >(3) {
-
 
3494
				this->ColumnPart1, this->ColumnPart2,
3300
				this->ColumnPart3});
3495
					this->ColumnPart3
-
 
3496
			});
3301
			this->ListShipPart->ContextMenuStrip = this->ContextShipPart;
3497
			this->ListShipPart->ContextMenuStrip = this->ContextShipPart;
3302
			this->ListShipPart->Dock = System::Windows::Forms::DockStyle::Fill;
3498
			this->ListShipPart->Dock = System::Windows::Forms::DockStyle::Fill;
3303
			this->ListShipPart->FullRowSelect = true;
3499
			this->ListShipPart->FullRowSelect = true;
-
 
3500
			this->ListShipPart->HideSelection = false;
3304
			this->ListShipPart->Location = System::Drawing::Point(10, 10);
3501
			this->ListShipPart->Location = System::Drawing::Point(13, 12);
-
 
3502
			this->ListShipPart->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3305
			this->ListShipPart->Name = L"ListShipPart";
3503
			this->ListShipPart->Name = L"ListShipPart";
3306
			this->ListShipPart->Size = System::Drawing::Size(722, 158);
3504
			this->ListShipPart->Size = System::Drawing::Size(966, 177);
3307
			this->ListShipPart->TabIndex = 3;
3505
			this->ListShipPart->TabIndex = 3;
3308
			this->ListShipPart->UseCompatibleStateImageBehavior = false;
3506
			this->ListShipPart->UseCompatibleStateImageBehavior = false;
3309
			this->ListShipPart->View = System::Windows::Forms::View::Details;
3507
			this->ListShipPart->View = System::Windows::Forms::View::Details;
3310
			this->ListShipPart->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListShipPart_MouseDoubleClick);
3508
			this->ListShipPart->MouseDoubleClick += gcnew System::Windows::Forms::MouseEventHandler(this, &PackageForm::ListShipPart_MouseDoubleClick);
3311
			// 
3509
			// 
3312
			// ContextShipPart
3510
			// ContextShipPart
3313
			// 
3511
			// 
-
 
3512
			this->ContextShipPart->ImageScalingSize = System::Drawing::Size(20, 20);
3314
			this->ContextShipPart->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {this->importToolStripMenuItem, 
3513
			this->ContextShipPart->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(7) {
-
 
3514
				this->importToolStripMenuItem,
3315
				this->ContextShipPartAdd, this->ContextShipPartSep1, this->ContextShipPartRemove, this->ContextShipPartEdit, this->ContextShipPartSep2, 
3515
					this->ContextShipPartAdd, this->ContextShipPartSep1, this->ContextShipPartRemove, this->ContextShipPartEdit, this->ContextShipPartSep2,
3316
				this->ContextShipPartClear});
3516
					this->ContextShipPartClear
-
 
3517
			});
3317
			this->ContextShipPart->Name = L"ContextShipPart";
3518
			this->ContextShipPart->Name = L"ContextShipPart";
3318
			this->ContextShipPart->Size = System::Drawing::Size(181, 206);
3519
			this->ContextShipPart->Size = System::Drawing::Size(210, 206);
3319
			this->ContextShipPart->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextShipPart_Opening);
3520
			this->ContextShipPart->Opening += gcnew System::ComponentModel::CancelEventHandler(this, &PackageForm::ContextShipPart_Opening);
3320
			// 
3521
			// 
3321
			// importToolStripMenuItem
3522
			// importToolStripMenuItem
3322
			// 
3523
			// 
3323
			this->importToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"importToolStripMenuItem.Image")));
3524
			this->importToolStripMenuItem->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"importToolStripMenuItem.Image")));
3324
			this->importToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3525
			this->importToolStripMenuItem->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3325
			this->importToolStripMenuItem->Name = L"importToolStripMenuItem";
3526
			this->importToolStripMenuItem->Name = L"importToolStripMenuItem";
3326
			this->importToolStripMenuItem->Size = System::Drawing::Size(180, 38);
3527
			this->importToolStripMenuItem->Size = System::Drawing::Size(209, 38);
3327
			this->importToolStripMenuItem->Text = L"Import";
3528
			this->importToolStripMenuItem->Text = L"Import";
3328
			this->importToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::importToolStripMenuItem_Click);
3529
			this->importToolStripMenuItem->Click += gcnew System::EventHandler(this, &PackageForm::importToolStripMenuItem_Click);
3329
			// 
3530
			// 
3330
			// ContextShipPartAdd
3531
			// ContextShipPartAdd
3331
			// 
3532
			// 
3332
			this->ContextShipPartAdd->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipPartAdd.Image")));
3533
			this->ContextShipPartAdd->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipPartAdd.Image")));
3333
			this->ContextShipPartAdd->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3534
			this->ContextShipPartAdd->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3334
			this->ContextShipPartAdd->Name = L"ContextShipPartAdd";
3535
			this->ContextShipPartAdd->Name = L"ContextShipPartAdd";
3335
			this->ContextShipPartAdd->Size = System::Drawing::Size(180, 38);
3536
			this->ContextShipPartAdd->Size = System::Drawing::Size(209, 38);
3336
			this->ContextShipPartAdd->Text = L"Add";
3537
			this->ContextShipPartAdd->Text = L"Add";
3337
			this->ContextShipPartAdd->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartAdd_Click);
3538
			this->ContextShipPartAdd->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartAdd_Click);
3338
			// 
3539
			// 
3339
			// ContextShipPartSep1
3540
			// ContextShipPartSep1
3340
			// 
3541
			// 
3341
			this->ContextShipPartSep1->Name = L"ContextShipPartSep1";
3542
			this->ContextShipPartSep1->Name = L"ContextShipPartSep1";
3342
			this->ContextShipPartSep1->Size = System::Drawing::Size(177, 6);
3543
			this->ContextShipPartSep1->Size = System::Drawing::Size(206, 6);
3343
			// 
3544
			// 
3344
			// ContextShipPartRemove
3545
			// ContextShipPartRemove
3345
			// 
3546
			// 
3346
			this->ContextShipPartRemove->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipPartRemove.Image")));
3547
			this->ContextShipPartRemove->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipPartRemove.Image")));
3347
			this->ContextShipPartRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3548
			this->ContextShipPartRemove->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3348
			this->ContextShipPartRemove->Name = L"ContextShipPartRemove";
3549
			this->ContextShipPartRemove->Name = L"ContextShipPartRemove";
3349
			this->ContextShipPartRemove->Size = System::Drawing::Size(180, 38);
3550
			this->ContextShipPartRemove->Size = System::Drawing::Size(209, 38);
3350
			this->ContextShipPartRemove->Text = L"Remove Selected";
3551
			this->ContextShipPartRemove->Text = L"Remove Selected";
3351
			this->ContextShipPartRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartRemove_Click);
3552
			this->ContextShipPartRemove->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartRemove_Click);
3352
			// 
3553
			// 
3353
			// ContextShipPartEdit
3554
			// ContextShipPartEdit
3354
			// 
3555
			// 
3355
			this->ContextShipPartEdit->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipPartEdit.Image")));
3556
			this->ContextShipPartEdit->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipPartEdit.Image")));
3356
			this->ContextShipPartEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3557
			this->ContextShipPartEdit->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3357
			this->ContextShipPartEdit->Name = L"ContextShipPartEdit";
3558
			this->ContextShipPartEdit->Name = L"ContextShipPartEdit";
3358
			this->ContextShipPartEdit->Size = System::Drawing::Size(180, 38);
3559
			this->ContextShipPartEdit->Size = System::Drawing::Size(209, 38);
3359
			this->ContextShipPartEdit->Text = L"Edit Selected";
3560
			this->ContextShipPartEdit->Text = L"Edit Selected";
3360
			this->ContextShipPartEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartEdit_Click);
3561
			this->ContextShipPartEdit->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartEdit_Click);
3361
			// 
3562
			// 
3362
			// ContextShipPartSep2
3563
			// ContextShipPartSep2
3363
			// 
3564
			// 
3364
			this->ContextShipPartSep2->Name = L"ContextShipPartSep2";
3565
			this->ContextShipPartSep2->Name = L"ContextShipPartSep2";
3365
			this->ContextShipPartSep2->Size = System::Drawing::Size(177, 6);
3566
			this->ContextShipPartSep2->Size = System::Drawing::Size(206, 6);
3366
			// 
3567
			// 
3367
			// ContextShipPartClear
3568
			// ContextShipPartClear
3368
			// 
3569
			// 
3369
			this->ContextShipPartClear->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ContextShipPartClear.Image")));
3570
			this->ContextShipPartClear->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ContextShipPartClear.Image")));
3370
			this->ContextShipPartClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3571
			this->ContextShipPartClear->ImageScaling = System::Windows::Forms::ToolStripItemImageScaling::None;
3371
			this->ContextShipPartClear->Name = L"ContextShipPartClear";
3572
			this->ContextShipPartClear->Name = L"ContextShipPartClear";
3372
			this->ContextShipPartClear->Size = System::Drawing::Size(180, 38);
3573
			this->ContextShipPartClear->Size = System::Drawing::Size(209, 38);
3373
			this->ContextShipPartClear->Text = L"Clear All";
3574
			this->ContextShipPartClear->Text = L"Clear All";
3374
			this->ContextShipPartClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartClear_Click);
3575
			this->ContextShipPartClear->Click += gcnew System::EventHandler(this, &PackageForm::ContextShipPartClear_Click);
3375
			// 
3576
			// 
3376
			// panel25
3577
			// panel25
3377
			// 
3578
			// 
3378
			this->panel25->Controls->Add(this->ComboShipPart);
3579
			this->panel25->Controls->Add(this->ComboShipPart);
3379
			this->panel25->Controls->Add(this->label18);
3580
			this->panel25->Controls->Add(this->label18);
3380
			this->panel25->Dock = System::Windows::Forms::DockStyle::Top;
3581
			this->panel25->Dock = System::Windows::Forms::DockStyle::Top;
3381
			this->panel25->Location = System::Drawing::Point(3, 3);
3582
			this->panel25->Location = System::Drawing::Point(4, 4);
-
 
3583
			this->panel25->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3382
			this->panel25->Name = L"panel25";
3584
			this->panel25->Name = L"panel25";
3383
			this->panel25->Padding = System::Windows::Forms::Padding(5);
3585
			this->panel25->Padding = System::Windows::Forms::Padding(7, 6, 7, 6);
3384
			this->panel25->Size = System::Drawing::Size(742, 32);
3586
			this->panel25->Size = System::Drawing::Size(992, 39);
3385
			this->panel25->TabIndex = 2;
3587
			this->panel25->TabIndex = 2;
3386
			// 
3588
			// 
3387
			// ComboShipPart
3589
			// ComboShipPart
3388
			// 
3590
			// 
3389
			this->ComboShipPart->Dock = System::Windows::Forms::DockStyle::Fill;
3591
			this->ComboShipPart->Dock = System::Windows::Forms::DockStyle::Fill;
3390
			this->ComboShipPart->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
3592
			this->ComboShipPart->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
3391
			this->ComboShipPart->FormattingEnabled = true;
3593
			this->ComboShipPart->FormattingEnabled = true;
3392
			this->ComboShipPart->Items->AddRange(gcnew cli::array< System::Object^  >(6) {L"Componants", L"Dummies", L"Cockpits", L"CutData", 
3594
			this->ComboShipPart->Items->AddRange(gcnew cli::array< System::Object^  >(6) {
-
 
3595
				L"Componants", L"Dummies", L"Cockpits", L"CutData",
3393
				L"Bodies", L"Animations";});
3596
					L"Bodies", L"Animations"
-
 
3597
			});
3394
			this->ComboShipPart->Location = System::Drawing::Point(105, 5);
3598
			this->ComboShipPart->Location = System::Drawing::Point(140, 6);
-
 
3599
			this->ComboShipPart->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3395
			this->ComboShipPart->Name = L"ComboShipPart";
3600
			this->ComboShipPart->Name = L"ComboShipPart";
3396
			this->ComboShipPart->Size = System::Drawing::Size(632, 21);
3601
			this->ComboShipPart->Size = System::Drawing::Size(845, 24);
3397
			this->ComboShipPart->TabIndex = 0;
3602
			this->ComboShipPart->TabIndex = 0;
3398
			this->ComboShipPart->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboShipPart_SelectedIndexChanged);
3603
			this->ComboShipPart->SelectedIndexChanged += gcnew System::EventHandler(this, &PackageForm::ComboShipPart_SelectedIndexChanged);
3399
			// 
3604
			// 
3400
			// label18
3605
			// label18
3401
			// 
3606
			// 
3402
			this->label18->Dock = System::Windows::Forms::DockStyle::Left;
3607
			this->label18->Dock = System::Windows::Forms::DockStyle::Left;
3403
			this->label18->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3608
			this->label18->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3404
				static_cast<System::Byte>(0)));
3609
				static_cast<System::Byte>(0)));
3405
			this->label18->Location = System::Drawing::Point(5, 5);
3610
			this->label18->Location = System::Drawing::Point(7, 6);
-
 
3611
			this->label18->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3406
			this->label18->Name = L"label18";
3612
			this->label18->Name = L"label18";
3407
			this->label18->Size = System::Drawing::Size(100, 22);
3613
			this->label18->Size = System::Drawing::Size(133, 27);
3408
			this->label18->TabIndex = 1;
3614
			this->label18->TabIndex = 1;
3409
			this->label18->Text = L"Part Type";
3615
			this->label18->Text = L"Part Type";
3410
			this->label18->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3616
			this->label18->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3411
			// 
3617
			// 
3412
			// CheckShipID
3618
			// CheckShipID
3413
			// 
3619
			// 
3414
			this->CheckShipID->AutoSize = true;
3620
			this->CheckShipID->AutoSize = true;
3415
			this->CheckShipID->Dock = System::Windows::Forms::DockStyle::Left;
3621
			this->CheckShipID->Dock = System::Windows::Forms::DockStyle::Left;
3416
			this->CheckShipID->Location = System::Drawing::Point(157, 0);
3622
			this->CheckShipID->Location = System::Drawing::Point(209, 0);
-
 
3623
			this->CheckShipID->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3417
			this->CheckShipID->Name = L"CheckShipID";
3624
			this->CheckShipID->Name = L"CheckShipID";
3418
			this->CheckShipID->Size = System::Drawing::Size(129, 20);
3625
			this->CheckShipID->Size = System::Drawing::Size(166, 25);
3419
			this->CheckShipID->TabIndex = 2;
3626
			this->CheckShipID->TabIndex = 2;
3420
			this->CheckShipID->Text = L"Replace Existing Ship";
3627
			this->CheckShipID->Text = L"Replace Existing Ship";
3421
			this->CheckShipID->UseVisualStyleBackColor = true;
3628
			this->CheckShipID->UseVisualStyleBackColor = true;
3422
			this->CheckShipID->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckShipID_CheckedChanged);
3629
			this->CheckShipID->CheckedChanged += gcnew System::EventHandler(this, &PackageForm::CheckShipID_CheckedChanged);
3423
			// 
3630
			// 
3424
			// panel1
3631
			// panel1
3425
			// 
3632
			// 
3426
			this->panel1->Controls->Add(this->TextName);
3633
			this->panel1->Controls->Add(this->TextName);
3427
			this->panel1->Controls->Add(this->label1);
3634
			this->panel1->Controls->Add(this->label1);
3428
			this->panel1->Dock = System::Windows::Forms::DockStyle::Top;
3635
			this->panel1->Dock = System::Windows::Forms::DockStyle::Top;
3429
			this->panel1->Location = System::Drawing::Point(5, 36);
3636
			this->panel1->Location = System::Drawing::Point(7, 37);
-
 
3637
			this->panel1->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3430
			this->panel1->Name = L"panel1";
3638
			this->panel1->Name = L"panel1";
3431
			this->panel1->Size = System::Drawing::Size(756, 17);
3639
			this->panel1->Size = System::Drawing::Size(1007, 21);
3432
			this->panel1->TabIndex = 2;
3640
			this->panel1->TabIndex = 2;
3433
			// 
3641
			// 
3434
			// TextName
3642
			// TextName
3435
			// 
3643
			// 
3436
			this->TextName->Dock = System::Windows::Forms::DockStyle::Fill;
3644
			this->TextName->Dock = System::Windows::Forms::DockStyle::Fill;
3437
			this->TextName->Location = System::Drawing::Point(157, 0);
3645
			this->TextName->Location = System::Drawing::Point(209, 0);
-
 
3646
			this->TextName->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3438
			this->TextName->Name = L"TextName";
3647
			this->TextName->Name = L"TextName";
3439
			this->TextName->Size = System::Drawing::Size(599, 20);
3648
			this->TextName->Size = System::Drawing::Size(798, 22);
3440
			this->TextName->TabIndex = 1;
3649
			this->TextName->TabIndex = 1;
3441
			this->TextName->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextName_TextChanged);
3650
			this->TextName->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextName_TextChanged);
3442
			// 
3651
			// 
3443
			// label1
3652
			// label1
3444
			// 
3653
			// 
3445
			this->label1->Dock = System::Windows::Forms::DockStyle::Left;
3654
			this->label1->Dock = System::Windows::Forms::DockStyle::Left;
3446
			this->label1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3655
			this->label1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3447
				static_cast<System::Byte>(0)));
3656
				static_cast<System::Byte>(0)));
3448
			this->label1->Location = System::Drawing::Point(0, 0);
3657
			this->label1->Location = System::Drawing::Point(0, 0);
-
 
3658
			this->label1->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3449
			this->label1->Name = L"label1";
3659
			this->label1->Name = L"label1";
3450
			this->label1->Size = System::Drawing::Size(157, 17);
3660
			this->label1->Size = System::Drawing::Size(209, 21);
3451
			this->label1->TabIndex = 0;
3661
			this->label1->TabIndex = 0;
3452
			this->label1->Text = L"Package Name";
3662
			this->label1->Text = L"Package Name";
3453
			this->label1->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3663
			this->label1->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3454
			// 
3664
			// 
3455
			// panel2
3665
			// panel2
3456
			// 
3666
			// 
3457
			this->panel2->Controls->Add(this->TextAuthor);
3667
			this->panel2->Controls->Add(this->TextAuthor);
3458
			this->panel2->Controls->Add(this->label2);
3668
			this->panel2->Controls->Add(this->label2);
3459
			this->panel2->Dock = System::Windows::Forms::DockStyle::Top;
3669
			this->panel2->Dock = System::Windows::Forms::DockStyle::Top;
3460
			this->panel2->Location = System::Drawing::Point(5, 53);
3670
			this->panel2->Location = System::Drawing::Point(7, 58);
-
 
3671
			this->panel2->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3461
			this->panel2->Name = L"panel2";
3672
			this->panel2->Name = L"panel2";
3462
			this->panel2->Size = System::Drawing::Size(756, 20);
3673
			this->panel2->Size = System::Drawing::Size(1007, 25);
3463
			this->panel2->TabIndex = 3;
3674
			this->panel2->TabIndex = 3;
3464
			// 
3675
			// 
3465
			// TextAuthor
3676
			// TextAuthor
3466
			// 
3677
			// 
3467
			this->TextAuthor->Dock = System::Windows::Forms::DockStyle::Fill;
3678
			this->TextAuthor->Dock = System::Windows::Forms::DockStyle::Fill;
3468
			this->TextAuthor->Location = System::Drawing::Point(157, 0);
3679
			this->TextAuthor->Location = System::Drawing::Point(209, 0);
-
 
3680
			this->TextAuthor->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3469
			this->TextAuthor->Name = L"TextAuthor";
3681
			this->TextAuthor->Name = L"TextAuthor";
3470
			this->TextAuthor->Size = System::Drawing::Size(599, 20);
3682
			this->TextAuthor->Size = System::Drawing::Size(798, 22);
3471
			this->TextAuthor->TabIndex = 1;
3683
			this->TextAuthor->TabIndex = 1;
3472
			this->TextAuthor->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextAuthor_TextChanged);
3684
			this->TextAuthor->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextAuthor_TextChanged);
3473
			// 
3685
			// 
3474
			// label2
3686
			// label2
3475
			// 
3687
			// 
3476
			this->label2->Dock = System::Windows::Forms::DockStyle::Left;
3688
			this->label2->Dock = System::Windows::Forms::DockStyle::Left;
3477
			this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3689
			this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3478
				static_cast<System::Byte>(0)));
3690
				static_cast<System::Byte>(0)));
3479
			this->label2->Location = System::Drawing::Point(0, 0);
3691
			this->label2->Location = System::Drawing::Point(0, 0);
-
 
3692
			this->label2->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3480
			this->label2->Name = L"label2";
3693
			this->label2->Name = L"label2";
3481
			this->label2->Size = System::Drawing::Size(157, 20);
3694
			this->label2->Size = System::Drawing::Size(209, 25);
3482
			this->label2->TabIndex = 0;
3695
			this->label2->TabIndex = 0;
3483
			this->label2->Text = L"Author";
3696
			this->label2->Text = L"Author";
3484
			this->label2->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3697
			this->label2->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3485
			// 
3698
			// 
3486
			// panel3
3699
			// panel3
3487
			// 
3700
			// 
3488
			this->panel3->Controls->Add(this->TextVersion);
3701
			this->panel3->Controls->Add(this->TextVersion);
3489
			this->panel3->Controls->Add(this->label3);
3702
			this->panel3->Controls->Add(this->label3);
3490
			this->panel3->Dock = System::Windows::Forms::DockStyle::Top;
3703
			this->panel3->Dock = System::Windows::Forms::DockStyle::Top;
3491
			this->panel3->Location = System::Drawing::Point(5, 73);
3704
			this->panel3->Location = System::Drawing::Point(7, 83);
-
 
3705
			this->panel3->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3492
			this->panel3->Name = L"panel3";
3706
			this->panel3->Name = L"panel3";
3493
			this->panel3->Size = System::Drawing::Size(756, 20);
3707
			this->panel3->Size = System::Drawing::Size(1007, 25);
3494
			this->panel3->TabIndex = 4;
3708
			this->panel3->TabIndex = 4;
3495
			// 
3709
			// 
3496
			// TextVersion
3710
			// TextVersion
3497
			// 
3711
			// 
3498
			this->TextVersion->Dock = System::Windows::Forms::DockStyle::Fill;
3712
			this->TextVersion->Dock = System::Windows::Forms::DockStyle::Fill;
3499
			this->TextVersion->Location = System::Drawing::Point(157, 0);
3713
			this->TextVersion->Location = System::Drawing::Point(209, 0);
-
 
3714
			this->TextVersion->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3500
			this->TextVersion->Name = L"TextVersion";
3715
			this->TextVersion->Name = L"TextVersion";
3501
			this->TextVersion->Size = System::Drawing::Size(599, 20);
3716
			this->TextVersion->Size = System::Drawing::Size(798, 22);
3502
			this->TextVersion->TabIndex = 1;
3717
			this->TextVersion->TabIndex = 1;
3503
			this->TextVersion->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextVersion_TextChanged);
3718
			this->TextVersion->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextVersion_TextChanged);
3504
			// 
3719
			// 
3505
			// label3
3720
			// label3
3506
			// 
3721
			// 
3507
			this->label3->Dock = System::Windows::Forms::DockStyle::Left;
3722
			this->label3->Dock = System::Windows::Forms::DockStyle::Left;
3508
			this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3723
			this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3509
				static_cast<System::Byte>(0)));
3724
				static_cast<System::Byte>(0)));
3510
			this->label3->Location = System::Drawing::Point(0, 0);
3725
			this->label3->Location = System::Drawing::Point(0, 0);
-
 
3726
			this->label3->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3511
			this->label3->Name = L"label3";
3727
			this->label3->Name = L"label3";
3512
			this->label3->Size = System::Drawing::Size(157, 20);
3728
			this->label3->Size = System::Drawing::Size(209, 25);
3513
			this->label3->TabIndex = 0;
3729
			this->label3->TabIndex = 0;
3514
			this->label3->Text = L"Version";
3730
			this->label3->Text = L"Version";
3515
			this->label3->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3731
			this->label3->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3516
			// 
3732
			// 
3517
			// panel4
3733
			// panel4
3518
			// 
3734
			// 
3519
			this->panel4->Controls->Add(this->CreationDate);
3735
			this->panel4->Controls->Add(this->CreationDate);
3520
			this->panel4->Controls->Add(this->label4);
3736
			this->panel4->Controls->Add(this->label4);
3521
			this->panel4->Dock = System::Windows::Forms::DockStyle::Top;
3737
			this->panel4->Dock = System::Windows::Forms::DockStyle::Top;
3522
			this->panel4->Location = System::Drawing::Point(5, 93);
3738
			this->panel4->Location = System::Drawing::Point(7, 108);
-
 
3739
			this->panel4->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3523
			this->panel4->Name = L"panel4";
3740
			this->panel4->Name = L"panel4";
3524
			this->panel4->Size = System::Drawing::Size(756, 20);
3741
			this->panel4->Size = System::Drawing::Size(1007, 25);
3525
			this->panel4->TabIndex = 5;
3742
			this->panel4->TabIndex = 5;
3526
			// 
3743
			// 
3527
			// CreationDate
3744
			// CreationDate
3528
			// 
3745
			// 
3529
			this->CreationDate->Checked = false;
3746
			this->CreationDate->Checked = false;
3530
			this->CreationDate->Dock = System::Windows::Forms::DockStyle::Fill;
3747
			this->CreationDate->Dock = System::Windows::Forms::DockStyle::Fill;
3531
			this->CreationDate->Location = System::Drawing::Point(157, 0);
3748
			this->CreationDate->Location = System::Drawing::Point(209, 0);
-
 
3749
			this->CreationDate->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3532
			this->CreationDate->Name = L"CreationDate";
3750
			this->CreationDate->Name = L"CreationDate";
3533
			this->CreationDate->RightToLeft = System::Windows::Forms::RightToLeft::No;
3751
			this->CreationDate->RightToLeft = System::Windows::Forms::RightToLeft::No;
3534
			this->CreationDate->Size = System::Drawing::Size(599, 20);
3752
			this->CreationDate->Size = System::Drawing::Size(798, 22);
3535
			this->CreationDate->TabIndex = 2;
3753
			this->CreationDate->TabIndex = 2;
3536
			this->CreationDate->Value = System::DateTime(2009, 12, 8, 19, 52, 0, 0);
3754
			this->CreationDate->Value = System::DateTime(2009, 12, 8, 19, 52, 0, 0);
3537
			this->CreationDate->ValueChanged += gcnew System::EventHandler(this, &PackageForm::CreationDate_ValueChanged);
3755
			this->CreationDate->ValueChanged += gcnew System::EventHandler(this, &PackageForm::CreationDate_ValueChanged);
3538
			// 
3756
			// 
3539
			// label4
3757
			// label4
3540
			// 
3758
			// 
3541
			this->label4->Dock = System::Windows::Forms::DockStyle::Left;
3759
			this->label4->Dock = System::Windows::Forms::DockStyle::Left;
3542
			this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3760
			this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3543
				static_cast<System::Byte>(0)));
3761
				static_cast<System::Byte>(0)));
3544
			this->label4->Location = System::Drawing::Point(0, 0);
3762
			this->label4->Location = System::Drawing::Point(0, 0);
-
 
3763
			this->label4->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3545
			this->label4->Name = L"label4";
3764
			this->label4->Name = L"label4";
3546
			this->label4->Size = System::Drawing::Size(157, 20);
3765
			this->label4->Size = System::Drawing::Size(209, 25);
3547
			this->label4->TabIndex = 0;
3766
			this->label4->TabIndex = 0;
3548
			this->label4->Text = L"Creation Date";
3767
			this->label4->Text = L"Creation Date";
3549
			this->label4->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3768
			this->label4->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3550
			// 
3769
			// 
3551
			// label6
3770
			// label6
3552
			// 
3771
			// 
3553
			this->label6->Dock = System::Windows::Forms::DockStyle::Left;
3772
			this->label6->Dock = System::Windows::Forms::DockStyle::Left;
3554
			this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, 
3773
			this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
3555
				static_cast<System::Byte>(0)));
3774
				static_cast<System::Byte>(0)));
3556
			this->label6->Location = System::Drawing::Point(0, 0);
3775
			this->label6->Location = System::Drawing::Point(0, 0);
-
 
3776
			this->label6->Margin = System::Windows::Forms::Padding(4, 0, 4, 0);
3557
			this->label6->Name = L"label6";
3777
			this->label6->Name = L"label6";
3558
			this->label6->Size = System::Drawing::Size(157, 20);
3778
			this->label6->Size = System::Drawing::Size(209, 25);
3559
			this->label6->TabIndex = 1;
3779
			this->label6->TabIndex = 1;
3560
			this->label6->Text = L"Ship ID";
3780
			this->label6->Text = L"Ship ID";
3561
			this->label6->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3781
			this->label6->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
3562
			// 
3782
			// 
3563
			// PanelShip
3783
			// PanelShip
3564
			// 
3784
			// 
3565
			this->PanelShip->Controls->Add(this->TextShipID);
3785
			this->PanelShip->Controls->Add(this->TextShipID);
3566
			this->PanelShip->Controls->Add(this->CheckShipID);
3786
			this->PanelShip->Controls->Add(this->CheckShipID);
3567
			this->PanelShip->Controls->Add(this->label6);
3787
			this->PanelShip->Controls->Add(this->label6);
3568
			this->PanelShip->Dock = System::Windows::Forms::DockStyle::Top;
3788
			this->PanelShip->Dock = System::Windows::Forms::DockStyle::Top;
3569
			this->PanelShip->Location = System::Drawing::Point(5, 113);
3789
			this->PanelShip->Location = System::Drawing::Point(7, 133);
-
 
3790
			this->PanelShip->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3570
			this->PanelShip->Name = L"PanelShip";
3791
			this->PanelShip->Name = L"PanelShip";
3571
			this->PanelShip->Size = System::Drawing::Size(756, 20);
3792
			this->PanelShip->Size = System::Drawing::Size(1007, 25);
3572
			this->PanelShip->TabIndex = 6;
3793
			this->PanelShip->TabIndex = 6;
3573
			// 
3794
			// 
3574
			// TextShipID
3795
			// TextShipID
3575
			// 
3796
			// 
3576
			this->TextShipID->Dock = System::Windows::Forms::DockStyle::Fill;
3797
			this->TextShipID->Dock = System::Windows::Forms::DockStyle::Fill;
3577
			this->TextShipID->Location = System::Drawing::Point(286, 0);
3798
			this->TextShipID->Location = System::Drawing::Point(375, 0);
-
 
3799
			this->TextShipID->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3578
			this->TextShipID->Name = L"TextShipID";
3800
			this->TextShipID->Name = L"TextShipID";
3579
			this->TextShipID->Size = System::Drawing::Size(470, 20);
3801
			this->TextShipID->Size = System::Drawing::Size(632, 22);
3580
			this->TextShipID->TabIndex = 2;
3802
			this->TextShipID->TabIndex = 2;
3581
			this->TextShipID->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextShipID_TextChanged);
3803
			this->TextShipID->TextChanged += gcnew System::EventHandler(this, &PackageForm::TextShipID_TextChanged);
3582
			// 
3804
			// 
3583
			// toolStrip1
3805
			// toolStrip1
3584
			// 
3806
			// 
3585
			this->toolStrip1->GripStyle = System::Windows::Forms::ToolStripGripStyle::Hidden;
3807
			this->toolStrip1->GripStyle = System::Windows::Forms::ToolStripGripStyle::Hidden;
3586
			this->toolStrip1->ImageScalingSize = System::Drawing::Size(24, 24);
3808
			this->toolStrip1->ImageScalingSize = System::Drawing::Size(24, 24);
3587
			this->toolStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(8) {this->toolStripButton2, 
3809
			this->toolStrip1->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(8) {
-
 
3810
				this->toolStripButton2,
3588
				this->toolStripButton3, this->toolStripButton5, this->toolStripSeparator3, this->toolStripButton1, this->toolStripButton4, this->toolStripSeparator4, 
3811
					this->toolStripButton3, this->toolStripButton5, this->toolStripSeparator3, this->toolStripButton1, this->toolStripButton4, this->toolStripSeparator4,
3589
				this->ToolCustomise});
3812
					this->ToolCustomise
-
 
3813
			});
3590
			this->toolStrip1->Location = System::Drawing::Point(5, 5);
3814
			this->toolStrip1->Location = System::Drawing::Point(7, 6);
3591
			this->toolStrip1->Name = L"toolStrip1";
3815
			this->toolStrip1->Name = L"toolStrip1";
3592
			this->toolStrip1->Size = System::Drawing::Size(756, 31);
3816
			this->toolStrip1->Size = System::Drawing::Size(1007, 31);
3593
			this->toolStrip1->Stretch = true;
3817
			this->toolStrip1->Stretch = true;
3594
			this->toolStrip1->TabIndex = 7;
3818
			this->toolStrip1->TabIndex = 7;
3595
			this->toolStrip1->Text = L"toolStrip1";
3819
			this->toolStrip1->Text = L"toolStrip1";
3596
			// 
3820
			// 
3597
			// toolStripButton2
3821
			// toolStripButton2
3598
			// 
3822
			// 
3599
			this->toolStripButton2->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton2.Image")));
3823
			this->toolStripButton2->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton2.Image")));
3600
			this->toolStripButton2->ImageTransparentColor = System::Drawing::Color::Magenta;
3824
			this->toolStripButton2->ImageTransparentColor = System::Drawing::Color::Magenta;
3601
			this->toolStripButton2->Name = L"toolStripButton2";
3825
			this->toolStripButton2->Name = L"toolStripButton2";
3602
			this->toolStripButton2->Size = System::Drawing::Size(59, 28);
3826
			this->toolStripButton2->Size = System::Drawing::Size(68, 28);
3603
			this->toolStripButton2->Text = L"Save";
3827
			this->toolStripButton2->Text = L"Save";
3604
			this->toolStripButton2->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton2_Click);
3828
			this->toolStripButton2->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton2_Click);
3605
			// 
3829
			// 
3606
			// toolStripButton3
3830
			// toolStripButton3
3607
			// 
3831
			// 
3608
			this->toolStripButton3->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton3.Image")));
3832
			this->toolStripButton3->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton3.Image")));
3609
			this->toolStripButton3->ImageTransparentColor = System::Drawing::Color::Magenta;
3833
			this->toolStripButton3->ImageTransparentColor = System::Drawing::Color::Magenta;
3610
			this->toolStripButton3->Name = L"toolStripButton3";
3834
			this->toolStripButton3->Name = L"toolStripButton3";
3611
			this->toolStripButton3->Size = System::Drawing::Size(75, 28);
3835
			this->toolStripButton3->Size = System::Drawing::Size(88, 28);
3612
			this->toolStripButton3->Text = L"Save As";
3836
			this->toolStripButton3->Text = L"Save As";
3613
			this->toolStripButton3->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton3_Click);
3837
			this->toolStripButton3->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton3_Click);
3614
			// 
3838
			// 
3615
			// toolStripButton5
3839
			// toolStripButton5
3616
			// 
3840
			// 
3617
			this->toolStripButton5->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton5.Image")));
3841
			this->toolStripButton5->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton5.Image")));
3618
			this->toolStripButton5->ImageTransparentColor = System::Drawing::Color::Magenta;
3842
			this->toolStripButton5->ImageTransparentColor = System::Drawing::Color::Magenta;
3619
			this->toolStripButton5->Name = L"toolStripButton5";
3843
			this->toolStripButton5->Name = L"toolStripButton5";
3620
			this->toolStripButton5->Size = System::Drawing::Size(68, 28);
3844
			this->toolStripButton5->Size = System::Drawing::Size(80, 28);
3621
			this->toolStripButton5->Text = L"Export";
3845
			this->toolStripButton5->Text = L"Export";
3622
			this->toolStripButton5->ToolTipText = L"Exports the package to an archive";
3846
			this->toolStripButton5->ToolTipText = L"Exports the package to an archive";
3623
			this->toolStripButton5->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton5_Click);
3847
			this->toolStripButton5->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton5_Click);
3624
			// 
3848
			// 
3625
			// toolStripSeparator3
3849
			// toolStripSeparator3
Line 3628... Line 3852...
3628
			this->toolStripSeparator3->Size = System::Drawing::Size(6, 31);
3852
			this->toolStripSeparator3->Size = System::Drawing::Size(6, 31);
3629
			// 
3853
			// 
3630
			// toolStripButton1
3854
			// toolStripButton1
3631
			// 
3855
			// 
3632
			this->toolStripButton1->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3856
			this->toolStripButton1->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3633
			this->toolStripButton1->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton1.Image")));
3857
			this->toolStripButton1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton1.Image")));
3634
			this->toolStripButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
3858
			this->toolStripButton1->ImageTransparentColor = System::Drawing::Color::Magenta;
3635
			this->toolStripButton1->Name = L"toolStripButton1";
3859
			this->toolStripButton1->Name = L"toolStripButton1";
3636
			this->toolStripButton1->Size = System::Drawing::Size(28, 28);
3860
			this->toolStripButton1->Size = System::Drawing::Size(28, 28);
3637
			this->toolStripButton1->Text = L"Generate Script";
3861
			this->toolStripButton1->Text = L"Generate Script";
3638
			this->toolStripButton1->ToolTipText = L"Generate packager script";
3862
			this->toolStripButton1->ToolTipText = L"Generate packager script";
3639
			this->toolStripButton1->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton1_Click);
3863
			this->toolStripButton1->Click += gcnew System::EventHandler(this, &PackageForm::toolStripButton1_Click);
3640
			// 
3864
			// 
3641
			// toolStripButton4
3865
			// toolStripButton4
3642
			// 
3866
			// 
3643
			this->toolStripButton4->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3867
			this->toolStripButton4->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3644
			this->toolStripButton4->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"toolStripButton4.Image")));
3868
			this->toolStripButton4->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"toolStripButton4.Image")));
3645
			this->toolStripButton4->ImageTransparentColor = System::Drawing::Color::Magenta;
3869
			this->toolStripButton4->ImageTransparentColor = System::Drawing::Color::Magenta;
3646
			this->toolStripButton4->Name = L"toolStripButton4";
3870
			this->toolStripButton4->Name = L"toolStripButton4";
3647
			this->toolStripButton4->Size = System::Drawing::Size(28, 28);
3871
			this->toolStripButton4->Size = System::Drawing::Size(28, 28);
3648
			this->toolStripButton4->Text = L"toolStripButton4";
3872
			this->toolStripButton4->Text = L"toolStripButton4";
3649
			this->toolStripButton4->ToolTipText = L"Generate package update file to allow auto updates";
3873
			this->toolStripButton4->ToolTipText = L"Generate package update file to allow auto updates";
Line 3655... Line 3879...
3655
			this->toolStripSeparator4->Size = System::Drawing::Size(6, 31);
3879
			this->toolStripSeparator4->Size = System::Drawing::Size(6, 31);
3656
			// 
3880
			// 
3657
			// ToolCustomise
3881
			// ToolCustomise
3658
			// 
3882
			// 
3659
			this->ToolCustomise->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3883
			this->ToolCustomise->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
3660
			this->ToolCustomise->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"ToolCustomise.Image")));
3884
			this->ToolCustomise->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"ToolCustomise.Image")));
3661
			this->ToolCustomise->ImageTransparentColor = System::Drawing::Color::Magenta;
3885
			this->ToolCustomise->ImageTransparentColor = System::Drawing::Color::Magenta;
3662
			this->ToolCustomise->Name = L"ToolCustomise";
3886
			this->ToolCustomise->Name = L"ToolCustomise";
3663
			this->ToolCustomise->Size = System::Drawing::Size(28, 28);
3887
			this->ToolCustomise->Size = System::Drawing::Size(28, 28);
3664
			this->ToolCustomise->Text = L"toolStripButton5";
3888
			this->ToolCustomise->Text = L"toolStripButton5";
3665
			this->ToolCustomise->ToolTipText = L"Customise Ship, allows you to edit the ships data to adjust its stats";
3889
			this->ToolCustomise->ToolTipText = L"Customise Ship, allows you to edit the ships data to adjust its stats";
Line 3688... Line 3912...
3688
			this->toolTip2->Popup += gcnew System::Windows::Forms::PopupEventHandler(this, &PackageForm::toolTip2_Popup);
3912
			this->toolTip2->Popup += gcnew System::Windows::Forms::PopupEventHandler(this, &PackageForm::toolTip2_Popup);
3689
			// 
3913
			// 
3690
			// PackageForm
3914
			// PackageForm
3691
			// 
3915
			// 
3692
			this->AllowDrop = true;
3916
			this->AllowDrop = true;
3693
			this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
3917
			this->AutoScaleDimensions = System::Drawing::SizeF(8, 16);
3694
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
3918
			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
3695
			this->ClientSize = System::Drawing::Size(766, 710);
3919
			this->ClientSize = System::Drawing::Size(1021, 874);
3696
			this->Controls->Add(this->groupBox1);
3920
			this->Controls->Add(this->groupBox1);
3697
			this->Controls->Add(this->tabControl1);
3921
			this->Controls->Add(this->tabControl1);
3698
			this->Controls->Add(this->PanelShip);
3922
			this->Controls->Add(this->PanelShip);
3699
			this->Controls->Add(this->panel4);
3923
			this->Controls->Add(this->panel4);
3700
			this->Controls->Add(this->panel3);
3924
			this->Controls->Add(this->panel3);
3701
			this->Controls->Add(this->panel2);
3925
			this->Controls->Add(this->panel2);
3702
			this->Controls->Add(this->panel1);
3926
			this->Controls->Add(this->panel1);
3703
			this->Controls->Add(this->toolStrip1);
3927
			this->Controls->Add(this->toolStrip1);
3704
			this->Icon = (cli::safe_cast<System::Drawing::Icon^  >(resources->GetObject(L"$this.Icon")));
3928
			this->Icon = (cli::safe_cast<System::Drawing::Icon^>(resources->GetObject(L"$this.Icon")));
-
 
3929
			this->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
3705
			this->Name = L"PackageForm";
3930
			this->Name = L"PackageForm";
3706
			this->Padding = System::Windows::Forms::Padding(5);
3931
			this->Padding = System::Windows::Forms::Padding(7, 6, 7, 6);
3707
			this->ShowIcon = false;
3932
			this->ShowIcon = false;
3708
			this->ShowInTaskbar = false;
3933
			this->ShowInTaskbar = false;
3709
			this->StartPosition = System::Windows::Forms::FormStartPosition::CenterParent;
3934
			this->StartPosition = System::Windows::Forms::FormStartPosition::CenterParent;
3710
			this->Text = L"Package";
3935
			this->Text = L"Package";
3711
			this->Load += gcnew System::EventHandler(this, &PackageForm::PackageForm_Load);
3936
			this->Load += gcnew System::EventHandler(this, &PackageForm::PackageForm_Load);
3712
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange5))->EndInit();
3937
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange5))->EndInit();
3713
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange1))->EndInit();
3938
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange1))->EndInit();
3714
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec5))->EndInit();
3939
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec5))->EndInit();
3715
			this->groupBox1->ResumeLayout(false);
3940
			this->groupBox1->ResumeLayout(false);
3716
			this->ContextFiles->ResumeLayout(false);
3941
			this->ContextFiles->ResumeLayout(false);
3717
			this->panel6->ResumeLayout(false);
3942
			this->panel6->ResumeLayout(false);
3718
			this->panel5->ResumeLayout(false);
3943
			this->panel5->ResumeLayout(false);
3719
			this->tabControl1->ResumeLayout(false);
3944
			this->tabControl1->ResumeLayout(false);
Line 3745... Line 3970...
3745
			this->panel18->ResumeLayout(false);
3970
			this->panel18->ResumeLayout(false);
3746
			this->panel18->PerformLayout();
3971
			this->panel18->PerformLayout();
3747
			this->groupBox6->ResumeLayout(false);
3972
			this->groupBox6->ResumeLayout(false);
3748
			this->panel17->ResumeLayout(false);
3973
			this->panel17->ResumeLayout(false);
3749
			this->GroupChange->ResumeLayout(false);
3974
			this->GroupChange->ResumeLayout(false);
3750
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange4))->EndInit();
3975
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange4))->EndInit();
3751
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange3))->EndInit();
3976
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange3))->EndInit();
3752
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicChange2))->EndInit();
3977
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicChange2))->EndInit();
3753
			this->GroupRec->ResumeLayout(false);
3978
			this->GroupRec->ResumeLayout(false);
3754
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec4))->EndInit();
3979
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec4))->EndInit();
3755
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec3))->EndInit();
3980
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec3))->EndInit();
3756
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec2))->EndInit();
3981
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec2))->EndInit();
3757
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicRec1))->EndInit();
3982
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicRec1))->EndInit();
3758
			this->GroupEase->ResumeLayout(false);
3983
			this->GroupEase->ResumeLayout(false);
3759
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase5))->EndInit();
3984
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase5))->EndInit();
3760
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase4))->EndInit();
3985
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase4))->EndInit();
3761
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase3))->EndInit();
3986
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase3))->EndInit();
3762
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase2))->EndInit();
3987
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase2))->EndInit();
3763
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->PicEase1))->EndInit();
3988
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->PicEase1))->EndInit();
3764
			this->groupBox5->ResumeLayout(false);
3989
			this->groupBox5->ResumeLayout(false);
3765
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->DisplayIcon))->EndInit();
3990
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->DisplayIcon))->EndInit();
3766
			this->panel15->ResumeLayout(false);
3991
			this->panel15->ResumeLayout(false);
3767
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->DisplayPicture))->EndInit();
3992
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->DisplayPicture))->EndInit();
3768
			this->panel16->ResumeLayout(false);
3993
			this->panel16->ResumeLayout(false);
3769
			this->tabPage2->ResumeLayout(false);
3994
			this->tabPage2->ResumeLayout(false);
3770
			this->ContextLangName->ResumeLayout(false);
3995
			this->ContextLangName->ResumeLayout(false);
3771
			this->groupBox4->ResumeLayout(false);
3996
			this->groupBox4->ResumeLayout(false);
3772
			this->ContextMirror->ResumeLayout(false);
3997
			this->ContextMirror->ResumeLayout(false);
Line 3774... Line 3999...
3774
			this->tabPage4->ResumeLayout(false);
3999
			this->tabPage4->ResumeLayout(false);
3775
			this->ContextDep->ResumeLayout(false);
4000
			this->ContextDep->ResumeLayout(false);
3776
			this->PageWares->ResumeLayout(false);
4001
			this->PageWares->ResumeLayout(false);
3777
			this->splitContainer1->Panel1->ResumeLayout(false);
4002
			this->splitContainer1->Panel1->ResumeLayout(false);
3778
			this->splitContainer1->Panel2->ResumeLayout(false);
4003
			this->splitContainer1->Panel2->ResumeLayout(false);
-
 
4004
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->splitContainer1))->EndInit();
3779
			this->splitContainer1->ResumeLayout(false);
4005
			this->splitContainer1->ResumeLayout(false);
3780
			this->ContextWare->ResumeLayout(false);
4006
			this->ContextWare->ResumeLayout(false);
3781
			this->ContextWareText->ResumeLayout(false);
4007
			this->ContextWareText->ResumeLayout(false);
3782
			this->PageShip->ResumeLayout(false);
4008
			this->PageShip->ResumeLayout(false);
3783
			this->PageShip->PerformLayout();
4009
			this->PageShip->PerformLayout();
3784
			this->ContextShipText->ResumeLayout(false);
4010
			this->ContextShipText->ResumeLayout(false);
3785
			this->PanelTextID->ResumeLayout(false);
4011
			this->PanelTextID->ResumeLayout(false);
3786
			this->PanelTextID->PerformLayout();
4012
			this->PanelTextID->PerformLayout();
3787
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->NumTextID))->EndInit();
4013
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumTextID))->EndInit();
3788
			this->flowLayoutPanel2->ResumeLayout(false);
4014
			this->flowLayoutPanel2->ResumeLayout(false);
3789
			this->PageRaw->ResumeLayout(false);
4015
			this->PageRaw->ResumeLayout(false);
3790
			this->panel23->ResumeLayout(false);
4016
			this->panel23->ResumeLayout(false);
3791
			this->panel24->ResumeLayout(false);
4017
			this->panel24->ResumeLayout(false);
3792
			this->panel24->PerformLayout();
4018
			this->panel24->PerformLayout();
Line 4858... Line 5084...
4858
private: System::Void toolStripButton1_Click(System::Object^  sender, System::EventArgs^  e) {
5084
private: System::Void toolStripButton1_Click(System::Object^  sender, System::EventArgs^  e) {
4859
			 bool wildcard = false;
5085
			 bool wildcard = false;
4860
			 if ( MessageBox::Show(this, "Do you want to generate the script using wildcards for files?", "Generate Script - Wildcards", MessageBoxButtons::YesNo, MessageBoxIcon::Question) == System::Windows::Forms::DialogResult::Yes )
5086
			 if ( MessageBox::Show(this, "Do you want to generate the script using wildcards for files?", "Generate Script - Wildcards", MessageBoxButtons::YesNo, MessageBoxIcon::Question) == System::Windows::Forms::DialogResult::Yes )
4861
				 wildcard = true;
5087
				 wildcard = true;
4862
			 
5088
			 
4863
			CyStringList list;
5089
			Utils::CStringList list;
4864
			if ( !m_pPackage->GeneratePackagerScript(wildcard, &list) )
5090
			if ( !m_pPackage->GeneratePackagerScript(wildcard, &list, 0) )
4865
				MessageBox::Show(this, "Unable to generated packager script", "Error", MessageBoxButtons::OK, MessageBoxIcon::Error);
5091
				MessageBox::Show(this, "Unable to generated packager script", "Error", MessageBoxButtons::OK, MessageBoxIcon::Error);
4866
			else
5092
			else
4867
			{
5093
			{
4868
				SaveFileDialog ^ofd = gcnew SaveFileDialog();
5094
				SaveFileDialog ^ofd = gcnew SaveFileDialog();
4869
				ofd->Filter = "Package Script (*.sps)|*.sps";
5095
				ofd->Filter = "Package Script (*.sps)|*.sps";
Line 4871... Line 5097...
4871
				ofd->AddExtension = true;
5097
				ofd->AddExtension = true;
4872
				ofd->FilterIndex = 1;
5098
				ofd->FilterIndex = 1;
4873
				ofd->RestoreDirectory = true;
5099
				ofd->RestoreDirectory = true;
4874
				if ( ofd->ShowDialog() == System::Windows::Forms::DialogResult::OK )
5100
				if ( ofd->ShowDialog() == System::Windows::Forms::DialogResult::OK )
4875
				{
5101
				{
4876
					if ( CFileIO(CyStringFromSystemString(ofd->FileName)).WriteFile(&list) )
5102
					if ( CFileIO(_S(ofd->FileName)).writeFile(&list) )
4877
						MessageBox::Show(this, "Package script has been saved\n" + ofd->FileName, "Script Saved", MessageBoxButtons::OK, MessageBoxIcon::Information);
5103
						MessageBox::Show(this, "Package script has been saved\n" + ofd->FileName, "Script Saved", MessageBoxButtons::OK, MessageBoxIcon::Information);
4878
				}
5104
				}
4879
			}
5105
			}
4880
		}
5106
		}
4881
private: System::Void ContextShipPart_Opening(System::Object^  sender, System::ComponentModel::CancelEventArgs^  e) {
5107
private: System::Void ContextShipPart_Opening(System::Object^  sender, System::ComponentModel::CancelEventArgs^  e) {