mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-13 20:14:44 +08:00
Updating forms namespaces to match folders to fix resources bug
This commit is contained in:
@@ -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,4 +1,5 @@
|
||||
using CodeWalker.Properties;
|
||||
using CodeWalker.Tools;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using CodeWalker.GameFiles;
|
||||
using CodeWalker.Project.Panels;
|
||||
using CodeWalker.Properties;
|
||||
using CodeWalker.Utils;
|
||||
using CodeWalker.World;
|
||||
using SharpDX;
|
||||
using System;
|
||||
|
||||
Generated
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class AboutForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class BinarySearchForm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class BrowseForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ExtractKeysForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ExtractRawForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ExtractScriptsForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ExtractShadersForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ExtractTexForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class ImportFbxForm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class JenkGenForm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Tools
|
||||
{
|
||||
partial class JenkIndForm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -8,6 +8,7 @@ using System.Windows.Forms;
|
||||
using CodeWalker.Properties;
|
||||
using Microsoft.Win32;
|
||||
using CodeWalker.GameFiles;
|
||||
using CodeWalker.Utils;
|
||||
|
||||
namespace CodeWalker
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Utils
|
||||
{
|
||||
partial class KeyBindForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Utils
|
||||
{
|
||||
partial class SelectFolderForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.Utils
|
||||
{
|
||||
partial class TextInputForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.World
|
||||
{
|
||||
partial class SettingsForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.World
|
||||
{
|
||||
partial class StatisticsForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
using CodeWalker.WinForms;
|
||||
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.World
|
||||
{
|
||||
partial class WorldInfoForm
|
||||
{
|
||||
|
||||
@@ -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
@@ -1,4 +1,4 @@
|
||||
namespace CodeWalker
|
||||
namespace CodeWalker.World
|
||||
{
|
||||
partial class WorldSearchForm
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -14,6 +14,7 @@ using CodeWalker.Project;
|
||||
using CodeWalker.Rendering;
|
||||
using CodeWalker.GameFiles;
|
||||
using CodeWalker.Properties;
|
||||
using CodeWalker.Tools;
|
||||
|
||||
namespace CodeWalker
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user