Updating forms namespaces to match folders to fix resources bug

This commit is contained in:
dexy 2020-02-25 22:26:34 +11:00
parent 83d8dabb0e
commit 126848c646
41 changed files with 42 additions and 36 deletions

View File

@ -1,6 +1,7 @@
using CodeWalker.Forms; using CodeWalker.Forms;
using CodeWalker.GameFiles; using CodeWalker.GameFiles;
using CodeWalker.Properties; using CodeWalker.Properties;
using CodeWalker.Tools;
using CodeWalker.World; using CodeWalker.World;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,4 +1,5 @@
using CodeWalker.Properties; using CodeWalker.Properties;
using CodeWalker.Tools;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;

View File

@ -1,6 +1,7 @@
using CodeWalker.GameFiles; using CodeWalker.GameFiles;
using CodeWalker.Project.Panels; using CodeWalker.Project.Panels;
using CodeWalker.Properties; using CodeWalker.Properties;
using CodeWalker.Utils;
using CodeWalker.World; using CodeWalker.World;
using SharpDX; using SharpDX;
using System; using System;

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class AboutForm partial class AboutForm
{ {

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class AboutForm : Form public partial class AboutForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class BinarySearchForm partial class BinarySearchForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class BinarySearchForm : Form public partial class BinarySearchForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class BrowseForm partial class BrowseForm
{ {

View File

@ -14,7 +14,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class BrowseForm : Form public partial class BrowseForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ExtractKeysForm partial class ExtractKeysForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ExtractKeysForm : Form public partial class ExtractKeysForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ExtractRawForm partial class ExtractRawForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ExtractRawForm : Form public partial class ExtractRawForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ExtractScriptsForm partial class ExtractScriptsForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ExtractScriptsForm : Form public partial class ExtractScriptsForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ExtractShadersForm partial class ExtractShadersForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ExtractShadersForm : Form public partial class ExtractShadersForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ExtractTexForm partial class ExtractTexForm
{ {

View File

@ -12,7 +12,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ExtractTexForm : Form public partial class ExtractTexForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class ImportFbxForm partial class ImportFbxForm
{ {

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class ImportFbxForm : Form public partial class ImportFbxForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class JenkGenForm partial class JenkGenForm
{ {

View File

@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class JenkGenForm : Form public partial class JenkGenForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Tools
{ {
partial class JenkIndForm partial class JenkIndForm
{ {

View File

@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Tools
{ {
public partial class JenkIndForm : Form public partial class JenkIndForm : Form
{ {

View File

@ -8,6 +8,7 @@ using System.Windows.Forms;
using CodeWalker.Properties; using CodeWalker.Properties;
using Microsoft.Win32; using Microsoft.Win32;
using CodeWalker.GameFiles; using CodeWalker.GameFiles;
using CodeWalker.Utils;
namespace CodeWalker namespace CodeWalker
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Utils
{ {
partial class KeyBindForm partial class KeyBindForm
{ {

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Utils
{ {
public partial class KeyBindForm : Form public partial class KeyBindForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Utils
{ {
partial class SelectFolderForm partial class SelectFolderForm
{ {

View File

@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Utils
{ {
public partial class SelectFolderForm : Form public partial class SelectFolderForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.Utils
{ {
partial class TextInputForm partial class TextInputForm
{ {

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.Utils
{ {
public partial class TextInputForm : Form public partial class TextInputForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.World
{ {
partial class SettingsForm partial class SettingsForm
{ {

View File

@ -1,4 +1,5 @@
using CodeWalker.Properties; using CodeWalker.Properties;
using CodeWalker.Utils;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
@ -9,7 +10,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.World
{ {
public partial class SettingsForm : Form public partial class SettingsForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.World
{ {
partial class StatisticsForm partial class StatisticsForm
{ {

View File

@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.World
{ {
public partial class StatisticsForm : Form public partial class StatisticsForm : Form
{ {

View File

@ -1,6 +1,6 @@
using CodeWalker.WinForms; using CodeWalker.WinForms;
namespace CodeWalker namespace CodeWalker.World
{ {
partial class WorldInfoForm partial class WorldInfoForm
{ {

View File

@ -16,7 +16,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.World
{ {
public partial class WorldInfoForm : Form public partial class WorldInfoForm : Form
{ {

View File

@ -1,4 +1,4 @@
namespace CodeWalker namespace CodeWalker.World
{ {
partial class WorldSearchForm partial class WorldSearchForm
{ {

View File

@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace CodeWalker namespace CodeWalker.World
{ {
public partial class WorldSearchForm : Form public partial class WorldSearchForm : Form
{ {

View File

@ -14,6 +14,7 @@ using CodeWalker.Project;
using CodeWalker.Rendering; using CodeWalker.Rendering;
using CodeWalker.GameFiles; using CodeWalker.GameFiles;
using CodeWalker.Properties; using CodeWalker.Properties;
using CodeWalker.Tools;
namespace CodeWalker namespace CodeWalker
{ {