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.GameFiles;
using CodeWalker.Properties;
using CodeWalker.Tools;
using CodeWalker.World;
using System;
using System.Collections.Generic;

View File

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

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;

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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

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
{

View File

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