| Line 17... | Line 17... | 
          
            | 17 | 	public ref class DirectoryControl : public System::Windows::Forms::Form
 | 17 | 	public ref class DirectoryControl : public System::Windows::Forms::Form
 | 
          
            | 18 | 	{
 | 18 | 	{
 | 
          
            | 19 | 	public:
 | 19 | 	public:
 | 
          
            | 20 | 		DirectoryControl(CPackages *packages, Utils::CStringList *currentDirs, Utils::CStringList *removedDirs);
 | 20 | 		DirectoryControl(CPackages *packages, Utils::CStringList *currentDirs, Utils::CStringList *removedDirs);
 | 
          
            | 21 |  
 | 21 |  
 | 
          
            | - |   | 22 | 		Utils::CStringList *directories();
 | 
          
            | - |   | 23 | 		Utils::CStringList *removeDirectories();
 | 
          
            | - |   | 24 |  
 | 
          
            | - |   | 25 | 	protected:
 | 
          
            | 22 | 		void AddFoundDir(const Utils::String &dir);
 | 26 | 		void AddFoundDir(const Utils::String &dir);
 | 
          
            | 23 | 		void FindAllAddons(const Utils::String &exe, bool checkBase);
 | 27 | 		void FindAllAddons(const Utils::String &exe, bool checkBase);
 | 
          
            | 24 | 		void getAllDirs(Utils::CStringList *currentDirs, Utils::CStringList *removedDirs);
 | 28 | 		void getAllDirs(Utils::CStringList *currentDirs, Utils::CStringList *removedDirs);
 | 
          
            | 25 | 		void UpdateGameDirs();
 | 29 | 		void UpdateGameDirs();
 | 
          
            | 26 | 		void UpdateFoundDirs();
 | 30 | 		void UpdateFoundDirs();
 | 
          
            | 27 |  
 | - |   | 
          
            | 28 | 		Utils::CStringList*directories();
 | 31 | 		void UpdateTexts();
 | 
          
            | 29 | 		Utils::CStringList *removeDirectories();
 | - |   | 
          
            | 30 |  
 | 32 |  
 | 
          
            | 31 | 	protected:
 | 33 | 	protected:
 | 
          
            | 32 | 		/// <summary>
 | 34 | 		/// <summary>
 | 
          
            | 33 | 		/// Clean up any resources being used.
 | 35 | 		/// Clean up any resources being used.
 | 
          
            | 34 | 		/// </summary>
 | 36 | 		/// </summary>
 | 
          
            | Line 346... | Line 348... | 
          
            | 346 | 			this->AutoScaleDimensions = System::Drawing::SizeF(8, 16);
 | 348 | 			this->AutoScaleDimensions = System::Drawing::SizeF(8, 16);
 | 
          
            | 347 | 			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
 | 349 | 			this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
 | 
          
            | 348 | 			this->ClientSize = System::Drawing::Size(1084, 691);
 | 350 | 			this->ClientSize = System::Drawing::Size(1084, 691);
 | 
          
            | 349 | 			this->Controls->Add(this->splitContainer1);
 | 351 | 			this->Controls->Add(this->splitContainer1);
 | 
          
            | 350 | 			this->Controls->Add(this->panel3);
 | 352 | 			this->Controls->Add(this->panel3);
 | 
          
            | - |   | 353 | 			this->Icon = (cli::safe_cast<System::Drawing::Icon^>(resources->GetObject(L"$this.Icon")));
 | 
          
            | 351 | 			this->Name = L"DirectoryControl";
 | 354 | 			this->Name = L"DirectoryControl";
 | 
          
            | 352 | 			this->Text = L"Directory Control";
 | 355 | 			this->Text = L"Directory Control";
 | 
          
            | 353 | 			this->groupBox1->ResumeLayout(false);
 | 356 | 			this->groupBox1->ResumeLayout(false);
 | 
          
            | 354 | 			this->panel1->ResumeLayout(false);
 | 357 | 			this->panel1->ResumeLayout(false);
 | 
          
            | 355 | 			this->groupBox2->ResumeLayout(false);
 | 358 | 			this->groupBox2->ResumeLayout(false);
 |