| Line 139... |
Line 139... |
| 139 |
this->fakePatchControlToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
139 |
this->fakePatchControlToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 140 |
this->checkFakePatchCompatabilityToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
140 |
this->checkFakePatchCompatabilityToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 141 |
this->viewFakePatchAssignmentToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
141 |
this->viewFakePatchAssignmentToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 142 |
this->toolStripSeparator4 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
142 |
this->toolStripSeparator4 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
| 143 |
this->editGlobalsToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
143 |
this->editGlobalsToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| - |
|
144 |
this->toolStripSeparator6 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
| - |
|
145 |
this->veryInstalledFilesToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 144 |
this->helpToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
146 |
this->helpToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 145 |
this->aboutToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
147 |
this->aboutToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 146 |
this->toolStripSeparator5 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
148 |
this->toolStripSeparator5 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
| 147 |
this->viewFileLogToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
149 |
this->viewFileLogToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 148 |
this->exportPackageListToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
150 |
this->exportPackageListToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
| 149 |
this->veryInstalledFilesToolStripMenuItem = (gcnew System::Windows::Forms::ToolStripMenuItem());
|
- |
|
| 150 |
this->toolStripSeparator6 = (gcnew System::Windows::Forms::ToolStripSeparator());
|
- |
|
| 151 |
this->menuStrip1->SuspendLayout();
|
151 |
this->menuStrip1->SuspendLayout();
|
| 152 |
this->SuspendLayout();
|
152 |
this->SuspendLayout();
|
| 153 |
//
|
153 |
//
|
| 154 |
// menuStrip1
|
154 |
// menuStrip1
|
| 155 |
//
|
155 |
//
|
| Line 349... |
Line 349... |
| 349 |
this->editGlobalsToolStripMenuItem->Name = L"editGlobalsToolStripMenuItem";
|
349 |
this->editGlobalsToolStripMenuItem->Name = L"editGlobalsToolStripMenuItem";
|
| 350 |
this->editGlobalsToolStripMenuItem->Size = System::Drawing::Size(245, 22);
|
350 |
this->editGlobalsToolStripMenuItem->Size = System::Drawing::Size(245, 22);
|
| 351 |
this->editGlobalsToolStripMenuItem->Text = L"Edit Game Globals";
|
351 |
this->editGlobalsToolStripMenuItem->Text = L"Edit Game Globals";
|
| 352 |
this->editGlobalsToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::editGlobalsToolStripMenuItem_Click);
|
352 |
this->editGlobalsToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::editGlobalsToolStripMenuItem_Click);
|
| 353 |
//
|
353 |
//
|
| - |
|
354 |
// toolStripSeparator6
|
| - |
|
355 |
//
|
| - |
|
356 |
this->toolStripSeparator6->Name = L"toolStripSeparator6";
|
| - |
|
357 |
this->toolStripSeparator6->Size = System::Drawing::Size(242, 6);
|
| - |
|
358 |
//
|
| - |
|
359 |
// veryInstalledFilesToolStripMenuItem
|
| - |
|
360 |
//
|
| - |
|
361 |
this->veryInstalledFilesToolStripMenuItem->Name = L"veryInstalledFilesToolStripMenuItem";
|
| - |
|
362 |
this->veryInstalledFilesToolStripMenuItem->Size = System::Drawing::Size(245, 22);
|
| - |
|
363 |
this->veryInstalledFilesToolStripMenuItem->Text = L"Verify Installed Files";
|
| - |
|
364 |
this->veryInstalledFilesToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::veryInstalledFilesToolStripMenuItem_Click);
|
| - |
|
365 |
//
|
| 354 |
// helpToolStripMenuItem
|
366 |
// helpToolStripMenuItem
|
| 355 |
//
|
367 |
//
|
| 356 |
this->helpToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->aboutToolStripMenuItem,
|
368 |
this->helpToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(4) {this->aboutToolStripMenuItem,
|
| 357 |
this->toolStripSeparator5, this->viewFileLogToolStripMenuItem, this->exportPackageListToolStripMenuItem});
|
369 |
this->toolStripSeparator5, this->viewFileLogToolStripMenuItem, this->exportPackageListToolStripMenuItem});
|
| 358 |
this->helpToolStripMenuItem->Name = L"helpToolStripMenuItem";
|
370 |
this->helpToolStripMenuItem->Name = L"helpToolStripMenuItem";
|
| Line 386... |
Line 398... |
| 386 |
this->exportPackageListToolStripMenuItem->Name = L"exportPackageListToolStripMenuItem";
|
398 |
this->exportPackageListToolStripMenuItem->Name = L"exportPackageListToolStripMenuItem";
|
| 387 |
this->exportPackageListToolStripMenuItem->Size = System::Drawing::Size(175, 22);
|
399 |
this->exportPackageListToolStripMenuItem->Size = System::Drawing::Size(175, 22);
|
| 388 |
this->exportPackageListToolStripMenuItem->Text = L"Export Package List";
|
400 |
this->exportPackageListToolStripMenuItem->Text = L"Export Package List";
|
| 389 |
this->exportPackageListToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::exportPackageListToolStripMenuItem_Click);
|
401 |
this->exportPackageListToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::exportPackageListToolStripMenuItem_Click);
|
| 390 |
//
|
402 |
//
|
| 391 |
// veryInstalledFilesToolStripMenuItem
|
- |
|
| 392 |
//
|
- |
|
| 393 |
this->veryInstalledFilesToolStripMenuItem->Name = L"veryInstalledFilesToolStripMenuItem";
|
- |
|
| 394 |
this->veryInstalledFilesToolStripMenuItem->Size = System::Drawing::Size(245, 22);
|
- |
|
| 395 |
this->veryInstalledFilesToolStripMenuItem->Text = L"Very Installed Files";
|
- |
|
| 396 |
this->veryInstalledFilesToolStripMenuItem->Click += gcnew System::EventHandler(this, &MenuBar::veryInstalledFilesToolStripMenuItem_Click);
|
- |
|
| 397 |
//
|
- |
|
| 398 |
// toolStripSeparator6
|
- |
|
| 399 |
//
|
- |
|
| 400 |
this->toolStripSeparator6->Name = L"toolStripSeparator6";
|
- |
|
| 401 |
this->toolStripSeparator6->Size = System::Drawing::Size(242, 6);
|
- |
|
| 402 |
//
|
- |
|
| 403 |
// MenuBar
|
403 |
// MenuBar
|
| 404 |
//
|
404 |
//
|
| 405 |
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
|
405 |
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
|
| 406 |
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
|
406 |
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
|
| 407 |
this->Controls->Add(this->menuStrip1);
|
407 |
this->Controls->Add(this->menuStrip1);
|