Updating forms namespaces to match folders to fix resources bug

This commit is contained in:
dexy
2020-02-25 22:26:34 +11:00
Unverified
parent 83d8dabb0e
commit 126848c646
41 changed files with 42 additions and 36 deletions
+1
View File
@@ -1,6 +1,7 @@
using CodeWalker.Forms;
using CodeWalker.GameFiles;
using CodeWalker.Properties;
using CodeWalker.Tools;
using CodeWalker.World;
using System;
using System.Collections.Generic;
+1
View File
@@ -1,4 +1,5 @@
using CodeWalker.Properties;
using CodeWalker.Tools;
using System;
using System.Collections.Generic;
using System.ComponentModel;
+1
View File
@@ -1,6 +1,7 @@
using CodeWalker.GameFiles;
using CodeWalker.Project.Panels;
using CodeWalker.Properties;
using CodeWalker.Utils;
using CodeWalker.World;
using SharpDX;
using System;
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class AboutForm
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class AboutForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class BinarySearchForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class BinarySearchForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class BrowseForm
{
+1 -1
View File
@@ -14,7 +14,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class BrowseForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ExtractKeysForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ExtractKeysForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ExtractRawForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ExtractRawForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ExtractScriptsForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ExtractScriptsForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ExtractShadersForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ExtractShadersForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ExtractTexForm
{
+1 -1
View File
@@ -12,7 +12,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ExtractTexForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class ImportFbxForm
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class ImportFbxForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class JenkGenForm
{
+1 -1
View File
@@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class JenkGenForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Tools
{
partial class JenkIndForm
{
+1 -1
View File
@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Tools
{
public partial class JenkIndForm : Form
{
+1
View File
@@ -8,6 +8,7 @@ using System.Windows.Forms;
using CodeWalker.Properties;
using Microsoft.Win32;
using CodeWalker.GameFiles;
using CodeWalker.Utils;
namespace CodeWalker
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Utils
{
partial class KeyBindForm
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Utils
{
public partial class KeyBindForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Utils
{
partial class SelectFolderForm
{
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Utils
{
public partial class SelectFolderForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.Utils
{
partial class TextInputForm
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.Utils
{
public partial class TextInputForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.World
{
partial class SettingsForm
{
+2 -1
View File
@@ -1,4 +1,5 @@
using CodeWalker.Properties;
using CodeWalker.Utils;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -9,7 +10,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.World
{
public partial class SettingsForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.World
{
partial class StatisticsForm
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.World
{
public partial class StatisticsForm : Form
{
+1 -1
View File
@@ -1,6 +1,6 @@
using CodeWalker.WinForms;
namespace CodeWalker
namespace CodeWalker.World
{
partial class WorldInfoForm
{
+1 -1
View File
@@ -16,7 +16,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.World
{
public partial class WorldInfoForm : Form
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace CodeWalker
namespace CodeWalker.World
{
partial class WorldSearchForm
{
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace CodeWalker
namespace CodeWalker.World
{
public partial class WorldSearchForm : Form
{
+1
View File
@@ -14,6 +14,7 @@ using CodeWalker.Project;
using CodeWalker.Rendering;
using CodeWalker.GameFiles;
using CodeWalker.Properties;
using CodeWalker.Tools;
namespace CodeWalker
{