diff --git a/.vs/Switch_Toolbox/DesignTimeBuild/.dtbcache b/.vs/Switch_Toolbox/DesignTimeBuild/.dtbcache deleted file mode 100644 index 6780ef82..00000000 Binary files a/.vs/Switch_Toolbox/DesignTimeBuild/.dtbcache and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/.suo b/.vs/Switch_Toolbox/v15/.suo deleted file mode 100644 index 1f2ed439..00000000 Binary files a/.vs/Switch_Toolbox/v15/.suo and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/Browse.VC.db b/.vs/Switch_Toolbox/v15/Browse.VC.db deleted file mode 100644 index ebbc659c..00000000 Binary files a/.vs/Switch_Toolbox/v15/Browse.VC.db and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide deleted file mode 100644 index da29872d..00000000 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-shm b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-shm deleted file mode 100644 index 93f9b6e0..00000000 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-shm and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal b/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal deleted file mode 100644 index 8b355920..00000000 Binary files a/.vs/Switch_Toolbox/v15/Server/sqlite3/storage.ide-wal and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/ipch/AutoPCH/4edfa1a25e3b2f7c/G3D_RESANIMCURVE.ipch b/.vs/Switch_Toolbox/v15/ipch/AutoPCH/4edfa1a25e3b2f7c/G3D_RESANIMCURVE.ipch deleted file mode 100644 index c99b6ea6..00000000 Binary files a/.vs/Switch_Toolbox/v15/ipch/AutoPCH/4edfa1a25e3b2f7c/G3D_RESANIMCURVE.ipch and /dev/null differ diff --git a/.vs/Switch_Toolbox/v15/ipch/AutoPCH/81b12396c2c26f85/DECOMPRESS2.ipch b/.vs/Switch_Toolbox/v15/ipch/AutoPCH/81b12396c2c26f85/DECOMPRESS2.ipch deleted file mode 100644 index 203aac1e..00000000 Binary files a/.vs/Switch_Toolbox/v15/ipch/AutoPCH/81b12396c2c26f85/DECOMPRESS2.ipch and /dev/null differ diff --git a/BrawlboxHelper/BrawlboxHelper.csproj b/BrawlboxHelper/BrawlboxHelper.csproj index 30596977..24d71e03 100644 --- a/BrawlboxHelper/BrawlboxHelper.csproj +++ b/BrawlboxHelper/BrawlboxHelper.csproj @@ -75,14 +75,13 @@ - - {96820047-2a39-4e5a-bfa4-e84fff5c66cf} - Switch_Toolbox_Library - False - + - + + {96820047-2a39-4e5a-bfa4-e84fff5c66cf} + Toolbox_Library + \ No newline at end of file diff --git a/Switch_FileFormatsMain/Config.cs b/Switch_FileFormatsMain/Config.cs index 9491126c..f781e0b1 100644 --- a/Switch_FileFormatsMain/Config.cs +++ b/Switch_FileFormatsMain/Config.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Xml; using System.Drawing; using System.IO; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/AAMP/AAMP.cs b/Switch_FileFormatsMain/FileFormats/AAMP/AAMP.cs index b7a6c21f..fafcfc90 100644 --- a/Switch_FileFormatsMain/FileFormats/AAMP/AAMP.cs +++ b/Switch_FileFormatsMain/FileFormats/AAMP/AAMP.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; using System.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Windows.Forms; using aampv1 = AampV1Library; using aampv2 = AampV2Library; diff --git a/Switch_FileFormatsMain/FileFormats/Archives/APAK.cs b/Switch_FileFormatsMain/FileFormats/Archives/APAK.cs index 821c4f09..41386e89 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/APAK.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/APAK.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -27,7 +27,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "APAK"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/ARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/ARC.cs index 303cc821..0590099e 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/ARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/ARC.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.ReadInt64() == 0x000000000000; } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/BEA.cs b/Switch_FileFormatsMain/FileFormats/Archives/BEA.cs index d3ef3581..43f18b11 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/BEA.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/BEA.cs @@ -3,13 +3,13 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.IO; using BezelEngineArchive_Lib; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/Archives/GFA.cs b/Switch_FileFormatsMain/FileFormats/Archives/GFA.cs index 6f63ab91..714abda3 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/GFA.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/GFA.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "GFAC"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/GFPAK.cs b/Switch_FileFormatsMain/FileFormats/Archives/GFPAK.cs index 8ccdf245..9597d5be 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/GFPAK.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/GFPAK.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.IO; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -77,7 +77,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(8, "GFLXPACK"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/IGA_PAK.cs b/Switch_FileFormatsMain/FileFormats/Archives/IGA_PAK.cs index 82f49bac..e1218437 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/IGA_PAK.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/IGA_PAK.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(3, "IGA"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/LM2/LM2_DICT.cs b/Switch_FileFormatsMain/FileFormats/Archives/LM2/LM2_DICT.cs index 33c7a6cc..65ba6510 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/LM2/LM2_DICT.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/LM2/LM2_DICT.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Drawing; namespace FirstPlugin @@ -31,7 +31,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian; return reader.ReadUInt32() == 0x5824F3A9; diff --git a/Switch_FileFormatsMain/FileFormats/Archives/LZARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/LZARC.cs index 6e7baa50..eefd68ea 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/LZARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/LZARC.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return Utils.GetExtension(FileName) == ".lzarc"; } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/ME01.cs b/Switch_FileFormatsMain/FileFormats/Archives/ME01.cs index f3cf4456..3f741bed 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/ME01.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/ME01.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -29,7 +29,7 @@ namespace FirstPlugin private bool IsSA01 = false; public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { bool IsMEO1 = reader.CheckSignature(4, "ME01"); IsSA01 = reader.CheckSignature(4, "SA01"); diff --git a/Switch_FileFormatsMain/FileFormats/Archives/MKGPDX_PAC.cs b/Switch_FileFormatsMain/FileFormats/Archives/MKGPDX_PAC.cs index 43e9aabd..6af65b74 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/MKGPDX_PAC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/MKGPDX_PAC.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "pack"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/NARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/NARC.cs index 38f80a01..60076bee 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/NARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/NARC.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Windows.Forms; namespace FirstPlugin @@ -23,7 +23,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "NARC"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/NXARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/NXARC.cs index 5675925e..1b3e3726 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/NXARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/NXARC.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "RAXN"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/RARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/RARC.cs index f745c564..865e17d2 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/RARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/RARC.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "RARC"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/SARC.cs b/Switch_FileFormatsMain/FileFormats/Archives/SARC.cs index 1a0d6c8a..08a6bbae 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/SARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/SARC.cs @@ -2,12 +2,12 @@ using System.Collections.Generic; using System.IO; using System.Text; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; using SARCExt; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin.New { @@ -24,7 +24,7 @@ namespace FirstPlugin.New public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "SARC"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/SARC_OLD.cs b/Switch_FileFormatsMain/FileFormats/Archives/SARC_OLD.cs index 7cae7815..639bcad0 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/SARC_OLD.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/SARC_OLD.cs @@ -2,12 +2,12 @@ using System.Collections.Generic; using System.IO; using System.Text; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; using SARCExt; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -24,7 +24,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "SARC"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/SDF.cs b/Switch_FileFormatsMain/FileFormats/Archives/SDF.cs index 8bf5779d..1696d62b 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/SDF.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/SDF.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -29,7 +29,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "WEST"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/SP2.cs b/Switch_FileFormatsMain/FileFormats/Archives/SP2.cs index 89f40b63..7269f2c7 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/SP2.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/SP2.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -21,7 +21,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { bool IsMatch = reader.ReadUInt32() == 0xD6D1820C; reader.Position = 0; diff --git a/Switch_FileFormatsMain/FileFormats/Archives/TMPK.cs b/Switch_FileFormatsMain/FileFormats/Archives/TMPK.cs index db565813..e7042799 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/TMPK.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/TMPK.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -30,7 +30,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "TMPK"); } diff --git a/Switch_FileFormatsMain/FileFormats/Archives/U8.cs b/Switch_FileFormatsMain/FileFormats/Archives/U8.cs index 28f1d26c..a0d78519 100644 --- a/Switch_FileFormatsMain/FileFormats/Archives/U8.cs +++ b/Switch_FileFormatsMain/FileFormats/Archives/U8.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -28,7 +28,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian; return reader.ReadUInt32() == 0x55AA382D; diff --git a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BARS.cs b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BARS.cs index d5332293..14257d99 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BARS.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BARS.cs @@ -4,9 +4,9 @@ using System.IO; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using BarsLib; using VGAudio.Formats; using VGAudio; diff --git a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFGRP.cs b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFGRP.cs index bb2d6cf5..12a91695 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFGRP.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFGRP.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { @@ -20,7 +20,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FGRP"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFSAR.cs b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFSAR.cs index 6e11f97d..bef9269b 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFSAR.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/Archives/BFSAR.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -23,7 +23,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FSAR"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BARSLIST.cs b/Switch_FileFormatsMain/FileFormats/Audio/BARSLIST.cs index 11a65fde..9d48e36d 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BARSLIST.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BARSLIST.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -23,7 +23,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "ARSL"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BCSTM.cs b/Switch_FileFormatsMain/FileFormats/Audio/BCSTM.cs index c6324f99..68688053 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BCSTM.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BCSTM.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "CSTM"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BCWAV.cs b/Switch_FileFormatsMain/FileFormats/Audio/BCWAV.cs index dff5ec54..c9cef427 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BCWAV.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BCWAV.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "CWAV"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BFSTM.cs b/Switch_FileFormatsMain/FileFormats/Audio/BFSTM.cs index 617ac160..f870c231 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BFSTM.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BFSTM.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FSTM"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BFWAV.cs b/Switch_FileFormatsMain/FileFormats/Audio/BFWAV.cs index 0e7ceec6..247c7d00 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BFWAV.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BFWAV.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FWAV"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BRSTM.cs b/Switch_FileFormatsMain/FileFormats/Audio/BRSTM.cs index e72bb43b..4607f90a 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BRSTM.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BRSTM.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "RSTM"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/BRWAV.cs b/Switch_FileFormatsMain/FileFormats/Audio/BRWAV.cs index 1c4a72a9..6e5efeef 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/BRWAV.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/BRWAV.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "RWAV"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/HPS.cs b/Switch_FileFormatsMain/FileFormats/Audio/HPS.cs index d5c00873..e90b853d 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/HPS.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/HPS.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(8, " HALPST\0"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/IDSP.cs b/Switch_FileFormatsMain/FileFormats/Audio/IDSP.cs index 8da82b8c..3791c257 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/IDSP.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/IDSP.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "IDSP"); } diff --git a/Switch_FileFormatsMain/FileFormats/Audio/MP3.cs b/Switch_FileFormatsMain/FileFormats/Audio/MP3.cs index a6b2f9aa..e8af7c58 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/MP3.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/MP3.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; using CSCore; @@ -27,7 +27,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { bool IsValidSig = reader.CheckSignature(3, "ID3"); bool IsValidExt = Utils.HasExtension(FileName, ".mp3"); diff --git a/Switch_FileFormatsMain/FileFormats/Audio/Ogg.cs b/Switch_FileFormatsMain/FileFormats/Audio/Ogg.cs index 33f00bc5..be91bb02 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/Ogg.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/Ogg.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; using CSCore; @@ -27,7 +27,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { bool IsValidSig = reader.CheckSignature(4, "OggS"); bool IsValidExt = Utils.HasExtension(FileName, ".ogg"); diff --git a/Switch_FileFormatsMain/FileFormats/Audio/WAV.cs b/Switch_FileFormatsMain/FileFormats/Audio/WAV.cs index 9dc86b9e..2a190b65 100644 --- a/Switch_FileFormatsMain/FileFormats/Audio/WAV.cs +++ b/Switch_FileFormatsMain/FileFormats/Audio/WAV.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using VGAudio.Formats; using VGAudio.Containers.NintendoWare; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { bool IsValidSig = reader.CheckSignature(4, "WAVE"); //RIFF is also used in avi so just use WAVE bool IsValidExt = reader.CheckSignature(4, ".wav"); diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/BCRES.cs b/Switch_FileFormatsMain/FileFormats/BCRES/BCRES.cs index badaafba..7df9fd5b 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/BCRES.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/BCRES.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using BcresLibrary; using FirstPlugin.Forms; using GL_EditorFramework.Interfaces; @@ -26,7 +26,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "CGFX"); } diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/BCRESGroupNode.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/BCRESGroupNode.cs index 6c64b7dc..01b0bea8 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/BCRESGroupNode.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/BCRESGroupNode.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/BcresMatTexture.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/BcresMatTexture.cs index 182d8c27..d61ca4ed 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/BcresMatTexture.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/BcresMatTexture.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.NodeWrappers; using System.Windows.Forms; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CMDLWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CMDLWrapper.cs index eb1e4180..d5cc52a9 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CMDLWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CMDLWrapper.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESBoneWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESBoneWrapper.cs index a28d6c07..fc20ca12 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESBoneWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESBoneWrapper.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESSkeletonWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESSkeletonWrapper.cs index fc291350..d9ef9501 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESSkeletonWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/CRESSkeletonWrapper.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/MTOBWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/MTOBWrapper.cs index 20caaf4b..14178b8b 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/MTOBWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/MTOBWrapper.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; using BcresLibrary.Enums; using OpenTK; diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/SOBJWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/SOBJWrapper.cs index ccb749de..5dce7178 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/SOBJWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/CMDL/SOBJWrapper.cs @@ -5,8 +5,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; using BcresLibrary; using OpenTK; using BcresLibrary.Enums; diff --git a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/TXOBWrapper.cs b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/TXOBWrapper.cs index 829d3e3f..59c33a78 100644 --- a/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/TXOBWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BCRES/Wrappers/TXOBWrapper.cs @@ -5,9 +5,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BFRES.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BFRES.cs index 3925eb26..45cef923 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BFRES.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BFRES.cs @@ -5,14 +5,14 @@ using System.IO; using System.Data; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; using Bfres.Structs; using ResU = Syroot.NintenTools.Bfres; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.Animations; +using Toolbox.Library.NodeWrappers; using GL_EditorFramework.Interfaces; using FirstPlugin.Forms; using FirstPlugin.NodeWrappers; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BFRESAnimFolder.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BFRESAnimFolder.cs index dcfdc7f9..1f9fe3c0 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BFRESAnimFolder.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BFRESAnimFolder.cs @@ -1,10 +1,10 @@ using System; using System.Collections.Generic; using System.Windows.Forms; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library; using ResU = Syroot.NintenTools.Bfres; using ResNX = Syroot.NintenTools.NSW.Bfres; using FirstPlugin; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BFRESGroupNode.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BFRESGroupNode.cs index be3db545..6b986f69 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BFRESGroupNode.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BFRESGroupNode.cs @@ -1,5 +1,5 @@ -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library; using System.Collections.Generic; using System.Windows.Forms; using System.IO; @@ -7,8 +7,8 @@ using System; using FirstPlugin; using ResU = Syroot.NintenTools.Bfres; using ResNX = Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/CurveHelper.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/CurveHelper.cs index b9657e80..501073bb 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/CurveHelper.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/CurveHelper.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library; +using Toolbox.Library; using ResU = Syroot.NintenTools.Bfres; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/ResourceFile.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/ResourceFile.cs index dfafbbdd..11d7c696 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/ResourceFile.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/ResourceFile.cs @@ -5,10 +5,10 @@ using Syroot.NintenTools.NSW.Bfres; using Syroot.NintenTools.NSW.Bfres.Helpers; using OpenTK; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using FirstPlugin; namespace Bfres.Structs diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/ExternalFiles.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/ExternalFiles.cs index af39c663..f48426b8 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/ExternalFiles.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/ExternalFiles.cs @@ -1,9 +1,9 @@ using System; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Windows.Forms; using FirstPlugin; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Forms; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMAA.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMAA.cs index 0c303c6d..4d0de61c 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMAA.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMAA.cs @@ -2,12 +2,12 @@ using System.Text; using System.Collections.Generic; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using FirstPlugin; using Syroot.NintenTools.NSW.Bfres; using FirstPlugin.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs index f409f36b..1658b09d 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using Syroot.NintenTools.NSW.Bfres; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using ResU = Syroot.NintenTools.Bfres; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using ResGFX = Syroot.NintenTools.NSW.Bfres.GFX; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FMAT.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FMAT.cs index cdb91bca..fdae9359 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FMAT.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FMAT.cs @@ -4,10 +4,10 @@ using System.Linq; using System.IO; using Syroot.NintenTools.NSW.Bfres; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using ResU = Syroot.NintenTools.Bfres; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using ResGFX = Syroot.NintenTools.NSW.Bfres.GFX; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs index 3328d86d..ee21303a 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSHP.cs @@ -4,9 +4,9 @@ using System.Linq; using Syroot.NintenTools.NSW.Bfres; using Syroot.NintenTools.NSW.Bfres.Helpers; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using ResU = Syroot.NintenTools.Bfres; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using ResGFX = Syroot.NintenTools.NSW.Bfres.GFX; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSKL.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSKL.cs index d6777148..ba99e11d 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSKL.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL/FSKL.cs @@ -4,12 +4,12 @@ using System.Collections.Generic; using System.Linq; using Syroot.NintenTools.NSW.Bfres; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using ResU = Syroot.NintenTools.Bfres; using FirstPlugin; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSCN.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSCN.cs index 3e784642..37cd27f7 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSCN.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSCN.cs @@ -1,14 +1,14 @@ using System; using System.Collections.Generic; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using FirstPlugin.Forms; using FirstPlugin; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.Animations; +using Toolbox.Library.NodeWrappers; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHA.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHA.cs index b3bc1b23..97218d61 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHA.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHA.cs @@ -1,8 +1,8 @@ using System; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library; +using Toolbox.Library.Animations; +using Toolbox.Library.NodeWrappers; using FirstPlugin; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHU.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHU.cs index 2c889a1b..fbc22e37 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHU.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSHU.cs @@ -1,5 +1,5 @@ using System.Collections.Generic; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Windows.Forms; using Syroot.NintenTools.Bfres; using FirstPlugin.Forms; @@ -7,7 +7,7 @@ using FirstPlugin; using Bfres.Structs; using System; using System.Linq; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSKA.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSKA.cs index 6a2a911e..add443cf 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSKA.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FSKA.cs @@ -3,12 +3,12 @@ using System.Linq; using System.Collections.Generic; using Syroot.NintenTools.NSW.Bfres; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using ResU = Syroot.NintenTools.Bfres; using FirstPlugin; using OpenTK; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; using SELib; namespace Bfres.Structs diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTEX.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTEX.cs index 0d028b16..a22c9c07 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTEX.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTEX.cs @@ -4,13 +4,13 @@ using System.Linq; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using Syroot.NintenTools.Bfres; using Syroot.NintenTools.Bfres.GX2; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using FirstPlugin; using FirstPlugin.Forms; diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTXP.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTXP.cs index c5342a52..05412db1 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTXP.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FTXP.cs @@ -4,8 +4,8 @@ using System.Collections.Generic; using FirstPlugin; using FirstPlugin.Forms; using Syroot.NintenTools.Bfres; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library; +using Toolbox.Library.Animations; namespace Bfres.Structs { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FVIS.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FVIS.cs index 6cf6ea1f..05e00e8a 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FVIS.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FVIS.cs @@ -1,11 +1,11 @@ using System; using System.Collections.Generic; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Windows.Forms; using FirstPlugin; using Syroot.NintenTools.NSW.Bfres; using FirstPlugin.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; using ResU = Syroot.NintenTools.Bfres; namespace Bfres.Structs diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BfresSwitch.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BfresSwitch.cs index 9e607698..ebe321f3 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BfresSwitch.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BfresSwitch.cs @@ -6,14 +6,14 @@ using System.Threading.Tasks; using Syroot.NintenTools.NSW.Bfres; using Syroot.NintenTools.NSW.Bfres.Helpers; using Syroot.NintenTools.NSW.Bfres.GFX; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using OpenTK; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BfresUtilies.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BfresUtilies.cs index b9ab43ae..e92cb77a 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BfresUtilies.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BfresUtilies.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/BfresWiiU.cs b/Switch_FileFormatsMain/FileFormats/BFRES/BfresWiiU.cs index 5a461c0a..8447b380 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/BfresWiiU.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/BfresWiiU.cs @@ -8,9 +8,9 @@ using Syroot.NintenTools.Bfres.Helpers; using Syroot.NintenTools.Bfres.GX2; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Rendering; using OpenTK; using ResNSW = Syroot.NintenTools.NSW.Bfres; diff --git a/Switch_FileFormatsMain/FileFormats/BMD/BMD.cs b/Switch_FileFormatsMain/FileFormats/BMD/BMD.cs index f01f11c0..60adf299 100644 --- a/Switch_FileFormatsMain/FileFormats/BMD/BMD.cs +++ b/Switch_FileFormatsMain/FileFormats/BMD/BMD.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using SuperBMDLib; using System.Drawing; using SuperBMDLib.Rigging; @@ -31,7 +31,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.SetByteOrder(true); bool IsBMD = reader.ReadUInt32() == 0x4A334432; diff --git a/Switch_FileFormatsMain/FileFormats/BMD/BMDMaterialWrapper.cs b/Switch_FileFormatsMain/FileFormats/BMD/BMDMaterialWrapper.cs index d62e859f..76f3bc91 100644 --- a/Switch_FileFormatsMain/FileFormats/BMD/BMDMaterialWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BMD/BMDMaterialWrapper.cs @@ -4,8 +4,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using SuperBMDLib.Materials; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BMD/BMDShapeWrapper.cs b/Switch_FileFormatsMain/FileFormats/BMD/BMDShapeWrapper.cs index 4b6f7be9..81970ce3 100644 --- a/Switch_FileFormatsMain/FileFormats/BMD/BMDShapeWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BMD/BMDShapeWrapper.cs @@ -4,10 +4,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using SuperBMDLib.Geometry; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureMap.cs b/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureMap.cs index 75c438c0..0b6e70cc 100644 --- a/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureMap.cs +++ b/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureMap.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureWrapper.cs b/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureWrapper.cs index aca60b22..4852b5ad 100644 --- a/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/BMD/BMDTextureWrapper.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using SuperBMDLib; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/Bin/KartParts.cs b/Switch_FileFormatsMain/FileFormats/Bin/KartParts.cs index 0ecf4902..8e944a73 100644 --- a/Switch_FileFormatsMain/FileFormats/Bin/KartParts.cs +++ b/Switch_FileFormatsMain/FileFormats/Bin/KartParts.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Syroot.NintenTools.MarioKart8.BinData; using Syroot.NintenTools.MarioKart8; using System.IO; @@ -26,7 +26,7 @@ namespace FirstPlugin.Turbo public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "PRTS"); } diff --git a/Switch_FileFormatsMain/FileFormats/Byaml/BYAML.cs b/Switch_FileFormatsMain/FileFormats/Byaml/BYAML.cs index eb0755e2..0ab8a45e 100644 --- a/Switch_FileFormatsMain/FileFormats/Byaml/BYAML.cs +++ b/Switch_FileFormatsMain/FileFormats/Byaml/BYAML.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; using ByamlExt.Byaml; using ByamlExt; using FirstPlugin.Turbo; @@ -27,7 +27,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { //File too small to have any data if (stream.Length <= 16) diff --git a/Switch_FileFormatsMain/FileFormats/Collision/KCL.cs b/Switch_FileFormatsMain/FileFormats/Collision/KCL.cs index 9ae8ee5d..16d34a04 100644 --- a/Switch_FileFormatsMain/FileFormats/Collision/KCL.cs +++ b/Switch_FileFormatsMain/FileFormats/Collision/KCL.cs @@ -2,15 +2,15 @@ using System.Collections.Generic; using System.IO; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using GL_EditorFramework.Interfaces; using OpenTK.Graphics.OpenGL; using OpenTK; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using GL_EditorFramework.GL_Core; using System.Drawing; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using GL_EditorFramework.EditorDrawables; using FirstPlugin.Forms; using static GL_EditorFramework.EditorDrawables.EditorSceneBase; @@ -30,7 +30,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian; return reader.ReadUInt32() == 0x02020000; diff --git a/Switch_FileFormatsMain/FileFormats/Collision/KclFile.cs b/Switch_FileFormatsMain/FileFormats/Collision/KclFile.cs index 2508a6f3..12e047e8 100644 --- a/Switch_FileFormatsMain/FileFormats/Collision/KclFile.cs +++ b/Switch_FileFormatsMain/FileFormats/Collision/KclFile.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using OpenTK; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/Custom/CsvModels.cs b/Switch_FileFormatsMain/FileFormats/Custom/CsvModels.cs index ef2fa0bf..11673773 100644 --- a/Switch_FileFormatsMain/FileFormats/Custom/CsvModels.cs +++ b/Switch_FileFormatsMain/FileFormats/Custom/CsvModels.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; using System.Windows.Forms; using OpenTK; diff --git a/Switch_FileFormatsMain/FileFormats/Effects/EFCF.cs b/Switch_FileFormatsMain/FileFormats/Effects/EFCF.cs index c2140358..cdd80e98 100644 --- a/Switch_FileFormatsMain/FileFormats/Effects/EFCF.cs +++ b/Switch_FileFormatsMain/FileFormats/Effects/EFCF.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; using FirstPlugin.Forms; namespace FirstPlugin @@ -24,7 +24,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { if (reader.CheckSignature(4, "EFCF") || reader.CheckSignature(4, "EFCC")) diff --git a/Switch_FileFormatsMain/FileFormats/Effects/EFF.cs b/Switch_FileFormatsMain/FileFormats/Effects/EFF.cs index 8bded599..5c565873 100644 --- a/Switch_FileFormatsMain/FileFormats/Effects/EFF.cs +++ b/Switch_FileFormatsMain/FileFormats/Effects/EFF.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; namespace FirstPlugin { @@ -21,7 +21,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "EFFN"); } diff --git a/Switch_FileFormatsMain/FileFormats/Effects/PCTL.cs b/Switch_FileFormatsMain/FileFormats/Effects/PCTL.cs index 1e70fb0a..fda93604 100644 --- a/Switch_FileFormatsMain/FileFormats/Effects/PCTL.cs +++ b/Switch_FileFormatsMain/FileFormats/Effects/PCTL.cs @@ -4,12 +4,12 @@ using System.Linq; using System.Drawing; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using System.IO; using Syroot.BinaryData; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin @@ -27,7 +27,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { if (reader.CheckSignature(4, "VFXB") || reader.CheckSignature(4, "SPBD") || diff --git a/Switch_FileFormatsMain/FileFormats/Effects/PTCL_3DS.cs b/Switch_FileFormatsMain/FileFormats/Effects/PTCL_3DS.cs index 8c231f7a..54bb3912 100644 --- a/Switch_FileFormatsMain/FileFormats/Effects/PTCL_3DS.cs +++ b/Switch_FileFormatsMain/FileFormats/Effects/PTCL_3DS.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Drawing; using System.Text; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using System.IO; using Syroot.BinaryData; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/Effects/PTCL_WiiU.cs b/Switch_FileFormatsMain/FileFormats/Effects/PTCL_WiiU.cs index 5acd681b..b56bbb98 100644 --- a/Switch_FileFormatsMain/FileFormats/Effects/PTCL_WiiU.cs +++ b/Switch_FileFormatsMain/FileFormats/Effects/PTCL_WiiU.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Drawing; using System.Text; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using System.IO; using Syroot.BinaryData; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/Font/BFFNT.cs b/Switch_FileFormatsMain/FileFormats/Font/BFFNT.cs index 45fe3514..869a8a96 100644 --- a/Switch_FileFormatsMain/FileFormats/Font/BFFNT.cs +++ b/Switch_FileFormatsMain/FileFormats/Font/BFFNT.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.IO; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Drawing; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL.cs b/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL.cs index ee65fddc..3e946054 100644 --- a/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL.cs +++ b/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using OpenTK; namespace FirstPlugin @@ -26,7 +26,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.ByteOrder = Syroot.BinaryData.ByteOrder.BigEndian; diff --git a/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL_Wrappers.cs b/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL_Wrappers.cs index 83d2bd05..3780cb6a 100644 --- a/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL_Wrappers.cs +++ b/Switch_FileFormatsMain/FileFormats/GFBMDL/GFBMDL_Wrappers.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; using OpenTK; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/GMX/GMX.cs b/Switch_FileFormatsMain/FileFormats/GMX/GMX.cs index c25a11ae..f0355a23 100644 --- a/Switch_FileFormatsMain/FileFormats/GMX/GMX.cs +++ b/Switch_FileFormatsMain/FileFormats/GMX/GMX.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "GMX2"); } diff --git a/Switch_FileFormatsMain/FileFormats/Hashes/SAHT.cs b/Switch_FileFormatsMain/FileFormats/Hashes/SAHT.cs index f4b16b37..14f55205 100644 --- a/Switch_FileFormatsMain/FileFormats/Hashes/SAHT.cs +++ b/Switch_FileFormatsMain/FileFormats/Hashes/SAHT.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using Syroot.BinaryData; using System.IO; diff --git a/Switch_FileFormatsMain/FileFormats/Layout/BFLAN.cs b/Switch_FileFormatsMain/FileFormats/Layout/BFLAN.cs index c69c71d4..ead4a604 100644 --- a/Switch_FileFormatsMain/FileFormats/Layout/BFLAN.cs +++ b/Switch_FileFormatsMain/FileFormats/Layout/BFLAN.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { @@ -22,7 +22,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FLAN"); } diff --git a/Switch_FileFormatsMain/FileFormats/Layout/BFLYT.cs b/Switch_FileFormatsMain/FileFormats/Layout/BFLYT.cs index 33fa2971..6495e24e 100644 --- a/Switch_FileFormatsMain/FileFormats/Layout/BFLYT.cs +++ b/Switch_FileFormatsMain/FileFormats/Layout/BFLYT.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { @@ -22,7 +22,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FLYT"); } diff --git a/Switch_FileFormatsMain/FileFormats/MKAGPDX/MKAGPDX_Model.cs b/Switch_FileFormatsMain/FileFormats/MKAGPDX/MKAGPDX_Model.cs index e25d856c..24f20cab 100644 --- a/Switch_FileFormatsMain/FileFormats/MKAGPDX/MKAGPDX_Model.cs +++ b/Switch_FileFormatsMain/FileFormats/MKAGPDX/MKAGPDX_Model.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using OpenTK; using OpenTK.Graphics.OpenGL; using GL_EditorFramework.Interfaces; @@ -29,7 +29,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "BIKE"); } diff --git a/Switch_FileFormatsMain/FileFormats/Message/MSBT.cs b/Switch_FileFormatsMain/FileFormats/Message/MSBT.cs index e3805e60..7cee646f 100644 --- a/Switch_FileFormatsMain/FileFormats/Message/MSBT.cs +++ b/Switch_FileFormatsMain/FileFormats/Message/MSBT.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using FirstPlugin.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -24,7 +24,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(8, "MsgStdBn"); } diff --git a/Switch_FileFormatsMain/FileFormats/Rom/GCDisk.cs b/Switch_FileFormatsMain/FileFormats/Rom/GCDisk.cs index b4a7202b..3e9e5b9f 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/GCDisk.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/GCDisk.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using LibHac.IO; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using LibHac; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/FileFormats/Rom/IStorage.cs b/Switch_FileFormatsMain/FileFormats/Rom/IStorage.cs index 27c8453b..50c692b8 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/IStorage.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/IStorage.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using LibHac.IO; using LibHac; diff --git a/Switch_FileFormatsMain/FileFormats/Rom/NCA.cs b/Switch_FileFormatsMain/FileFormats/Rom/NCA.cs index 6c3a452e..13212518 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/NCA.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/NCA.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using LibHac; using LibHac.IO; diff --git a/Switch_FileFormatsMain/FileFormats/Rom/NSP.cs b/Switch_FileFormatsMain/FileFormats/Rom/NSP.cs index 8ec3d29f..7d7815c6 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/NSP.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/NSP.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using LibHac; using LibHac.IO; using System.Windows.Forms; diff --git a/Switch_FileFormatsMain/FileFormats/Rom/RomfsNodeWrapper.cs b/Switch_FileFormatsMain/FileFormats/Rom/RomfsNodeWrapper.cs index 4ebf6b7f..0a4b49c1 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/RomfsNodeWrapper.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/RomfsNodeWrapper.cs @@ -4,9 +4,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; using LibHac; using LibHac.IO; using System.Windows.Forms; diff --git a/Switch_FileFormatsMain/FileFormats/Rom/XCI.cs b/Switch_FileFormatsMain/FileFormats/Rom/XCI.cs index 94477c31..fdda194f 100644 --- a/Switch_FileFormatsMain/FileFormats/Rom/XCI.cs +++ b/Switch_FileFormatsMain/FileFormats/Rom/XCI.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/Shader/BFSHA.cs b/Switch_FileFormatsMain/FileFormats/Shader/BFSHA.cs index 38737129..9428007b 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/BFSHA.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/BFSHA.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; using BfshaLibrary; using System.Windows.Forms; using ResNX = Syroot.NintenTools.NSW.Bfres; @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FSHA"); } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/BNSH.cs b/Switch_FileFormatsMain/FileFormats/Shader/BNSH.cs index f9747e1f..9998bce9 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/BNSH.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/BNSH.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Diagnostics; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; using System.Windows.Forms; using FirstPlugin.Forms; @@ -24,7 +24,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "BNSH"); } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/NSWShaderDecompile.cs b/Switch_FileFormatsMain/FileFormats/Shader/NSWShaderDecompile.cs index 5b0353be..5aa1de2b 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/NSWShaderDecompile.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/NSWShaderDecompile.cs @@ -5,7 +5,7 @@ using System.IO; using System.Threading.Tasks; using System.Diagnostics; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { @@ -64,7 +64,7 @@ namespace FirstPlugin } catch (Exception ex) { - Switch_Toolbox.Library.Forms.STErrorDialog.Show("Failed to decompile shader!", "Shader Tools", ex.ToString()); + Toolbox.Library.Forms.STErrorDialog.Show("Failed to decompile shader!", "Shader Tools", ex.ToString()); return ""; } } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/NUSHDB.cs b/Switch_FileFormatsMain/FileFormats/Shader/NUSHDB.cs index 861c9fa9..0f89c1e3 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/NUSHDB.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/NUSHDB.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -23,7 +23,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "HBSS") && reader.CheckSignature(4, "RDHS", 16) ; } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/NVNSH.cs b/Switch_FileFormatsMain/FileFormats/Shader/NVNSH.cs index d7b5934e..96dcb6db 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/NVNSH.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/NVNSH.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { @@ -23,7 +23,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(5, "NVNsh"); } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/SHARC.cs b/Switch_FileFormatsMain/FileFormats/Shader/SHARC.cs index 9d52fe08..0b0afc2f 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/SHARC.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/SHARC.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using FirstPlugin.Forms; namespace FirstPlugin @@ -25,7 +25,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "AAHS"); } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/SHARCFB.cs b/Switch_FileFormatsMain/FileFormats/Shader/SHARCFB.cs index 8837a349..8ad3c5c8 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/SHARCFB.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/SHARCFB.cs @@ -5,9 +5,9 @@ using System.Text; using System.Threading.Tasks; using FirstPlugin.Forms; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -24,7 +24,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "BAHS"); } diff --git a/Switch_FileFormatsMain/FileFormats/Shader/SHARCFBNX.cs b/Switch_FileFormatsMain/FileFormats/Shader/SHARCFBNX.cs index 2a91c6ff..ed4afc84 100644 --- a/Switch_FileFormatsMain/FileFormats/Shader/SHARCFBNX.cs +++ b/Switch_FileFormatsMain/FileFormats/Shader/SHARCFBNX.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; using System.Windows.Forms; using FirstPlugin.Forms; diff --git a/Switch_FileFormatsMain/FileFormats/Texture/BCLIM.cs b/Switch_FileFormatsMain/FileFormats/Texture/BCLIM.cs index c709b0f8..c1bfa786 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/BCLIM.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/BCLIM.cs @@ -4,9 +4,9 @@ using System.IO; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.ComponentModel; using Bfres.Structs; @@ -77,7 +77,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "CLIM", reader.BaseStream.Length - 0x28); } diff --git a/Switch_FileFormatsMain/FileFormats/Texture/BFLIM.cs b/Switch_FileFormatsMain/FileFormats/Texture/BFLIM.cs index 83cb1137..87aa5c4c 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/BFLIM.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/BFLIM.cs @@ -4,9 +4,9 @@ using System.IO; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.ComponentModel; using Bfres.Structs; @@ -82,7 +82,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "FLIM", reader.BaseStream.Length - 0x28); } diff --git a/Switch_FileFormatsMain/FileFormats/Texture/BNTX.cs b/Switch_FileFormatsMain/FileFormats/Texture/BNTX.cs index e76ed5c6..bdbc6dc1 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/BNTX.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/BNTX.cs @@ -13,10 +13,10 @@ using Syroot.NintenTools.NSW.Bntx.GFX; using System.Runtime.InteropServices; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Animations; using FirstPlugin.Forms; namespace FirstPlugin @@ -40,7 +40,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "BNTX"); } diff --git a/Switch_FileFormatsMain/FileFormats/Texture/GTXFile.cs b/Switch_FileFormatsMain/FileFormats/Texture/GTXFile.cs index f1222e5f..738b0bce 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/GTXFile.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/GTXFile.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Drawing; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using System.Windows.Forms; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; using System.IO; using System.Linq; @@ -47,7 +47,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "Gfx2"); } diff --git a/Switch_FileFormatsMain/FileFormats/Texture/NUT.cs b/Switch_FileFormatsMain/FileFormats/Texture/NUT.cs index 4e7e86f3..7d81c4fd 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/NUT.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/NUT.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Drawing; using Syroot.NintenTools.Bfres.GX2; @@ -26,7 +26,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { if (reader.CheckSignature(4, "NTWU") || reader.CheckSignature(4, "NTP3") || diff --git a/Switch_FileFormatsMain/FileFormats/Texture/NUTEXB.cs b/Switch_FileFormatsMain/FileFormats/Texture/NUTEXB.cs index 30154893..c13e4137 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/NUTEXB.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/NUTEXB.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Drawing; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.ComponentModel; using Syroot.NintenTools.NSW.Bntx; using Syroot.NintenTools.NSW.Bntx.GFX; @@ -48,7 +48,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(3, "XET", reader.BaseStream.Length - 7); } diff --git a/Switch_FileFormatsMain/FileFormats/Texture/TEX3DS.cs b/Switch_FileFormatsMain/FileFormats/Texture/TEX3DS.cs index 6fe2d32c..f5528cc8 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/TEX3DS.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/TEX3DS.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/Texture/TPL.cs b/Switch_FileFormatsMain/FileFormats/Texture/TPL.cs index 9c2d686f..abb84aa5 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/TPL.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/TPL.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/Texture/XTX.cs b/Switch_FileFormatsMain/FileFormats/Texture/XTX.cs index a4c1af50..0fcedfbd 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/XTX.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/XTX.cs @@ -4,11 +4,11 @@ using System.IO; using System.Text; using System.Drawing; using System.Threading.Tasks; -using Switch_Toolbox; +using Toolbox; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/FileFormats/Turbo/Course_MapCamera_bin.cs b/Switch_FileFormatsMain/FileFormats/Turbo/Course_MapCamera_bin.cs index dbffffc8..37b89748 100644 --- a/Switch_FileFormatsMain/FileFormats/Turbo/Course_MapCamera_bin.cs +++ b/Switch_FileFormatsMain/FileFormats/Turbo/Course_MapCamera_bin.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using FirstPlugin.Forms; using OpenTK; using System.Windows.Forms; diff --git a/Switch_FileFormatsMain/FileFormats/XLINK/XLINK.cs b/Switch_FileFormatsMain/FileFormats/XLINK/XLINK.cs index 8b136fc6..9913ca09 100644 --- a/Switch_FileFormatsMain/FileFormats/XLINK/XLINK.cs +++ b/Switch_FileFormatsMain/FileFormats/XLINK/XLINK.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using System.Windows.Forms; namespace FirstPlugin @@ -22,7 +22,7 @@ namespace FirstPlugin public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "XLNK"); } diff --git a/Switch_FileFormatsMain/Switch_FileFormatsMain.csproj b/Switch_FileFormatsMain/File_Format_Library.csproj similarity index 99% rename from Switch_FileFormatsMain/Switch_FileFormatsMain.csproj rename to Switch_FileFormatsMain/File_Format_Library.csproj index 48e14c88..ff6f6d7b 100644 --- a/Switch_FileFormatsMain/Switch_FileFormatsMain.csproj +++ b/Switch_FileFormatsMain/File_Format_Library.csproj @@ -1250,9 +1250,9 @@ BrawlboxHelper False - + {96820047-2a39-4e5a-bfa4-e84fff5c66cf} - Switch_Toolbox_Library + Toolbox_Library False diff --git a/Switch_FileFormatsMain/GIF/GifToTexturePatternAnimation.cs b/Switch_FileFormatsMain/GIF/GifToTexturePatternAnimation.cs index 6aad4d37..65dfffe5 100644 --- a/Switch_FileFormatsMain/GIF/GifToTexturePatternAnimation.cs +++ b/Switch_FileFormatsMain/GIF/GifToTexturePatternAnimation.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; using System.Drawing; using System.Drawing.Imaging; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library; +using Toolbox.Library.Animations; +using Toolbox.Library; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; diff --git a/Switch_FileFormatsMain/GL/BCRES_Render.cs b/Switch_FileFormatsMain/GL/BCRES_Render.cs index 72ef77e9..71fb3d61 100644 --- a/Switch_FileFormatsMain/GL/BCRES_Render.cs +++ b/Switch_FileFormatsMain/GL/BCRES_Render.cs @@ -5,9 +5,9 @@ using System.Text; using System.Threading.Tasks; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Rendering; using OpenTK; using OpenTK.Graphics.OpenGL; using BcresLibrary; diff --git a/Switch_FileFormatsMain/GL/BFRES_Render.cs b/Switch_FileFormatsMain/GL/BFRES_Render.cs index 68a1c9f3..a039fa30 100644 --- a/Switch_FileFormatsMain/GL/BFRES_Render.cs +++ b/Switch_FileFormatsMain/GL/BFRES_Render.cs @@ -9,10 +9,10 @@ using OpenTK.Graphics.OpenGL; using System.Windows.Forms; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using ResU = Syroot.NintenTools.Bfres; using Bfres.Structs; using SF = SFGraphics.GLObjects.Shaders; diff --git a/Switch_FileFormatsMain/GL/BMD_Renderer.cs b/Switch_FileFormatsMain/GL/BMD_Renderer.cs index 8ee5f23a..caf46e31 100644 --- a/Switch_FileFormatsMain/GL/BMD_Renderer.cs +++ b/Switch_FileFormatsMain/GL/BMD_Renderer.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; using OpenTK; diff --git a/Switch_FileFormatsMain/GL/GFBMDL_Render.cs b/Switch_FileFormatsMain/GL/GFBMDL_Render.cs index e87538be..776214d0 100644 --- a/Switch_FileFormatsMain/GL/GFBMDL_Render.cs +++ b/Switch_FileFormatsMain/GL/GFBMDL_Render.cs @@ -5,9 +5,9 @@ using System.Text; using System.Threading.Tasks; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Rendering; using OpenTK; using OpenTK.Graphics.OpenGL; diff --git a/Switch_FileFormatsMain/GL/GMX_Renderer.cs b/Switch_FileFormatsMain/GL/GMX_Renderer.cs index c58d8425..ae70a864 100644 --- a/Switch_FileFormatsMain/GL/GMX_Renderer.cs +++ b/Switch_FileFormatsMain/GL/GMX_Renderer.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; using OpenTK; diff --git a/Switch_FileFormatsMain/GUI/AAMP/AampEditor.Designer.cs b/Switch_FileFormatsMain/GUI/AAMP/AampEditor.Designer.cs index be28c346..cd44269c 100644 --- a/Switch_FileFormatsMain/GUI/AAMP/AampEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/AAMP/AampEditor.Designer.cs @@ -33,17 +33,17 @@ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.addItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -197,7 +197,7 @@ #endregion public System.Windows.Forms.TreeView treeView1; - public Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + public Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; @@ -205,11 +205,11 @@ private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPanel stPanel1; private System.Windows.Forms.ToolStripMenuItem addItemToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; + private Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/AAMP/AampEditor.cs b/Switch_FileFormatsMain/GUI/AAMP/AampEditor.cs index 5b87492a..0e6a7ed9 100644 --- a/Switch_FileFormatsMain/GUI/AAMP/AampEditor.cs +++ b/Switch_FileFormatsMain/GUI/AAMP/AampEditor.cs @@ -11,8 +11,8 @@ using System.Threading.Tasks; using System.Windows.Forms; using Syroot.BinaryData; using EditorCore; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using ByamlExt; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/AAMP/AampV1Editor.cs b/Switch_FileFormatsMain/GUI/AAMP/AampV1Editor.cs index 4e5c745e..dab29fb0 100644 --- a/Switch_FileFormatsMain/GUI/AAMP/AampV1Editor.cs +++ b/Switch_FileFormatsMain/GUI/AAMP/AampV1Editor.cs @@ -9,8 +9,8 @@ using System.Threading.Tasks; using System.Windows.Forms; using AampV1Library; using Syroot.Maths; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/AAMP/AampV2Editor.cs b/Switch_FileFormatsMain/GUI/AAMP/AampV2Editor.cs index edf03e37..52939833 100644 --- a/Switch_FileFormatsMain/GUI/AAMP/AampV2Editor.cs +++ b/Switch_FileFormatsMain/GUI/AAMP/AampV2Editor.cs @@ -9,8 +9,8 @@ using System.Threading.Tasks; using System.Windows.Forms; using AampV2Library; using Syroot.Maths; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.Designer.cs index 09597e6a..9b579382 100644 --- a/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -62,6 +62,6 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPanel stPanel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.cs b/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.cs index 45f67b85..3fee17e3 100644 --- a/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.cs +++ b/Switch_FileFormatsMain/GUI/Advanced Editor/PreviewEditor.cs @@ -7,10 +7,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using GL_EditorFramework.Interfaces; using GL_EditorFramework.GL_Core; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.Designer.cs b/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.Designer.cs index 7f216426..ce646cbf 100644 --- a/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.textureListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.textureListView = new Toolbox.Library.Forms.ListViewCustom(); this.textureContextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -84,7 +84,7 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom textureListView; + private Toolbox.Library.Forms.ListViewCustom textureListView; private System.Windows.Forms.ContextMenuStrip textureContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem; diff --git a/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.cs b/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.cs index 15d4ac11..3b79131d 100644 --- a/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.cs +++ b/Switch_FileFormatsMain/GUI/Advanced Editor/TextureViewer.cs @@ -7,9 +7,9 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; using FirstPlugin.Forms; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/GUI/AttributeEditor.Designer.cs b/Switch_FileFormatsMain/GUI/AttributeEditor.Designer.cs index 1174691a..b811b65c 100644 --- a/Switch_FileFormatsMain/GUI/AttributeEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/AttributeEditor.Designer.cs @@ -35,10 +35,10 @@ this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); - this.formatCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.formatCB = new Toolbox.Library.Forms.STComboBox(); this.panel2 = new System.Windows.Forms.Panel(); this.hintLabel = new System.Windows.Forms.Label(); - this.attributeCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.attributeCB = new Toolbox.Library.Forms.STComboBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); @@ -116,7 +116,7 @@ // // formatCB // - this.formatCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.formatCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.formatCB.FormattingEnabled = true; this.formatCB.Location = new System.Drawing.Point(374, 59); this.formatCB.Name = "formatCB"; @@ -153,7 +153,7 @@ // // attributeCB // - this.attributeCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.attributeCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.attributeCB.FormattingEnabled = true; this.attributeCB.Location = new System.Drawing.Point(374, 21); this.attributeCB.Name = "attributeCB"; @@ -212,11 +212,11 @@ private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; - private Switch_Toolbox.Library.Forms.STComboBox formatCB; + private Toolbox.Library.Forms.STComboBox formatCB; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.Label label3; - private Switch_Toolbox.Library.Forms.STComboBox attributeCB; + private Toolbox.Library.Forms.STComboBox attributeCB; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label hintLabel; private System.Windows.Forms.Button button3; diff --git a/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.Designer.cs index a096c9d2..8929db60 100644 --- a/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stToolStrip1 = new Switch_Toolbox.Library.Forms.STToolStrip(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip(); this.toggleViewportToolStripBtn = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); this.splitter1 = new System.Windows.Forms.Splitter(); this.stPanel2.SuspendLayout(); this.stToolStrip1.SuspendLayout(); @@ -126,10 +126,10 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPanel stPanel3; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STToolStrip stToolStrip1; + private Toolbox.Library.Forms.STToolStrip stToolStrip1; private System.Windows.Forms.ToolStripButton toggleViewportToolStripBtn; } } diff --git a/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.cs b/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.cs index fdec1a1c..4369e9e8 100644 --- a/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.cs +++ b/Switch_FileFormatsMain/GUI/BCRES/BcresEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; diff --git a/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.Designer.cs b/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.Designer.cs index 30e8b432..e229eb54 100644 --- a/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.Designer.cs @@ -30,17 +30,17 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SamplerEditorSimple)); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.textureBP = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stTextBox2 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.samplerCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.textureBP = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stTextBox2 = new Toolbox.Library.Forms.STTextBox(); + this.samplerCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.displayVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); @@ -223,17 +223,17 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer2; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.PictureBoxCustom textureBP; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox2; - private Switch_Toolbox.Library.Forms.STComboBox samplerCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.PictureBoxCustom textureBP; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox stTextBox2; + private Toolbox.Library.Forms.STComboBox samplerCB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem displayVerticalToolStripMenuItem; } diff --git a/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.cs b/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.cs index 86addcd1..e8ee0b01 100644 --- a/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.cs +++ b/Switch_FileFormatsMain/GUI/BCRES/Material/SamplerEditorSimple.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using BcresLibrary; namespace FirstPlugin.Forms @@ -38,7 +38,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = ((TXOBWrapper)bcresGrp.ResourceNodes[texture.Name]).GetBitmap(); })); Thread.Start(); diff --git a/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.Designer.cs index fa30dc9a..1221c41b 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.Designer.cs @@ -28,18 +28,18 @@ /// private void InitializeComponent() { - this.stListView1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton3 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton4 = new Switch_Toolbox.Library.Forms.STButton(); - this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat4 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stListView1 = new Toolbox.Library.Forms.ListViewCustom(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.stButton3 = new Toolbox.Library.Forms.STButton(); + this.stButton4 = new Toolbox.Library.Forms.STButton(); + this.numericUpDownFloat1 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat2 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat3 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat4 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).BeginInit(); @@ -275,18 +275,18 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom stListView1; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.STButton stButton3; - private Switch_Toolbox.Library.Forms.STButton stButton4; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.ListViewCustom stListView1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STButton stButton3; + private Toolbox.Library.Forms.STButton stButton4; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; + private Toolbox.Library.Forms.STLabel stLabel1; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.cs b/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.cs index b71a2322..6f06d769 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/AnimKeyViewer.cs @@ -7,9 +7,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.Designer.cs index d4192e48..6b38867b 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.boneListCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.scaleXUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.scaleYUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.scaleZUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.scaleCompChk = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.boneListCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.scaleXUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.scaleYUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.scaleZUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.scaleCompChk = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scaleXUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.scaleYUD)).BeginInit(); @@ -192,15 +192,15 @@ } #endregion - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown scaleYUD; - private Switch_Toolbox.Library.Forms.STNumbericUpDown scaleXUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox boneListCB; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown scaleZUD; - private Switch_Toolbox.Library.Forms.STCheckBox scaleCompChk; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STNumbericUpDown scaleYUD; + private Toolbox.Library.Forms.STNumbericUpDown scaleXUD; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox boneListCB; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STNumbericUpDown scaleZUD; + private Toolbox.Library.Forms.STCheckBox scaleCompChk; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.cs b/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.cs index 0a4c2219..e3e3aa3e 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BatchEditBaseAnimDataForm.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.Designer.cs index 22756819..30ef8933 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.Designer.cs @@ -28,18 +28,18 @@ /// private void InitializeComponent() { - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stToolStrip1 = new Switch_Toolbox.Library.Forms.STToolStrip(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip(); this.toggleViewportToolStripBtn = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stTabControl2 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stTabControl2 = new Toolbox.Library.Forms.STTabControl(); this.timelineTabPage = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.textureLoader1 = new Forms.TextureLoader(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); this.stPanel2.SuspendLayout(); this.stToolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); @@ -200,16 +200,16 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPanel stPanel3; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STTabControl stTabControl2; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STTabControl stTabControl2; private System.Windows.Forms.TabPage timelineTabPage; private System.Windows.Forms.TabPage tabPage5; private Forms.TextureLoader textureLoader1; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; - private Switch_Toolbox.Library.Forms.STToolStrip stToolStrip1; + private Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.STToolStrip stToolStrip1; private System.Windows.Forms.ToolStripButton toggleViewportToolStripBtn; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.cs index e3c4af1c..cf06bac3 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BfresEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; diff --git a/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.Designer.cs index 4b5b6f63..2f17baf4 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.Designer.cs @@ -28,78 +28,78 @@ /// private void InitializeComponent() { - this.panel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatPositions = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatNormals = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatUvs = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatVertexColors = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel5 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label9 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatTangents = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label10 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel6 = new Switch_Toolbox.Library.Forms.STPanel(); - this.label11 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatBitans = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label12 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel7 = new Switch_Toolbox.Library.Forms.STPanel(); - this.comboBoxFormatIndices = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label15 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label13 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBoxFormatWeights = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label14 = new Switch_Toolbox.Library.Forms.STLabel(); - this.chkBoxFlipUvsY = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxImportBones = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.panel8 = new Switch_Toolbox.Library.Forms.STPanel(); - this.chkResetColorParams = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkPlaceHolderTextures = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxImportMat = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkResetUVParams = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxRotNegative90Y = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.textBoxMaterialPath = new Switch_Toolbox.Library.Forms.STTextBox(); - this.chkBoxEnableWeightIndices = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnableBitans = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnableTans = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnableVertColors = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnableUVs = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnableNormals = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnablePositions = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxRecalcNormals = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.panel1 = new Toolbox.Library.Forms.STPanel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatPositions = new Toolbox.Library.Forms.STComboBox(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.panel2 = new Toolbox.Library.Forms.STPanel(); + this.label3 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatNormals = new Toolbox.Library.Forms.STComboBox(); + this.label4 = new Toolbox.Library.Forms.STLabel(); + this.panel3 = new Toolbox.Library.Forms.STPanel(); + this.label5 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatUvs = new Toolbox.Library.Forms.STComboBox(); + this.label6 = new Toolbox.Library.Forms.STLabel(); + this.panel4 = new Toolbox.Library.Forms.STPanel(); + this.label7 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatVertexColors = new Toolbox.Library.Forms.STComboBox(); + this.label8 = new Toolbox.Library.Forms.STLabel(); + this.panel5 = new Toolbox.Library.Forms.STPanel(); + this.label9 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatTangents = new Toolbox.Library.Forms.STComboBox(); + this.label10 = new Toolbox.Library.Forms.STLabel(); + this.panel6 = new Toolbox.Library.Forms.STPanel(); + this.label11 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatBitans = new Toolbox.Library.Forms.STComboBox(); + this.label12 = new Toolbox.Library.Forms.STLabel(); + this.panel7 = new Toolbox.Library.Forms.STPanel(); + this.comboBoxFormatIndices = new Toolbox.Library.Forms.STComboBox(); + this.label15 = new Toolbox.Library.Forms.STLabel(); + this.label13 = new Toolbox.Library.Forms.STLabel(); + this.comboBoxFormatWeights = new Toolbox.Library.Forms.STComboBox(); + this.label14 = new Toolbox.Library.Forms.STLabel(); + this.chkBoxFlipUvsY = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxImportBones = new Toolbox.Library.Forms.STCheckBox(); + this.panel8 = new Toolbox.Library.Forms.STPanel(); + this.chkResetColorParams = new Toolbox.Library.Forms.STCheckBox(); + this.chkPlaceHolderTextures = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxImportMat = new Toolbox.Library.Forms.STCheckBox(); + this.chkResetUVParams = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxRotNegative90Y = new Toolbox.Library.Forms.STCheckBox(); + this.textBoxMaterialPath = new Toolbox.Library.Forms.STTextBox(); + this.chkBoxEnableWeightIndices = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnableBitans = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnableTans = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnableVertColors = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnableUVs = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnableNormals = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnablePositions = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxRecalcNormals = new Toolbox.Library.Forms.STCheckBox(); this.button1 = new System.Windows.Forms.Button(); - this.chkBoxTransformMatrix = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxRot90Y = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkBoxTransformMatrix = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxRot90Y = new Toolbox.Library.Forms.STCheckBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.checkBox9 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.panel9 = new Switch_Toolbox.Library.Forms.STPanel(); - this.comboBoxFormatFaces = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label18 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label17 = new Switch_Toolbox.Library.Forms.STLabel(); - this.tabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.checkBox9 = new Toolbox.Library.Forms.STCheckBox(); + this.panel9 = new Toolbox.Library.Forms.STPanel(); + this.comboBoxFormatFaces = new Toolbox.Library.Forms.STComboBox(); + this.label18 = new Toolbox.Library.Forms.STLabel(); + this.label17 = new Toolbox.Library.Forms.STLabel(); + this.tabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPageAdvanced = new System.Windows.Forms.TabPage(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.assimpMeshListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.assimpMeshListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.originalMeshListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.originalMeshListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.objectNameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.chkOriginalAttributesFormats = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stCheckBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkMapOriginalMaterials = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.ogSkinCountChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.objectNameTB = new Toolbox.Library.Forms.STTextBox(); + this.chkOriginalAttributesFormats = new Toolbox.Library.Forms.STCheckBox(); + this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox(); + this.chkMapOriginalMaterials = new Toolbox.Library.Forms.STCheckBox(); + this.ogSkinCountChkBox = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -952,77 +952,77 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel panel1; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatPositions; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STPanel panel2; - private Switch_Toolbox.Library.Forms.STLabel label3; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatNormals; - private Switch_Toolbox.Library.Forms.STLabel label4; - private Switch_Toolbox.Library.Forms.STPanel panel3; - private Switch_Toolbox.Library.Forms.STLabel label5; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatUvs; - private Switch_Toolbox.Library.Forms.STLabel label6; - private Switch_Toolbox.Library.Forms.STPanel panel4; - private Switch_Toolbox.Library.Forms.STLabel label7; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatVertexColors; - private Switch_Toolbox.Library.Forms.STLabel label8; - private Switch_Toolbox.Library.Forms.STPanel panel5; - private Switch_Toolbox.Library.Forms.STLabel label9; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatTangents; - private Switch_Toolbox.Library.Forms.STLabel label10; - private Switch_Toolbox.Library.Forms.STPanel panel6; - private Switch_Toolbox.Library.Forms.STLabel label11; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatBitans; - private Switch_Toolbox.Library.Forms.STLabel label12; - private Switch_Toolbox.Library.Forms.STPanel panel7; - private Switch_Toolbox.Library.Forms.STLabel label13; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatWeights; - private Switch_Toolbox.Library.Forms.STLabel label14; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatIndices; - private Switch_Toolbox.Library.Forms.STLabel label15; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxFlipUvsY; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxImportBones; - private Switch_Toolbox.Library.Forms.STPanel panel8; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxTransformMatrix; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRot90Y; + private Toolbox.Library.Forms.STPanel panel1; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STComboBox comboBoxFormatPositions; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STPanel panel2; + private Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STComboBox comboBoxFormatNormals; + private Toolbox.Library.Forms.STLabel label4; + private Toolbox.Library.Forms.STPanel panel3; + private Toolbox.Library.Forms.STLabel label5; + private Toolbox.Library.Forms.STComboBox comboBoxFormatUvs; + private Toolbox.Library.Forms.STLabel label6; + private Toolbox.Library.Forms.STPanel panel4; + private Toolbox.Library.Forms.STLabel label7; + private Toolbox.Library.Forms.STComboBox comboBoxFormatVertexColors; + private Toolbox.Library.Forms.STLabel label8; + private Toolbox.Library.Forms.STPanel panel5; + private Toolbox.Library.Forms.STLabel label9; + private Toolbox.Library.Forms.STComboBox comboBoxFormatTangents; + private Toolbox.Library.Forms.STLabel label10; + private Toolbox.Library.Forms.STPanel panel6; + private Toolbox.Library.Forms.STLabel label11; + private Toolbox.Library.Forms.STComboBox comboBoxFormatBitans; + private Toolbox.Library.Forms.STLabel label12; + private Toolbox.Library.Forms.STPanel panel7; + private Toolbox.Library.Forms.STLabel label13; + private Toolbox.Library.Forms.STComboBox comboBoxFormatWeights; + private Toolbox.Library.Forms.STLabel label14; + private Toolbox.Library.Forms.STComboBox comboBoxFormatIndices; + private Toolbox.Library.Forms.STLabel label15; + private Toolbox.Library.Forms.STCheckBox chkBoxFlipUvsY; + private Toolbox.Library.Forms.STCheckBox chkBoxImportBones; + private Toolbox.Library.Forms.STPanel panel8; + private Toolbox.Library.Forms.STCheckBox chkBoxTransformMatrix; + private Toolbox.Library.Forms.STCheckBox chkBoxRot90Y; private System.Windows.Forms.PictureBox pictureBox1; - private Switch_Toolbox.Library.Forms.STCheckBox checkBox9; - private Switch_Toolbox.Library.Forms.STPanel panel9; - private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatFaces; - private Switch_Toolbox.Library.Forms.STLabel label18; - private Switch_Toolbox.Library.Forms.STLabel label17; + private Toolbox.Library.Forms.STCheckBox checkBox9; + private Toolbox.Library.Forms.STPanel panel9; + private Toolbox.Library.Forms.STComboBox comboBoxFormatFaces; + private Toolbox.Library.Forms.STLabel label18; + private Toolbox.Library.Forms.STLabel label17; private System.Windows.Forms.Button button1; - private Switch_Toolbox.Library.Forms.STTabControl tabControl1; + private Toolbox.Library.Forms.STTabControl tabControl1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPageAdvanced; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRecalcNormals; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableWeightIndices; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableBitans; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableTans; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableVertColors; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableUVs; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableNormals; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnablePositions; - private Switch_Toolbox.Library.Forms.STTextBox textBoxMaterialPath; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRotNegative90Y; - private Switch_Toolbox.Library.Forms.STCheckBox chkResetUVParams; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxImportMat; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STCheckBox chkPlaceHolderTextures; - private Switch_Toolbox.Library.Forms.STCheckBox chkResetColorParams; + private Toolbox.Library.Forms.STCheckBox chkBoxRecalcNormals; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableWeightIndices; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableBitans; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableTans; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableVertColors; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableUVs; + private Toolbox.Library.Forms.STCheckBox chkBoxEnableNormals; + private Toolbox.Library.Forms.STCheckBox chkBoxEnablePositions; + private Toolbox.Library.Forms.STTextBox textBoxMaterialPath; + private Toolbox.Library.Forms.STCheckBox chkBoxRotNegative90Y; + private Toolbox.Library.Forms.STCheckBox chkResetUVParams; + private Toolbox.Library.Forms.STCheckBox chkBoxImportMat; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STCheckBox chkPlaceHolderTextures; + private Toolbox.Library.Forms.STCheckBox chkResetColorParams; private System.Windows.Forms.TabPage tabPage1; - private Switch_Toolbox.Library.Forms.STCheckBox chkMapOriginalMaterials; - private Switch_Toolbox.Library.Forms.STCheckBox ogSkinCountChkBox; - private Switch_Toolbox.Library.Forms.STCheckBox chkOriginalAttributesFormats; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STTextBox objectNameTB; + private Toolbox.Library.Forms.STCheckBox chkMapOriginalMaterials; + private Toolbox.Library.Forms.STCheckBox ogSkinCountChkBox; + private Toolbox.Library.Forms.STCheckBox chkOriginalAttributesFormats; + private Toolbox.Library.Forms.STCheckBox stCheckBox1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox objectNameTB; private System.Windows.Forms.ColumnHeader columnHeader2; - private Switch_Toolbox.Library.Forms.ListViewCustom originalMeshListView; + private Toolbox.Library.Forms.ListViewCustom originalMeshListView; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.ListViewCustom assimpMeshListView; + private Toolbox.Library.Forms.ListViewCustom assimpMeshListView; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.cs b/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.cs index 05c63522..4788ca25 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BfresModelImportSettings.cs @@ -2,9 +2,9 @@ using System.Collections.Generic; using System.Windows.Forms; using Syroot.NintenTools.NSW.Bfres.GFX; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using Bfres.Structs; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.Designer.cs index 1d912385..b1bc5d17 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.Designer.cs @@ -29,35 +29,35 @@ private void InitializeComponent() { this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); this.splitter2 = new System.Windows.Forms.Splitter(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.frameCountLbl = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnInsert = new Switch_Toolbox.Library.Forms.STButton(); - this.currentFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat11 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat4 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat7 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat5 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat6 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat8 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat9 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.listViewCustom2 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.frameCountLbl = new Toolbox.Library.Forms.STLabel(); + this.btnInsert = new Toolbox.Library.Forms.STButton(); + this.currentFrameUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel8 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat11 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat3 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel7 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat2 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat4 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel6 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat7 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat5 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat6 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat1 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat8 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat9 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.listViewCustom2 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -631,36 +631,36 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel7; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat11; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnInsert; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat7; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat8; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat9; - private Switch_Toolbox.Library.Forms.STLabel frameCountLbl; - private Switch_Toolbox.Library.Forms.NumericUpDownUint currentFrameUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel8; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat5; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat6; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; - private Switch_Toolbox.Library.Forms.STLabel stLabel6; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel7; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat11; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnInsert; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat7; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat8; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat9; + private Toolbox.Library.Forms.STLabel frameCountLbl; + private Toolbox.Library.Forms.NumericUpDownUint currentFrameUD; + private Toolbox.Library.Forms.STLabel stLabel8; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat5; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat6; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; + private Toolbox.Library.Forms.STLabel stLabel6; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; private System.Windows.Forms.Splitter splitter2; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom2; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.ListViewCustom listViewCustom2; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.cs index 6f6f9593..2651eb0c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneAnimEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using BrightIdeasSoftware; using OpenTK; diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.Designer.cs index 2dbaf3fa..62cb8502 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.Designer.cs @@ -29,8 +29,8 @@ private void InitializeComponent() { this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); this.objectListView1 = new BrightIdeasSoftware.ObjectListView(); this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); @@ -43,34 +43,34 @@ this.olvColumn9 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn10 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn11 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.splitter2 = new System.Windows.Forms.Splitter(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.frameCountLbl = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnInsert = new Switch_Toolbox.Library.Forms.STButton(); - this.currentFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat11 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat4 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat7 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat5 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat6 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat8 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.numericUpDownFloat9 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.frameCountLbl = new Toolbox.Library.Forms.STLabel(); + this.btnInsert = new Toolbox.Library.Forms.STButton(); + this.currentFrameUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel8 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat11 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat3 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel7 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat2 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat4 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel6 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat7 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat5 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat6 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat1 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat8 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.numericUpDownFloat9 = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.stPanel2.SuspendLayout(); this.stPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit(); @@ -667,36 +667,36 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel7; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat11; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnInsert; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat7; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat8; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat9; - private Switch_Toolbox.Library.Forms.STLabel frameCountLbl; - private Switch_Toolbox.Library.Forms.NumericUpDownUint currentFrameUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel8; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat5; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat6; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; - private Switch_Toolbox.Library.Forms.STLabel stLabel6; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel7; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat11; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnInsert; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat7; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat8; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat9; + private Toolbox.Library.Forms.STLabel frameCountLbl; + private Toolbox.Library.Forms.NumericUpDownUint currentFrameUD; + private Toolbox.Library.Forms.STLabel stLabel8; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat5; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat6; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2; + private Toolbox.Library.Forms.STLabel stLabel6; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; private System.Windows.Forms.Splitter splitter2; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private BrightIdeasSoftware.ObjectListView objectListView1; private BrightIdeasSoftware.OLVColumn olvColumn1; private BrightIdeasSoftware.OLVColumn olvColumn2; @@ -709,6 +709,6 @@ private BrightIdeasSoftware.OLVColumn olvColumn9; private BrightIdeasSoftware.OLVColumn olvColumn10; private BrightIdeasSoftware.OLVColumn olvColumn11; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.cs index a215d4c3..7e0e44f0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using BrightIdeasSoftware; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.Designer.cs index fb68cd17..0eae9f6a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.Designer.cs @@ -28,13 +28,13 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -145,12 +145,12 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.cs index 918add48..1f1802bd 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisListEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.Designer.cs index 75729cf9..94e9418f 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.Designer.cs @@ -28,8 +28,8 @@ /// private void InitializeComponent() { - this.dataGridView1 = new Switch_Toolbox.Library.Forms.STDataGridView(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); + this.dataGridView1 = new Toolbox.Library.Forms.STDataGridView(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // @@ -75,7 +75,7 @@ } #endregion - private Switch_Toolbox.Library.Forms.STDataGridView dataGridView1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STDataGridView dataGridView1; + private Toolbox.Library.Forms.STButton btnAdd; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.cs index 6632c2eb..663dedc6 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/BoneVisualAnimEditor.cs @@ -9,8 +9,8 @@ using Syroot.NintenTools.NSW.Bfres; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; using BrightIdeasSoftware; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.Designer.cs index 9a4d3414..4ce8ea14 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.Designer.cs @@ -28,10 +28,10 @@ /// private void InitializeComponent() { - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -102,9 +102,9 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STButton stButton1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.cs b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.cs index 9a199288..df5564d4 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/BoneVisualAnims/VisObjectAddDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/CopyMaterialMenu.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/CopyMaterialMenu.Designer.cs index 8539b9ed..d463fc18 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/CopyMaterialMenu.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/CopyMaterialMenu.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.chkBoxShaderParams = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkBoxShaderParams = new Toolbox.Library.Forms.STCheckBox(); this.label1 = new System.Windows.Forms.Label(); - this.chkBoxShaderOptions = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxTextures = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxRenderInfo = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkBoxShaderOptions = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxTextures = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxRenderInfo = new Toolbox.Library.Forms.STCheckBox(); this.materialTreeView = new System.Windows.Forms.TreeView(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); @@ -132,10 +132,10 @@ #endregion private System.Windows.Forms.Label label1; - public Switch_Toolbox.Library.Forms.STCheckBox chkBoxShaderParams; - public Switch_Toolbox.Library.Forms.STCheckBox chkBoxShaderOptions; - public Switch_Toolbox.Library.Forms.STCheckBox chkBoxTextures; - public Switch_Toolbox.Library.Forms.STCheckBox chkBoxRenderInfo; + public Toolbox.Library.Forms.STCheckBox chkBoxShaderParams; + public Toolbox.Library.Forms.STCheckBox chkBoxShaderOptions; + public Toolbox.Library.Forms.STCheckBox chkBoxTextures; + public Toolbox.Library.Forms.STCheckBox chkBoxRenderInfo; public System.Windows.Forms.TreeView materialTreeView; private System.Windows.Forms.Button button1; } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.Designer.cs index 7f0b14da..391db85c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.Designer.cs @@ -31,14 +31,14 @@ this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chkboxVisible = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textBoxShaderModel = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.chkboxVisible = new Toolbox.Library.Forms.STCheckBox(); + this.label3 = new Toolbox.Library.Forms.STLabel(); + this.textBoxShaderModel = new Toolbox.Library.Forms.STTextBox(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.samplerEditor1 = new Forms.SamplerEditor(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.uvEditor1 = new Switch_Toolbox.Library.Forms.UVEditor(); + this.uvEditor1 = new Toolbox.Library.Forms.UVEditor(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.shaderParamEditor1 = new Forms.ShaderParamEditor(); this.tabPage4 = new System.Windows.Forms.TabPage(); @@ -47,18 +47,18 @@ this.shaderOptionsEditor1 = new Forms.ShaderOptionsEditor(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.userDataEditor = new UserDataEditor(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textBoxShaderArchive = new Switch_Toolbox.Library.Forms.STTextBox(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textBoxMaterialName = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnViotileFlags = new Switch_Toolbox.Library.Forms.STButton(); - this.btnSamplerInputEditor = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnAttributeInputEditor = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.textBoxShaderArchive = new Toolbox.Library.Forms.STTextBox(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.textBoxMaterialName = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.btnViotileFlags = new Toolbox.Library.Forms.STButton(); + this.btnSamplerInputEditor = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.btnAttributeInputEditor = new Toolbox.Library.Forms.STButton(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); this.stTabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -395,19 +395,19 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.TabPage tabPage6; - private Switch_Toolbox.Library.Forms.STCheckBox chkboxVisible; - private Switch_Toolbox.Library.Forms.STLabel label3; - private Switch_Toolbox.Library.Forms.STTextBox textBoxShaderModel; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STTextBox textBoxShaderArchive; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STTextBox textBoxMaterialName; + private Toolbox.Library.Forms.STCheckBox chkboxVisible; + private Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STTextBox textBoxShaderModel; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STTextBox textBoxShaderArchive; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STTextBox textBoxMaterialName; private System.Windows.Forms.ColumnHeader columnHeader7; private System.Windows.Forms.ColumnHeader columnHeader8; private System.Windows.Forms.ColumnHeader columnHeader9; @@ -417,14 +417,14 @@ private RenderInfoEditor renderInfoEditor1; private ShaderOptionsEditor shaderOptionsEditor1; private System.Windows.Forms.TabPage tabPage1; - private Switch_Toolbox.Library.Forms.UVEditor uvEditor1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnViotileFlags; - private Switch_Toolbox.Library.Forms.STButton btnSamplerInputEditor; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STButton btnAttributeInputEditor; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.UVEditor uvEditor1; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnViotileFlags; + private Toolbox.Library.Forms.STButton btnSamplerInputEditor; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STButton btnAttributeInputEditor; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STLabel stLabel4; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.cs index 791d09f5..cadb5062 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/BfresMaterialEditor.cs @@ -8,9 +8,9 @@ using System.Text; using System.Windows.Forms; using Syroot.NintenTools.NSW.Bfres; using OpenTK; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { @@ -24,7 +24,7 @@ namespace FirstPlugin.Forms { InitializeComponent(); - stTabControl1.myBackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + stTabControl1.myBackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; if (!Runtime.IsDebugMode) { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.Designer.cs index 8397d119..0908213d 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.textureChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.paramChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.renderInfosChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.optionsChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.UserDataChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.textureChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.paramChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.renderInfosChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.optionsChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.UserDataChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -161,13 +161,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STCheckBox textureChkBox; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STCheckBox UserDataChkBox; - private Switch_Toolbox.Library.Forms.STCheckBox optionsChkBox; - private Switch_Toolbox.Library.Forms.STCheckBox renderInfosChkBox; - private Switch_Toolbox.Library.Forms.STCheckBox paramChkBox; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STCheckBox textureChkBox; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STCheckBox UserDataChkBox; + private Toolbox.Library.Forms.STCheckBox optionsChkBox; + private Toolbox.Library.Forms.STCheckBox renderInfosChkBox; + private Toolbox.Library.Forms.STCheckBox paramChkBox; + private Toolbox.Library.Forms.STLabel stLabel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.cs index 044e0d6d..0cb730d0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/MaterialReplaceDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.Designer.cs index 68066430..2febe925 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.Designer.cs @@ -29,60 +29,60 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SamplerEditor)); - this.stLabel17 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.wrapUCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.wrapUCBLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.wrapVCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.wrapWCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel16 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel11 = new Switch_Toolbox.Library.Forms.STLabel(); - this.lodMinUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.lodMaxUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel12 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel13 = new Switch_Toolbox.Library.Forms.STLabel(); - this.biasUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel15 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.filterZCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel22 = new Switch_Toolbox.Library.Forms.STLabel(); - this.filterBorderCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel18 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel9 = new Switch_Toolbox.Library.Forms.STLabel(); - this.filterExpandCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.filterShrinkCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.filterMipmapCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.filterAntitropicCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel10 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel14 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textureNameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.samplerHintTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.samplerCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.textureRefListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stLabel17 = new Toolbox.Library.Forms.STLabel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.wrapUCB = new Toolbox.Library.Forms.STComboBox(); + this.wrapUCBLabel = new Toolbox.Library.Forms.STLabel(); + this.wrapVCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.wrapWCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel6 = new Toolbox.Library.Forms.STLabel(); + this.stLabel16 = new Toolbox.Library.Forms.STLabel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stLabel11 = new Toolbox.Library.Forms.STLabel(); + this.lodMinUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.lodMaxUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel12 = new Toolbox.Library.Forms.STLabel(); + this.stLabel13 = new Toolbox.Library.Forms.STLabel(); + this.biasUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel15 = new Toolbox.Library.Forms.STLabel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.filterZCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel22 = new Toolbox.Library.Forms.STLabel(); + this.filterBorderCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel18 = new Toolbox.Library.Forms.STLabel(); + this.stLabel9 = new Toolbox.Library.Forms.STLabel(); + this.filterExpandCB = new Toolbox.Library.Forms.STComboBox(); + this.filterShrinkCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel8 = new Toolbox.Library.Forms.STLabel(); + this.filterMipmapCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel7 = new Toolbox.Library.Forms.STLabel(); + this.filterAntitropicCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel10 = new Toolbox.Library.Forms.STLabel(); + this.stLabel14 = new Toolbox.Library.Forms.STLabel(); + this.textureNameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.samplerHintTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.samplerCB = new Toolbox.Library.Forms.STComboBox(); + this.textureRefListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.textureBP = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stLabel19 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.deptComparechkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel20 = new Switch_Toolbox.Library.Forms.STLabel(); - this.depthFuncCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel21 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnSamplerEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); + this.textureBP = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stLabel19 = new Toolbox.Library.Forms.STLabel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.deptComparechkBox = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel20 = new Toolbox.Library.Forms.STLabel(); + this.depthFuncCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel21 = new Toolbox.Library.Forms.STLabel(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnSamplerEdit = new Toolbox.Library.Forms.STButton(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); this.stPanel3.SuspendLayout(); this.stPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lodMinUD)).BeginInit(); @@ -719,59 +719,59 @@ #endregion - private Switch_Toolbox.Library.Forms.STLabel stLabel17; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.STComboBox wrapUCB; - private Switch_Toolbox.Library.Forms.STLabel wrapUCBLabel; - private Switch_Toolbox.Library.Forms.STComboBox wrapVCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STLabel stLabel6; - private Switch_Toolbox.Library.Forms.STLabel stLabel16; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel11; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat lodMinUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat lodMaxUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel12; - private Switch_Toolbox.Library.Forms.STLabel stLabel13; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat biasUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel15; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel9; - private Switch_Toolbox.Library.Forms.STComboBox filterExpandCB; - private Switch_Toolbox.Library.Forms.STComboBox filterShrinkCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel8; - private Switch_Toolbox.Library.Forms.STComboBox filterMipmapCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel7; - private Switch_Toolbox.Library.Forms.STComboBox filterAntitropicCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel10; - private Switch_Toolbox.Library.Forms.STLabel stLabel14; - private Switch_Toolbox.Library.Forms.STTextBox textureNameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STTextBox samplerHintTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STComboBox samplerCB; - private Switch_Toolbox.Library.Forms.PictureBoxCustom textureBP; - private Switch_Toolbox.Library.Forms.ListViewCustom textureRefListView; + private Toolbox.Library.Forms.STLabel stLabel17; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STComboBox wrapUCB; + private Toolbox.Library.Forms.STLabel wrapUCBLabel; + private Toolbox.Library.Forms.STComboBox wrapVCB; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STLabel stLabel6; + private Toolbox.Library.Forms.STLabel stLabel16; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel11; + private Toolbox.Library.Forms.NumericUpDownFloat lodMinUD; + private Toolbox.Library.Forms.NumericUpDownFloat lodMaxUD; + private Toolbox.Library.Forms.STLabel stLabel12; + private Toolbox.Library.Forms.STLabel stLabel13; + private Toolbox.Library.Forms.NumericUpDownFloat biasUD; + private Toolbox.Library.Forms.STLabel stLabel15; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STLabel stLabel9; + private Toolbox.Library.Forms.STComboBox filterExpandCB; + private Toolbox.Library.Forms.STComboBox filterShrinkCB; + private Toolbox.Library.Forms.STLabel stLabel8; + private Toolbox.Library.Forms.STComboBox filterMipmapCB; + private Toolbox.Library.Forms.STLabel stLabel7; + private Toolbox.Library.Forms.STComboBox filterAntitropicCB; + private Toolbox.Library.Forms.STLabel stLabel10; + private Toolbox.Library.Forms.STLabel stLabel14; + private Toolbox.Library.Forms.STTextBox textureNameTB; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox samplerHintTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STComboBox samplerCB; + private Toolbox.Library.Forms.PictureBoxCustom textureBP; + private Toolbox.Library.Forms.ListViewCustom textureRefListView; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; - private Switch_Toolbox.Library.Forms.STComboBox wrapWCB; - private Switch_Toolbox.Library.Forms.STComboBox filterBorderCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel18; - private Switch_Toolbox.Library.Forms.STLabel stLabel19; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.STCheckBox deptComparechkBox; - private Switch_Toolbox.Library.Forms.STLabel stLabel20; - private Switch_Toolbox.Library.Forms.STComboBox depthFuncCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel21; - private Switch_Toolbox.Library.Forms.STComboBox filterZCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel22; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnSamplerEdit; - private Switch_Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STComboBox wrapWCB; + private Toolbox.Library.Forms.STComboBox filterBorderCB; + private Toolbox.Library.Forms.STLabel stLabel18; + private Toolbox.Library.Forms.STLabel stLabel19; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.STCheckBox deptComparechkBox; + private Toolbox.Library.Forms.STLabel stLabel20; + private Toolbox.Library.Forms.STComboBox depthFuncCB; + private Toolbox.Library.Forms.STLabel stLabel21; + private Toolbox.Library.Forms.STComboBox filterZCB; + private Toolbox.Library.Forms.STLabel stLabel22; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnSamplerEdit; + private Toolbox.Library.Forms.STButton btnEdit; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.STPanel stPanel5; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.cs index a90aef31..f38a8cc8 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/NewFolder1/SamplerEditor.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using ResGFX = Syroot.NintenTools.NSW.Bfres.GFX; @@ -243,7 +243,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = bntx.Textures[name].GetBitmap(); })); Thread.Start(); @@ -255,7 +255,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = ((FTEX)ftexCont.ResourceNodes[name]).GetBitmap(); })); Thread.Start(); @@ -416,7 +416,7 @@ namespace FirstPlugin.Forms tex.SamplerName = "_a1"; tex.FragShaderSampler = "_a1"; tex.Name = "Untitled"; - tex.Type = Switch_Toolbox.Library.STGenericMatTexture.TextureType.Unknown; + tex.Type = Toolbox.Library.STGenericMatTexture.TextureType.Unknown; tex.wrapModeS = 0; tex.wrapModeT = 0; tex.wrapModeW = 2; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.Designer.cs index 3a1aa219..4fa76427 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.Designer.cs @@ -30,14 +30,14 @@ { this.components = new System.ComponentModel.Container(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.stCheckBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.treeViewCustom1 = new Switch_Toolbox.Library.TreeViewCustom(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.treeViewCustom1 = new Toolbox.Library.TreeViewCustom(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); @@ -171,14 +171,14 @@ #endregion - private Switch_Toolbox.Library.TreeViewCustom treeViewCustom1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox1; + private Toolbox.Library.TreeViewCustom treeViewCustom1; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STCheckBox stCheckBox1; private System.Windows.Forms.PictureBox pictureBox1; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STLabel stLabel4; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.cs index 75d8f943..92cbbfde 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/Presets/MaterialPresetDialog.cs @@ -7,8 +7,8 @@ using System.IO; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.Designer.cs index 75a9025a..3d9fbe61 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.typeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.typeCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.valueTB = new System.Windows.Forms.RichTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.presetCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.presetCB = new Toolbox.Library.Forms.STComboBox(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -85,7 +85,7 @@ // // typeCB // - this.typeCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.typeCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.typeCB.FormattingEnabled = true; this.typeCB.Location = new System.Drawing.Point(62, 88); this.typeCB.Name = "typeCB"; @@ -159,7 +159,7 @@ // // presetCB // - this.presetCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle;; + this.presetCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle;; this.presetCB.FormattingEnabled = true; this.presetCB.Location = new System.Drawing.Point(62, 62); this.presetCB.Name = "presetCB"; @@ -182,15 +182,15 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel3; private System.Windows.Forms.RichTextBox valueTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox typeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STButton btnCancel; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STComboBox presetCB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox typeCB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STButton btnCancel; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STComboBox presetCB; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.cs index d940e75b..80559283 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoDataEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using System.Reflection; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.Designer.cs index 6e65d53e..36026dce 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.renderInfoListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.renderInfoListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // btnRemove @@ -144,13 +144,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom renderInfoListView; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom renderInfoListView; private System.Windows.Forms.ColumnHeader columnHeader10; private System.Windows.Forms.ColumnHeader columnHeader11; - private Switch_Toolbox.Library.Forms.STButton btnEdit; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrollUp; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.cs index 9a43653d..4fc7ad1a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderInfoEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Syroot.NintenTools.NSW.Bfres; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderStateEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderStateEditor.Designer.cs index 2d84b73d..8e6190a1 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderStateEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/RenderStateEditor.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.SuspendLayout(); // // stPropertyGrid1 @@ -54,6 +54,6 @@ #endregion - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.Designer.cs index a0afbd93..74633add 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.Designer.cs @@ -29,24 +29,24 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SamplerEditor)); - this.stLabel14 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textureNameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.samplerHintTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textureRefListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stLabel14 = new Toolbox.Library.Forms.STLabel(); + this.textureNameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.samplerHintTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.textureRefListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); - this.samplerTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.textureBP = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); + this.samplerTB = new Toolbox.Library.Forms.STTextBox(); + this.textureBP = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.stPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textureBP)).BeginInit(); this.SuspendLayout(); @@ -255,23 +255,23 @@ } #endregion - private Switch_Toolbox.Library.Forms.STLabel stLabel14; - private Switch_Toolbox.Library.Forms.STTextBox textureNameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STTextBox samplerHintTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.PictureBoxCustom textureBP; - private Switch_Toolbox.Library.Forms.ListViewCustom textureRefListView; + private Toolbox.Library.Forms.STLabel stLabel14; + private Toolbox.Library.Forms.STTextBox textureNameTB; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox samplerHintTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.PictureBoxCustom textureBP; + private Toolbox.Library.Forms.ListViewCustom textureRefListView; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnEdit; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STTextBox samplerTB; + private Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STTextBox samplerTB; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs index 8eb8abbc..3960f5e4 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using Bfres.Structs; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using ResGFX = Syroot.NintenTools.NSW.Bfres.GFX; @@ -267,7 +267,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = bntx.Textures[name].GetBitmap(); })); Thread.Start(); @@ -279,7 +279,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = ((FTEX)ftexCont.ResourceNodes[name]).GetBitmap(); })); Thread.Start(); @@ -351,7 +351,7 @@ namespace FirstPlugin.Forms tex.SamplerName = GetSamplerName("_a0"); tex.FragShaderSampler = "_a0"; tex.Name = "Untitled"; - tex.Type = Switch_Toolbox.Library.STGenericMatTexture.TextureType.Unknown; + tex.Type = Toolbox.Library.STGenericMatTexture.TextureType.Unknown; tex.wrapModeS = 0; tex.wrapModeT = 0; tex.wrapModeW = 2; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.Designer.cs index 671e7162..ee9cddfd 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.btnScrollUp = new System.Windows.Forms.Button(); this.btnScrollDown = new System.Windows.Forms.Button(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); this.SuspendLayout(); @@ -162,12 +162,12 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.Button btnScrollUp; private System.Windows.Forms.Button btnScrollDown; private System.Windows.Forms.ColumnHeader columnHeader1; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.cs index 7af8496b..9866d643 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/SamplerListEdit.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.Designer.cs index 93f256ed..e737a1b5 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollDown = new Switch_Toolbox.Library.Forms.STButton(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.btnScrollDown = new Toolbox.Library.Forms.STButton(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -173,14 +173,14 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.STButton btnScrollDown; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STButton btnScrollDown; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.cs index e12a8451..016a4b1c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/SamplerInputListEdit.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.Designer.cs index 93920dae..516194ad 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.textBoxName = new Switch_Toolbox.Library.Forms.STTextBox(); - this.textBoxValue = new Switch_Toolbox.Library.Forms.STTextBox(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.button1 = new Switch_Toolbox.Library.Forms.STButton(); + this.textBoxName = new Toolbox.Library.Forms.STTextBox(); + this.textBoxValue = new Toolbox.Library.Forms.STTextBox(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.button1 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -108,10 +108,10 @@ #endregion - public Switch_Toolbox.Library.Forms.STTextBox textBoxName; - public Switch_Toolbox.Library.Forms.STTextBox textBoxValue; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STButton button1; + public Toolbox.Library.Forms.STTextBox textBoxName; + public Toolbox.Library.Forms.STTextBox textBoxValue; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STButton button1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.cs index 323ea94c..f1972cd8 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditBox.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.Designer.cs index aa0948eb..cd10f1cd 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.shaderOptionsListView = new Switch_Toolbox.Library.Forms.STListView(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.shaderOptionsListView = new Toolbox.Library.Forms.STListView(); this.ovlColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.ovlColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); ((System.ComponentModel.ISupportInitialize)(this.shaderOptionsListView)).BeginInit(); @@ -151,12 +151,12 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnEdit; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.STListView shaderOptionsListView; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STListView shaderOptionsListView; private BrightIdeasSoftware.OLVColumn ovlColumn1; private BrightIdeasSoftware.OLVColumn ovlColumn2; } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.cs index dd4162df..9f533611 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/ShaderOptionsEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.Designer.cs index 6962433d..37672b20 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollDown = new Switch_Toolbox.Library.Forms.STButton(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.btnScrollDown = new Toolbox.Library.Forms.STButton(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -169,14 +169,14 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.STButton btnScrollDown; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STButton btnScrollDown; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.cs index 4352d46c..d8026eb3 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderAssign/VertexAttributeInputListEdit.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ColorPicker.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ColorPicker.Designer.cs index 4f7864b5..82eafdad 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ColorPicker.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ColorPicker.Designer.cs @@ -33,7 +33,7 @@ this.barSlider2 = new BarSlider.BarSlider(); this.barSlider3 = new BarSlider.BarSlider(); this.barSlider4 = new BarSlider.BarSlider(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // colorWheel1 @@ -246,6 +246,6 @@ private BarSlider.BarSlider barSlider2; private BarSlider.BarSlider barSlider3; private BarSlider.BarSlider barSlider4; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.Designer.cs index b49df028..dc989ca9 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.Designer.cs @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -87,8 +87,8 @@ } #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.cs index 4cba7700..c233cef7 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueEditorBase.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueEditorBase.cs index ee53c8f9..6b6cbf04 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueEditorBase.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ParamValueEditorBase.cs @@ -1,7 +1,7 @@ using System; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.Designer.cs index 6c3974bb..89e6e0ab 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.Designer.cs @@ -28,13 +28,13 @@ /// private void InitializeComponent() { - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnExport = new Switch_Toolbox.Library.Forms.STButton(); - this.btnImport = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.shaderParamListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.btnExport = new Toolbox.Library.Forms.STButton(); + this.btnImport = new Toolbox.Library.Forms.STButton(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.shaderParamListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -169,13 +169,13 @@ } #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton btnExport; - private Switch_Toolbox.Library.Forms.STButton btnImport; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.ListViewCustom shaderParamListView; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton btnExport; + private Toolbox.Library.Forms.STButton btnImport; + private Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.ListViewCustom shaderParamListView; private System.Windows.Forms.ColumnHeader columnHeader10; private System.Windows.Forms.ColumnHeader columnHeader11; private System.Windows.Forms.ColumnHeader columnHeader1; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.cs index ff34b897..53a9f7a8 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/ShaderParamEditor.cs @@ -9,8 +9,8 @@ using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using OpenTK; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.Designer.cs index 138b6591..6072282d 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.Designer.cs @@ -28,17 +28,17 @@ /// private void InitializeComponent() { - this.scalingModeCN = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.scalingModeCN = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.scaYUD = new BarSlider.BarSlider(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); this.scaXUD = new BarSlider.BarSlider(); this.rotXUD = new BarSlider.BarSlider(); this.transXUD = new BarSlider.BarSlider(); this.transYUD = new BarSlider.BarSlider(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // scalingModeCN @@ -348,16 +348,16 @@ #endregion - private Switch_Toolbox.Library.Forms.STComboBox scalingModeCN; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STComboBox scalingModeCN; + private Toolbox.Library.Forms.STLabel stLabel1; private BarSlider.BarSlider scaYUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STLabel stLabel4; private BarSlider.BarSlider scaXUD; private BarSlider.BarSlider rotXUD; private BarSlider.BarSlider transXUD; private BarSlider.BarSlider transYUD; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.cs index 0adcab72..7eceeef0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/TexSrtPanel.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/booleanPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/booleanPanel.Designer.cs index 708b46fa..b9b8ea4a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/booleanPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/booleanPanel.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.stCheckBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stCheckBox2 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stCheckBox3 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stCheckBox4 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox(); + this.stCheckBox2 = new Toolbox.Library.Forms.STCheckBox(); + this.stCheckBox3 = new Toolbox.Library.Forms.STCheckBox(); + this.stCheckBox4 = new Toolbox.Library.Forms.STCheckBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // stCheckBox1 @@ -101,10 +101,10 @@ } #endregion - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox1; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox2; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox3; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox4; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STCheckBox stCheckBox1; + private Toolbox.Library.Forms.STCheckBox stCheckBox2; + private Toolbox.Library.Forms.STCheckBox stCheckBox3; + private Toolbox.Library.Forms.STCheckBox stCheckBox4; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector1SliderPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector1SliderPanel.Designer.cs index 033fa982..3bf05181 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector1SliderPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector1SliderPanel.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.barSlider1 = new BarSlider.BarSlider(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // barSlider1 @@ -103,6 +103,6 @@ #endregion private BarSlider.BarSlider barSlider1; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector2SliderPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector2SliderPanel.Designer.cs index fcba5f36..b8ea7b3e 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector2SliderPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector2SliderPanel.Designer.cs @@ -30,7 +30,7 @@ { this.barSlider1 = new BarSlider.BarSlider(); this.barSlider2 = new BarSlider.BarSlider(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // barSlider1 @@ -152,6 +152,6 @@ private BarSlider.BarSlider barSlider1; private BarSlider.BarSlider barSlider2; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.Designer.cs index 03cf7877..f253e360 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.Designer.cs @@ -32,7 +32,7 @@ this.barSlider2 = new BarSlider.BarSlider(); this.barSlider3 = new BarSlider.BarSlider(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // @@ -216,6 +216,6 @@ private BarSlider.BarSlider barSlider2; private BarSlider.BarSlider barSlider3; private System.Windows.Forms.PictureBox pictureBox1; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.cs index c6685bef..6cb48579 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector3SliderPanel.cs @@ -1,7 +1,7 @@ using System; using System.Drawing; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Syroot.NintenTools.NSW.Bfres; using Bfres.Structs; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.Designer.cs index 31a0d6d0..512b485c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.Designer.cs @@ -34,7 +34,7 @@ this.barSlider3 = new BarSlider.BarSlider(); this.barSlider2 = new BarSlider.BarSlider(); this.barSlider1 = new BarSlider.BarSlider(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); ((System.ComponentModel.ISupportInitialize)(this.alphaPB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorPB)).BeginInit(); this.SuspendLayout(); @@ -279,6 +279,6 @@ private BarSlider.BarSlider barSlider4; private System.Windows.Forms.PictureBox alphaPB; private System.Windows.Forms.PictureBox colorPB; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.cs index 2c768a4e..52582895 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/ShaderParams/vector4SliderPanel.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Drawing; -using Switch_Toolbox.Library; +using Toolbox.Library; using Syroot.NintenTools.NSW.Bfres; using Bfres.Structs; using System.Windows.Forms; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.Designer.cs index 24648e6c..0097456e 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.Designer.cs @@ -29,15 +29,15 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Texture_Selector)); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label1 = new System.Windows.Forms.Label(); this.addTextureBtn = new System.Windows.Forms.Button(); this.RemoveTextureBtn = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).BeginInit(); this.SuspendLayout(); // @@ -166,14 +166,14 @@ #endregion - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; + private Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button addTextureBtn; private System.Windows.Forms.Button RemoveTextureBtn; private System.Windows.Forms.Button button3; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STLabel stLabel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.cs index d48840e9..8a02d3d0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/Texture Selector.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; using ResU = Syroot.NintenTools.Bfres; using ResNX = Syroot.NintenTools.NSW.Bfres; @@ -98,7 +98,7 @@ namespace FirstPlugin Thread = new Thread((ThreadStart)(() => { - pictureBoxCustom1.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + pictureBoxCustom1.Image = Toolbox.Library.Imaging.GetLoadingImage(); var image = texData.GetBitmap(); if (pictureBoxCustom1.InvokeRequired) diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.Designer.cs index 0b17f8d0..fe1fbe0b 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.Designer.cs @@ -28,8 +28,8 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); - this.stComboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); + this.stComboBox1 = new Toolbox.Library.Forms.STComboBox(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); this.SuspendLayout(); @@ -87,8 +87,8 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STComboBox stComboBox1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STComboBox stComboBox1; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.cs index 2820512f..7627892e 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Materials/VolatileFlagEditor.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.Designer.cs index 071367af..3c4b8dd9 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnEditSamplers = new Switch_Toolbox.Library.Forms.STButton(); - this.btnEditMaterial = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.materialCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.paramCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.btnEditSamplers = new Toolbox.Library.Forms.STButton(); + this.btnEditMaterial = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.materialCB = new Toolbox.Library.Forms.STComboBox(); + this.paramCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.SuspendLayout(); // // listViewCustom1 @@ -145,13 +145,13 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnEditSamplers; - private Switch_Toolbox.Library.Forms.STButton btnEditMaterial; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox materialCB; - private Switch_Toolbox.Library.Forms.STComboBox paramCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnEditSamplers; + private Toolbox.Library.Forms.STButton btnEditMaterial; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox materialCB; + private Toolbox.Library.Forms.STComboBox paramCB; + private Toolbox.Library.Forms.STLabel stLabel1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.cs index d6da317c..12794a13 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/AnimParamEditor.cs @@ -8,9 +8,9 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Syroot.NintenTools.Bfres; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.Designer.cs index 677717c9..9ccff72d 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -165,14 +165,14 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.cs index 043a29a0..d614870c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/ParamAnim/ParamPatternMaterialEditor.cs @@ -8,8 +8,8 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.Designer.cs index 6aa1aedd..9b3fcb60 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.Designer.cs @@ -28,8 +28,8 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.SuspendLayout(); // // listViewCustom1 @@ -69,7 +69,7 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.cs index fcc198d7..c20188dc 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Scene/SceneAnimEditor.cs @@ -7,9 +7,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; using Bfres.Structs; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresLODMeshEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresLODMeshEditor.Designer.cs index 7b53e81a..f8489f64 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresLODMeshEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresLODMeshEditor.Designer.cs @@ -36,34 +36,34 @@ this.button3 = new System.Windows.Forms.Button(); this.label15 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); - this.centXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.centXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label3 = new System.Windows.Forms.Label(); - this.centYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.centYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label4 = new System.Windows.Forms.Label(); - this.centZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.centZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); - this.extXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.extXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); - this.extYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.extZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.extYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.extZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label7 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label14 = new System.Windows.Forms.Label(); this.subMeshListView = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.formatCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.formatCB = new Toolbox.Library.Forms.STComboBox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); - this.faceTypeCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.faceTypeCB = new Toolbox.Library.Forms.STComboBox(); this.panel4 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); - this.radiusUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.radiusUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.button5 = new System.Windows.Forms.Button(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -455,7 +455,7 @@ // // formatCB // - this.formatCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.formatCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.formatCB.FormattingEnabled = true; this.formatCB.Location = new System.Drawing.Point(74, 63); this.formatCB.Name = "formatCB"; @@ -619,34 +619,34 @@ private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label2; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centXUD; + private Toolbox.Library.Forms.NumericUpDownFloat centXUD; private System.Windows.Forms.Label label3; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centYUD; + private Toolbox.Library.Forms.NumericUpDownFloat centYUD; private System.Windows.Forms.Label label4; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centZUD; + private Toolbox.Library.Forms.NumericUpDownFloat centZUD; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label9; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extXUD; + private Toolbox.Library.Forms.NumericUpDownFloat extXUD; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extZUD; + private Toolbox.Library.Forms.NumericUpDownFloat extYUD; + private Toolbox.Library.Forms.NumericUpDownFloat extZUD; private System.Windows.Forms.Label label7; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label14; private System.Windows.Forms.ListView subMeshListView; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; - private Switch_Toolbox.Library.Forms.STComboBox formatCB; + private Toolbox.Library.Forms.STComboBox formatCB; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; - private Switch_Toolbox.Library.Forms.STComboBox faceTypeCB; + private Toolbox.Library.Forms.STComboBox faceTypeCB; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label10; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat radiusUD; + private Toolbox.Library.Forms.NumericUpDownFloat radiusUD; private System.Windows.Forms.Button button5; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.Designer.cs index b8f4f2fc..1ff8e4ed 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.Designer.cs @@ -28,96 +28,96 @@ /// private void InitializeComponent() { - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.stFlowLayoutPanel1 = new Switch_Toolbox.Library.Forms.STFlowLayoutPanel(); - this.stDropDownPanel1 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.shapeVertexSkinCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel11 = new Switch_Toolbox.Library.Forms.STLabel(); - this.lodDisplayCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel10 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.shapeIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stDropDownPanel2 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel9 = new Switch_Toolbox.Library.Forms.STLabel(); - this.measureCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.rotModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.stFlowLayoutPanel1 = new Toolbox.Library.Forms.STFlowLayoutPanel(); + this.stDropDownPanel1 = new Toolbox.Library.Forms.STDropDownPanel(); + this.shapeVertexSkinCountUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel11 = new Toolbox.Library.Forms.STLabel(); + this.lodDisplayCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel10 = new Toolbox.Library.Forms.STLabel(); + this.stLabel6 = new Toolbox.Library.Forms.STLabel(); + this.shapeIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel7 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stDropDownPanel2 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stLabel9 = new Toolbox.Library.Forms.STLabel(); + this.measureCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.rotModeCB = new Toolbox.Library.Forms.STComboBox(); this.label13 = new System.Windows.Forms.Label(); - this.RotWUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotWUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); - this.RotZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.RotYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.RotXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); - this.posZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.posZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); - this.stDropDownPanel3 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.materialIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.materialComboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stDropDownPanel4 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.boneListBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.bonesCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.boneIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.vertexBufferDropDownPanel = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.vtxCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel13 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stDropDownPanel3 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stLabel8 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.materialIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.materialComboBox1 = new Toolbox.Library.Forms.STComboBox(); + this.stDropDownPanel4 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.boneListBtn = new Toolbox.Library.Forms.STButton(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.bonesCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.boneIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.vertexBufferDropDownPanel = new Toolbox.Library.Forms.STDropDownPanel(); + this.vtxCountUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel13 = new Toolbox.Library.Forms.STLabel(); this.vertexBufferList1 = new Forms.VertexBufferList(); - this.vertexBufferSkinCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel12 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stDropDownPanel8 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel7 = new Switch_Toolbox.Library.Forms.STPanel(); + this.vertexBufferSkinCountUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel12 = new Toolbox.Library.Forms.STLabel(); + this.stDropDownPanel8 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel7 = new Toolbox.Library.Forms.STPanel(); this.keyShapeList3 = new Forms.KeyShapeList(); - this.levelOfDetailDropDownPanel = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stButton3 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnFacesView = new Switch_Toolbox.Library.Forms.STButton(); - this.stPanel9 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel20 = new Switch_Toolbox.Library.Forms.STLabel(); - this.subMeshesViewBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel21 = new Switch_Toolbox.Library.Forms.STLabel(); - this.lodPrimativeTypeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.lodFormatCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel22 = new Switch_Toolbox.Library.Forms.STLabel(); - this.lodVertexSkipUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel23 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel24 = new Switch_Toolbox.Library.Forms.STLabel(); - this.lodFaceCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stButton10 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton11 = new Switch_Toolbox.Library.Forms.STButton(); - this.lodListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.levelOfDetailDropDownPanel = new Toolbox.Library.Forms.STDropDownPanel(); + this.stButton3 = new Toolbox.Library.Forms.STButton(); + this.btnFacesView = new Toolbox.Library.Forms.STButton(); + this.stPanel9 = new Toolbox.Library.Forms.STPanel(); + this.stLabel20 = new Toolbox.Library.Forms.STLabel(); + this.subMeshesViewBtn = new Toolbox.Library.Forms.STButton(); + this.stLabel21 = new Toolbox.Library.Forms.STLabel(); + this.lodPrimativeTypeCB = new Toolbox.Library.Forms.STComboBox(); + this.lodFormatCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel22 = new Toolbox.Library.Forms.STLabel(); + this.lodVertexSkipUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel23 = new Toolbox.Library.Forms.STLabel(); + this.stLabel24 = new Toolbox.Library.Forms.STLabel(); + this.lodFaceCountUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stButton10 = new Toolbox.Library.Forms.STButton(); + this.stButton11 = new Toolbox.Library.Forms.STButton(); + this.lodListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stButton12 = new Switch_Toolbox.Library.Forms.STButton(); - this.keyShapeDropDownPanel = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stDropDownPanel5 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel6 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stButton12 = new Toolbox.Library.Forms.STButton(); + this.keyShapeDropDownPanel = new Toolbox.Library.Forms.STDropDownPanel(); + this.stDropDownPanel5 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel6 = new Toolbox.Library.Forms.STPanel(); this.keyShapeList2 = new Forms.KeyShapeList(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); this.keyShapeList1 = new Forms.KeyShapeList(); this.stTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -1498,96 +1498,96 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage1; - private Switch_Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posXUD; + private Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.NumericUpDownFloat posZUD; + private Toolbox.Library.Forms.NumericUpDownFloat posYUD; + private Toolbox.Library.Forms.NumericUpDownFloat posXUD; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label13; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotWUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaXUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotWUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaZUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaYUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaXUD; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotXUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotZUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotYUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotXUD; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel3; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox materialComboBox1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel4; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STComboBox rotModeCB; - private Switch_Toolbox.Library.Forms.STDropDownPanel keyShapeDropDownPanel; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; - private Switch_Toolbox.Library.Forms.STLabel stLabel6; - private Switch_Toolbox.Library.Forms.NumericUpDownInt shapeIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel7; - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel8; - private Switch_Toolbox.Library.Forms.NumericUpDownInt materialIndexUD; - private Switch_Toolbox.Library.Forms.STComboBox bonesCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.NumericUpDownInt boneIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STButton boneListBtn; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel9; - private Switch_Toolbox.Library.Forms.STComboBox measureCB; - private Switch_Toolbox.Library.Forms.STComboBox lodDisplayCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel10; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel5; - private Switch_Toolbox.Library.Forms.STPanel stPanel6; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel3; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox materialComboBox1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel4; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STComboBox rotModeCB; + private Toolbox.Library.Forms.STDropDownPanel keyShapeDropDownPanel; + private Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.STLabel stLabel6; + private Toolbox.Library.Forms.NumericUpDownInt shapeIndexUD; + private Toolbox.Library.Forms.STLabel stLabel7; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel8; + private Toolbox.Library.Forms.NumericUpDownInt materialIndexUD; + private Toolbox.Library.Forms.STComboBox bonesCB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.NumericUpDownInt boneIndexUD; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STButton boneListBtn; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel9; + private Toolbox.Library.Forms.STComboBox measureCB; + private Toolbox.Library.Forms.STComboBox lodDisplayCB; + private Toolbox.Library.Forms.STLabel stLabel10; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel5; + private Toolbox.Library.Forms.STPanel stPanel6; private Forms.KeyShapeList keyShapeList2; - private Switch_Toolbox.Library.Forms.STDropDownPanel vertexBufferDropDownPanel; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel8; - private Switch_Toolbox.Library.Forms.STPanel stPanel7; + private Toolbox.Library.Forms.STDropDownPanel vertexBufferDropDownPanel; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel8; + private Toolbox.Library.Forms.STPanel stPanel7; private Forms.KeyShapeList keyShapeList3; private Forms.VertexBufferList vertexBufferList1; - private Switch_Toolbox.Library.Forms.NumericUpDownInt shapeVertexSkinCountUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel11; - private Switch_Toolbox.Library.Forms.NumericUpDownInt vertexBufferSkinCountUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel12; - private Switch_Toolbox.Library.Forms.STDropDownPanel levelOfDetailDropDownPanel; - private Switch_Toolbox.Library.Forms.STButton stButton3; - private Switch_Toolbox.Library.Forms.STPanel stPanel9; - private Switch_Toolbox.Library.Forms.STLabel stLabel20; - private Switch_Toolbox.Library.Forms.STButton btnFacesView; - private Switch_Toolbox.Library.Forms.STButton subMeshesViewBtn; - private Switch_Toolbox.Library.Forms.STLabel stLabel21; - private Switch_Toolbox.Library.Forms.STComboBox lodPrimativeTypeCB; - private Switch_Toolbox.Library.Forms.STComboBox lodFormatCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel22; - private Switch_Toolbox.Library.Forms.NumericUpDownInt lodVertexSkipUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel23; - private Switch_Toolbox.Library.Forms.STLabel stLabel24; - private Switch_Toolbox.Library.Forms.NumericUpDownInt lodFaceCountUD; - private Switch_Toolbox.Library.Forms.STButton stButton10; - private Switch_Toolbox.Library.Forms.STButton stButton11; - private Switch_Toolbox.Library.Forms.ListViewCustom lodListView; + private Toolbox.Library.Forms.NumericUpDownInt shapeVertexSkinCountUD; + private Toolbox.Library.Forms.STLabel stLabel11; + private Toolbox.Library.Forms.NumericUpDownInt vertexBufferSkinCountUD; + private Toolbox.Library.Forms.STLabel stLabel12; + private Toolbox.Library.Forms.STDropDownPanel levelOfDetailDropDownPanel; + private Toolbox.Library.Forms.STButton stButton3; + private Toolbox.Library.Forms.STPanel stPanel9; + private Toolbox.Library.Forms.STLabel stLabel20; + private Toolbox.Library.Forms.STButton btnFacesView; + private Toolbox.Library.Forms.STButton subMeshesViewBtn; + private Toolbox.Library.Forms.STLabel stLabel21; + private Toolbox.Library.Forms.STComboBox lodPrimativeTypeCB; + private Toolbox.Library.Forms.STComboBox lodFormatCB; + private Toolbox.Library.Forms.STLabel stLabel22; + private Toolbox.Library.Forms.NumericUpDownInt lodVertexSkipUD; + private Toolbox.Library.Forms.STLabel stLabel23; + private Toolbox.Library.Forms.STLabel stLabel24; + private Toolbox.Library.Forms.NumericUpDownInt lodFaceCountUD; + private Toolbox.Library.Forms.STButton stButton10; + private Toolbox.Library.Forms.STButton stButton11; + private Toolbox.Library.Forms.ListViewCustom lodListView; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; - private Switch_Toolbox.Library.Forms.STButton stButton12; + private Toolbox.Library.Forms.STButton stButton12; private Forms.KeyShapeList keyShapeList1; - private Switch_Toolbox.Library.Forms.NumericUpDownInt vtxCountUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel13; + private Toolbox.Library.Forms.NumericUpDownInt vtxCountUD; + private Toolbox.Library.Forms.STLabel stLabel13; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.cs index 41a7bf93..fd3609ba 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/BfresShapeEditor.cs @@ -2,10 +2,10 @@ using FirstPlugin.Forms; using OpenTK; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/BoundingBoxListEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/BoundingBoxListEditor.cs index 0d642620..5c77947a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/BoundingBoxListEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/BoundingBoxListEditor.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.Designer.cs index 76ab25c6..574d9a68 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.sourceCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.destCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.sourceCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.destCB = new Toolbox.Library.Forms.STComboBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -134,11 +134,11 @@ #endregion - private Switch_Toolbox.Library.Forms.STComboBox sourceCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox destCB; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STComboBox sourceCB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox destCB; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.cs index 33ce41d9..607e5519 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/CopyUVChannelDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.Designer.cs index e2a7ca4f..b0300ef0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); this.SuspendLayout(); @@ -72,7 +72,7 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.cs index b3952eea..61360575 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/FaceIndiceListViewer.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/KeyShapeList.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/KeyShapeList.Designer.cs index a3fbc4c9..3ecc6087 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/KeyShapeList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/KeyShapeList.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.btnRemoveKeyShape = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAddKeyShape = new Switch_Toolbox.Library.Forms.STButton(); - this.keyShapeListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemoveKeyShape = new Toolbox.Library.Forms.STButton(); + this.btnAddKeyShape = new Toolbox.Library.Forms.STButton(); + this.keyShapeListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnMoveKeyShapeDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnMoveKeyShapeUp = new Switch_Toolbox.Library.Forms.STButton(); + this.btnMoveKeyShapeDown = new Toolbox.Library.Forms.STButton(); + this.btnMoveKeyShapeUp = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // btnRemoveKeyShape @@ -118,11 +118,11 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnRemoveKeyShape; - private Switch_Toolbox.Library.Forms.STButton btnAddKeyShape; - private Switch_Toolbox.Library.Forms.ListViewCustom keyShapeListView; + private Toolbox.Library.Forms.STButton btnRemoveKeyShape; + private Toolbox.Library.Forms.STButton btnAddKeyShape; + private Toolbox.Library.Forms.ListViewCustom keyShapeListView; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnMoveKeyShapeDown; - private Switch_Toolbox.Library.Forms.STButton btnMoveKeyShapeUp; + private Toolbox.Library.Forms.STButton btnMoveKeyShapeDown; + private Toolbox.Library.Forms.STButton btnMoveKeyShapeUp; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.Designer.cs index d1d9f1fc..2a548edd 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.Designer.cs @@ -28,34 +28,34 @@ /// private void InitializeComponent() { - this.radiusUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.radiusUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label22 = new System.Windows.Forms.Label(); - this.extendZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.extendYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.extendXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.extendZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.extendYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.extendXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); - this.centerZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.centerYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.centerXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.centerZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.centerYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.centerXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); - this.FaceCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.offsetUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.FaceCountUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.offsetUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollDown = new Switch_Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.btnScrollDown = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radiusUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.extendZUD)).BeginInit(); @@ -524,33 +524,33 @@ #endregion - private Switch_Toolbox.Library.Forms.NumericUpDownFloat radiusUD; + private Toolbox.Library.Forms.NumericUpDownFloat radiusUD; private System.Windows.Forms.Label label22; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat extendXUD; + private Toolbox.Library.Forms.NumericUpDownFloat extendZUD; + private Toolbox.Library.Forms.NumericUpDownFloat extendYUD; + private Toolbox.Library.Forms.NumericUpDownFloat extendXUD; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat centerXUD; + private Toolbox.Library.Forms.NumericUpDownFloat centerZUD; + private Toolbox.Library.Forms.NumericUpDownFloat centerYUD; + private Toolbox.Library.Forms.NumericUpDownFloat centerXUD; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.NumericUpDownUint offsetUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.NumericUpDownUint FaceCountUD; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.NumericUpDownUint offsetUD; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.NumericUpDownUint FaceCountUD; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.STButton btnScrollDown; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.STButton btnScrollDown; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.cs index d99c04c7..bb7808ba 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/SubMeshEditor.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.Designer.cs index 922550eb..06c36d5e 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.formatCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.formatCB = new Toolbox.Library.Forms.STComboBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.numericUpDownFloat1 = new Toolbox.Library.Forms.NumericUpDownFloat(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).BeginInit(); this.SuspendLayout(); @@ -170,13 +170,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STComboBox formatCB; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STComboBox formatCB; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1; + private Toolbox.Library.Forms.STLabel stLabel3; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.cs index 16bc172c..35ee0b30 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferCreator.cs @@ -1,5 +1,5 @@ using System; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres.GFX; using System.Linq; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.Designer.cs index c08b4c97..82439211 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.formatCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.formatCB = new Toolbox.Library.Forms.STComboBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -130,11 +130,11 @@ #endregion - private Switch_Toolbox.Library.Forms.STComboBox formatCB; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox formatCB; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel2; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.cs index a661a172..1518bc97 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferEncodeEditor.cs @@ -1,5 +1,5 @@ using System; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres.GFX; using System.Linq; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.Designer.cs index e422357e..1770b49f 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); - this.attributeListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); + this.attributeListView = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnView = new Switch_Toolbox.Library.Forms.STButton(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); + this.btnView = new Toolbox.Library.Forms.STButton(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // btnRemove @@ -160,15 +160,15 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.ListViewCustom attributeListView; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.ListViewCustom attributeListView; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; - private Switch_Toolbox.Library.Forms.STButton btnView; - private Switch_Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnView; + private Toolbox.Library.Forms.STButton btnEdit; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.cs b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.cs index 1cf4b105..26c61ea0 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Shape/VertexBufferList.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; using Bfres.Structs; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.Designer.cs index f4c33770..beffe692 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.Designer.cs @@ -28,70 +28,70 @@ /// private void InitializeComponent() { - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.stFlowLayoutPanel1 = new Switch_Toolbox.Library.Forms.STFlowLayoutPanel(); - this.stDropDownPanel1 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); + this.stFlowLayoutPanel1 = new Toolbox.Library.Forms.STFlowLayoutPanel(); + this.stDropDownPanel1 = new Toolbox.Library.Forms.STDropDownPanel(); this.boneInfoPanel1 = new BoneInfoPanel(); - this.stDropDownPanel2 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.rotModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.stDropDownPanel2 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.rotModeCB = new Toolbox.Library.Forms.STComboBox(); this.label13 = new System.Windows.Forms.Label(); - this.RotWUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.ScaXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotWUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.ScaXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); - this.RotZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.RotYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.RotXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.RotXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); - this.posZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.posZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); - this.stDropDownPanel3 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.billboardIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.billboardModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stDropDownPanel4 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.smoothSkinningChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.rigidSkinningChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.rigidIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.smoothIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stDropDownPanel5 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.chkTransformIdentity = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformTranslateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformScaleVolumeOne = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformScaleUniform = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformScaleOne = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformRotateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformRotateTranslateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stDropDownPanel6 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); - this.chkTransformCuIdenity = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuTranslateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuScaleVolumeOne = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuScaleUniform = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuScaleOne = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuRotateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkTransformCuRotateTrnaslateZero = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.stDropDownPanel3 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.billboardIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.billboardModeCB = new Toolbox.Library.Forms.STComboBox(); + this.stDropDownPanel4 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.smoothSkinningChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.rigidSkinningChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.rigidIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.smoothIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stDropDownPanel5 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.chkTransformIdentity = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformTranslateZero = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformScaleVolumeOne = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformScaleUniform = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformScaleOne = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformRotateZero = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformRotateTranslateZero = new Toolbox.Library.Forms.STCheckBox(); + this.stDropDownPanel6 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); + this.chkTransformCuIdenity = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuTranslateZero = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuScaleVolumeOne = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuScaleUniform = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuScaleOne = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuRotateZero = new Toolbox.Library.Forms.STCheckBox(); + this.chkTransformCuRotateTrnaslateZero = new Toolbox.Library.Forms.STCheckBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.userDataEditor1 = new UserDataEditor(); this.stTabControl1.SuspendLayout(); @@ -1086,71 +1086,71 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private UserDataEditor userDataEditor1; - private Switch_Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; + private Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; private BoneInfoPanel boneInfoPanel1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat posXUD; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.NumericUpDownFloat posZUD; + private Toolbox.Library.Forms.NumericUpDownFloat posYUD; + private Toolbox.Library.Forms.NumericUpDownFloat posXUD; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label13; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotWUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat ScaXUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotWUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaZUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaYUD; + private Toolbox.Library.Forms.NumericUpDownFloat ScaXUD; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotZUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotYUD; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat RotXUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotZUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotYUD; + private Toolbox.Library.Forms.NumericUpDownFloat RotXUD; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel3; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.NumericUpDownInt billboardIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STComboBox billboardModeCB; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel4; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.NumericUpDownInt rigidIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.NumericUpDownInt smoothIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel5; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformRotateTranslateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformRotateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformScaleOne; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformScaleUniform; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformTranslateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformScaleVolumeOne; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STComboBox rotModeCB; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel6; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuTranslateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuScaleVolumeOne; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuScaleUniform; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuScaleOne; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuRotateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuRotateTrnaslateZero; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformCuIdenity; - private Switch_Toolbox.Library.Forms.STCheckBox chkTransformIdentity; - private Switch_Toolbox.Library.Forms.STCheckBox smoothSkinningChkBox; - private Switch_Toolbox.Library.Forms.STCheckBox rigidSkinningChkBox; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel3; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.NumericUpDownInt billboardIndexUD; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STComboBox billboardModeCB; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel4; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.NumericUpDownInt rigidIndexUD; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.NumericUpDownInt smoothIndexUD; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel5; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.STCheckBox chkTransformRotateTranslateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformRotateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformScaleOne; + private Toolbox.Library.Forms.STCheckBox chkTransformScaleUniform; + private Toolbox.Library.Forms.STCheckBox chkTransformTranslateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformScaleVolumeOne; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STComboBox rotModeCB; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel6; + private Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.STCheckBox chkTransformCuTranslateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformCuScaleVolumeOne; + private Toolbox.Library.Forms.STCheckBox chkTransformCuScaleUniform; + private Toolbox.Library.Forms.STCheckBox chkTransformCuScaleOne; + private Toolbox.Library.Forms.STCheckBox chkTransformCuRotateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformCuRotateTrnaslateZero; + private Toolbox.Library.Forms.STCheckBox chkTransformCuIdenity; + private Toolbox.Library.Forms.STCheckBox chkTransformIdentity; + private Toolbox.Library.Forms.STCheckBox smoothSkinningChkBox; + private Toolbox.Library.Forms.STCheckBox rigidSkinningChkBox; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.cs index 465a72ec..db6dd6d9 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BfresBoneEditor.cs @@ -7,9 +7,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.Designer.cs index 2f85ce1a..1a2f0f82 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); @@ -81,7 +81,7 @@ } #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader3; } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.cs index 9f1a9c69..4b4fa209 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneIndexList.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.Designer.cs index b5d35b5f..74da26dd 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.parentTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.visibleChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.parentIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameIndexUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.parentTB = new Toolbox.Library.Forms.STTextBox(); + this.visibleChk = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.parentIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.nameIndexUD = new Toolbox.Library.Forms.NumericUpDownInt(); ((System.ComponentModel.ISupportInitialize)(this.parentIndexUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nameIndexUD)).BeginInit(); this.SuspendLayout(); @@ -188,15 +188,15 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STTextBox parentTB; - private Switch_Toolbox.Library.Forms.STCheckBox visibleChk; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.NumericUpDownInt parentIndexUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.NumericUpDownInt nameIndexUD; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STTextBox parentTB; + private Toolbox.Library.Forms.STCheckBox visibleChk; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.NumericUpDownInt parentIndexUD; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.NumericUpDownInt nameIndexUD; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs index 25f23763..7a13a524 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/BoneInfoPanel.cs @@ -3,7 +3,7 @@ using System.Windows.Forms; using Bfres.Structs; using Syroot.NintenTools.NSW.Bfres; using ResU = Syroot.NintenTools.Bfres; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.Designer.cs index b85250cc..36e60a92 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.Designer.cs @@ -28,19 +28,19 @@ /// private void InitializeComponent() { - this.stFlowLayoutPanel1 = new Switch_Toolbox.Library.Forms.STFlowLayoutPanel(); - this.stDropDownPanel1 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.scalingModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.rotationModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stDropDownPanel2 = new Switch_Toolbox.Library.Forms.STDropDownPanel(); - this.stButton3 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRgidIndices = new Switch_Toolbox.Library.Forms.STButton(); - this.btnSmoothIndices = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stFlowLayoutPanel1 = new Toolbox.Library.Forms.STFlowLayoutPanel(); + this.stDropDownPanel1 = new Toolbox.Library.Forms.STDropDownPanel(); + this.scalingModeCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.rotationModeCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stDropDownPanel2 = new Toolbox.Library.Forms.STDropDownPanel(); + this.stButton3 = new Toolbox.Library.Forms.STButton(); + this.btnRgidIndices = new Toolbox.Library.Forms.STButton(); + this.btnSmoothIndices = new Toolbox.Library.Forms.STButton(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); this.stFlowLayoutPanel1.SuspendLayout(); this.stDropDownPanel1.SuspendLayout(); this.stDropDownPanel2.SuspendLayout(); @@ -221,18 +221,18 @@ #endregion - private Switch_Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; - private Switch_Toolbox.Library.Forms.STComboBox scalingModeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox rotationModeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; - private Switch_Toolbox.Library.Forms.STButton stButton3; - private Switch_Toolbox.Library.Forms.STButton btnRgidIndices; - private Switch_Toolbox.Library.Forms.STButton btnSmoothIndices; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STFlowLayoutPanel stFlowLayoutPanel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel1; + private Toolbox.Library.Forms.STComboBox scalingModeCB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox rotationModeCB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STDropDownPanel stDropDownPanel2; + private Toolbox.Library.Forms.STButton stButton3; + private Toolbox.Library.Forms.STButton btnRgidIndices; + private Toolbox.Library.Forms.STButton btnSmoothIndices; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel3; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.cs index 2e44070f..59cc503c 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Skeleton/FSKLEditor.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using Bfres.Structs; using ResU = Syroot.NintenTools.Bfres; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.Designer.cs index 3189dccf..1f2b8086 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.Designer.cs @@ -29,9 +29,9 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.treeViewCustom1 = new Switch_Toolbox.Library.TreeViewCustom(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.treeViewCustom1 = new Toolbox.Library.TreeViewCustom(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -96,8 +96,8 @@ #endregion - private Switch_Toolbox.Library.TreeViewCustom treeViewCustom1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.TreeViewCustom treeViewCustom1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.cs b/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.cs index a17a728d..a6cd87c4 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/SmoothNormalsMultiMeshForm.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using Bfres.Structs; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.Designer.cs index 1b203b94..b106b596 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.userDataEditor1 = new UserDataEditor(); this.stTabControl1.SuspendLayout(); @@ -138,13 +138,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private UserDataEditor userDataEditor1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPanel stPanel2; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPanel stPanel1; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.cs index a9064b6f..0190ef97 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/SubFileEditor.cs @@ -7,10 +7,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.Forms; +using Toolbox.Library.NodeWrappers; using Bfres.Structs; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.Designer.cs index 16fe8b83..bcbcf29a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.Designer.cs @@ -30,17 +30,17 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SamplerEditorSimple)); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.textureBP = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stTextBox2 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.samplerCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.textureBP = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stTextBox2 = new Toolbox.Library.Forms.STTextBox(); + this.samplerCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.displayVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); @@ -223,17 +223,17 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer2; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.PictureBoxCustom textureBP; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox2; - private Switch_Toolbox.Library.Forms.STComboBox samplerCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.PictureBoxCustom textureBP; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox stTextBox2; + private Toolbox.Library.Forms.STComboBox samplerCB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem displayVerticalToolStripMenuItem; } diff --git a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.cs b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.cs index 8419a59f..5d0e6d63 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.cs @@ -11,7 +11,7 @@ using Bfres.Structs; using ResUGX2 = Syroot.NintenTools.Bfres.GX2; using Syroot.NintenTools.NSW.Bfres.GX2; using Syroot.NintenTools.NSW.Bfres; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Forms { @@ -53,7 +53,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = bntx.Textures[texture.Name].GetBitmap(); })); Thread.Start(); @@ -65,7 +65,7 @@ namespace FirstPlugin.Forms { Thread = new Thread((ThreadStart)(() => { - textureBP.Image = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + textureBP.Image = Toolbox.Library.Imaging.GetLoadingImage(); textureBP.Image = ((FTEX)ftexCont.ResourceNodes[texture.Name]).GetBitmap(); })); Thread.Start(); diff --git a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.resx b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.resx index ef7d8555..c651fe5f 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.resx +++ b/Switch_FileFormatsMain/GUI/BFRES/Texture Sampler/SamplerEditorSimple.resx @@ -117,214 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 - JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAADAFBMVEXMzMzNzc3Ozs7Pz8/Q0NDR0dHS - 0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm - 5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6 - +vr7+/v8/Pz9/f3+/v7///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACDTbOhAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRF - WHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjIx8SBplQAAK8tJREFUeF7t3Qlz21iSBGDZOnifAEiABHif - Ou2e///ftu3OrBILitBMrzzjtvOLaHcHkqsCHnMghfdRuIqyp39d+JIgoM4eCXzdIjCrr4jg3EZAySMS - eMoR0HV4wb9WN0hoGWYc+wioi4D+yBDQzRkJLRtI4DpHQI8dJNT9goTSz0igtUFAu3Adn+KMf4WTuBqF - 0/xaIKBGmPHHGYGZvyCChwEC6t8jgS8VAnP8AxHsmggoD0txj+Pu/WIdkMDXHQLz+xQrvGM/R7Fq7+kH - FOukYpGKZVQso2IZFcv9M4p1+wHF+il/xlKxjO5YTsUiFcupWKRiORWLVCz3vymWfsYiFcuoWEbFcvpW - SCqWU7FIxXIqllGxjIpl9BekRsVyumORiuVULPqFi5UFeVldKHMENJ0jgXKGwMyQ0HyCgN6dkYUXVPUZ - 4RXzKQKaIqD6jHAd1ax2mgiodh3TeJpxxiQuRe06CgSmNiMud4GAajPmCEwRl7u2Vu/NqK1VbSnijPnV - U1C2bi80KgS0HSCBuyECk9whgu4OAVVhRqtAQPdtJJSckVAaZvTWCOBxi8DMkdC5i4DSAxK4LxBQa4uE - NuEkbqt7JLAfI6BBuI6HGQJzfEQEyw4CuMsR0HGEhDoIzKSBBNorBLQOMxoZAtNDQsOwVk9FmNG5wq3L - VLe4ucHnBQI6dJHApz4CM0JCrSMCWoQZNwUCer5DQqNnJDT+hAQ6WwTwxx6BKZHQUwsBJeEbwvMMAd2G - HwL+tQ/f+a4W4ZvOOX7T6YXr+BJnXN2Hbzrr8E2n9s2z9o2ticBMrpHAXfwGvQ0zPqcITPxhJn7z/FcR - lqKhYhkVi1Qsp2IZFcuoWE7FIhXLqVikYjkVi1Qsp2IZFcuoWE7FIhXLqVikYjkVi1Qsp2IZFcuoWE7F - IhXLqVikYjkViz6kWF+CsvH5wm2FgPY9JHAz+H745fuf342vEUFnj4CqJhJoFAjoMbzg8/gBCSU3SKC7 - QQAvOwSmREIPbQSUnJDAY4GAmvE6duEkPldPSOA4RED9cB3PMwTm9Gohv1mF07zJXy/1n05xRhuBmdwi - geYaAW3CjNsMgemEt3QQ1upLEZaidZUEebW4UE0R0GSOhOYIzAwBlRkCmsYZBQJKwwsWsxQJ1WbUThOB - yRFQWiKgWTjNNEdA1QQJTeJpTsNpZvE043XUZixqaxVPM15HFt+PEoEpwmmWtesIM2rvR1J7z+NpxtqU - uHM5bU0mfZjCac+70Z53o2IZFcuoWE7FIhXL/TbF0gdWjYrldMciFcupWKRiORXLqFhGxTIfUSz9jEUq - ltEdy6hYTsUiFcupWKRiuV+lWPp7LKNiORWLVCynb4X0CxerE0y3hwv7CQIaLZHQAoGpENB6hIAmYcYu - R0C98IJD1UNCJQJaJQhohMBMEVB/jYDKARLo5QhoG69jvEdCky4SGMalWIbr6MYZh3ASnXSDAPYFAhos - kNAGgZntkMAmrlUSZ8wRmLhWyyECKsJSbK7i2swH3Qu9OQJajpFAL/l++NXXyXqIYLRCQHFGv0BA2yES - ymLT4oxxWN79EoGZIaHajElYvW2BgAbxOpbhJLrz8BauUwSUxP9JxRnddXhDqnCaf9b98hW1GUMEZtpH - ArW6L+KMKQIzQkJJbFoRlmKoPe9Ge95JH6ZwKpZRsYyK5VQsUrGcikUqllOxSMVyKpZRsYyK5VQsUrGc - ikUqllOxSMVyKpZRsYyK5VQsUrGcikUqlvttihU32qhYr6hY9LPesb4G5d2nCzcLBHToIYHPfQRm9BkR - tA8IaBFm3BYI6KmBhEaPSCgJMzpbBPBlj8CUSOixjYCSMxJ4miGgRryO3TUSqp6RwGmIgPpPSOAlzvgU - TuLrqoUArnMEdI4zmgjM5AYJNNYIaNtEAtcpAhPXqh9PswhL0bza7i7Nhv0LgzkCWiRIKP1++NXXmSCg - 8RIBzcOMYYGANiMklG2QUJyRVAhgu0BgZkhoPUZAkxUS2BQIaLhAQvUZ4TSXKQJKwwtqM/qr8IaUcSny - 10v9p1WcMUJg8gESGIW12lVhxmCKwMS1SsNa7Yo4A3cup63JpK3JTnvezX+lWPowBalYRncso2I5FYtU - LKdi0W9crJdasfZI4OsWgflnFOsDPrDa+yl/xjojMB9QrKPuWKQ7ltG3QqNiGRXLqVikYjkVi/6NYv2U - P2OpWEZ3LKdikYrlVCxSsZyKRSqW+8+LpV+8ZlQspzsWqVhOxaJfuFirYJaMLoxnCKjKkNAEgZkgoLRC - QHFGUiCgZXjBaLJEQlMElJYIqERg4nUsUwQ0WSCBZYGAkngd5RgJzcJpVnEpsvCC2oxRnDGPS5EjoEVt - uRGYPJxmMkdAZXzP44xVXKssrNWqiDNqW5OrsN38ur41GQm8sTU57Edv1bcmI4E3tiYjoVHY0vs1CfeG - uDX5a9zzXt+aXNvzHrcmx3vDXbyOfdhMflXfmoyAaluT44yr+tZkBPA5bk2+DzM+tRCYSbhNvrE1GQlc - ZwhMO7ylb2xNRgJNfZjC6MMUpE/pOBXLqFhGxXIqFqlYTsUiFcupWKRiORXLqFhGxXIqFqlYTsUiFcup - WKRiORXLqFhGxXIqFqlYTsUiFcupWKRiORXL/CTFOgfzbutCp0RA6xESaI8RmBQJ9TcIqAwzugUCOvSQ - UHpAQlkbCQyXCGiNwMwR0GGAgLIdEjgUCKi7RkLrcBKt8ogEtgkCGoXrOMUZrXAS50UfAbRzBLSLM/oI - zLSDBHoLBLSMMyYITFyr8RYBFWEp+lftYLI7XthnCGi0QgKHJQJTHRDBZoiA4oxdjoC6WyRU9ZBQGWas - EgTQGSEwUyTU2yCgcoAEujkC2o6Q0DicxHHSRQLDBQJahuvoxBnHQQcRpOE0DwUC6scZGwRmtkcC27BW - 7XGYsZ8jMGsktAxr1S7ie447l9PWZNKHKZz2vBvteTcqllGxjIrlVCxSsZyKRSqWU7HMu8XSJ6GNiuV0 - xyIVy6lYpGI5FcuoWEbFMh9RLP2MRSqW0R3LqFhOxSIVy6lYpGK5X6VY+nsso2I53bHoZy1WEuTV4kI1 - RUCTORKaIzAzBFROENA0zsgRUFoioVmKhN6dMUFg3p+RIYE0R0BVbUa4jsU0nGYWT3MeXlCbsQgnkUzj - aRYIKIvvR4nAFOE0y9pbGmZUcUYST2IeTzPWprx6DMrW7YVmhYC2AyRwN0RgkjtE0N0hoKqNBFoFAjqH - F9wmZySUhhn9NQLaIDBzBHTqIqD0gATOBQJqb5HQpoGEynsksB8joGG4jocZAhNO4nEZTrORI6DDCAnc - dRGYaRMRdFYIaB1nZAhMLyz3MJ5mEZaioz3vRnveSR+mcCqWUbGMiuVULFKxnIpFKpZTsUjFciqWUbGM - iuVULFKxnIpFKpZTsUjFciqWUbGMiuVULFKxnIpFKpZTsUjFciqW+UmK9RSUrZsLjQoB7fpI4HaIwCS3 - iKC7Q0BVmNEsENB9GwklZySU3iGB3hoBbRHQbYmAzl0klB6RwH2BgFrxOrbhJG7KBySwHyGgwT0SeIgz - bsJJPC07COAuR0DHMOO2g8BMG4igvUJA6zCjkSEwvfCWDg8IqAhL0bnKoyLCcYPDDscNDjscdzjucNzg - sMNxg8MOxx2O0+wDThOHHY4bHH4FgcFhg8MOxx2OGxx2OO5w3OCww3GH4w7HDQ47HHc4bnDnctqaTNqa - 7LTn3fxXiqUPU5CKZXTHMiqWU7FIxXIqFqlY7lcplj6walQsp2KRiuX0rZBULKdiGRXLqFhGxTIqlvs5 - iqWfsUjFMrpjGRXLqVikYjkVi1Qs96sUS3+PZX5Isa6D7P75wmOKgHpbJPC0QWCWT4jg0EVA6RkJ3OcI - 6O6EhJYNJFSFGfshArjpITATJNQ4IqBFGwnc5Qjo3ENC/UcklN4igc4KAW3CddzGGc8tJDQOp/lUIKDW - GgkdEZj5AxI4jRDQMMx4LBGYPRLahLW6zsNSnOq/eK19d6H+i9eGSKAxQmCSBiLoxV9YFme04y9eO3WQ - UHJCQmmYEX/x2sMGgan94rUeAqr/4jUE1Kn94rUmEirD71XbjRHQMFzH/QyB2T8ggkUXATRrv3gtznjj - F68hgc4SAa3ijNovXusjodEeARVhRld73o32vJM+TOFULKNiGRXLqVikYjkVi1Qsp2KRiuVULKNiGRXL - qVikYjkVi1Qsp2KRiuVULKNiGRXLqVikYjkVi1Qsp2KRiuVULKNiGRXL/TLFWgWzZHRhPENAVYaEMgRm - goDSCgHFGUmBgJbhBaPJEgnVZpQIqERg4nUsUwQ0XSCBZYGAkngd1RgJ1dYqnmYWryPOGIWTWM3DaY7j - Wi3ijASBycNpJnMEVMYZUwQmrlUWT7M24wq/2s9kYXfnQ4qA4g7Sxw0CU9tB2kNAcQfpOUdAjfoOUiRU - hR2LuyEC6iOgpwkCah6QUBV+P2Uj7u48xesYhK2Zz1n4hYnd+g5SJFDfQRp/SeY4nOZj/OWS7bCD9OmA - wNR3kCKguIP0oURg9uEtjb9c8ibuID3izuX0YQrShymcPkxh/ivF0ocpSMUyumMZFcupWKRiORWLVCz3 - qxRLH1g1KpbTHYtULKdikYrlVCyjYhkVy3xEsfQzFqlYRsUyKpbTt0JSsZyKRSqWU7GMimVULKO/IDU/ - pFjLYJaOLyQzBFRmSCCZIDDTBBFkJQKKM9ICAVXhBeNJhYTyOGOOABZzBFS7jipcx3gaZixyBJTG6yjD - SYyLBRIoJwgoXkdtxjheaO39yBFQFWYkGQIT1yoNa7WcvzdjmYUv8e77kV59Dcq7TxduFgjo0EMCn/sI - zOgzImgfENAizLgrENBTAwmNHpFQEmZ0tgjgyx6BKZHQYxsBJWck8DRDQI14HftrJFQ9I4HTEAH1n5DA - S5zxKZzE11ULAVznCOgcZ7QQmMkNEmisEdA2zkgRmA4SGsTTLMJSNLXn3WjPO+nDFE7FMiqWUbGcikUq - llOxSMVyKhapWE7FMu8WK/7Nl4r1iopFumM5FYtULKdiGRXLqFhGxTIqllOxSMVyKhapWE7FMiqWUbGM - imV+SLGOwbzXudAtEdBqjIQSBCZFQMMVAir7SKBXIKB9eEEn3SGhDAGNlghohcDMEdBugICyDRLYFwio - H69j1UVC8z0SWCcIaByu4xBndMJJHKtwmt0cAW3jjAECMw2n2V8goGWcMUFghkgoiadZhBmDq34wXW8v - bKYIKFkgoQqBKRHQMkFAkzBjnSOgYXjBthwioTkCWqYIYJAgMPE6hksENB8hgWGOgFbxOtINEpoMkMA4 - LkUVrmMQZ2zDSfSzcJqbAgGNKiS0RGBm4TRXGQJKV0hgM0Ng4lpVYwRUxBm4cznteSfteXfa825ULKNi - mX9KsfRhClKxjO5YRsVyKhapWE7FIhXL/SrF0gdWjYrldMciFcupWKRiORXLqFhGxTIfUSz9jEUqltEd - y6hYTsUiFcupWPQ7FevxjwsvtWLtkcCXLQKz+ooIzvENScKMWrFuHpBQrViLL0jgGBbrUxcBfY3Fuj0h - oWVYrJscAT2ELY5XvRcklIYtda0NAorF+hxn/FEvFgL4Ui8WEjojMPNnJPAwRED9eyTwUivWMbylcWvg - VR6W4v6qG0y3+wu7CQIaLZHQAoEpEdB6hIAmGySwzRFQL7xgX/aR0BwBrRIENEZgpgiov0JA5RAJ9HME - tBkjofEOCU17SGBYIaBFuI5enLEPJ9HN1ghgVyCg2ow1AjMLp7lJEVASZ8wRmLhWi3iaeZix1tZko63J - pD3vTsUyKpZRsZyKRSqWU7FIxXIqFqlYTsUyKpZRsZyKRSqWU7FIxXIqFqlYTsUyKpZRsZyKRSqWU7FI - xXIqFqlYTsUyKpZRsdwvUyxszDJlrVgIqF4sBGYU3vTWEQHFYt3OEFC9WE9IKKkVCwF8rRcLCb1RLCTw - HLfU3R2QUK1YVdjudopvej/suatt27u6D1vqVrViIaD7WrEQmHqxENA27C78nCIwtWKF7Yd/1IuVBfm8 - vJQjoOkMAc0QmPiC+RQB1WYUCGgSXzCbIKF3Z0wRmHgdtRlFmDHJEdDfmFFbq3gdcUYZXzB9d61qS4HA - FAiofh3vzcjefT9qa4WCOe15J+15d/owhVGxjIplVCyjYrnfp1hhNVUso2I53bFIxXIqFqlYTsVyKhb9 - U4ul3+hnVCynOxapWE7FIhXLqVhGxTIqlvmIYulnLFKxjO5YRsVyKhapWE7Fol+4WDd/uv32xzd//kd2 - frrwkCL47vb2pr9FAo/rv5Lvf37/9/IRERx6TPDv9IQEzvlfgb2iEV7wtGz+FXz/80+3VZixGyL46183 - t30EZsIE/27tEdCigwSvaOYI6NT/K7BXDB6QUNb4K+ALuisEtGnaCX7/8y7OeGr7Knz/c3xAAI8Fvzhe - 0V4joYONx3/Mw2meRv6K7/8eHpHAQ8mE/45rtfm2Vq9fkYcZx6tzMO+2LrRLBLQeIoH2GIFJkdBgg4DK - MKNbIKBjDwmlBySUtZHAYIkATisEZo6E9n0ElO2QwKFAQL01ElqFk2iVRySwGSOgUbiOY5zR2p4QQRVO - sz1FQLsECfURmGkHCfQWCGgZZ0wQmAESGm8RUBGWoq8970Z73kkfpnAqllGxjIrlVCxSsZyKRSqWU7FI - xXIqllGxjIrlVCxSsZyKRSqWU7FIxXIqllGxjIrlVCxSsZyKRSqWU7FIxXIqllGxjIrlfpliLYNZmlya - IaBygoAmCEx8QVYioDgjLRDQIp7EtEJCUwSUzRFQicDUZmQIKM5YFAgojddRmzFbIIH6WoUX1GYk8UJn - 8TRzBFTVlhuByRFQGtdq/t6MZXzBJJ5mnJFdNYLJ4f7CKUNAgzUSOK8QmMUZEewGCCgLM445AmqHF9wv - 2kioCjM2IwTQHCIwEyTU2SGgqocE2jkCOsTrGJ6QUNZCAv0lAlqH62jFGffdJiJIwmmeCwTUjTN2CMws - nOZ+jIBGeyRwKhGYLRJahbVq5OH9qH3D0J53oz3vTh+mMCqWUbHMP6VYYTVVLKNiORWLVCynb4WkYjkV - y6lYpGI5FYt+42LpN/oZFcvpjkUqllOxSMVyKpZRsYyKZT6iWPoZi1QsozuWUbGcikU/a7Gug+z++cJj - ioB6WyTwtEFglk+I4NBFQOkZCdznCOguvOB52UBCizBjP0QAN30EZoKEmgcEtGgjgUaOgM49JNR/RELp - HRLorBDQJlzHbZzx3L5BBOMjAngqEFB7jYSOCMz8AQmcRghoGGY8lgjMHgltwlpd52EpTld5VMwuFDjs - wgvqryj+0y/xN2bkCOhvvOADZry/FAjo3RfMcNyFVxTvfYn6C2qvwGHzb7xh778CCRTammy0NZm0592p - WEbFMiqWU7FIxXIqFqlYTsUiFcupWEbFMiqWU7FIxXIqFqlYTsUiFcupWEbFMiqWU7FIxXIqFqlYTsUi - FcupWEbFMiqW+2WK9RjMW7cXmhUC2g6QQGOIwCR3iKC7RUBVGwm0CgR07iCh5ISE0gYS6K8QwMMGAd3N - kdCph4TSAxI4FwioHa9jE07itrxHArsRAhqG67iPM24PD4hg0UUAjRwBHcKMuy4CM2kigs4SAa3CjGaG - wPTCWzrcI6AiLEXnqhNMtocL+wkCGq2Q0AKBqRDQeoSA4oxdjoB64QWHqoeESgS0ShBAd4zATJFQf42A - ygES6OUIaBuvY7xHQpNwmsMFAlr2kUA3zjiEk+ikGwSwLxDQIM7YIDCzcJqbFAElccYcgYlrtRwioCLO - wJ3Lac87ac+704cpjIplVCyjYhkVy/0+xQqrqWIZFcvpjkUqllOxSMVyKpZTsUjFcioW/cbF0m/0MyqW - 0x2LVCynYpGK5VQso2IZFct8RLH0MxapWEZ3LKNiORWLftZidYPpZn9hN0FA4yUS2C2+H+59//O7Egmt - xwhoEmZscwTUDy/YVwMkFGesUgTQGyMwUyQ0WCGgcogE+jkC2sTrSHZIaNJHAqMKAS3CdfTijP3w1UJ+ - k60RwK54vdR/GsYZawRmtkUCm7BW3STOmCMwca0WYa26RViK9dWXl5eX7//gP8q7zxduKnvFX6/a95DA - dd/Tv/4ZXyOC9uFb8OoVVQMJ3BV/BfaKxyYSGj/4//n3P5Iwo7tBin9edghM+Sr99s9DGwElpz+DV694 - LBBQY4+Qr9iFk/hcPXn47Y/jEAENHpn+9c9znPH5/Cr99s8qnOZ1/j3wV5zijJaHf/3H5BYJNNf+iu+v - 2rSQwE32Kv3+TwcJDf5cq4tXFDdIoKU970Z73kkfpnAqllGxjIrlVCxSsZyKRSqWU7FIxXIqllGxjIrl - VCxSsZyKRSqWU7FIxXIqllGxjIrlVCxSsZyKRSqWU7FIxXIqllGxjIrlfplipUFeLS5UUwQ0mSOBaobA - zMKXKCcIaFoigTJHYMILFrMMARVhxrw2AwFVcUb2/gwEVLuOSTiJRW3GDAHV1irOWMSTiGtVFQgozqhK - BCauVVl7S9+bkZZxueNpxtqUV9iYZbL7lwtPKQLq7pDA8waBWT4jgmMXAaVhxkOOgG7PSGgVth9+XoQZ - +wECuO4hMBkSahwR0CJsd7vLEdB92OL4uf9tX99radhS11kjoG3cRhlnvLTC5sHxty11r9S2BrbijBMC - M39EAufa9sMw46lCYA5IaBN3SeZhKU64cznteSfteXf6MIVRsYyKZVQso2K536dYYTVVLKNiOd2xSMVy - KhapWE7FcioW/VOLpV+8ZlQspzsWqVhOxSIVy6lYRsUyKpZRsYyK5X6OYoXVVLGMiuV0x6IPKVYrmOzP - F44ZAhqukcBpicBUJ0SwHSKgLMzY5wios0NCVRcJlWHGeoyAhgjoNEFA3Q0SKvtIoJMjoF28jtERCWUd - JDBYIKBVuI52nHEOJ9FKtwjgWCCgXphx2iIwswMi2CUIaBxnzBGYTVjuZTzNIizF7moTzMaDC8MZAqpS - JDBMEZjJEBEkCwQUZ4xyBLQKLxhMVkioNqNEQBUCE6+jPmOJBFYFAhrF66jCSQxmaySwyBBQFq5jHWcM - wklsygQBDONaLeOMMQIzDac5jmtVxvd8isAk4Uuk8TSLOENbk422JpP2vDsVy6hYRsVyKhapWE7FIhXL - qVikYjkVy6hYRsVyKhapWE7FIhXLqVikYjkVy6hYRsVyKhapWE7FIhXLqVikYjkVy6hYRsVyv0yxdsFs - 0LvQnyGgZYIE+ikCk/URwWiJgOZDJDAoENAmvKCXbZDQJMwYVwhogYBq17EZIaHJGglsCgQ0jNexCGvV - m22RwCpDQEm4jm2c0VshoTKcZj9HQOsUCY0QmDyc5jCuVRVnTBGYMRJK42nm4f0YXt0E2fn5wkOKgHpb - JPC0QWCWT4jg0ENAaZhxnyOgxgkJLRtIqAozdkME1EdgJgioeUBAizYSaOQI6NRHQoNHJJTeIYHuCgFt - mkjgNs54DidxMw6n+VggoPYaCR0QmPkDEjiNENDwiAQeSwRmH5Z700FAeViKI+5c7rfZ865PQpv4jU0f - pnD6MAWpWE7FcioWqVhOxSIVy+lnLFKxnO5YpGI5FcupWKRiORWLfuNi6e+xjIrldMciFcupWKRiORXL - qFhGxTIfUSz9jEUqltEdy/yQYn0KsocvF55TBNTdIYGXDQKzfEEEpw4CSsOMhxwB3d4jodUtElqEGYcB - AvjcQ2AyJHR3RECLFhK4zRHQfRcJ9Z6RUHqDBNprBLQN13EdZ3xpfUYEoxMCeC4QUDPOOCEw8yckcD9E - QIMzEngqEZgDEtqGtfqUh6U4X+VBMQtw3MVXFDhuivCK2gtyBFTUXoHAvP8lcNghoPoL3r8OBPQjvkR8 - wd9ZbgT0/7+Od1/wxisQUKGtyUZbk0l73p2KZVQso2I5FYtULKdikYrlVCxSsZyKZVQso2I5FYtULKdi - kYrlVCxSsZyKZVQso2I5FYtULKdikYrlVCxSsZyKZVQso2I5FYtULKdiUeOqEUyO9xdOGQIarJHAeYXA - VGdEsBsgoOyABI45AmrtkdCijYTijM0IAQ0RmAkCam8RUNVFAu0cAR3idQzDSdxnLSTQXyKgVbiOVpxx - 30NCyQ4BnAsE1I0zdgjM7IQE9mMENA7LfZojMHGtVvE08zgDBXPZ4x8XXmp73vdI4OsWgVl9RQTnuFc8 - CTPqe94fkNAbe96RQH3POwL6Gve8356Q0DL87/YmR0AP8Tp6L0goDfeG1gYBxT3vn+OMP+p73hHAl/qe - dyR0RmDm4TQfhgiof48EXmp73o9I6I0970jgN/4whT4JbeI3Nn1Kx+lTOqRiORXLqVikYjkVi1Qsp5+x - SMVyumORiuVULKdikYrlVCz6jYulv8cyKpbTHYtULKdikYrlVCyjYhkVy3xEsfQzFqlYRncs80OKNQqm - y/WF1RQBpRUSWJUIzHyFCBYpAoozljkCGi+Q0HyMhGZhRpUhoAwB1a5jHK5jPUuQwDhHQLXryMJJrKfh - NNMSAZXxOuKMdTiJ0SQsxapAQEmcsUBginCaywkCyuKMGQJThS9RxtPM43t+dQ7mneaFdomANkMk0Boh - MEkLEfQ3CKjsIoFOgYCO4QXN9ICE0jBjsERAawRmjoAOfQSU7ZDAsUBA3Xgd6zYSKk9IYJsgoFG4jlOc - 0QwncV6E02zlCGg3RkI9BGYaTrMX12rZQwLtDIGJazWOp5nHGdqabLQ1mbTn3alYRsUyKpZTsUjFcioW - qVhOxSIVy6lYRsUyKpZTsUjFcioWqVhOxSIVy6lYRsUyKpZTsUjFcioWqVhOxSIVy6lY5icp1tegvMMz - M+FmgYD2PSRw3UdgRuEhoe0DAlo0kMBdgYCemkho/IiEkmsk0N0ggC87BKZEQo9tBJSckcBTfJZpY4+E - duEkPlXPSOAYn2XaD9fxPENgzl8QwSo8y/Q6R0DnOKOFwEzCc1+bawS0CTNuUgSmE97SwQkBFXHGVRHh - iZkOxw0OOxw3OOxw3OG4w3GDwwaHHY47HHc4bnDYTREYHHc4bnDY4bjBYYfjDscdjhscdjhucNjhuMNx - g8OvICAcfQWBwWGH4w7HDe5cTluTSVuT3Q/Y8/7Gb/RDAm/9Rj9E8HMW6wM+sNr7KT9M8cZv9EMEf6NY - x48vlu5YRncso2IZFcuoWE7FIhXLqVhGxTIqlqkXK6ymimVULKc7FqlYTsUiFcupWE7Fon9qsfQb/YyK - 5XTHIhXLqVikYjkVy6hYRsUyH1Es/YxF9WLhQYZmcny48MaDMJFA/UGYi3tEsOsjoOyABOoPwgwveHjj - QZhIYFt7ECYCqj8Ic4eE6g/CRED1B2GekFB8EGZviYDW4TqaccZDOIlGEk7zjQdhIoG3HoSJCA7xQZij - PRJ460GYiKD+IMzwfuyvNsFsNLgwnCOgRYoEhikCMxkigmSBgOZhxqhAQOsxEpqskVBtRoWAKgRmhoDW - CQKaLJHAukBAo3gdVTiJwSyc5iJDQGl4QW3GIJzEpgxLMcwR0DLOGCMweTjNcYmAqjhjisDEtcriaRZx - hva8G+15J32YwqlYRsUyKpZTsUjFcioWqVhOxSIVy6lYRsUyKpZTsUjFcioWqVhOxSIVy6lYRsUyKpZT - sUjFcioWqVhOxSIVy6lY5icp1h9BvVgIqF4sBGYU3vTWEQEtQm9uCwRUL9YTEkpqxUJA9WIhoDeKhQSe - 45a6uwMSqhWrekECp3qxkMBbxbpULxYCuq8VC4GJxWpsEFC9WAhMrVhnBFQv1vn+Uv1BmAgoPgizOfp+ - +NXXiQ+p7G8QUP1BmAio9iDM5ICEstqDMBHAGw/CREJvPAgTCbzxIEwktA4n0SxPSGAbH1I5Ctfx1oMw - EcEiPKSylb9e6j/VH4SJwMQHYXbDWt2v4owJAlN/ECYCKsJS9FAwp63JpD3vTnvejYplVCzz3yiWPrBq - VCynOxapWE7FIhXLqVhGxTIqlvmIYulnLFKxjO5YRsVyKhapWE7FIhXLqVhGxTIqltFfkBoVy+mORSqW - U7FIxXIqllGxjIplPqJY+hmL6sWaB8UkKBDQbIqAcgQmR0DTGQIqwpeYxhnz//+MGQLz/oz4JeKMyX88 - 4/21qi33e2tV+xKz2lIgMLUXxNN8d8b7axWvY3r1EpSN6wu3FQLa9ZHAzQCBGd8ggs4eAVVNJNAoENBD - eMH1+AEJJWFGd4MAnncITImEHjoIKDkhgYcCATXjdWxvkVD1iAQOQwQ0CNfxNENgwkm8rNoI4CZHQKc4 - o43ATMJpttYIaBNm3GYITBcJDY4IqIgz9GEKow9TkD6l41Qso2IZFcupWKRiORWLVCynYpGK5VQso2IZ - FcupWKRiORWLVCynYpGK5VQso2IZFcupWKRiORWLVCynYpGK5VQs85MUC0/ENGX77kKzRECbIZLvGneN - EQKTNBBCb4uAyg4SaBcI6BRecJfEZ5mmf82wSf0VAtogMHMEdOohoDQ+Z7RAQJ0NEto0kVAZnjO6GyOg - +EzW+zjjLpzEwzKcZu2ZrIcwo9FFYKYtRNCJz31ddZFAM0Ng+q/e0m//GZ/J+lCEpehe4YmYZrrCMzNh - PUFA8Vmm69qzTOfxOaPx+ZxxxipHQKP4AM/4TNb6jPCc0fpzX6dIqPa81Hl4zuio9izT8GzZ2vNSN9P4 - 3Nfas0zj82vjjM04fInac1/jWtWel7pEYIpwmrVnssbnpa5nCEzt2bLxLc3jDNy5nLYmk/a8O+15NyqW - UbHMf6NY+sCqUbGc7likYjkVi1Qsp2IZFcuoWOYjiqWfsUjFMrpjGRXLqVikYjkVi1Qs96sUS3+PZVQs - pzsWqVhOxSIVy6lYRsUyKpZRscwPKVY/mK63FzYTBJQskFCFwJQIaDlGQJMwY50joOEKCZVDJDRHQMsU - ASUIzBQBDZcIaD5CAsMCAa0SJJRskNBkgATGcSmqcB2DHIGJa5WF09zEtRpVSGiFwBThNFcZAkrDcm9m - CEztPQ9r1c/jjCs8etX83Uf3vpIgoA94dG96RELx8cCDFQKKj+5txEf3HmuP7t0jgR/y6N5wHefao3vD - Sbz16N5L+//Fo3tH8dG9ee3Rvbh1Ge15J+15d/GHmfjNUx+mcCqWUbGcikUqllOxSMVyKpZRsYyKZVQs - o2I5FYtULKdikYrlVCyjYhkVy6hYRsVyKhapWE7FIhXLqVhGxTIqllGxzA8p1pegbHy+cFshoH0PCVwP - EJjxNSJo7xFQFWY0CgT02ERC4wcklIQZ3Q0CeNkhMCUSemgjoOSEBB4LBNSM17G7QULVExI4DhFQ/xEJ - PMUZn08viGAVTvMmR0CnOKOFwExukUBzjYA2LSRwmyEwnbDcg7BWX4qwFK2rKiiy9EJWIKD5FAlNEZg8 - fInJHAG9O6MML0inJRLKEdBkhoDmCExtxgQB5WFGGWdk8Trm8TTfX6v3ZqRxxizOyBFQbcYEgYnvRxbX - ahaWIoszqrhWtfcjvqUT3LmctiaTtiY77Xk3KpZRsYyKZVQs988olj4JbVQspzsWqVhOxSIVy6lYRsUy - Kpb5iGLpZyxSsYzuWEbFcioWqVhOxSIVy/0qxdLfYxkVy+mORSqWU7FIxXIqllGxjIplPqJY+hmL6sU6 - ni7Ne+0LnTkCWo+Q0Pj74VdfJ0VAgzUCKsOMXoGA9n0klO6RUNZBAsMlAjiuEJh4HfsBAsq2SGBfIKBe - vI5VOIl2eUACmwQBjcN1HOKM9ja8IVVYik7+eqn/tI0z+gjMtIsE+gsEtIgzJgjMEAmNw1qdirAU/as/ - grjn/XqBgOp73hGYUdiP3joioEXY0n5bIKD6nvcnJJTU9rwjgK/1Pe9I6I0970jgOd4b7g5IqLbnvXpB - AqchAuqF63hrz/ulVbg3fM4R0H28/zQRmLjnvbFBQHHP+3WKwMTvOf0zAtKHKYw+TGH0KR2nYpGK5VQs - UrGcimVULKNiGRXLqFhOxSIVy6lYpGI5FcuoWEbFMiqWUbGcikUqllOx6H9SrPj/tlaxXlGxSHcsp2KR - iuVULKNimXqxdsE8PgN0joCW8TmjKQITH+A5XiKgOGNYIKBNfIBntkZC8VmmSYUAtgsEZoaENrXnvq6Q - wKZAQMN4HYtwEv35BgnUnvuahhds44x+OIldGU5zkCOgVW25EZg8nOYorNUuPi91MEVg4lql8TSLOOMK - T8Q0kwOemQmnDAEN10jgvEJgFmdEsB0goCzMOOQIqF17zmh47muzCjM28TmjQwR0niCgzhYJVeE5o+3a - s0zjs2WH4YGq91l4lmm/9izTcB2156Xeh5NoJuFZpqf4TNZemHHeITCz8FjXfXwEbnxe6qlEYLZhueMz - WZtFWIratmJtTTba8+60592oWEbFMiqWUbHcP6NY+iS0UbGc7likYjkVi1Qsp2IZFcuoWOYjiqWfsUjF - MrpjGRXLqVikYjkVi1Qs96sUS3+PZVQspzsWqVhOxSIVy6lYRsUy9WLlQRHhuMHhVxAYHH4FgcFhg8MO - xw0Ov4LA4bjBYYPDDscNDr+CwOE44ajDcYPDDsdfQWBw+BUEBocNDjscNzjscPwVBAaHDQ6/goBw1OTv - PhP65gOeCX1AQPGZ0HfvPxM6PEv5hzwT+owEas+Ebnz8M6GfZwhMfNjyu8+EPn/8M6Fv6s+ERkL/xjOh - cesy2vNO2vPu4g8z8ZunPkzhVCyjYjkVi1Qsp2KRiuVULKNiGRXLqFhGxXIqFqlYTsUiFcupWEbFMiqW - UbGMiuVULFKxnIpFKpZTsYyKZVQso2KZH1Is/D4jM+80LrRKBLQZIoHmCIFJmoigv0FAZZjRKRDQqYuE - kvArnu7TMGOwQkBrBGaOgI59BJSFX8p1KhBQJ17HuoWEyvhbosYIaBiu4xxnNGq/GayHAJq139oVZ/QQ - mGk4zW7tt3aFGa0JAhPXKv5Grfv8ckaj93+veSuXxEAIUwAAAABJRU5ErkJggg== - - 184, 17 diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.Designer.cs index 234c0103..438c9b7a 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.Designer.cs @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.samplerNameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOK = new Switch_Toolbox.Library.Forms.STButton(); - this.constantChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.samplerNameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.btnOK = new Toolbox.Library.Forms.STButton(); + this.constantChkBox = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -129,11 +129,11 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox samplerNameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnEdit; - private Switch_Toolbox.Library.Forms.STButton btnCancel; - private Switch_Toolbox.Library.Forms.STButton btnOK; - private Switch_Toolbox.Library.Forms.STCheckBox constantChkBox; + private Toolbox.Library.Forms.STTextBox samplerNameTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnCancel; + private Toolbox.Library.Forms.STButton btnOK; + private Toolbox.Library.Forms.STCheckBox constantChkBox; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.cs index c6f65cc7..bc8ae497 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddSamplerKeyGroup.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.Designer.cs index a77f7583..2708d398 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.textureNameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.currentFrameCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.maxFrameCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOK = new Switch_Toolbox.Library.Forms.STButton(); + this.textureNameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.currentFrameCountUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.maxFrameCountUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.btnOK = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.currentFrameCountUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxFrameCountUD)).BeginInit(); @@ -174,14 +174,14 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox textureNameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnEdit; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.NumericUpDownUint currentFrameCountUD; - private Switch_Toolbox.Library.Forms.NumericUpDownUint maxFrameCountUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STButton btnCancel; - private Switch_Toolbox.Library.Forms.STButton btnOK; + private Toolbox.Library.Forms.STTextBox textureNameTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.NumericUpDownUint currentFrameCountUD; + private Toolbox.Library.Forms.NumericUpDownUint maxFrameCountUD; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STButton btnCancel; + private Toolbox.Library.Forms.STButton btnOK; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.cs index fbd2d1f6..d5c27542 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/AddTextureKey.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.Designer.cs index 18636dc4..73609619 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.Designer.cs @@ -32,47 +32,47 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BfresTexturePatternEditor)); this.splitter1 = new System.Windows.Forms.Splitter(); this.timer1 = new System.Windows.Forms.Timer(this.components); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); this.splitter3 = new System.Windows.Forms.Splitter(); - this.stPanel6 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel6 = new Toolbox.Library.Forms.STPanel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel8 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stToolStrip2 = new Switch_Toolbox.Library.Forms.STToolStrip(); + this.stPanel8 = new Toolbox.Library.Forms.STPanel(); + this.stToolStrip2 = new Toolbox.Library.Forms.STToolStrip(); this.addKeyFrameToolstrip = new System.Windows.Forms.ToolStripButton(); this.removeKeyFrameToolstrip = new System.Windows.Forms.ToolStripButton(); this.toolstripShiftUp = new System.Windows.Forms.ToolStripButton(); this.toolstripShiftDown = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textureFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.textureFrameUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.treeView1 = new System.Windows.Forms.TreeView(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stPanel7 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.activeAnimCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.frameCountUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.backgroundCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stToolStrip1 = new Switch_Toolbox.Library.Forms.STToolStrip(); + this.stPanel7 = new Toolbox.Library.Forms.STPanel(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.activeAnimCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.frameCountUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.backgroundCB = new Toolbox.Library.Forms.STComboBox(); + this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.loopChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.loopChkBox = new Toolbox.Library.Forms.STCheckBox(); this.animationTrackBar = new ColorSlider.ColorSlider(); - this.maxFrameCounterUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.currentFrameCounterUD = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnStop = new Switch_Toolbox.Library.Forms.STButton(); - this.btnForward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnPlay = new Switch_Toolbox.Library.Forms.STButton(); - this.btnBackward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.maxFrameCounterUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.currentFrameCounterUD = new Toolbox.Library.Forms.STNumbericUpDown(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.btnStop = new Toolbox.Library.Forms.STButton(); + this.btnForward1 = new Toolbox.Library.Forms.STButton(); + this.btnPlay = new Toolbox.Library.Forms.STButton(); + this.btnBackward1 = new Toolbox.Library.Forms.STButton(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -723,53 +723,53 @@ #endregion private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STPanel stPanel3; private System.Windows.Forms.Splitter splitter2; - private Switch_Toolbox.Library.Forms.STPanel stPanel5; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPanel stPanel5; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STPanel stPanel1; private ColorSlider.ColorSlider animationTrackBar; - private Switch_Toolbox.Library.Forms.STNumbericUpDown maxFrameCounterUD; - private Switch_Toolbox.Library.Forms.STNumbericUpDown currentFrameCounterUD; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.STButton btnStop; - private Switch_Toolbox.Library.Forms.STButton btnForward1; - private Switch_Toolbox.Library.Forms.STButton btnPlay; - private Switch_Toolbox.Library.Forms.STButton btnBackward1; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; + private Toolbox.Library.Forms.STNumbericUpDown maxFrameCounterUD; + private Toolbox.Library.Forms.STNumbericUpDown currentFrameCounterUD; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.STButton btnStop; + private Toolbox.Library.Forms.STButton btnForward1; + private Toolbox.Library.Forms.STButton btnPlay; + private Toolbox.Library.Forms.STButton btnBackward1; + private Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.Splitter splitter3; - private Switch_Toolbox.Library.Forms.STPanel stPanel6; + private Toolbox.Library.Forms.STPanel stPanel6; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Splitter splitter4; - private Switch_Toolbox.Library.Forms.STPanel stPanel8; - private Switch_Toolbox.Library.Forms.STPanel stPanel7; - private Switch_Toolbox.Library.Forms.STCheckBox loopChkBox; + private Toolbox.Library.Forms.STPanel stPanel8; + private Toolbox.Library.Forms.STPanel stPanel7; + private Toolbox.Library.Forms.STCheckBox loopChkBox; private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.NumericUpDownUint textureFrameUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; - private Switch_Toolbox.Library.Forms.STToolStrip stToolStrip1; + private Toolbox.Library.Forms.NumericUpDownUint textureFrameUD; + private Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STToolStrip stToolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.TreeView treeView1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STToolStrip stToolStrip2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STToolStrip stToolStrip2; private System.Windows.Forms.ToolStripButton addKeyFrameToolstrip; private System.Windows.Forms.ToolStripButton removeKeyFrameToolstrip; private System.Windows.Forms.ToolStripButton toolstripShiftUp; private System.Windows.Forms.ToolStripButton toolstripShiftDown; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STNumbericUpDown frameCountUD; - private Switch_Toolbox.Library.Forms.STComboBox backgroundCB; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STNumbericUpDown frameCountUD; + private Toolbox.Library.Forms.STComboBox backgroundCB; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripMenuItem imageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem adjustmentsToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.STComboBox activeAnimCB; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.STComboBox activeAnimCB; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem; diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.cs index d2639b9d..83776727 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/BfresTexturePatternEditor.cs @@ -8,9 +8,9 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library; using Bfres.Structs; namespace FirstPlugin.Forms @@ -337,8 +337,8 @@ namespace FirstPlugin.Forms private void UpdateAnimationUI() { - btnPlay.BackgroundImage = IsPlaying ? Switch_Toolbox.Library.Properties.Resources.PauseBtn - : Switch_Toolbox.Library.Properties.Resources.PlayArrowR; + btnPlay.BackgroundImage = IsPlaying ? Toolbox.Library.Properties.Resources.PauseBtn + : Toolbox.Library.Properties.Resources.PlayArrowR; } private void timer1_Tick(object sender, EventArgs e) @@ -697,7 +697,7 @@ namespace FirstPlugin.Forms pictureBoxCustom1.BackColor = Color.White; break; case Runtime.PictureBoxBG.Checkerboard: - pictureBoxCustom1.BackgroundImage = Switch_Toolbox.Library.Properties.Resources.CheckerBackground; + pictureBoxCustom1.BackgroundImage = Toolbox.Library.Properties.Resources.CheckerBackground; break; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.Designer.cs index 39be3df1..60bee1aa 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.Designer.cs @@ -29,10 +29,10 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrameTextureThumbnail)); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.textureNameLbl = new Switch_Toolbox.Library.Forms.STLabel(); - this.frameCounterLbl = new Switch_Toolbox.Library.Forms.STLabel(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.textureNameLbl = new Toolbox.Library.Forms.STLabel(); + this.frameCounterLbl = new Toolbox.Library.Forms.STLabel(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).BeginInit(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); @@ -100,9 +100,9 @@ #endregion - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STLabel textureNameLbl; - private Switch_Toolbox.Library.Forms.STLabel frameCounterLbl; + private Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STLabel textureNameLbl; + private Toolbox.Library.Forms.STLabel frameCounterLbl; } } diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.cs index 7ada88a9..602d3e0d 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/FrameTextureThumbnail.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.Designer.cs index 1b261647..b27505a8 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stCheckBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -179,15 +179,15 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STCheckBox stCheckBox1; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STCheckBox stCheckBox1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.cs index 585da760..4e13bb6f 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternInfoEditor.cs @@ -8,8 +8,8 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.Designer.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.Designer.cs index c9570f4f..8ba27ec3 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -165,14 +165,14 @@ } #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.cs b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.cs index 81002c8b..f035c7d7 100644 --- a/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.cs +++ b/Switch_FileFormatsMain/GUI/BFRES/TexturePattern/TexPatternMaterialEditor.cs @@ -8,8 +8,8 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Bfres.Structs; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.Designer.cs b/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.Designer.cs index e31180b2..e451b270 100644 --- a/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.Designer.cs +++ b/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.Designer.cs @@ -28,13 +28,13 @@ /// private void InitializeComponent() { - this.texturePathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.materalPathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stComboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.texturePathTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.materalPathTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stComboBox1 = new Toolbox.Library.Forms.STComboBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -143,12 +143,12 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox texturePathTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STTextBox materalPathTB; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STComboBox stComboBox1; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox texturePathTB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STTextBox materalPathTB; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STComboBox stComboBox1; + private Toolbox.Library.Forms.STLabel stLabel3; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.cs b/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.cs index 526a9572..aab299b0 100644 --- a/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.cs +++ b/Switch_FileFormatsMain/GUI/BMD/BMDModelImportSettings.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.Designer.cs index 5f2a72c6..55b243fe 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.Designer.cs @@ -41,13 +41,13 @@ this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.importFromXmlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.addItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -288,13 +288,13 @@ private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem importFromXmlToolStripMenuItem; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; diff --git a/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.cs b/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.cs index 7cb07313..c9e7e441 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/ByamlEditor.cs @@ -11,8 +11,8 @@ using System.Threading.Tasks; using System.Windows.Forms; using Syroot.BinaryData; using EditorCore; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using ByamlExt; using FirstPlugin.Forms; diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderableConnectedMapPoints.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderableConnectedMapPoints.cs index aba38cd9..5e78a0ed 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderableConnectedMapPoints.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderableConnectedMapPoints.cs @@ -5,7 +5,7 @@ using GL_EditorFramework.Interfaces; using OpenTK.Graphics.OpenGL; using OpenTK; using System.Drawing; -using Switch_Toolbox.Library; +using Toolbox.Library; using GL_EditorFramework.EditorDrawables; namespace FirstPlugin.Turbo.CourseMuuntStructs diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderablePathPoint.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderablePathPoint.cs index 4d8afe4f..fd823593 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderablePathPoint.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Base/RenderablePathPoint.cs @@ -2,7 +2,7 @@ using GL_EditorFramework.Interfaces; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using static GL_EditorFramework.EditorDrawables.EditorSceneBase; using FirstPlugin.Turbo.CourseMuuntStructs; using FirstPlugin.Turbo; diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/CourseMuuntStructs.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/CourseMuuntStructs.cs index a5cef89a..b7415495 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/CourseMuuntStructs.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/CourseMuuntStructs.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; using System.ComponentModel; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { @@ -307,7 +307,7 @@ namespace FirstPlugin.Turbo.CourseMuuntStructs if (!System.IO.File.Exists(FilePath)) return; - KCL kcl = (KCL)Switch_Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); + KCL kcl = (KCL)Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); if (kcl != null) KclObjects.Add(kcl); @@ -318,7 +318,7 @@ namespace FirstPlugin.Turbo.CourseMuuntStructs if (!System.IO.File.Exists(FilePath)) return; - BFRES bfres = (BFRES)Switch_Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); + BFRES bfres = (BFRES)Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); if (bfres != null) BfresObjects.Add(bfres); @@ -329,7 +329,7 @@ namespace FirstPlugin.Turbo.CourseMuuntStructs if (!System.IO.File.Exists(FilePath)) return; - AAMP aamp = (AAMP)Switch_Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); + AAMP aamp = (AAMP)Toolbox.Library.IO.STFileLoader.OpenFileFormat(FilePath); if (aamp != null) ParameterArchives.Add(aamp); diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/GliderPaths.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/GliderPaths.cs index f7ac47c5..376873ac 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/GliderPaths.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/GliderPaths.cs @@ -8,7 +8,7 @@ using GL_EditorFramework.Interfaces; using OpenTK.Graphics.OpenGL; using OpenTK; using System.Drawing; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/RenderableConnectedPaths.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/RenderableConnectedPaths.cs index afe03484..3a5e9e41 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/RenderableConnectedPaths.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Paths/RenderableConnectedPaths.cs @@ -5,7 +5,7 @@ using GL_EditorFramework.Interfaces; using OpenTK.Graphics.OpenGL; using OpenTK; using System.Drawing; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { @@ -156,7 +156,7 @@ namespace FirstPlugin.Turbo.CourseMuuntStructs } catch (Exception ex) { - Switch_Toolbox.Library.Forms.STErrorDialog.Show($"Invalid path points at Group {groupID} Path {pathID}! Invalid connection to group {pathPoint.PathID} point {pathPoint.PtID}", "Path Creator", + Toolbox.Library.Forms.STErrorDialog.Show($"Invalid path points at Group {groupID} Path {pathID}! Invalid connection to group {pathPoint.PathID} point {pathPoint.PtID}", "Path Creator", $"Group {groupID} \n" + $"Path {pathID} \n" + $"Group ID {pathPoint.PathID} \n" + diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.Designer.cs index 726aa3a3..0947052d 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.Designer.cs @@ -29,20 +29,20 @@ private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.treeView1 = new System.Windows.Forms.TreeView(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewIntroCameraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -245,19 +245,19 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem viewIntroCameraToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.STPanel stPanel4; private System.Windows.Forms.TreeView treeView1; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.STPanel stPanel3; } } diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.cs index 996fd321..ccc51052 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/TurboMunntEditor.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using System.Windows.Forms; using FirstPlugin.Turbo.CourseMuuntStructs; using GL_EditorFramework.EditorDrawables; @@ -12,8 +12,8 @@ using OpenTK; using OpenTK.Graphics.OpenGL; using aampv1 = AampV1Library; using aampv2 = AampV2Library; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Rendering; +using Toolbox.Library.IO; using FirstPlugin.Turbo; namespace FirstPlugin.Forms diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathCollectionNode.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathCollectionNode.cs index 78d3c050..8e81c717 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathCollectionNode.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathCollectionNode.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathGroupNode.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathGroupNode.cs index 565fb3af..1daa1dcc 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathGroupNode.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathGroupNode.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathPointNode.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathPointNode.cs index 879176b8..9be0dcd4 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathPointNode.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/PathPointNode.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingEntryWrapper.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingEntryWrapper.cs index 32ce0714..f6aae76c 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingEntryWrapper.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingEntryWrapper.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingWrapper.cs b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingWrapper.cs index c7929626..170903c7 100644 --- a/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingWrapper.cs +++ b/Switch_FileFormatsMain/GUI/Byaml/CourseMuunt/Wrappers/ProbeLightingWrapper.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; namespace FirstPlugin.Turbo.CourseMuuntStructs { diff --git a/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.Designer.cs index 833c310f..5189d9c5 100644 --- a/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.Designer.cs @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.stDataGridView1 = new Switch_Toolbox.Library.Forms.STDataGridView(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stDataGridView1 = new Toolbox.Library.Forms.STDataGridView(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.addPTCLReferenceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.stDataGridView1)).BeginInit(); this.stPanel1.SuspendLayout(); @@ -97,9 +97,9 @@ #endregion - private Switch_Toolbox.Library.Forms.STDataGridView stDataGridView1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.STDataGridView stDataGridView1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem addPTCLReferenceToolStripMenuItem; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.cs b/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.cs index 423b309b..29fc641e 100644 --- a/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/EffectTableEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { @@ -102,7 +102,7 @@ namespace FirstPlugin.Forms OpenFileDialog ofd = new OpenFileDialog(); if (ofd.ShowDialog() == DialogResult.OK) { - ptcl = (PTCL)Switch_Toolbox.Library.IO.STFileLoader.OpenFileFormat(ofd.FileName); + ptcl = (PTCL)Toolbox.Library.IO.STFileLoader.OpenFileFormat(ofd.FileName); ReloadDataGrid(); } diff --git a/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.Designer.cs index 7d8c5b39..f37183c0 100644 --- a/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.Designer.cs @@ -28,10 +28,10 @@ /// private void InitializeComponent() { - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.leBtnRadio = new System.Windows.Forms.RadioButton(); this.beBtnRadio = new System.Windows.Forms.RadioButton(); - this.glControl2D1 = new Switch_Toolbox.Library.Forms.GLControl2D(); + this.glControl2D1 = new Toolbox.Library.Forms.GLControl2D(); this.SuspendLayout(); this.Controls.Add(this.glControl2D1); this.Controls.Add(this.beBtnRadio); @@ -95,9 +95,9 @@ #endregion - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; private System.Windows.Forms.RadioButton beBtnRadio; private System.Windows.Forms.RadioButton leBtnRadio; - private Switch_Toolbox.Library.Forms.GLControl2D glControl2D1; + private Toolbox.Library.Forms.GLControl2D glControl2D1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.cs b/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.cs index e6983ed6..6beb563c 100644 --- a/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/MK8TrackEditor/MK8MapCameraEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using ByamlExt.Byaml; using ByamlExt; diff --git a/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.Designer.cs index 9cab820f..6ea03808 100644 --- a/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.Designer.cs @@ -29,8 +29,8 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmitterEditor)); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.color1Index0 = new System.Windows.Forms.Button(); this.color0Index0 = new System.Windows.Forms.Button(); this.color0Index1 = new System.Windows.Forms.Button(); @@ -47,33 +47,33 @@ this.color1Index5 = new System.Windows.Forms.Button(); this.color0Index4 = new System.Windows.Forms.Button(); this.color1Index4 = new System.Windows.Forms.Button(); - this.color0TB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB2 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB4 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB3 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB6 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB5 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB8 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color0TB7 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB8 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB7 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB6 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB5 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB4 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB3 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB2 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.color1TB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.pictureBox2 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pictureBox3 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pictureBox1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.color0TB = new Toolbox.Library.Forms.STTextBox(); + this.color0TB2 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB4 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB3 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB6 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB5 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB8 = new Toolbox.Library.Forms.STTextBox(); + this.color0TB7 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB8 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB7 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB6 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB5 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB4 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB3 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB2 = new Toolbox.Library.Forms.STTextBox(); + this.color1TB = new Toolbox.Library.Forms.STTextBox(); + this.pictureBox2 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pictureBox3 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pictureBox1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPageColors = new System.Windows.Forms.TabPage(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); this.tabPageTextures = new System.Windows.Forms.TabPage(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.TBTexture0 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.TBTexture2 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.TBTexture1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.TBTexture0 = new Toolbox.Library.Forms.STTextBox(); + this.TBTexture2 = new Toolbox.Library.Forms.STTextBox(); + this.TBTexture1 = new Toolbox.Library.Forms.STTextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -589,8 +589,8 @@ #endregion - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; private System.Windows.Forms.Button color1Index0; private System.Windows.Forms.Button color0Index0; private System.Windows.Forms.Button color0Index1; @@ -607,32 +607,32 @@ private System.Windows.Forms.Button color1Index5; private System.Windows.Forms.Button color0Index4; private System.Windows.Forms.Button color1Index4; - private Switch_Toolbox.Library.Forms.STTextBox color0TB; - private Switch_Toolbox.Library.Forms.STTextBox color0TB2; - private Switch_Toolbox.Library.Forms.STTextBox color0TB4; - private Switch_Toolbox.Library.Forms.STTextBox color0TB3; - private Switch_Toolbox.Library.Forms.STTextBox color0TB6; - private Switch_Toolbox.Library.Forms.STTextBox color0TB5; - private Switch_Toolbox.Library.Forms.STTextBox color0TB8; - private Switch_Toolbox.Library.Forms.STTextBox color0TB7; - private Switch_Toolbox.Library.Forms.STTextBox color1TB8; - private Switch_Toolbox.Library.Forms.STTextBox color1TB7; - private Switch_Toolbox.Library.Forms.STTextBox color1TB6; - private Switch_Toolbox.Library.Forms.STTextBox color1TB5; - private Switch_Toolbox.Library.Forms.STTextBox color1TB4; - private Switch_Toolbox.Library.Forms.STTextBox color1TB3; - private Switch_Toolbox.Library.Forms.STTextBox color1TB2; - private Switch_Toolbox.Library.Forms.STTextBox color1TB; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox2; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox3; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox1; - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTextBox color0TB; + private Toolbox.Library.Forms.STTextBox color0TB2; + private Toolbox.Library.Forms.STTextBox color0TB4; + private Toolbox.Library.Forms.STTextBox color0TB3; + private Toolbox.Library.Forms.STTextBox color0TB6; + private Toolbox.Library.Forms.STTextBox color0TB5; + private Toolbox.Library.Forms.STTextBox color0TB8; + private Toolbox.Library.Forms.STTextBox color0TB7; + private Toolbox.Library.Forms.STTextBox color1TB8; + private Toolbox.Library.Forms.STTextBox color1TB7; + private Toolbox.Library.Forms.STTextBox color1TB6; + private Toolbox.Library.Forms.STTextBox color1TB5; + private Toolbox.Library.Forms.STTextBox color1TB4; + private Toolbox.Library.Forms.STTextBox color1TB3; + private Toolbox.Library.Forms.STTextBox color1TB2; + private Toolbox.Library.Forms.STTextBox color1TB; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox2; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox3; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPageColors; private System.Windows.Forms.TabPage tabPageTextures; - private Switch_Toolbox.Library.Forms.STTextBox TBTexture2; - private Switch_Toolbox.Library.Forms.STTextBox TBTexture1; - private Switch_Toolbox.Library.Forms.STTextBox TBTexture0; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STTextBox TBTexture2; + private Toolbox.Library.Forms.STTextBox TBTexture1; + private Toolbox.Library.Forms.STTextBox TBTexture0; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPanel stPanel1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.cs b/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.cs index b3acd84b..ca18bbc1 100644 --- a/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/PTCL/EmitterEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/Editors/ShaderBinaryDisplay.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/ShaderBinaryDisplay.Designer.cs index d3ea6106..b69bb4ea 100644 --- a/Switch_FileFormatsMain/GUI/Editors/ShaderBinaryDisplay.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/ShaderBinaryDisplay.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.textEditor1 = new Switch_Toolbox.Library.Forms.TextEditor(); - this.hexEditor1 = new Switch_Toolbox.Library.Forms.HexEditor(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.textEditor1 = new Toolbox.Library.Forms.TextEditor(); + this.hexEditor1 = new Toolbox.Library.Forms.HexEditor(); this.stPanel1.SuspendLayout(); this.stPanel2.SuspendLayout(); this.SuspendLayout(); @@ -97,10 +97,10 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.HexEditor hexEditor1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.HexEditor hexEditor1; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.TextEditor textEditor1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.TextEditor textEditor1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.Designer.cs index 288d1a1f..fc50ce3b 100644 --- a/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.Designer.cs @@ -28,21 +28,21 @@ /// private void InitializeComponent() { - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); - this.hexVertexData = new Switch_Toolbox.Library.Forms.HexEditor(); + this.hexVertexData = new Toolbox.Library.Forms.HexEditor(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.hexTextData = new Switch_Toolbox.Library.Forms.TextEditor(); + this.hexTextData = new Toolbox.Library.Forms.TextEditor(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.hexPixelData = new Switch_Toolbox.Library.Forms.HexEditor(); + this.hexPixelData = new Toolbox.Library.Forms.HexEditor(); this.splitter2 = new System.Windows.Forms.Splitter(); - this.pixelTextData = new Switch_Toolbox.Library.Forms.TextEditor(); + this.pixelTextData = new Toolbox.Library.Forms.TextEditor(); this.tabPage4 = new System.Windows.Forms.TabPage(); - this.hexGeomData = new Switch_Toolbox.Library.Forms.HexEditor(); + this.hexGeomData = new Toolbox.Library.Forms.HexEditor(); this.splitter3 = new System.Windows.Forms.Splitter(); - this.geomTextData = new Switch_Toolbox.Library.Forms.TextEditor(); - this.textEditor1 = new Switch_Toolbox.Library.Forms.TextEditor(); + this.geomTextData = new Toolbox.Library.Forms.TextEditor(); + this.textEditor1 = new Toolbox.Library.Forms.TextEditor(); this.stTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage3.SuspendLayout(); @@ -211,20 +211,20 @@ #endregion - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage1; - private Switch_Toolbox.Library.Forms.TextEditor hexTextData; - private Switch_Toolbox.Library.Forms.HexEditor hexVertexData; + private Toolbox.Library.Forms.TextEditor hexTextData; + private Toolbox.Library.Forms.HexEditor hexVertexData; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.HexEditor hexPixelData; + private Toolbox.Library.Forms.HexEditor hexPixelData; private System.Windows.Forms.Splitter splitter2; - private Switch_Toolbox.Library.Forms.TextEditor pixelTextData; - private Switch_Toolbox.Library.Forms.HexEditor hexGeomData; + private Toolbox.Library.Forms.TextEditor pixelTextData; + private Toolbox.Library.Forms.HexEditor hexGeomData; private System.Windows.Forms.Splitter splitter3; - private Switch_Toolbox.Library.Forms.TextEditor geomTextData; - private Switch_Toolbox.Library.Forms.TextEditor textEditor1; + private Toolbox.Library.Forms.TextEditor geomTextData; + private Toolbox.Library.Forms.TextEditor textEditor1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.cs b/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.cs index c46a31f7..921e7b7f 100644 --- a/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/ShaderEditor.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.Designer.cs index 4ee986ae..9941cc03 100644 --- a/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.Designer.cs @@ -31,21 +31,21 @@ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TexturePatternAnimEditor)); this.trackbarKeyEditor1 = new TrackbarKeyEditor.TrackbarKeyEditor(); - this.stListView1 = new Switch_Toolbox.Library.Forms.STListView(); - this.samplerTreeView = new Switch_Toolbox.Library.TreeViewCustom(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnStop = new Switch_Toolbox.Library.Forms.STButton(); - this.btnForward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnPlay = new Switch_Toolbox.Library.Forms.STButton(); - this.btnBackward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.animCurrentFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.animMaxFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); + this.stListView1 = new Toolbox.Library.Forms.STListView(); + this.samplerTreeView = new Toolbox.Library.TreeViewCustom(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.btnStop = new Toolbox.Library.Forms.STButton(); + this.btnForward1 = new Toolbox.Library.Forms.STButton(); + this.btnPlay = new Toolbox.Library.Forms.STButton(); + this.btnBackward1 = new Toolbox.Library.Forms.STButton(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.animCurrentFrameUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.animMaxFrameUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); ((System.ComponentModel.ISupportInitialize)(this.stListView1)).BeginInit(); this.stPanel1.SuspendLayout(); this.stPanel4.SuspendLayout(); @@ -298,21 +298,21 @@ #endregion - private Switch_Toolbox.Library.Forms.STListView stListView1; + private Toolbox.Library.Forms.STListView stListView1; private TrackbarKeyEditor.TrackbarKeyEditor trackbarKeyEditor1; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; - private Switch_Toolbox.Library.TreeViewCustom samplerTreeView; - private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.PictureBoxCustom pictureBoxCustom1; + private Toolbox.Library.TreeViewCustom samplerTreeView; + private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; + private Toolbox.Library.Forms.STPanel stPanel1; private System.Windows.Forms.Splitter splitter1; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STPanel stPanel3; - private Switch_Toolbox.Library.Forms.NumericUpDownUint animCurrentFrameUD; - private Switch_Toolbox.Library.Forms.NumericUpDownUint animMaxFrameUD; - private Switch_Toolbox.Library.Forms.STPanel stPanel4; - private Switch_Toolbox.Library.Forms.STButton btnStop; - private Switch_Toolbox.Library.Forms.STButton btnForward1; - private Switch_Toolbox.Library.Forms.STButton btnPlay; - private Switch_Toolbox.Library.Forms.STButton btnBackward1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STPanel stPanel3; + private Toolbox.Library.Forms.NumericUpDownUint animCurrentFrameUD; + private Toolbox.Library.Forms.NumericUpDownUint animMaxFrameUD; + private Toolbox.Library.Forms.STPanel stPanel4; + private Toolbox.Library.Forms.STButton btnStop; + private Toolbox.Library.Forms.STButton btnForward1; + private Toolbox.Library.Forms.STButton btnPlay; + private Toolbox.Library.Forms.STButton btnBackward1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.cs b/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.cs index f6927113..ce6a6c3d 100644 --- a/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/TexturePatternAnimEditor.cs @@ -7,11 +7,11 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; using Bfres.Structs; using BrightIdeasSoftware; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/Editors/UserDataEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/UserDataEditor.Designer.cs index f42f9e8f..9cb80aa7 100644 --- a/Switch_FileFormatsMain/GUI/Editors/UserDataEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/UserDataEditor.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.btnEdit = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.btnEdit = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.btnScrolDown = new Switch_Toolbox.Library.Forms.STButton(); - this.btnScrollUp = new Switch_Toolbox.Library.Forms.STButton(); + this.btnScrolDown = new Toolbox.Library.Forms.STButton(); + this.btnScrollUp = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // btnEdit @@ -152,14 +152,14 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnScrollUp; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnRemove; - private Switch_Toolbox.Library.Forms.STButton btnEdit; + private Toolbox.Library.Forms.STButton btnScrollUp; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STButton btnEdit; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; - private Switch_Toolbox.Library.Forms.STButton btnScrolDown; + private Toolbox.Library.Forms.STButton btnScrolDown; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/UserDataParser.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/UserDataParser.Designer.cs index 7436bd07..9176b1da 100644 --- a/Switch_FileFormatsMain/GUI/Editors/UserDataParser.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/UserDataParser.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.nameTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.typeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.nameTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.typeCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.valueTB = new System.Windows.Forms.RichTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -80,7 +80,7 @@ // // typeCB // - this.typeCB.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.typeCB.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.typeCB.FormattingEnabled = true; this.typeCB.Location = new System.Drawing.Point(62, 78); this.typeCB.Name = "typeCB"; @@ -158,13 +158,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox nameTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox nameTB; + private Toolbox.Library.Forms.STLabel stLabel3; private System.Windows.Forms.RichTextBox valueTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox typeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STButton btnCancel; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox typeCB; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STButton btnCancel; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/Editors/UserDataParser.cs b/Switch_FileFormatsMain/GUI/Editors/UserDataParser.cs index 59af0ef7..e320bc28 100644 --- a/Switch_FileFormatsMain/GUI/Editors/UserDataParser.cs +++ b/Switch_FileFormatsMain/GUI/Editors/UserDataParser.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/Editors/VertexAttributeDataList.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/VertexAttributeDataList.Designer.cs index 6f4c8d8e..f92e2e8d 100644 --- a/Switch_FileFormatsMain/GUI/Editors/VertexAttributeDataList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/VertexAttributeDataList.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -93,7 +93,7 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; diff --git a/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.Designer.cs index d5abe09b..2230c11d 100644 --- a/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.SuspendLayout(); // // listViewCustom1 @@ -55,6 +55,6 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; } } diff --git a/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.cs b/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.cs index 56ef5318..5c0d135d 100644 --- a/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.cs +++ b/Switch_FileFormatsMain/GUI/Editors/VisibiltyAnimEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library; +using Toolbox.Library.Animations; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/FormLoader.cs b/Switch_FileFormatsMain/GUI/FormLoader.cs index 6040f436..b3fc8030 100644 --- a/Switch_FileFormatsMain/GUI/FormLoader.cs +++ b/Switch_FileFormatsMain/GUI/FormLoader.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Windows.Forms; using Bfres.Structs; diff --git a/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.Designer.cs b/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.Designer.cs index 7fd282ec..d371182f 100644 --- a/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.Designer.cs @@ -28,16 +28,16 @@ /// private void InitializeComponent() { - this.stListView1 = new Switch_Toolbox.Library.Forms.STListView(); + this.stListView1 = new Toolbox.Library.Forms.STListView(); this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); - this.numericUpDownUint1 = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.numericUpDownUint1 = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.byMaterialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.stListView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownUint1)).BeginInit(); @@ -179,15 +179,15 @@ #endregion - private Switch_Toolbox.Library.Forms.STListView stListView1; + private Toolbox.Library.Forms.STListView stListView1; private BrightIdeasSoftware.OLVColumn olvColumn1; private BrightIdeasSoftware.OLVColumn olvColumn2; - private Switch_Toolbox.Library.Forms.NumericUpDownUint numericUpDownUint1; - private Switch_Toolbox.Library.Forms.STMenuStrip stMenuStrip1; + private Toolbox.Library.Forms.NumericUpDownUint numericUpDownUint1; + private Toolbox.Library.Forms.STMenuStrip stMenuStrip1; private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem byMaterialToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STPanel stPanel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.cs b/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.cs index c506710a..d0f17706 100644 --- a/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.cs +++ b/Switch_FileFormatsMain/GUI/KCL/CollisionMaterialEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using FirstPlugin; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/KeySelection.Designer.cs b/Switch_FileFormatsMain/GUI/KeySelection.Designer.cs index a31c94af..b77359d9 100644 --- a/Switch_FileFormatsMain/GUI/KeySelection.Designer.cs +++ b/Switch_FileFormatsMain/GUI/KeySelection.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox +namespace Toolbox { partial class KeySelectionForm { @@ -28,13 +28,13 @@ /// private void InitializeComponent() { - this.setProdKeyPath = new Switch_Toolbox.Library.Forms.STButton(); - this.setTitleKeyPath = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.TextBoxTitleKey = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.TextBoxProdKeyPath = new Switch_Toolbox.Library.Forms.STTextBox(); + this.setProdKeyPath = new Toolbox.Library.Forms.STButton(); + this.setTitleKeyPath = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.TextBoxTitleKey = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.TextBoxProdKeyPath = new Toolbox.Library.Forms.STTextBox(); this.SuspendLayout(); // // setProdKeyPath @@ -126,12 +126,12 @@ #endregion - private Switch_Toolbox.Library.Forms.STTextBox TextBoxProdKeyPath; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STTextBox TextBoxTitleKey; - private Switch_Toolbox.Library.Forms.STButton btnOk; - private Switch_Toolbox.Library.Forms.STButton setTitleKeyPath; - private Switch_Toolbox.Library.Forms.STButton setProdKeyPath; + private Toolbox.Library.Forms.STTextBox TextBoxProdKeyPath; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STTextBox TextBoxTitleKey; + private Toolbox.Library.Forms.STButton btnOk; + private Toolbox.Library.Forms.STButton setTitleKeyPath; + private Toolbox.Library.Forms.STButton setProdKeyPath; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/KeySelection.cs b/Switch_FileFormatsMain/GUI/KeySelection.cs index 5fb2541b..780c00de 100644 --- a/Switch_FileFormatsMain/GUI/KeySelection.cs +++ b/Switch_FileFormatsMain/GUI/KeySelection.cs @@ -7,10 +7,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using LibHac; -namespace Switch_Toolbox +namespace Toolbox { public partial class KeySelectionForm : STForm { diff --git a/Switch_FileFormatsMain/GUI/Message/MSBTEditor.Designer.cs b/Switch_FileFormatsMain/GUI/Message/MSBTEditor.Designer.cs index abb690e6..920ae792 100644 --- a/Switch_FileFormatsMain/GUI/Message/MSBTEditor.Designer.cs +++ b/Switch_FileFormatsMain/GUI/Message/MSBTEditor.Designer.cs @@ -29,14 +29,14 @@ private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.editTextTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.originalTextTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.hexEditor1 = new Switch_Toolbox.Library.Forms.HexEditor(); + this.editTextTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.originalTextTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.hexEditor1 = new Toolbox.Library.Forms.HexEditor(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); @@ -219,14 +219,14 @@ #endregion private System.Windows.Forms.SplitContainer splitContainer1; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.HexEditor hexEditor1; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STTextBox originalTextTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STTextBox editTextTB; + private Toolbox.Library.Forms.HexEditor hexEditor1; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STTextBox originalTextTB; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox editTextTB; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.SplitContainer splitContainer3; } diff --git a/Switch_FileFormatsMain/GUI/Message/MSBTEditor.cs b/Switch_FileFormatsMain/GUI/Message/MSBTEditor.cs index 3fa26577..9ddbfe20 100644 --- a/Switch_FileFormatsMain/GUI/Message/MSBTEditor.cs +++ b/Switch_FileFormatsMain/GUI/Message/MSBTEditor.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/PreviewFormatList.Designer.cs b/Switch_FileFormatsMain/GUI/PreviewFormatList.Designer.cs index 1892eb8a..583342c0 100644 --- a/Switch_FileFormatsMain/GUI/PreviewFormatList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/PreviewFormatList.Designer.cs @@ -29,8 +29,8 @@ private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); - this.checkBox2 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.checkBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.checkBox2 = new Toolbox.Library.Forms.STCheckBox(); + this.checkBox1 = new Toolbox.Library.Forms.STCheckBox(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); @@ -97,8 +97,8 @@ #endregion private System.Windows.Forms.Panel panel1; - private Switch_Toolbox.Library.Forms.STCheckBox checkBox2; - private Switch_Toolbox.Library.Forms.STCheckBox checkBox1; + private Toolbox.Library.Forms.STCheckBox checkBox2; + private Toolbox.Library.Forms.STCheckBox checkBox1; private System.Windows.Forms.Button button1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.Designer.cs b/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.Designer.cs index 2c0909fe..eff66686 100644 --- a/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.Designer.cs +++ b/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.Designer.cs @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); @@ -86,8 +86,8 @@ #endregion - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STPanel stPanel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.cs b/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.cs index eba3e9f8..20035281 100644 --- a/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.cs +++ b/Switch_FileFormatsMain/GUI/SMO/OdysseyCostumeLoader.cs @@ -8,8 +8,8 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace FirstPlugin.Forms { diff --git a/Switch_FileFormatsMain/GUI/TextureLoader.Designer.cs b/Switch_FileFormatsMain/GUI/TextureLoader.Designer.cs index 79b2c5c0..4a988509 100644 --- a/Switch_FileFormatsMain/GUI/TextureLoader.Designer.cs +++ b/Switch_FileFormatsMain/GUI/TextureLoader.Designer.cs @@ -29,12 +29,12 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.stComboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stComboBox1 = new Toolbox.Library.Forms.STComboBox(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.barSlider1 = new BarSlider.BarSlider(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnAdd = new Switch_Toolbox.Library.Forms.STButton(); - this.btnRemove = new Switch_Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.btnAdd = new Toolbox.Library.Forms.STButton(); + this.btnRemove = new Toolbox.Library.Forms.STButton(); this.textureContextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -193,12 +193,12 @@ } #endregion - private Switch_Toolbox.Library.Forms.STComboBox stComboBox1; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STComboBox stComboBox1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private BarSlider.BarSlider barSlider1; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STButton btnAdd; - private Switch_Toolbox.Library.Forms.STButton btnRemove; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STButton btnAdd; + private Toolbox.Library.Forms.STButton btnRemove; private System.Windows.Forms.ContextMenuStrip textureContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem; diff --git a/Switch_FileFormatsMain/GUI/TextureLoader.cs b/Switch_FileFormatsMain/GUI/TextureLoader.cs index fa2ec014..6f00c512 100644 --- a/Switch_FileFormatsMain/GUI/TextureLoader.cs +++ b/Switch_FileFormatsMain/GUI/TextureLoader.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library; using Bfres.Structs; using System.Threading; diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSImporterSettings.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSImporterSettings.cs index b3f3b797..20d9d913 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSImporterSettings.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSImporterSettings.cs @@ -4,8 +4,8 @@ using System.Linq; using System.IO; using System.Drawing; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; using Syroot.NintenTools.Bfres.GX2; using Bfres.Structs; diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSTextureImporter.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSTextureImporter.cs index ecd94c81..5db57ef7 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSTextureImporter.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/3DS/CTR_3DSTextureImporter.cs @@ -4,8 +4,8 @@ using System.ComponentModel; using System.Threading; using System.Drawing; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin @@ -125,7 +125,7 @@ namespace FirstPlugin HeightLabel.Text = $"Height: {SelectedTexSettings.TexHeight}"; WidthLabel.Text = $"Width: {SelectedTexSettings.TexWidth}"; - Bitmap bitmap = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + Bitmap bitmap = Toolbox.Library.Imaging.GetLoadingImage(); Thread = new Thread((ThreadStart)(() => { @@ -219,24 +219,24 @@ namespace FirstPlugin private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GTXTextureImporter)); - this.SwizzleNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.label5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.tileModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.ImgDimComb = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.MipmapNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.WidthLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.HeightLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.formatComboBox = new Switch_Toolbox.Library.Forms.STComboBox(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.SwizzleNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.label5 = new Toolbox.Library.Forms.STLabel(); + this.tileModeCB = new Toolbox.Library.Forms.STComboBox(); + this.label4 = new Toolbox.Library.Forms.STLabel(); + this.ImgDimComb = new Toolbox.Library.Forms.STComboBox(); + this.label3 = new Toolbox.Library.Forms.STLabel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.MipmapNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.WidthLabel = new Toolbox.Library.Forms.STLabel(); + this.HeightLabel = new Toolbox.Library.Forms.STLabel(); + this.formatComboBox = new Toolbox.Library.Forms.STComboBox(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Format = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.button2 = new Switch_Toolbox.Library.Forms.STButton(); - this.button1 = new Switch_Toolbox.Library.Forms.STButton(); - this.pictureBox1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); + this.button2 = new Toolbox.Library.Forms.STButton(); + this.button1 = new Toolbox.Library.Forms.STButton(); + this.pictureBox1 = new Toolbox.Library.Forms.PictureBoxCustom(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SwizzleNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MipmapNum)).BeginInit(); @@ -483,24 +483,24 @@ namespace FirstPlugin #endregion - private Switch_Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; - private Switch_Toolbox.Library.Forms.STLabel label5; - private Switch_Toolbox.Library.Forms.STComboBox tileModeCB; - private Switch_Toolbox.Library.Forms.STLabel label4; - private Switch_Toolbox.Library.Forms.STComboBox ImgDimComb; - private Switch_Toolbox.Library.Forms.STLabel label3; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown MipmapNum; - private Switch_Toolbox.Library.Forms.STLabel WidthLabel; - private Switch_Toolbox.Library.Forms.STLabel HeightLabel; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox1; - private Switch_Toolbox.Library.Forms.STComboBox formatComboBox; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; + private Toolbox.Library.Forms.STLabel label5; + private Toolbox.Library.Forms.STComboBox tileModeCB; + private Toolbox.Library.Forms.STLabel label4; + private Toolbox.Library.Forms.STComboBox ImgDimComb; + private Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STNumbericUpDown MipmapNum; + private Toolbox.Library.Forms.STLabel WidthLabel; + private Toolbox.Library.Forms.STLabel HeightLabel; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox1; + private Toolbox.Library.Forms.STComboBox formatComboBox; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader Name; private System.Windows.Forms.ColumnHeader Format; - private Switch_Toolbox.Library.Forms.STButton button2; - private Switch_Toolbox.Library.Forms.STButton button1; + private Toolbox.Library.Forms.STButton button2; + private Toolbox.Library.Forms.STButton button1; private void MipmapNum_ValueChanged(object sender, EventArgs e) { if (SelectedTexSettings != null) diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.Designer.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.Designer.cs index 85993b64..74569405 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.Designer.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.Designer.cs @@ -29,26 +29,26 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BinaryTextureImporterList)); - this.button2 = new Switch_Toolbox.Library.Forms.STButton(); - this.button1 = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.button2 = new Toolbox.Library.Forms.STButton(); + this.button1 = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Format = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.SwizzleNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.label5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.tileModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.ImgDimComb = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.MipmapNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.WidthLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.HeightLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.pictureBox1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.formatComboBox = new Switch_Toolbox.Library.Forms.STComboBox(); - this.compressionModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.SwizzleNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.label5 = new Toolbox.Library.Forms.STLabel(); + this.tileModeCB = new Toolbox.Library.Forms.STComboBox(); + this.label4 = new Toolbox.Library.Forms.STLabel(); + this.ImgDimComb = new Toolbox.Library.Forms.STComboBox(); + this.label3 = new Toolbox.Library.Forms.STLabel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.MipmapNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.WidthLabel = new Toolbox.Library.Forms.STLabel(); + this.HeightLabel = new Toolbox.Library.Forms.STLabel(); + this.pictureBox1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.formatComboBox = new Toolbox.Library.Forms.STComboBox(); + this.compressionModeCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SwizzleNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MipmapNum)).BeginInit(); @@ -312,25 +312,25 @@ } #endregion - private Switch_Toolbox.Library.Forms.STButton button2; - private Switch_Toolbox.Library.Forms.STButton button1; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; - private Switch_Toolbox.Library.Forms.STLabel label5; - private Switch_Toolbox.Library.Forms.STComboBox tileModeCB; - private Switch_Toolbox.Library.Forms.STLabel label4; - private Switch_Toolbox.Library.Forms.STComboBox ImgDimComb; - private Switch_Toolbox.Library.Forms.STLabel label3; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown MipmapNum; - private Switch_Toolbox.Library.Forms.STLabel WidthLabel; - private Switch_Toolbox.Library.Forms.STLabel HeightLabel; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox1; - private Switch_Toolbox.Library.Forms.STComboBox formatComboBox; + private Toolbox.Library.Forms.STButton button2; + private Toolbox.Library.Forms.STButton button1; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; + private Toolbox.Library.Forms.STLabel label5; + private Toolbox.Library.Forms.STComboBox tileModeCB; + private Toolbox.Library.Forms.STLabel label4; + private Toolbox.Library.Forms.STComboBox ImgDimComb; + private Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STNumbericUpDown MipmapNum; + private Toolbox.Library.Forms.STLabel WidthLabel; + private Toolbox.Library.Forms.STLabel HeightLabel; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox1; + private Toolbox.Library.Forms.STComboBox formatComboBox; private System.Windows.Forms.ColumnHeader Name; private System.Windows.Forms.ColumnHeader Format; - private Switch_Toolbox.Library.Forms.STComboBox compressionModeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STComboBox compressionModeCB; + private Toolbox.Library.Forms.STLabel stLabel1; } } \ No newline at end of file diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.cs index 93c3c6c6..8d507207 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/BinaryTextureImporterList.cs @@ -9,8 +9,8 @@ using System.Threading; using System.Windows.Forms; using Syroot.NintenTools.NSW.Bntx; using Syroot.NintenTools.NSW.Bntx.GFX; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace FirstPlugin { @@ -154,7 +154,7 @@ namespace FirstPlugin compressionModeCB.Visible = false; } - Bitmap bitmap = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + Bitmap bitmap = Toolbox.Library.Imaging.GetLoadingImage(); if (compressionModeCB.SelectedIndex == 0) CompressionMode = STCompressionMode.Fast; diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/TextureImporterSettings.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/TextureImporterSettings.cs index 91551767..1113f653 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/TextureImporterSettings.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/BNTX/TextureImporterSettings.cs @@ -11,8 +11,8 @@ using System.Windows.Forms; using Syroot.NintenTools.NSW.Bntx; using Syroot.NintenTools.NSW.Bntx.GFX; using System.Runtime.InteropServices; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/CreateGx2Texture.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/CreateGx2Texture.cs index e7e233a2..ab6e027e 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/CreateGx2Texture.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/CreateGx2Texture.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; using Syroot.NintenTools.Bfres.GX2; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXImporterSettings.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXImporterSettings.cs index d8659e81..d0ac4d96 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXImporterSettings.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXImporterSettings.cs @@ -4,8 +4,8 @@ using System.Linq; using System.IO; using System.Drawing; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.IO; using Syroot.NintenTools.Bfres.GX2; using Bfres.Structs; diff --git a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXTextureImporter.cs b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXTextureImporter.cs index a8fbfe48..34d4d2ef 100644 --- a/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXTextureImporter.cs +++ b/Switch_FileFormatsMain/GUI/TextureUI/Importers/GX2/GTXTextureImporter.cs @@ -4,8 +4,8 @@ using System.ComponentModel; using System.Threading; using System.Drawing; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; using Bfres.Structs; namespace FirstPlugin @@ -164,7 +164,7 @@ namespace FirstPlugin HeightLabel.Text = $"Height: {SelectedTexSettings.TexHeight}"; WidthLabel.Text = $"Width: {SelectedTexSettings.TexWidth}"; - Bitmap bitmap = Switch_Toolbox.Library.Imaging.GetLoadingImage(); + Bitmap bitmap = Toolbox.Library.Imaging.GetLoadingImage(); Thread = new Thread((ThreadStart)(() => { @@ -300,24 +300,24 @@ namespace FirstPlugin private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GTXTextureImporter)); - this.SwizzleNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.label5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.tileModeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.ImgDimComb = new Switch_Toolbox.Library.Forms.STComboBox(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.MipmapNum = new Switch_Toolbox.Library.Forms.STNumbericUpDown(); - this.WidthLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.HeightLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.formatComboBox = new Switch_Toolbox.Library.Forms.STComboBox(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.SwizzleNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.label5 = new Toolbox.Library.Forms.STLabel(); + this.tileModeCB = new Toolbox.Library.Forms.STComboBox(); + this.label4 = new Toolbox.Library.Forms.STLabel(); + this.ImgDimComb = new Toolbox.Library.Forms.STComboBox(); + this.label3 = new Toolbox.Library.Forms.STLabel(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.MipmapNum = new Toolbox.Library.Forms.STNumbericUpDown(); + this.WidthLabel = new Toolbox.Library.Forms.STLabel(); + this.HeightLabel = new Toolbox.Library.Forms.STLabel(); + this.formatComboBox = new Toolbox.Library.Forms.STComboBox(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.Format = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.button2 = new Switch_Toolbox.Library.Forms.STButton(); - this.button1 = new Switch_Toolbox.Library.Forms.STButton(); - this.pictureBox1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); + this.button2 = new Toolbox.Library.Forms.STButton(); + this.button1 = new Toolbox.Library.Forms.STButton(); + this.pictureBox1 = new Toolbox.Library.Forms.PictureBoxCustom(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SwizzleNum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MipmapNum)).BeginInit(); @@ -564,24 +564,24 @@ namespace FirstPlugin #endregion - private Switch_Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; - private Switch_Toolbox.Library.Forms.STLabel label5; - private Switch_Toolbox.Library.Forms.STComboBox tileModeCB; - private Switch_Toolbox.Library.Forms.STLabel label4; - private Switch_Toolbox.Library.Forms.STComboBox ImgDimComb; - private Switch_Toolbox.Library.Forms.STLabel label3; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STNumbericUpDown MipmapNum; - private Switch_Toolbox.Library.Forms.STLabel WidthLabel; - private Switch_Toolbox.Library.Forms.STLabel HeightLabel; - private Switch_Toolbox.Library.Forms.PictureBoxCustom pictureBox1; - private Switch_Toolbox.Library.Forms.STComboBox formatComboBox; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STNumbericUpDown SwizzleNum; + private Toolbox.Library.Forms.STLabel label5; + private Toolbox.Library.Forms.STComboBox tileModeCB; + private Toolbox.Library.Forms.STLabel label4; + private Toolbox.Library.Forms.STComboBox ImgDimComb; + private Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STNumbericUpDown MipmapNum; + private Toolbox.Library.Forms.STLabel WidthLabel; + private Toolbox.Library.Forms.STLabel HeightLabel; + private Toolbox.Library.Forms.PictureBoxCustom pictureBox1; + private Toolbox.Library.Forms.STComboBox formatComboBox; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader Name; private System.Windows.Forms.ColumnHeader Format; - private Switch_Toolbox.Library.Forms.STButton button2; - private Switch_Toolbox.Library.Forms.STButton button1; + private Toolbox.Library.Forms.STButton button2; + private Toolbox.Library.Forms.STButton button1; private void MipmapNum_ValueChanged(object sender, EventArgs e) { if (!IsLoaded) diff --git a/Switch_FileFormatsMain/Main.cs b/Switch_FileFormatsMain/Main.cs index ea1390e5..b3cf66db 100644 --- a/Switch_FileFormatsMain/Main.cs +++ b/Switch_FileFormatsMain/Main.cs @@ -3,9 +3,9 @@ using System; using System.Linq; using System.Collections.Generic; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; using FirstPlugin.Forms; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/NodeWrappers/Archives/BFRESWrapper.cs b/Switch_FileFormatsMain/NodeWrappers/Archives/BFRESWrapper.cs index 92c4d352..11d4d7d9 100644 --- a/Switch_FileFormatsMain/NodeWrappers/Archives/BFRESWrapper.cs +++ b/Switch_FileFormatsMain/NodeWrappers/Archives/BFRESWrapper.cs @@ -3,8 +3,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library; using System.Windows.Forms; using ResU = Syroot.NintenTools.Bfres; using ResNX = Syroot.NintenTools.NSW.Bfres; diff --git a/Switch_FileFormatsMain/NodeWrappers/BfresFilters.cs b/Switch_FileFormatsMain/NodeWrappers/BfresFilters.cs index d53c53f5..676dc587 100644 --- a/Switch_FileFormatsMain/NodeWrappers/BfresFilters.cs +++ b/Switch_FileFormatsMain/NodeWrappers/BfresFilters.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Animations; using Bfres.Structs; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/Scenes/SMO_Scene.cs b/Switch_FileFormatsMain/Scenes/SMO_Scene.cs index c95940a6..5f607589 100644 --- a/Switch_FileFormatsMain/Scenes/SMO_Scene.cs +++ b/Switch_FileFormatsMain/Scenes/SMO_Scene.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Threading.Tasks; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using ByamlExt.Byaml; using OdysseyEditor; using FirstPlugin.Forms; diff --git a/Switch_FileFormatsMain/Scenes/ztp_Scene.cs b/Switch_FileFormatsMain/Scenes/ztp_Scene.cs index 87bae6a2..ac68341f 100644 --- a/Switch_FileFormatsMain/Scenes/ztp_Scene.cs +++ b/Switch_FileFormatsMain/Scenes/ztp_Scene.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin.Scenes { diff --git a/Switch_FileFormatsMain/XML/Bfsha2Xml.cs b/Switch_FileFormatsMain/XML/Bfsha2Xml.cs index 925e84c8..ee6097d9 100644 --- a/Switch_FileFormatsMain/XML/Bfsha2Xml.cs +++ b/Switch_FileFormatsMain/XML/Bfsha2Xml.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; -using Switch_Toolbox.Library; +using Toolbox.Library; using BfshaLibrary; namespace FirstPlugin diff --git a/Switch_FileFormatsMain/XML/Sharc2XML.cs b/Switch_FileFormatsMain/XML/Sharc2XML.cs index 8be20a1d..ea1b5ad9 100644 --- a/Switch_FileFormatsMain/XML/Sharc2XML.cs +++ b/Switch_FileFormatsMain/XML/Sharc2XML.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace FirstPlugin { diff --git a/Switch_FileFormatsMain/YAML/YamlAamp.cs b/Switch_FileFormatsMain/YAML/YamlAamp.cs index 828c45bc..0f658bf2 100644 --- a/Switch_FileFormatsMain/YAML/YamlAamp.cs +++ b/Switch_FileFormatsMain/YAML/YamlAamp.cs @@ -116,7 +116,7 @@ namespace FirstPlugin { using (var stream = new MemoryStream(bytes)) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream)) + using (var reader = new Toolbox.Library.IO.FileReader(stream)) { return reader.ReadZeroTerminatedString(); } diff --git a/Switch_FileFormatsMain/obj/Debug/AxInterop.WMPLib.dll b/Switch_FileFormatsMain/obj/Debug/AxInterop.WMPLib.dll index db7f3863..fd83eddc 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/AxInterop.WMPLib.dll and b/Switch_FileFormatsMain/obj/Debug/AxInterop.WMPLib.dll differ diff --git a/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index f34c949a..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 93771bee..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BNTXEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BNTXEditor.resources deleted file mode 100644 index 29136202..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BNTXEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresProperties.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresProperties.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresProperties.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresShaderOptionsEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresShaderOptionsEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BfresShaderOptionsEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BoolValuesPanel.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BoolValuesPanel.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.BoolValuesPanel.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FMATEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FMATEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FMATEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FSHPEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FSHPEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FSHPEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FTEXEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FTEXEditor.resources deleted file mode 100644 index 29136202..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FTEXEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FloatsIntsValuePanel.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FloatsIntsValuePanel.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.FloatsIntsValuePanel.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimColorViewer.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimColorViewer.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimColorViewer.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimationLoader.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimationLoader.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.AnimationLoader.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresEditor.resources index 29136202..6c05a977 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresEditor.resources and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresEditor.resources differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresTexturePatternEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresTexturePatternEditor.resources index c9565d4e..02024375 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresTexturePatternEditor.resources and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.BfresTexturePatternEditor.resources differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.FSHPEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.FSHPEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Forms.FSHPEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GTXEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GTXEditor.resources deleted file mode 100644 index 29136202..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GTXEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.BFRES.RenderInfoAdd.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.BFRES.RenderInfoAdd.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.BFRES.RenderInfoAdd.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.Editors.FSKLEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.Editors.FSKLEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.Editors.FSKLEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.TexturePatternEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.TexturePatternEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.GUI.TexturePatternEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.NuTexEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.NuTexEditor.resources deleted file mode 100644 index 29136202..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.NuTexEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.dll b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.dll index aab8296f..ba3057ee 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.dll and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.dll differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.pdb b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.pdb index 3d50a063..1f77da89 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.pdb and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Plg.pdb differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Properties.Resources.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Properties.Resources.resources index 4e096171..e4d494f9 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Properties.Resources.resources and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Properties.Resources.resources differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.RenderInfoValueEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.RenderInfoValueEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.RenderInfoValueEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SRTValuesPanel.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SRTValuesPanel.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SRTValuesPanel.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SamplerEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SamplerEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SamplerEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SetParamDialog.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SetParamDialog.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.SetParamDialog.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureFormatExport.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureFormatExport.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureFormatExport.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureOpenEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureOpenEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.TextureOpenEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.CourseMunntEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.CourseMunntEditor.resources deleted file mode 100644 index 6c05a977..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.CourseMunntEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.MK8MapCameraEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.MK8MapCameraEditor.resources index 29136202..6c05a977 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.MK8MapCameraEditor.resources and b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.Turbo.MK8MapCameraEditor.resources differ diff --git a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.XTXEditor.resources b/Switch_FileFormatsMain/obj/Debug/FirstPlugin.XTXEditor.resources deleted file mode 100644 index 29136202..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/FirstPlugin.XTXEditor.resources and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/Interop.WMPLib.dll b/Switch_FileFormatsMain/obj/Debug/Interop.WMPLib.dll index 454696c7..517c24df 100644 Binary files a/Switch_FileFormatsMain/obj/Debug/Interop.WMPLib.dll and b/Switch_FileFormatsMain/obj/Debug/Interop.WMPLib.dll differ diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.CopyComplete b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.CopyComplete deleted file mode 100644 index e69de29b..00000000 diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.CoreCompileInputs.cache b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.CoreCompileInputs.cache deleted file mode 100644 index 09d723dc..00000000 --- a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ac1f8e64f6b51cf9f95182bfa050222cee02b540 diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.FileListAbsolute.txt b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.FileListAbsolute.txt deleted file mode 100644 index 3b6a70e0..00000000 --- a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,222 +0,0 @@ -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.TextureOpenEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.FloatsIntsValuePanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BoolValuesPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.BFRES.RenderInfoAdd.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresProperties.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.FSHPEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GTXEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.XTXEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.NuTexEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.TexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.FTEXEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BNTXEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.Editors.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.RenderInfoValueEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.SetParamDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.SRTValuesPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.TextureFormatExport.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Debug\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.AAMP.EditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimationLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresHeaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ColorPicker.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ColorWheel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderParamEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexSrtPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector1SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector2SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector3SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector4SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VolatileFlagEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.CopyUVChannelDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.KeyShapeList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexBufferEncodeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexBufferList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneIndexList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BoneInfoPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.DebugInfoBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneAnimEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresShapeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SubFileEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.RenderStateEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.RenderInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.RenderInfoDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresTexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FrameTextureThumbnail.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimColorViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimKeyViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Turbo.CourseMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Turbo.MK8MapCameraEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.EmitterEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.ShaderOptionsEditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FSHPEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SceneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderBinaryDisplay.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexturePatternAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.UserDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.UserDataParser.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VisibiltyAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.KeySelection.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TextureLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.AAMP.EditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimationLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresHeaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneVisualAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneVisListEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VisObjectAddDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexAttributeInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ColorPicker.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ColorWheel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderParamEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexSrtPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.booleanPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector1SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector2SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector3SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.vector4SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VolatileFlagEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.CopyUVChannelDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FaceIndiceListViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.KeyShapeList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SubMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexBufferCreator.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexBufferEncodeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VertexBufferList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneIndexList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BoneInfoPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.DebugInfoBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BoneAnimEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresShapeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SubFileEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.RenderStateEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SamplerListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.RenderInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.RenderInfoDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AddSamplerKeyGroup.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AddTextureKey.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.BfresTexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FrameTextureThumbnail.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexPatternInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexPatternMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TurboMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimColorViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.AnimKeyViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Turbo.CourseMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Turbo.MK8MapCameraEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.EmitterEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.ShaderOptionsEditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.SceneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderBinaryDisplay.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.ShaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TexturePatternAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.UserDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.UserDataParser.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.VisibiltyAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GUI.KeySelection.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Forms.TextureLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Debug\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.GenerateResource.cache b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.GenerateResource.cache deleted file mode 100644 index 41af8a37..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.GenerateResource.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.ResolveComReference.cache b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.ResolveComReference.cache deleted file mode 100644 index 06138a80..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csproj.ResolveComReference.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csprojAssemblyReference.cache b/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csprojAssemblyReference.cache deleted file mode 100644 index 22f719a5..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/Switch_FileFormatsMain.csprojAssemblyReference.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Switch_FileFormatsMain/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll deleted file mode 100644 index f217e9c4..00000000 Binary files a/Switch_FileFormatsMain/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 21ec38f5..00000000 Binary files a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index f57efc63..00000000 Binary files a/Switch_FileFormatsMain/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.FileListAbsolute.txt b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.FileListAbsolute.txt deleted file mode 100644 index 8bb1b0eb..00000000 --- a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,336 +0,0 @@ -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureOpenEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.FloatsIntsValuePanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BoolValuesPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.BFRES.RenderInfoAdd.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresProperties.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.FSHPEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.TexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BNTXEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.Editors.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.RenderInfoValueEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.SetParamDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.SRTValuesPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureFormatExport.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimationLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.DebugInfoBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderStateEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderParamEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.RenderInfoDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimColorViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimKeyViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Turbo.CourseMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Turbo.MK8MapCameraEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.EmitterEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.ShaderOptionsEditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SceneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexturePatternAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataParser.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisibiltyAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.KeySelection.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresHeaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TextureLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubFileEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BoneInfoPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresShapeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneIndexList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VolatileFlagEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.AAMP.EditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresTexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FrameTextureThumbnail.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.KeyShapeList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorPicker.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorWheel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexSrtPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector2SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector3SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector4SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector1SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderBinaryDisplay.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferEncodeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.CopyUVChannelDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.booleanPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferCreator.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisualAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisObjectAddDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddTextureKey.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexAttributeInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddSamplerKeyGroup.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FaceIndiceListViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TurboMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99 - Copy\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisListEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.AAMP.EditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimationLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresHeaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisualAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisListEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisObjectAddDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexAttributeInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorPicker.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorWheel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderParamEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexSrtPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.booleanPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector1SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector2SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector3SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector4SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VolatileFlagEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.CopyUVChannelDialog.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FaceIndiceListViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.KeyShapeList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferCreator.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferEncodeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneIndexList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BoneInfoPanel.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.DebugInfoBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresShapeEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubFileEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor2.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderStateEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerListEdit.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.RenderInfoDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddSamplerKeyGroup.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddTextureKey.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresTexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FrameTextureThumbnail.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TurboMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimKeyViewer.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Turbo.CourseMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Turbo.MK8MapCameraEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.EmitterEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.ShaderOptionsEditBox.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SceneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderBinaryDisplay.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexturePatternAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataParser.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisibiltyAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.KeySelection.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TextureLoader.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimParamEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csprojAssemblyReference.cache -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Interop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\AxInterop.WMPLib.dll -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.ResolveComReference.cache -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.AAMP.EditBox.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.TextureViewer.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.AttributeEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresHeaderEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisualAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneVisListEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisObjectAddDialog.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexAttributeInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerInputListEdit.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorPicker.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ColorWheel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderParamEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexSrtPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.booleanPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector1SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector2SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector3SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.vector4SliderPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VolatileFlagEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.CopyUVChannelDialog.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FaceIndiceListViewer.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.KeyShapeList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferCreator.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferEncodeEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VertexBufferList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneIndexList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BoneInfoPanel.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.DebugInfoBox.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BoneAnimEditor2.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresShapeEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SubFileEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderOptionsEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor2.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderStateEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerListEdit.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.RenderInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.RenderInfoDataEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddSamplerKeyGroup.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AddTextureKey.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BfresTexturePatternEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FrameTextureThumbnail.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternInfoEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexPatternMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TurboMunntEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimParamEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AnimKeyViewer.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Turbo.MK8MapCameraEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.EmitterEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BntxSelector.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.CopyMaterialMenu.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BFAVEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresBoneEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BfresLODMeshEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FMATEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.ShaderOptionsEditBox.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SceneAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderBinaryDisplay.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ShaderEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TexturePatternAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.UserDataParser.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.VisibiltyAnimEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.GUI.KeySelection.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.ByamlEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.FSKLEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.VertexAttributeDataList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.PreviewFormatList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Texture_Selector.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.TextureLoader.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BinaryTextureImporterList.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.GTXTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Properties.Resources.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.GenerateResource.cache -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CoreCompileInputs.cache -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll.config -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.pdb -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\Switch_FileFormatsMain.csproj.CopyComplete -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.CollisionMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.MSBTEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.SamplerEditorSimple.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.EffectTableEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ParamValueDialog.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.AampEditorBase.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.MaterialReplaceDialog.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.CTR_3DSTextureImporter.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BcresEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.BcresSamplerEditorSimple.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.OdysseyCostumeSelector.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.MaterialPresetDialog.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.Forms.ParamPatternMaterialEditor.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.SmoothNormalsMultiMeshForm.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BMDModelImportSettings.resources -C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Switch_FileFormatsMain\obj\Release\FirstPlugin.BatchEditBaseAnimDataForm.resources diff --git a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache b/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache deleted file mode 100644 index b6ceb392..00000000 Binary files a/Switch_FileFormatsMain/obj/Release/Switch_FileFormatsMain.csprojAssemblyReference.cache and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/Switch_FileFormatsMain/obj/Release/TempPE/Properties.Resources.Designer.cs.dll deleted file mode 100644 index fd07edb2..00000000 Binary files a/Switch_FileFormatsMain/obj/Release/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ diff --git a/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Switch_FileFormatsMain/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/Switch_Toolbox (2).zip b/Switch_Toolbox (2).zip new file mode 100644 index 00000000..500083a8 Binary files /dev/null and b/Switch_Toolbox (2).zip differ diff --git a/Switch_Toolbox_Library/Animations/Animation.cs b/Switch_Toolbox_Library/Animations/Animation.cs index 384d6332..f7ccf11a 100644 --- a/Switch_Toolbox_Library/Animations/Animation.cs +++ b/Switch_Toolbox_Library/Animations/Animation.cs @@ -6,11 +6,11 @@ using System.Threading.Tasks; using System.Windows.Forms; using OpenTK; using SELib; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public enum InterpolationType { diff --git a/Switch_Toolbox_Library/Animations/AnimationGroupNode.cs b/Switch_Toolbox_Library/Animations/AnimationGroupNode.cs index a686622c..e2f901fe 100644 --- a/Switch_Toolbox_Library/Animations/AnimationGroupNode.cs +++ b/Switch_Toolbox_Library/Animations/AnimationGroupNode.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using OpenTK; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class AnimationGroupNode : TreeNodeCustom { diff --git a/Switch_Toolbox_Library/Animations/BooleanKeyFrame.cs b/Switch_Toolbox_Library/Animations/BooleanKeyFrame.cs index 5cbabd81..41abac41 100644 --- a/Switch_Toolbox_Library/Animations/BooleanKeyFrame.cs +++ b/Switch_Toolbox_Library/Animations/BooleanKeyFrame.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class BooleanKeyFrame { diff --git a/Switch_Toolbox_Library/Animations/BooleanKeyGroup.cs b/Switch_Toolbox_Library/Animations/BooleanKeyGroup.cs index 28a1fa46..86161236 100644 --- a/Switch_Toolbox_Library/Animations/BooleanKeyGroup.cs +++ b/Switch_Toolbox_Library/Animations/BooleanKeyGroup.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using OpenTK; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class BooleanKeyGroup : TreeNode { diff --git a/Switch_Toolbox_Library/Animations/ImageKeyFrame.cs b/Switch_Toolbox_Library/Animations/ImageKeyFrame.cs index a5166a19..2e3e79b3 100644 --- a/Switch_Toolbox_Library/Animations/ImageKeyFrame.cs +++ b/Switch_Toolbox_Library/Animations/ImageKeyFrame.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Drawing; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class ImageKeyFrame { diff --git a/Switch_Toolbox_Library/Animations/MaterialAnimation.cs b/Switch_Toolbox_Library/Animations/MaterialAnimation.cs index 64d5afc9..6247d2f9 100644 --- a/Switch_Toolbox_Library/Animations/MaterialAnimation.cs +++ b/Switch_Toolbox_Library/Animations/MaterialAnimation.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.NodeWrappers; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class MaterialAnimation : Animation { diff --git a/Switch_Toolbox_Library/Animations/SceneAnimation.cs b/Switch_Toolbox_Library/Animations/SceneAnimation.cs index f4794a5b..4eb23ee5 100644 --- a/Switch_Toolbox_Library/Animations/SceneAnimation.cs +++ b/Switch_Toolbox_Library/Animations/SceneAnimation.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class CameraAnimation : Animation { diff --git a/Switch_Toolbox_Library/Animations/VisibilityAnimation.cs b/Switch_Toolbox_Library/Animations/VisibilityAnimation.cs index b4e3bdce..b6f8556a 100644 --- a/Switch_Toolbox_Library/Animations/VisibilityAnimation.cs +++ b/Switch_Toolbox_Library/Animations/VisibilityAnimation.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public enum VisibiltyAnimType { diff --git a/Switch_Toolbox_Library/Audio/AudioFileRipper.cs b/Switch_Toolbox_Library/Audio/AudioFileRipper.cs index 6a4d0f1e..a33c5fba 100644 --- a/Switch_Toolbox_Library/Audio/AudioFileRipper.cs +++ b/Switch_Toolbox_Library/Audio/AudioFileRipper.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Rips audio related files into XML format for translating fetched data public class AudioFileRipper diff --git a/Switch_Toolbox_Library/Audio/VGAudioFile.cs b/Switch_Toolbox_Library/Audio/VGAudioFile.cs index 2699a4be..5180e79b 100644 --- a/Switch_Toolbox_Library/Audio/VGAudioFile.cs +++ b/Switch_Toolbox_Library/Audio/VGAudioFile.cs @@ -11,7 +11,7 @@ using VGAudio.Containers.Wave; using VGAudio.Formats; using VGAudio.Utilities; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class VGAdudioFile { diff --git a/Switch_Toolbox_Library/Collections/SortExtensions.cs b/Switch_Toolbox_Library/Collections/SortExtensions.cs index ae873fc5..51fde3e4 100644 --- a/Switch_Toolbox_Library/Collections/SortExtensions.cs +++ b/Switch_Toolbox_Library/Collections/SortExtensions.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public static class SortExtensions { diff --git a/Switch_Toolbox_Library/Compression/CompressionMenus.cs b/Switch_Toolbox_Library/Compression/CompressionMenus.cs index 0b729026..37d88f40 100644 --- a/Switch_Toolbox_Library/Compression/CompressionMenus.cs +++ b/Switch_Toolbox_Library/Compression/CompressionMenus.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class CompressionMenus { diff --git a/Switch_Toolbox_Library/Compression/LZ4F.cs b/Switch_Toolbox_Library/Compression/LZ4F.cs index be4488f8..cb43bfcb 100644 --- a/Switch_Toolbox_Library/Compression/LZ4F.cs +++ b/Switch_Toolbox_Library/Compression/LZ4F.cs @@ -4,10 +4,10 @@ using System.Linq; using System.IO; using System.IO.Compression; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using K4os.Compression.LZ4.Streams; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class LZ4F : ICompressionFormat { diff --git a/Switch_Toolbox_Library/Compression/LZ77_WII.cs b/Switch_Toolbox_Library/Compression/LZ77_WII.cs index 84e37f62..d4959994 100644 --- a/Switch_Toolbox_Library/Compression/LZ77_WII.cs +++ b/Switch_Toolbox_Library/Compression/LZ77_WII.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.IO; using System.Runtime.InteropServices; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class LZ77_WII { diff --git a/Switch_Toolbox_Library/Compression/STLibraryCompression.cs b/Switch_Toolbox_Library/Compression/STLibraryCompression.cs index 68a27ec0..5eb5ae04 100644 --- a/Switch_Toolbox_Library/Compression/STLibraryCompression.cs +++ b/Switch_Toolbox_Library/Compression/STLibraryCompression.cs @@ -9,7 +9,7 @@ using System.Linq; using System; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class STLibraryCompression { diff --git a/Switch_Toolbox_Library/Compression/YAZ0.cs b/Switch_Toolbox_Library/Compression/YAZ0.cs index 111977ff..f020a7ae 100644 --- a/Switch_Toolbox_Library/Compression/YAZ0.cs +++ b/Switch_Toolbox_Library/Compression/YAZ0.cs @@ -4,9 +4,9 @@ using System.Linq; using System.IO; using System.IO.Compression; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class YAZ0 : ICompressionFormat { diff --git a/Switch_Toolbox_Library/Compression/ZCMP.cs b/Switch_Toolbox_Library/Compression/ZCMP.cs index c56e1187..003616f2 100644 --- a/Switch_Toolbox_Library/Compression/ZCMP.cs +++ b/Switch_Toolbox_Library/Compression/ZCMP.cs @@ -4,9 +4,9 @@ using System.Linq; using System.IO; using System.IO.Compression; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ZCMP : ICompressionFormat { diff --git a/Switch_Toolbox_Library/Config.cs b/Switch_Toolbox_Library/Config.cs index 8cab483c..cc321e52 100644 --- a/Switch_Toolbox_Library/Config.cs +++ b/Switch_Toolbox_Library/Config.cs @@ -4,7 +4,7 @@ using System.Xml; using System.Drawing; using System.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Based on // https://github.com/jam1garner/Smash-Forge/blob/26e0dcbd84cdf8a4ffe3fbe0b0317520a4099286/Smash%20Forge/Filetypes/Application/Config.cs @@ -95,9 +95,9 @@ namespace Switch_Toolbox.Library int.TryParse(node.InnerText, out Runtime.Yaz0CompressionLevel); break; case "FormTheme": - Switch_Toolbox.Library.Forms.FormThemes.Preset preset; + Toolbox.Library.Forms.FormThemes.Preset preset; Enum.TryParse(node.InnerText, out preset); - Switch_Toolbox.Library.Forms.FormThemes.ActivePreset = preset; + Toolbox.Library.Forms.FormThemes.ActivePreset = preset; break; case "MaximizeMdiWindow": bool.TryParse(node.InnerText, out Runtime.MaximizeMdiWindow); break; @@ -366,7 +366,7 @@ namespace Switch_Toolbox.Library mainSettingsNode.AppendChild(createNode(doc, "UseDebugDomainExceptionHandler", Runtime.UseDebugDomainExceptionHandler.ToString())); mainSettingsNode.AppendChild(createNode(doc, "OpenStartupWindow", Runtime.OpenStartupWindow.ToString())); mainSettingsNode.AppendChild(createNode(doc, "EnableVersionCheck", Runtime.EnableVersionCheck.ToString())); - mainSettingsNode.AppendChild(createNode(doc, "FormTheme", Switch_Toolbox.Library.Forms.FormThemes.ActivePreset.ToString())); + mainSettingsNode.AppendChild(createNode(doc, "FormTheme", Toolbox.Library.Forms.FormThemes.ActivePreset.ToString())); mainSettingsNode.AppendChild(createNode(doc, "MaximizeMdiWindow", Runtime.MaximizeMdiWindow.ToString())); } private static void AppendImageEditorSettings(XmlDocument doc, XmlNode parentNode) diff --git a/Switch_Toolbox_Library/DrawableContainer.cs b/Switch_Toolbox_Library/DrawableContainer.cs index 7b0ef62b..2b780b9b 100644 --- a/Switch_Toolbox_Library/DrawableContainer.cs +++ b/Switch_Toolbox_Library/DrawableContainer.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using GL_EditorFramework.Interfaces; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Represents a container that stores multiple drawables //These can be switched between the viewport diff --git a/Switch_Toolbox_Library/FileFormats/3DS/ETC1.cs b/Switch_Toolbox_Library/FileFormats/3DS/ETC1.cs index 38d0bdaf..ecebc602 100644 --- a/Switch_Toolbox_Library/FileFormats/3DS/ETC1.cs +++ b/Switch_Toolbox_Library/FileFormats/3DS/ETC1.cs @@ -2,7 +2,7 @@ using System.Drawing; using System.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //From https://github.com/gdkchan/SPICA/blob/42c4181e198b0fd34f0a567345ee7e75b54cb58b/SPICA/PICA/Converters/TextureCompression.cs public class ETC1 diff --git a/Switch_Toolbox_Library/FileFormats/APNG/APNG.cs b/Switch_Toolbox_Library/FileFormats/APNG/APNG.cs index 41c31884..8e37c2ef 100644 --- a/Switch_Toolbox_Library/FileFormats/APNG/APNG.cs +++ b/Switch_Toolbox_Library/FileFormats/APNG/APNG.cs @@ -8,7 +8,7 @@ using System.Collections; using System.Drawing; using System.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { internal class APNGUtility { diff --git a/Switch_Toolbox_Library/FileFormats/APNG/CRC.cs b/Switch_Toolbox_Library/FileFormats/APNG/CRC.cs index b5b19a11..b16c25d0 100644 --- a/Switch_Toolbox_Library/FileFormats/APNG/CRC.cs +++ b/Switch_Toolbox_Library/FileFormats/APNG/CRC.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { internal class CRC { diff --git a/Switch_Toolbox_Library/FileFormats/ASTC.cs b/Switch_Toolbox_Library/FileFormats/ASTC.cs index 7f4180c5..43494dcb 100644 --- a/Switch_Toolbox_Library/FileFormats/ASTC.cs +++ b/Switch_Toolbox_Library/FileFormats/ASTC.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Drawing; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ASTC : STGenericTexture, IEditor, IFileFormat { @@ -63,7 +63,7 @@ namespace Switch_Toolbox.Library public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.ReadInt32() == MagicFileConstant; } diff --git a/Switch_Toolbox_Library/FileFormats/ASTC/ASTCDecoder.cs b/Switch_Toolbox_Library/FileFormats/ASTC/ASTCDecoder.cs index 2d54f160..c05cfbd3 100644 --- a/Switch_Toolbox_Library/FileFormats/ASTC/ASTCDecoder.cs +++ b/Switch_Toolbox_Library/FileFormats/ASTC/ASTCDecoder.cs @@ -8,7 +8,7 @@ namespace Ryujinx.Graphics.Gal.Texture { public class ASTCDecoderException : Exception { - public ASTCDecoderException(string ExMsg) : base(ExMsg) { Switch_Toolbox.Library.Forms.STErrorDialog.Show(ExMsg, "", ExMsg); } + public ASTCDecoderException(string ExMsg) : base(ExMsg) { Toolbox.Library.Forms.STErrorDialog.Show(ExMsg, "", ExMsg); } } //https://github.com/GammaUNC/FasTC/blob/master/ASTCEncoder/src/Decompressor.cpp diff --git a/Switch_Toolbox_Library/FileFormats/Animation/ANIM.cs b/Switch_Toolbox_Library/FileFormats/Animation/ANIM.cs index 0a63b932..0bcbaf24 100644 --- a/Switch_Toolbox_Library/FileFormats/Animation/ANIM.cs +++ b/Switch_Toolbox_Library/FileFormats/Animation/ANIM.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using OpenTK; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { //Todo rewrite this //Currently from forge diff --git a/Switch_Toolbox_Library/FileFormats/Animation/SEANIM.cs b/Switch_Toolbox_Library/FileFormats/Animation/SEANIM.cs index 510e6105..e18e1daa 100644 --- a/Switch_Toolbox_Library/FileFormats/Animation/SEANIM.cs +++ b/Switch_Toolbox_Library/FileFormats/Animation/SEANIM.cs @@ -1,7 +1,7 @@ using SELib; using OpenTK; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { public class SEANIM { diff --git a/Switch_Toolbox_Library/FileFormats/Animation/SMD.cs b/Switch_Toolbox_Library/FileFormats/Animation/SMD.cs index 80e14e27..68e8cbf4 100644 --- a/Switch_Toolbox_Library/FileFormats/Animation/SMD.cs +++ b/Switch_Toolbox_Library/FileFormats/Animation/SMD.cs @@ -5,7 +5,7 @@ using System.Text.RegularExpressions; using OpenTK; using System.Text; -namespace Switch_Toolbox.Library.Animations +namespace Toolbox.Library.Animations { //Todo rewrite this //Currently from forge diff --git a/Switch_Toolbox_Library/FileFormats/Assimp/Assimp.cs b/Switch_Toolbox_Library/FileFormats/Assimp/Assimp.cs index f21ef62a..97a6584a 100644 --- a/Switch_Toolbox_Library/FileFormats/Assimp/Assimp.cs +++ b/Switch_Toolbox_Library/FileFormats/Assimp/Assimp.cs @@ -5,12 +5,12 @@ using System.Collections.Generic; using System.Linq; using Assimp; using OpenTK; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using System.Windows.Forms; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Animations; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class AssimpData { diff --git a/Switch_Toolbox_Library/FileFormats/Assimp/AssimpHelper.cs b/Switch_Toolbox_Library/FileFormats/Assimp/AssimpHelper.cs index aeaaa2c9..8b4180da 100644 --- a/Switch_Toolbox_Library/FileFormats/Assimp/AssimpHelper.cs +++ b/Switch_Toolbox_Library/FileFormats/Assimp/AssimpHelper.cs @@ -7,7 +7,7 @@ using Assimp; using OpenTK; using SN = System.Numerics; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public static class AssimpHelper { diff --git a/Switch_Toolbox_Library/FileFormats/Assimp/AssimpSaver.cs b/Switch_Toolbox_Library/FileFormats/Assimp/AssimpSaver.cs index 95215f84..e0479ef8 100644 --- a/Switch_Toolbox_Library/FileFormats/Assimp/AssimpSaver.cs +++ b/Switch_Toolbox_Library/FileFormats/Assimp/AssimpSaver.cs @@ -2,13 +2,13 @@ using System.Collections.Generic; using System.IO; using Assimp; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Animations; +using Toolbox.Library.Rendering; using System.Windows.Forms; using System.Linq; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class AssimpSaver { @@ -143,7 +143,7 @@ namespace Switch_Toolbox.Library if (boneInd == -1) { - var matrices = Switch_Toolbox.Library.IO.MatrixExenstion.CalculateInverseMatrix(STbone); + var matrices = Toolbox.Library.IO.MatrixExenstion.CalculateInverseMatrix(STbone); //Set the inverse matrix Matrix4x4 transform = matrices.inverse.FromNumerics(); diff --git a/Switch_Toolbox_Library/FileFormats/DAE/ColladaHelper.cs b/Switch_Toolbox_Library/FileFormats/DAE/ColladaHelper.cs index adf42785..fe320104 100644 --- a/Switch_Toolbox_Library/FileFormats/DAE/ColladaHelper.cs +++ b/Switch_Toolbox_Library/FileFormats/DAE/ColladaHelper.cs @@ -936,7 +936,7 @@ namespace ColladaHelper mat.ClearTranslation(); mat.Invert(); var quat = mat.ExtractRotation(); - rot = Switch_Toolbox.Library.AssimpHelper.ToEular(quat); + rot = Toolbox.Library.AssimpHelper.ToEular(quat); if (float.IsNaN(rot.X)) rot.X = 0; if (float.IsNaN(rot.Y)) rot.Y = 0; if (float.IsNaN(rot.Z)) rot.Z = 0; diff --git a/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs b/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs index c1eb11ad..49bba82f 100644 --- a/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs +++ b/Switch_Toolbox_Library/FileFormats/DAE/DAE.cs @@ -10,9 +10,9 @@ using System.Globalization; using System.Xml; using ColladaHelper; using OpenTK; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class DAE : DAEHelper { diff --git a/Switch_Toolbox_Library/FileFormats/DDS.cs b/Switch_Toolbox_Library/FileFormats/DDS.cs index 44510922..d19ce0cb 100644 --- a/Switch_Toolbox_Library/FileFormats/DDS.cs +++ b/Switch_Toolbox_Library/FileFormats/DDS.cs @@ -9,13 +9,13 @@ using System.Threading.Tasks; using Syroot.BinaryData; using System.IO; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using SFGraphics.GLObjects.Textures; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Data from https://github.com/jam1garner/Smash-Forge/blob/master/Smash%20Forge/Filetypes/Textures/DDS.cs public class DDS : STGenericTexture, IEditor, IFileFormat @@ -47,7 +47,7 @@ namespace Switch_Toolbox.Library public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { return reader.CheckSignature(4, "DDS "); } diff --git a/Switch_Toolbox_Library/FileFormats/DDSCompressor.cs b/Switch_Toolbox_Library/FileFormats/DDSCompressor.cs index d304d7a7..9f6a7ef8 100644 --- a/Switch_Toolbox_Library/FileFormats/DDSCompressor.cs +++ b/Switch_Toolbox_Library/FileFormats/DDSCompressor.cs @@ -1,11 +1,11 @@ using System; using System.Diagnostics; using System.Drawing; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Runtime.InteropServices; using DirectXTexNet; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class DDSCompressor { diff --git a/Switch_Toolbox_Library/FileFormats/OBJ.cs b/Switch_Toolbox_Library/FileFormats/OBJ.cs index 05e5a7ef..5520bc4a 100644 --- a/Switch_Toolbox_Library/FileFormats/OBJ.cs +++ b/Switch_Toolbox_Library/FileFormats/OBJ.cs @@ -4,7 +4,7 @@ using System.Text; using System.IO; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class OBJ { diff --git a/Switch_Toolbox_Library/FileFormats/R4G4.cs b/Switch_Toolbox_Library/FileFormats/R4G4.cs index 780a354d..9f2bdae6 100644 --- a/Switch_Toolbox_Library/FileFormats/R4G4.cs +++ b/Switch_Toolbox_Library/FileFormats/R4G4.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class R4G4 { diff --git a/Switch_Toolbox_Library/FileFormats/SEModel.cs b/Switch_Toolbox_Library/FileFormats/SEModel.cs index 269512c6..10a28a0a 100644 --- a/Switch_Toolbox_Library/FileFormats/SEModel.cs +++ b/Switch_Toolbox_Library/FileFormats/SEModel.cs @@ -4,10 +4,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using SELib; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class SEModel { diff --git a/Switch_Toolbox_Library/FileFormats/SizeTables/RSTB.cs b/Switch_Toolbox_Library/FileFormats/SizeTables/RSTB.cs index bab84790..af1a597a 100644 --- a/Switch_Toolbox_Library/FileFormats/SizeTables/RSTB.cs +++ b/Switch_Toolbox_Library/FileFormats/SizeTables/RSTB.cs @@ -3,11 +3,11 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using CsvHelper; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Parsing based on wiki https://zeldamods.org/wiki/ResourceSizeTable.product.rsizetable //Functions from https://github.com/zeldamods/rstb/blob/master/rstb/rstb.py diff --git a/Switch_Toolbox_Library/FileFormats/SizeTables/TPFileSizeTable.cs b/Switch_Toolbox_Library/FileFormats/SizeTables/TPFileSizeTable.cs index 6c4318b8..e0e965fe 100644 --- a/Switch_Toolbox_Library/FileFormats/SizeTables/TPFileSizeTable.cs +++ b/Switch_Toolbox_Library/FileFormats/SizeTables/TPFileSizeTable.cs @@ -3,13 +3,13 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using Syroot.BinaryData; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class TPFileSizeTable : IEditor, IFileFormat { diff --git a/Switch_Toolbox_Library/FileFormats/TGA.cs b/Switch_Toolbox_Library/FileFormats/TGA.cs index c235a573..effa6851 100644 --- a/Switch_Toolbox_Library/FileFormats/TGA.cs +++ b/Switch_Toolbox_Library/FileFormats/TGA.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library.Forms; using System.Drawing; using Paloma; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class TGA : STGenericTexture, IEditor, IFileFormat { @@ -37,7 +37,7 @@ namespace Switch_Toolbox.Library public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { if (reader.BaseStream.Length < 30) return false; diff --git a/Switch_Toolbox_Library/FileFormats/ZIP.cs b/Switch_Toolbox_Library/FileFormats/ZIP.cs index 60392afa..d644164a 100644 --- a/Switch_Toolbox_Library/FileFormats/ZIP.cs +++ b/Switch_Toolbox_Library/FileFormats/ZIP.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.IO.Compression; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ZIP : TreeNodeFile, IFileFormat { @@ -22,7 +22,7 @@ namespace Switch_Toolbox.Library public bool Identify(System.IO.Stream stream) { - using (var reader = new Switch_Toolbox.Library.IO.FileReader(stream, true)) + using (var reader = new Toolbox.Library.IO.FileReader(stream, true)) { reader.SetByteOrder(true); return reader.ReadInt32() == MagicFileConstant; diff --git a/Switch_Toolbox_Library/FormThemes.cs b/Switch_Toolbox_Library/FormThemes.cs index 1c242476..89ce5cc2 100644 --- a/Switch_Toolbox_Library/FormThemes.cs +++ b/Switch_Toolbox_Library/FormThemes.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class FormThemes { diff --git a/Switch_Toolbox_Library/Format Managers/FileManager.cs b/Switch_Toolbox_Library/Format Managers/FileManager.cs index 46f6326c..9bc3a49a 100644 --- a/Switch_Toolbox_Library/Format Managers/FileManager.cs +++ b/Switch_Toolbox_Library/Format Managers/FileManager.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class FileManager { diff --git a/Switch_Toolbox_Library/Format Managers/FormatList.cs b/Switch_Toolbox_Library/Format Managers/FormatList.cs index 217e9885..f7e14fe2 100644 --- a/Switch_Toolbox_Library/Format Managers/FormatList.cs +++ b/Switch_Toolbox_Library/Format Managers/FormatList.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class FormatList { diff --git a/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.Designer.cs b/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.Designer.cs index 415066f5..6800a27d 100644 --- a/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ArchiveFilePanel { @@ -28,10 +28,10 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stComboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stComboBox1 = new Toolbox.Library.Forms.STComboBox(); this.stPanel2.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.cs b/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.cs index 5c7ad0bc..c1961184 100644 --- a/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.cs +++ b/Switch_Toolbox_Library/Forms/Archive/ArchiveFilePanel.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { //The panel when a file in an archive is clicked on //Configures the editor view, ie Hex, Editor, Text Edtior, etc diff --git a/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.Designer.cs b/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.Designer.cs index 8f8483e2..78af75a7 100644 --- a/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ArchiveListPreviewForm { @@ -29,15 +29,15 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contentContainer.SuspendLayout(); diff --git a/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.cs b/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.cs index 75283908..4609ecc1 100644 --- a/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.cs +++ b/Switch_Toolbox_Library/Forms/Archive/ArchiveListPreviewForm.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ArchiveListPreviewForm : STForm { diff --git a/Switch_Toolbox_Library/Forms/BatchFormatExport.Designer.cs b/Switch_Toolbox_Library/Forms/BatchFormatExport.Designer.cs index 22eebfda..f2551e31 100644 --- a/Switch_Toolbox_Library/Forms/BatchFormatExport.Designer.cs +++ b/Switch_Toolbox_Library/Forms/BatchFormatExport.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class BatchFormatExport { @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.comboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); + this.comboBox1 = new Toolbox.Library.Forms.STComboBox(); this.button1 = new System.Windows.Forms.Button(); this.OkButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBox1 // - this.comboBox1.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; + this.comboBox1.DropDownStyle = Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(12, 41); this.comboBox1.Name = "comboBox1"; @@ -85,7 +85,7 @@ #endregion - private Switch_Toolbox.Library.Forms.STComboBox comboBox1; + private Toolbox.Library.Forms.STComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button OkButton; } diff --git a/Switch_Toolbox_Library/Forms/BatchFormatExport.cs b/Switch_Toolbox_Library/Forms/BatchFormatExport.cs index d01fe77c..b6df9ecf 100644 --- a/Switch_Toolbox_Library/Forms/BatchFormatExport.cs +++ b/Switch_Toolbox_Library/Forms/BatchFormatExport.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public partial class BatchFormatExport : Form { diff --git a/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs b/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs index 6e1baea1..2e77808d 100644 --- a/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs +++ b/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs @@ -42,7 +42,7 @@ using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Globalization; namespace BarSlider diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/ExpandCollapseEventArgs.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/ExpandCollapseEventArgs.cs index 10a265c3..e192738e 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/ExpandCollapseEventArgs.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/ExpandCollapseEventArgs.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class ExpandCollapseEventArgs : EventArgs { diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.Designer.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.Designer.cs index c1cd30c6..a66bb0d7 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STCollapsePanelButton { @@ -30,8 +30,8 @@ { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.alternativeLabel = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.alternativeLabel = new Toolbox.Library.Forms.STLabel(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); @@ -42,7 +42,7 @@ // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); - this.pictureBox1.Image = global::Switch_Toolbox.Library.Properties.Resources.arrowMinimize_; + this.pictureBox1.Image = global::Toolbox.Library.Properties.Resources.arrowMinimize_; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(30, 18); diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.cs index ec40279b..37785d1d 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STCollapsePanelButton.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class STCollapsePanelButton : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.Designer.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.Designer.cs index 9497c3d8..3e26dfee 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STDropDownPanel { @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stCollapsePanelButton1 = new Switch_Toolbox.Library.Forms.STCollapsePanelButton(); + this.stCollapsePanelButton1 = new Toolbox.Library.Forms.STCollapsePanelButton(); this.SuspendLayout(); // // stCollapsePanelButton1 diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.cs index c0e9ce37..47ee5b76 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STDropDownPanel.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using System.ComponentModel.Design; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", typeof(IDesigner))] public partial class STDropDownPanel : STPanel diff --git a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STFlowLayoutPanel.cs b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STFlowLayoutPanel.cs index 75b11ba3..4e7b37b2 100644 --- a/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STFlowLayoutPanel.cs +++ b/Switch_Toolbox_Library/Forms/Custom/DropdownPanel/STFlowLayoutPanel.cs @@ -2,7 +2,7 @@ using System.Drawing; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STFlowLayoutPanel : FlowLayoutPanel { diff --git a/Switch_Toolbox_Library/Forms/Custom/EditorInterface.cs b/Switch_Toolbox_Library/Forms/Custom/EditorInterface.cs index f2e3e668..29e16eca 100644 --- a/Switch_Toolbox_Library/Forms/Custom/EditorInterface.cs +++ b/Switch_Toolbox_Library/Forms/Custom/EditorInterface.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { class FileEditor : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Custom/FlatTabControl/FlatTabControl.cs b/Switch_Toolbox_Library/Forms/Custom/FlatTabControl/FlatTabControl.cs index 5c6a4d5c..21253e2d 100644 --- a/Switch_Toolbox_Library/Forms/Custom/FlatTabControl/FlatTabControl.cs +++ b/Switch_Toolbox_Library/Forms/Custom/FlatTabControl/FlatTabControl.cs @@ -10,7 +10,7 @@ using System.ComponentModel.Design; using System.Runtime.InteropServices; using System.Diagnostics; using System.IO; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; namespace FlatTabControl @@ -166,7 +166,7 @@ namespace FlatTabControl if (this.SelectedTab != null) { TabPage tabPage = this.SelectedTab; - tabPage.BackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; + tabPage.BackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; Color color = tabPage.BackColor; border = new Pen(color); @@ -195,14 +195,14 @@ namespace FlatTabControl foreach (TabPage tpCheck in TabPages) { - tpCheck.BackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageInactive; - tpCheck.ForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; + tpCheck.BackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageInactive; + tpCheck.ForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; } if (SelectedTab != null) { - SelectedTab.BackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; - SelectedTab.ForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TextForeColor; + SelectedTab.BackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; + SelectedTab.ForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TextForeColor; } this.Refresh(); @@ -573,14 +573,14 @@ namespace FlatTabControl { foreach (TabPage tpCheck in TabPages) { - tpCheck.BackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageInactive; - tpCheck.ForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; + tpCheck.BackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageInactive; + tpCheck.ForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; } if (SelectedTab != null) { - SelectedTab.BackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; - SelectedTab.ForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.TextForeColor; + SelectedTab.BackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TabPageActive; + SelectedTab.ForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.TextForeColor; } } } diff --git a/Switch_Toolbox_Library/Forms/Custom/ListViewCustom.cs b/Switch_Toolbox_Library/Forms/Custom/ListViewCustom.cs index 7bb7c8bc..568649d7 100644 --- a/Switch_Toolbox_Library/Forms/Custom/ListViewCustom.cs +++ b/Switch_Toolbox_Library/Forms/Custom/ListViewCustom.cs @@ -8,7 +8,7 @@ using System.Windows.Forms; using System.Drawing; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { [ToolboxItem(true)] [ToolboxBitmap(typeof(ListView))] diff --git a/Switch_Toolbox_Library/Forms/Custom/MinMaxButton.cs b/Switch_Toolbox_Library/Forms/Custom/MinMaxButton.cs index 4a7977a3..cd077bc1 100644 --- a/Switch_Toolbox_Library/Forms/Custom/MinMaxButton.cs +++ b/Switch_Toolbox_Library/Forms/Custom/MinMaxButton.cs @@ -5,7 +5,7 @@ using System.Drawing; using System.Data; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class MinMaxButton : System.Windows.Forms.Button { diff --git a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownFloat.cs b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownFloat.cs index 93029238..66e3ff44 100644 --- a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownFloat.cs +++ b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownFloat.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class NumericUpDownFloat : STNumbericUpDown { diff --git a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownInt.cs b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownInt.cs index b2e70a36..665f85ea 100644 --- a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownInt.cs +++ b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownInt.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class NumericUpDownInt : STNumbericUpDown { diff --git a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownUint.cs b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownUint.cs index 8e0520df..b24cada7 100644 --- a/Switch_Toolbox_Library/Forms/Custom/NumericUpDownUint.cs +++ b/Switch_Toolbox_Library/Forms/Custom/NumericUpDownUint.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class NumericUpDownUint : STNumbericUpDown { diff --git a/Switch_Toolbox_Library/Forms/Custom/PictureBoxCustom.cs b/Switch_Toolbox_Library/Forms/Custom/PictureBoxCustom.cs index dbad7eaf..343a11fb 100644 --- a/Switch_Toolbox_Library/Forms/Custom/PictureBoxCustom.cs +++ b/Switch_Toolbox_Library/Forms/Custom/PictureBoxCustom.cs @@ -8,7 +8,7 @@ using System.Drawing; using System.Drawing.Drawing2D; using System.ComponentModel; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class PictureBoxCustom : PictureBox { diff --git a/Switch_Toolbox_Library/Forms/Custom/STButton.cs b/Switch_Toolbox_Library/Forms/Custom/STButton.cs index c2d38c2c..14d4cf10 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STButton.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STButton.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STButton : Button { diff --git a/Switch_Toolbox_Library/Forms/Custom/STCheckBox.cs b/Switch_Toolbox_Library/Forms/Custom/STCheckBox.cs index 62cb7d37..c820b1ea 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STCheckBox.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STCheckBox.cs @@ -3,7 +3,7 @@ using System.Windows.Forms; using System.ComponentModel; using System; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { /// /// CheckBox created with code & design skills. diff --git a/Switch_Toolbox_Library/Forms/Custom/STComboBox.cs b/Switch_Toolbox_Library/Forms/Custom/STComboBox.cs index 979bcbfa..461e2690 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STComboBox.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STComboBox.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; using System.ComponentModel; using System.Reflection; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STComboBox : ComboBox { diff --git a/Switch_Toolbox_Library/Forms/Custom/STContextMenuStrip.cs b/Switch_Toolbox_Library/Forms/Custom/STContextMenuStrip.cs index dd53da1e..edb0d79a 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STContextMenuStrip.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STContextMenuStrip.cs @@ -7,7 +7,7 @@ using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STToolStripItem : ToolStripMenuItem { diff --git a/Switch_Toolbox_Library/Forms/Custom/STDataGridView.cs b/Switch_Toolbox_Library/Forms/Custom/STDataGridView.cs index 36917cba..d5a2a261 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STDataGridView.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STDataGridView.cs @@ -4,7 +4,7 @@ using System.Windows.Forms; using System.Windows.Forms.VisualStyles; using System; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STDataGridView : DataGridView { diff --git a/Switch_Toolbox_Library/Forms/Custom/STForm.cs b/Switch_Toolbox_Library/Forms/Custom/STForm.cs index e62c9aad..f53c0cce 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STForm.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STForm.cs @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using System.Drawing; using System; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STForm : Form { @@ -94,7 +94,7 @@ namespace Switch_Toolbox.Library.Forms private void InitializeComponent() { - this.contentContainer = new Switch_Toolbox.Library.Forms.STPanel(); + this.contentContainer = new Toolbox.Library.Forms.STPanel(); this.TitleBar = new System.Windows.Forms.Panel(); this.LblTitle = new System.Windows.Forms.Label(); this.PicIcon = new System.Windows.Forms.PictureBox(); @@ -161,7 +161,7 @@ namespace Switch_Toolbox.Library.Forms // this.BtnMinimize.BackColor = System.Drawing.Color.Transparent; this.BtnMinimize.Dock = System.Windows.Forms.DockStyle.Right; - this.BtnMinimize.Image = global::Switch_Toolbox.Library.Properties.Resources.minimize; + this.BtnMinimize.Image = global::Toolbox.Library.Properties.Resources.minimize; this.BtnMinimize.Location = new System.Drawing.Point(429, 0); this.BtnMinimize.Name = "BtnMinimize"; this.BtnMinimize.Size = new System.Drawing.Size(38, 25); @@ -176,7 +176,7 @@ namespace Switch_Toolbox.Library.Forms // this.BtnMinMax.BackColor = System.Drawing.Color.Transparent; this.BtnMinMax.Dock = System.Windows.Forms.DockStyle.Right; - this.BtnMinMax.Image = global::Switch_Toolbox.Library.Properties.Resources.maximize; + this.BtnMinMax.Image = global::Toolbox.Library.Properties.Resources.maximize; this.BtnMinMax.Location = new System.Drawing.Point(467, 0); this.BtnMinMax.Name = "BtnMinMax"; this.BtnMinMax.Size = new System.Drawing.Size(38, 25); @@ -191,7 +191,7 @@ namespace Switch_Toolbox.Library.Forms // this.BtnClose.BackColor = System.Drawing.Color.Transparent; this.BtnClose.Dock = System.Windows.Forms.DockStyle.Right; - this.BtnClose.Image = global::Switch_Toolbox.Library.Properties.Resources.Close; + this.BtnClose.Image = global::Toolbox.Library.Properties.Resources.Close; this.BtnClose.Location = new System.Drawing.Point(505, 0); this.BtnClose.Name = "BtnClose"; this.BtnClose.Size = new System.Drawing.Size(38, 25); diff --git a/Switch_Toolbox_Library/Forms/Custom/STLabel.cs b/Switch_Toolbox_Library/Forms/Custom/STLabel.cs index 9bf987bf..e885d2e8 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STLabel.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STLabel.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STLabel : Label { diff --git a/Switch_Toolbox_Library/Forms/Custom/STListView.cs b/Switch_Toolbox_Library/Forms/Custom/STListView.cs index d84a8616..2cacfa6d 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STListView.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STListView.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using BrightIdeasSoftware; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STListView : ObjectListView { diff --git a/Switch_Toolbox_Library/Forms/Custom/STNumbericUpDown.cs b/Switch_Toolbox_Library/Forms/Custom/STNumbericUpDown.cs index 248f05fd..c84fa132 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STNumbericUpDown.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STNumbericUpDown.cs @@ -1,6 +1,6 @@ using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public enum NumericDataType { @@ -79,10 +79,10 @@ namespace Switch_Toolbox.Library.Forms private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(STUserControl)); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.downArrow = new System.Windows.Forms.PictureBox(); this.upArrow = new System.Windows.Forms.PictureBox(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); ((System.ComponentModel.ISupportInitialize)(this.downArrow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.upArrow)).BeginInit(); this.stPanel1.SuspendLayout(); @@ -111,7 +111,7 @@ namespace Switch_Toolbox.Library.Forms // upArrow // this.upArrow.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.upArrow.Image = global::Switch_Toolbox.Library.Properties.Resources.NumbericUpDownArrow; + this.upArrow.Image = global::Toolbox.Library.Properties.Resources.NumbericUpDownArrow; this.upArrow.Location = new System.Drawing.Point(1, 3); this.upArrow.Name = "upArrow"; this.upArrow.Size = new System.Drawing.Size(19, 11); diff --git a/Switch_Toolbox_Library/Forms/Custom/STNumericBox.Designer.cs b/Switch_Toolbox_Library/Forms/Custom/STNumericBox.Designer.cs index 7390634e..cc41cb7a 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STNumericBox.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STNumericBox.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms.Custom +namespace Toolbox.Library.Forms.Custom { partial class STNumericBox { diff --git a/Switch_Toolbox_Library/Forms/Custom/STNumericBox.cs b/Switch_Toolbox_Library/Forms/Custom/STNumericBox.cs index c8af8bc8..e0f7ee5a 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STNumericBox.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STNumericBox.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms.Custom +namespace Toolbox.Library.Forms.Custom { public partial class STNumericBox : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Custom/STPanel.cs b/Switch_Toolbox_Library/Forms/Custom/STPanel.cs index efc93bad..e8010249 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STPanel.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STPanel.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STPanel : Panel { diff --git a/Switch_Toolbox_Library/Forms/Custom/STProgressBar.Designer.cs b/Switch_Toolbox_Library/Forms/Custom/STProgressBar.Designer.cs index 22473930..fb0caec7 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STProgressBar.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STProgressBar.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class STProgressBar { diff --git a/Switch_Toolbox_Library/Forms/Custom/STProgressBar.cs b/Switch_Toolbox_Library/Forms/Custom/STProgressBar.cs index 707d8934..0f296cd2 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STProgressBar.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STProgressBar.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public partial class STProgressBar : Form { diff --git a/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.Designer.cs b/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.Designer.cs index 84543ab0..2a428501 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STPropertyGrid { diff --git a/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.cs b/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.cs index 3c08e9c4..63244f52 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STPropertyGrid.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class STPropertyGrid : UserControl { @@ -20,18 +20,18 @@ namespace Switch_Toolbox.Library.Forms if (FormThemes.ActivePreset != FormThemes.Preset.White) { - this.propertyGrid1.CategoryForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; - this.propertyGrid1.CategorySplitterColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + this.propertyGrid1.CategoryForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; + this.propertyGrid1.CategorySplitterColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; this.propertyGrid1.CommandsActiveLinkColor = System.Drawing.Color.Red; - this.propertyGrid1.CommandsBorderColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.MDIParentBackColor; - this.propertyGrid1.DisabledItemForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; - this.propertyGrid1.HelpBackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; - this.propertyGrid1.HelpBorderColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; - this.propertyGrid1.HelpForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; - this.propertyGrid1.LineColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; - this.propertyGrid1.ViewBackColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.MDIChildBorderColor; - this.propertyGrid1.ViewBorderColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; - this.propertyGrid1.ViewForeColor = Switch_Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; + this.propertyGrid1.CommandsBorderColor = Toolbox.Library.Forms.FormThemes.BaseTheme.MDIParentBackColor; + this.propertyGrid1.DisabledItemForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.DisabledItemColor; + this.propertyGrid1.HelpBackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + this.propertyGrid1.HelpBorderColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + this.propertyGrid1.HelpForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; + this.propertyGrid1.LineColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + this.propertyGrid1.ViewBackColor = Toolbox.Library.Forms.FormThemes.BaseTheme.MDIChildBorderColor; + this.propertyGrid1.ViewBorderColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormBackColor; + this.propertyGrid1.ViewForeColor = Toolbox.Library.Forms.FormThemes.BaseTheme.FormForeColor; } } diff --git a/Switch_Toolbox_Library/Forms/Custom/STTabControl.cs b/Switch_Toolbox_Library/Forms/Custom/STTabControl.cs index bf830dc1..f59fc060 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STTabControl.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STTabControl.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STTabControl : FlatTabControl.FlatTabControl { diff --git a/Switch_Toolbox_Library/Forms/Custom/STTextBox.cs b/Switch_Toolbox_Library/Forms/Custom/STTextBox.cs index f504f6c8..78b0bddb 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STTextBox.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STTextBox.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STTextBox : TextBox { diff --git a/Switch_Toolbox_Library/Forms/Custom/STToolStrip.cs b/Switch_Toolbox_Library/Forms/Custom/STToolStrip.cs index 05a07d20..27681ced 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STToolStrip.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STToolStrip.cs @@ -7,7 +7,7 @@ using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STToolStrip : ToolStrip { diff --git a/Switch_Toolbox_Library/Forms/Custom/STTrackBar.cs b/Switch_Toolbox_Library/Forms/Custom/STTrackBar.cs index 133ded37..20a413f5 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STTrackBar.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STTrackBar.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STTrackBar : TrackBar { diff --git a/Switch_Toolbox_Library/Forms/Custom/STUserControl.cs b/Switch_Toolbox_Library/Forms/Custom/STUserControl.cs index ad60139f..dfbf52f3 100644 --- a/Switch_Toolbox_Library/Forms/Custom/STUserControl.cs +++ b/Switch_Toolbox_Library/Forms/Custom/STUserControl.cs @@ -1,6 +1,6 @@ using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STUserControl : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Custom/TreeViewCustom.cs b/Switch_Toolbox_Library/Forms/Custom/TreeViewCustom.cs index c3b36eb0..7c5c6c66 100644 --- a/Switch_Toolbox_Library/Forms/Custom/TreeViewCustom.cs +++ b/Switch_Toolbox_Library/Forms/Custom/TreeViewCustom.cs @@ -6,9 +6,9 @@ using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing; using System.Runtime.InteropServices; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public abstract class TreeNodeCustom : TreeNode { diff --git a/Switch_Toolbox_Library/Forms/Dialogs/DialogCenter.cs b/Switch_Toolbox_Library/Forms/Dialogs/DialogCenter.cs index f3b0e225..84ec7f39 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/DialogCenter.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/DialogCenter.cs @@ -5,7 +5,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class DialogCenteringService : IDisposable { diff --git a/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.Designer.cs b/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.Designer.cs index 5cc73f3d..43ad4a68 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ExportModelSettings { @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.exportTexturesChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.exportTexturesChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.cs b/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.cs index 2e268191..c4d18f6d 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/ExportModelSettings.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ExportModelSettings : STForm { diff --git a/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.Designer.cs index 49ed9153..553f35fe 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class RenameDialog { diff --git a/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.cs b/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.cs index 73d6ea09..83c0eb0d 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/RenameDialog.cs @@ -4,7 +4,7 @@ using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class RenameDialog : Form { diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.Designer.cs index a258cc64..3955a088 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STErrorDialog { @@ -27,10 +27,10 @@ /// private void InitializeComponent() { - this.btnClose = new Switch_Toolbox.Library.Forms.STButton(); - this.btnDetails = new Switch_Toolbox.Library.Forms.STButton(); - this.btnCopy = new Switch_Toolbox.Library.Forms.STButton(); - this.lblMessage = new Switch_Toolbox.Library.Forms.STLabel(); + this.btnClose = new Toolbox.Library.Forms.STButton(); + this.btnDetails = new Toolbox.Library.Forms.STButton(); + this.btnCopy = new Toolbox.Library.Forms.STButton(); + this.lblMessage = new Toolbox.Library.Forms.STLabel(); this.tbDetails = new System.Windows.Forms.RichTextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); @@ -104,7 +104,7 @@ // // pictureBox1 // - this.pictureBox1.Image = global::Switch_Toolbox.Library.Properties.Resources.ErrorCheck; + this.pictureBox1.Image = global::Toolbox.Library.Properties.Resources.ErrorCheck; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(34, 26); @@ -137,10 +137,10 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnClose; - private Switch_Toolbox.Library.Forms.STButton btnDetails; - private Switch_Toolbox.Library.Forms.STButton btnCopy; - private Switch_Toolbox.Library.Forms.STLabel lblMessage; + private Toolbox.Library.Forms.STButton btnClose; + private Toolbox.Library.Forms.STButton btnDetails; + private Toolbox.Library.Forms.STButton btnCopy; + private Toolbox.Library.Forms.STLabel lblMessage; private System.Windows.Forms.RichTextBox tbDetails; private System.Windows.Forms.PictureBox pictureBox1; } diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.cs b/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.cs index 0bd58966..e83592da 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STErrorDialog.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { //Based from https://stackoverflow.com/questions/8653430/how-can-i-show-a-message-box-with-details-in-winforms/40469355#40469355 diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.Designer.cs index 51b80d9a..bd5a6d82 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STOptionsDialog { @@ -27,12 +27,12 @@ /// private void InitializeComponent() { - this.btnClose = new Switch_Toolbox.Library.Forms.STButton(); - this.btnDetails = new Switch_Toolbox.Library.Forms.STButton(); - this.lblMessage = new Switch_Toolbox.Library.Forms.STLabel(); + this.btnClose = new Toolbox.Library.Forms.STButton(); + this.btnDetails = new Toolbox.Library.Forms.STButton(); + this.lblMessage = new Toolbox.Library.Forms.STLabel(); this.tbDetails = new System.Windows.Forms.RichTextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // @@ -90,7 +90,7 @@ // // pictureBox1 // - this.pictureBox1.Image = global::Switch_Toolbox.Library.Properties.Resources.QuestionCheck; + this.pictureBox1.Image = global::Toolbox.Library.Properties.Resources.QuestionCheck; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(50, 37); @@ -137,9 +137,9 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton btnClose; - private Switch_Toolbox.Library.Forms.STButton btnDetails; - private Switch_Toolbox.Library.Forms.STLabel lblMessage; + private Toolbox.Library.Forms.STButton btnClose; + private Toolbox.Library.Forms.STButton btnDetails; + private Toolbox.Library.Forms.STLabel lblMessage; private System.Windows.Forms.RichTextBox tbDetails; private System.Windows.Forms.PictureBox pictureBox1; private STButton stButton1; diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.cs b/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.cs index 540dee7a..431a4c77 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STOptionsDialog.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { //Based from https://stackoverflow.com/questions/8653430/how-can-i-show-a-message-box-with-details-in-winforms/40469355#40469355 diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.Designer.cs index eb8d325d..cfb6cdb2 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STSaveLogDialog { @@ -27,10 +27,10 @@ /// private void InitializeComponent() { - this.btnDetails = new Switch_Toolbox.Library.Forms.STButton(); - this.lblMessage = new Switch_Toolbox.Library.Forms.STLabel(); + this.btnDetails = new Toolbox.Library.Forms.STButton(); + this.lblMessage = new Toolbox.Library.Forms.STLabel(); this.tbDetails = new System.Windows.Forms.RichTextBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.SuspendLayout(); // // btnDetails @@ -105,8 +105,8 @@ } #endregion - private Switch_Toolbox.Library.Forms.STButton btnDetails; - private Switch_Toolbox.Library.Forms.STLabel lblMessage; + private Toolbox.Library.Forms.STButton btnDetails; + private Toolbox.Library.Forms.STLabel lblMessage; private System.Windows.Forms.RichTextBox tbDetails; private STButton stButton1; } diff --git a/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.cs b/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.cs index 439cf4eb..8a616779 100644 --- a/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.cs +++ b/Switch_Toolbox_Library/Forms/Dialogs/STSaveLogDialog.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { //Based from https://stackoverflow.com/questions/8653430/how-can-i-show-a-message-box-with-details-in-winforms/40469355#40469355 diff --git a/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.Designer.cs index 52a08d81..409c0be5 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class AnimationPanel { @@ -30,12 +30,12 @@ { this.button2 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); - this.loopChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.loopChkBox = new Toolbox.Library.Forms.STCheckBox(); this.totalFrame = new System.Windows.Forms.NumericUpDown(); this.currentFrameUpDown = new System.Windows.Forms.NumericUpDown(); this.animationPlayBtn = new System.Windows.Forms.Button(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.animationTrackBar = new Switch_Toolbox.Library.Forms.TimeLine(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.animationTrackBar = new Toolbox.Library.Forms.TimeLine(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.totalFrame)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.currentFrameUpDown)).BeginInit(); @@ -44,7 +44,7 @@ // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.button2.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.arrowL; + this.button2.BackgroundImage = global::Toolbox.Library.Properties.Resources.arrowL; this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); @@ -109,7 +109,7 @@ // animationPlayBtn // this.animationPlayBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.animationPlayBtn.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.arrowR; + this.animationPlayBtn.BackgroundImage = global::Toolbox.Library.Properties.Resources.arrowR; this.animationPlayBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.animationPlayBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.animationPlayBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); diff --git a/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.cs b/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.cs index 20003193..f784d190 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Animation/AnimationPanel.cs @@ -9,10 +9,10 @@ using System.Threading; using System.Windows.Forms; using System.IO; using System.Diagnostics; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Thanks to forge! Based on // https://github.com/jam1garner/Smash-Forge/blob/52844da94c7bed830d841e0d7e5d49c3f2c69471/Smash%20Forge/GUI/ModelViewport.cs diff --git a/Switch_Toolbox_Library/Forms/Editors/Animation/BoneAnimTimeline.cs b/Switch_Toolbox_Library/Forms/Editors/Animation/BoneAnimTimeline.cs index 7136b171..2daaf687 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Animation/BoneAnimTimeline.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Animation/BoneAnimTimeline.cs @@ -6,7 +6,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { class BoneAnimTimeline : TimeLine { diff --git a/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.Designer.cs index aa479e04..8429b330 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class TimeLine { diff --git a/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.cs b/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.cs index 6d883c49..e30415bf 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Animation/TimeLine.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class TimeLine : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.Designer.cs index 9ffca7bd..eccc6fd2 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class Assimp_Settings { @@ -28,20 +28,20 @@ /// private void InitializeComponent() { - this.generateNormalsChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.smoothNormalsChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.generateTansBitansChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.flipUVsChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.limtBoneWeightChk = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.generateNormalsChk = new Toolbox.Library.Forms.STCheckBox(); + this.smoothNormalsChk = new Toolbox.Library.Forms.STCheckBox(); + this.generateTansBitansChk = new Toolbox.Library.Forms.STCheckBox(); + this.flipUVsChk = new Toolbox.Library.Forms.STCheckBox(); + this.limtBoneWeightChk = new Toolbox.Library.Forms.STCheckBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); - this.preTransformVerticesChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.triangulateChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.joinDupedVertsSk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.leftHandedChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.useNodeTransform = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.rotateBones = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.preTransformVerticesChk = new Toolbox.Library.Forms.STCheckBox(); + this.triangulateChk = new Toolbox.Library.Forms.STCheckBox(); + this.joinDupedVertsSk = new Toolbox.Library.Forms.STCheckBox(); + this.leftHandedChk = new Toolbox.Library.Forms.STCheckBox(); + this.useNodeTransform = new Toolbox.Library.Forms.STCheckBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.rotateBones = new Toolbox.Library.Forms.STCheckBox(); this.rotateBonesUD = new System.Windows.Forms.NumericUpDown(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); @@ -307,16 +307,16 @@ #endregion - private Switch_Toolbox.Library.Forms.STCheckBox generateNormalsChk; - private Switch_Toolbox.Library.Forms.STCheckBox smoothNormalsChk; - private Switch_Toolbox.Library.Forms.STCheckBox generateTansBitansChk; - private Switch_Toolbox.Library.Forms.STCheckBox flipUVsChk; - private Switch_Toolbox.Library.Forms.STCheckBox limtBoneWeightChk; + private Toolbox.Library.Forms.STCheckBox generateNormalsChk; + private Toolbox.Library.Forms.STCheckBox smoothNormalsChk; + private Toolbox.Library.Forms.STCheckBox generateTansBitansChk; + private Toolbox.Library.Forms.STCheckBox flipUVsChk; + private Toolbox.Library.Forms.STCheckBox limtBoneWeightChk; private System.Windows.Forms.NumericUpDown numericUpDown1; - private Switch_Toolbox.Library.Forms.STCheckBox preTransformVerticesChk; - private Switch_Toolbox.Library.Forms.STCheckBox triangulateChk; - private Switch_Toolbox.Library.Forms.STCheckBox joinDupedVertsSk; - private Switch_Toolbox.Library.Forms.STCheckBox leftHandedChk; + private Toolbox.Library.Forms.STCheckBox preTransformVerticesChk; + private Toolbox.Library.Forms.STCheckBox triangulateChk; + private Toolbox.Library.Forms.STCheckBox joinDupedVertsSk; + private Toolbox.Library.Forms.STCheckBox leftHandedChk; private STCheckBox useNodeTransform; private STButton stButton2; private STButton stButton1; diff --git a/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.cs b/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.cs index 33d81096..09038ffa 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Assimp Settings.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using Assimp; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class Assimp_Settings : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.Designer.cs index 30393257..b88b27f6 100644 --- a/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class AssimpMeshSelector { diff --git a/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.cs b/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.cs index 70250e7d..afe81164 100644 --- a/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.cs +++ b/Switch_Toolbox_Library/Forms/Editors/AssimpMeshSelector.cs @@ -8,10 +8,10 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Assimp; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public partial class AssimpMeshSelector : Form { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioChannel.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioChannel.cs index 0cdea7bd..4d286b04 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioChannel.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioChannel.cs @@ -8,7 +8,7 @@ using CSCore.Codecs; using CSCore.CoreAudioAPI; using CSCore.SoundOut; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class AudioChannel { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioFile.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioFile.cs index e913804e..ba647e20 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioFile.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioFile.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class AudioFile { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.Designer.cs index 02f856ac..1ecbbe03 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class AudioPlayer { @@ -29,34 +29,34 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.audioBarPanel = new Switch_Toolbox.Library.Forms.STPanel(); + this.audioBarPanel = new Toolbox.Library.Forms.STPanel(); this.trackbarVolume = new ColorSlider.ColorSlider(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnStop = new Switch_Toolbox.Library.Forms.STButton(); - this.btnForward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnPlay = new Switch_Toolbox.Library.Forms.STButton(); - this.btnBackward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.btnStop = new Toolbox.Library.Forms.STButton(); + this.btnForward1 = new Toolbox.Library.Forms.STButton(); + this.btnPlay = new Toolbox.Library.Forms.STButton(); + this.btnBackward1 = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.colorSlider1 = new ColorSlider.ColorSlider(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.audioListView = new Switch_Toolbox.Library.Forms.STListView(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.audioListView = new Toolbox.Library.Forms.STListView(); this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn3 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn4 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.audioDevice = new Switch_Toolbox.Library.Forms.STComboBox(); - this.channelCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.audioDevice = new Toolbox.Library.Forms.STComboBox(); + this.channelCB = new Toolbox.Library.Forms.STComboBox(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loopingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); - this.chkLoopPlayer = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkLoopPlayer = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); this.audioBarPanel.SuspendLayout(); this.stPanel4.SuspendLayout(); @@ -144,7 +144,7 @@ // btnStop // this.btnStop.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnStop.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.StopBtn; + this.btnStop.BackgroundImage = global::Toolbox.Library.Properties.Resources.StopBtn; this.btnStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnStop.FlatAppearance.BorderSize = 0; this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -158,7 +158,7 @@ // btnForward1 // this.btnForward1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnForward1.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.RewindArrows1R; + this.btnForward1.BackgroundImage = global::Toolbox.Library.Properties.Resources.RewindArrows1R; this.btnForward1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnForward1.FlatAppearance.BorderSize = 0; this.btnForward1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -171,7 +171,7 @@ // btnPlay // this.btnPlay.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnPlay.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.PlayArrowR; + this.btnPlay.BackgroundImage = global::Toolbox.Library.Properties.Resources.PlayArrowR; this.btnPlay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnPlay.FlatAppearance.BorderSize = 0; this.btnPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -185,7 +185,7 @@ // btnBackward1 // this.btnBackward1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnBackward1.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.RewindArrows1L; + this.btnBackward1.BackgroundImage = global::Toolbox.Library.Properties.Resources.RewindArrows1L; this.btnBackward1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnBackward1.FlatAppearance.BorderSize = 0; this.btnBackward1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -478,6 +478,6 @@ private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loopingToolStripMenuItem; private STButton btnStop; - private Switch_Toolbox.Library.Forms.STCheckBox chkLoopPlayer; + private Toolbox.Library.Forms.STCheckBox chkLoopPlayer; } } \ No newline at end of file diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.cs index f2827231..652dc057 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayer.cs @@ -17,7 +17,7 @@ using CSCore.SoundOut; using CSCore.CoreAudioAPI; using CSCore.Tags.ID3; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class AudioPlayer : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.Designer.cs index cb85f267..11556991 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class AudioPlayerPanel { @@ -29,34 +29,34 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.audioBarPanel = new Switch_Toolbox.Library.Forms.STPanel(); + this.audioBarPanel = new Toolbox.Library.Forms.STPanel(); this.trackbarVolume = new ColorSlider.ColorSlider(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnStop = new Switch_Toolbox.Library.Forms.STButton(); - this.btnForward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnPlay = new Switch_Toolbox.Library.Forms.STButton(); - this.btnBackward1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.btnStop = new Toolbox.Library.Forms.STButton(); + this.btnForward1 = new Toolbox.Library.Forms.STButton(); + this.btnPlay = new Toolbox.Library.Forms.STButton(); + this.btnBackward1 = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.colorSlider1 = new ColorSlider.ColorSlider(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.audioListView = new Switch_Toolbox.Library.Forms.STListView(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.audioListView = new Toolbox.Library.Forms.STListView(); this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn3 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumn4 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.audioDevice = new Switch_Toolbox.Library.Forms.STComboBox(); - this.channelCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.audioDevice = new Toolbox.Library.Forms.STComboBox(); + this.channelCB = new Toolbox.Library.Forms.STComboBox(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loopingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); - this.chkLoopPlayer = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkLoopPlayer = new Toolbox.Library.Forms.STCheckBox(); this.audioBarPanel.SuspendLayout(); this.stPanel4.SuspendLayout(); this.stPanel1.SuspendLayout(); @@ -143,7 +143,7 @@ // btnStop // this.btnStop.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnStop.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.StopBtn; + this.btnStop.BackgroundImage = global::Toolbox.Library.Properties.Resources.StopBtn; this.btnStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnStop.FlatAppearance.BorderSize = 0; this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -157,7 +157,7 @@ // btnForward1 // this.btnForward1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnForward1.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.RewindArrows1R; + this.btnForward1.BackgroundImage = global::Toolbox.Library.Properties.Resources.RewindArrows1R; this.btnForward1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnForward1.FlatAppearance.BorderSize = 0; this.btnForward1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -170,7 +170,7 @@ // btnPlay // this.btnPlay.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnPlay.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.PlayArrowR; + this.btnPlay.BackgroundImage = global::Toolbox.Library.Properties.Resources.PlayArrowR; this.btnPlay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnPlay.FlatAppearance.BorderSize = 0; this.btnPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -184,7 +184,7 @@ // btnBackward1 // this.btnBackward1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.btnBackward1.BackgroundImage = global::Switch_Toolbox.Library.Properties.Resources.RewindArrows1L; + this.btnBackward1.BackgroundImage = global::Toolbox.Library.Properties.Resources.RewindArrows1L; this.btnBackward1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnBackward1.FlatAppearance.BorderSize = 0; this.btnBackward1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -475,6 +475,6 @@ private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loopingToolStripMenuItem; private STButton btnStop; - private Switch_Toolbox.Library.Forms.STCheckBox chkLoopPlayer; + private Toolbox.Library.Forms.STCheckBox chkLoopPlayer; } } \ No newline at end of file diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.cs index e7fa8690..110bb794 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/AudioPlayerPanel.cs @@ -17,7 +17,7 @@ using CSCore.SoundOut; using CSCore.CoreAudioAPI; using CSCore.Tags.ID3; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class AudioPlayerPanel : STUserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.Designer.cs index 7a1715de..c1a1f14a 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class LoopEditor { @@ -28,13 +28,13 @@ /// private void InitializeComponent() { - this.startLoopUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.endLoopUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.chkCanLoop = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); + this.startLoopUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.endLoopUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.chkCanLoop = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.btnOk = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.startLoopUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.endLoopUD)).BeginInit(); @@ -151,7 +151,7 @@ public NumericUpDownUint startLoopUD; public NumericUpDownUint endLoopUD; - public Switch_Toolbox.Library.Forms.STCheckBox chkCanLoop; + public Toolbox.Library.Forms.STCheckBox chkCanLoop; private STLabel stLabel1; private STLabel stLabel2; private STButton btnOk; diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.cs index 9a6bee30..cab050e2 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/LoopEditor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class LoopEditor : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/Audio/MusicPlayer.cs b/Switch_Toolbox_Library/Forms/Editors/Audio/MusicPlayer.cs index 8f5654fa..3d769076 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Audio/MusicPlayer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Audio/MusicPlayer.cs @@ -11,7 +11,7 @@ using CSCore.Streams.Effects; using CSCore.CoreAudioAPI; using WinformsVisualization.Visualization; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class MusicPlayer : Component { diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.Designer.cs index 3c258459..135b37f1 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class HexEditor { @@ -29,7 +29,7 @@ private void InitializeComponent() { this.hexBox1 = new Be.Windows.Forms.HexBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fixedBytesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.cs index 39eb456e..90738ea4 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditor.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using Be.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class HexEditor : STUserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.Designer.cs index fc404bcb..f118c48a 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms.Old +namespace Toolbox.Library.Forms.Old { partial class HexEditor { @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.SuspendLayout(); // // stPanel1 diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.cs index 07af25e2..0f6b22f0 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/HexEditorNew.cs @@ -9,7 +9,7 @@ using System.ComponentModel.Design; using System.Windows.Forms; using Be.Windows.Forms; -namespace Switch_Toolbox.Library.Forms.Old +namespace Toolbox.Library.Forms.Old { public partial class HexEditor : STUserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.Designer.cs index 4a1ea8a5..5bac259b 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class SearchHex { @@ -29,9 +29,9 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.txtFind = new Switch_Toolbox.Library.Forms.STTextBox(); - this.chkMatchCase = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.btnOK = new Switch_Toolbox.Library.Forms.STButton(); + this.txtFind = new Toolbox.Library.Forms.STTextBox(); + this.chkMatchCase = new Toolbox.Library.Forms.STCheckBox(); + this.btnOK = new Toolbox.Library.Forms.STButton(); this.hexFind = new Be.Windows.Forms.HexBox(); this.radioBtnText = new System.Windows.Forms.RadioButton(); this.raditnHex = new System.Windows.Forms.RadioButton(); @@ -142,7 +142,7 @@ #endregion private STTextBox txtFind; - private Switch_Toolbox.Library.Forms.STCheckBox chkMatchCase; + private Toolbox.Library.Forms.STCheckBox chkMatchCase; private STButton btnOK; private Be.Windows.Forms.HexBox hexFind; private System.Windows.Forms.RadioButton radioBtnText; diff --git a/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.cs b/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.cs index 71ca0211..f28084ab 100644 --- a/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.cs +++ b/Switch_Toolbox_Library/Forms/Editors/HexEditor/SearchHex.cs @@ -9,7 +9,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using Be.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class SearchHex : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.Designer.cs index d7cb7e2a..f0cec930 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class CubeMapFaceViewer { @@ -29,16 +29,16 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CubeMapFaceViewer)); - this.pbTopFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pbFrontFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pbLeftFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pbBottomFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.pbBackFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.arrayLevelCounterLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnRightArray = new Switch_Toolbox.Library.Forms.STButton(); - this.btnLeftArray = new Switch_Toolbox.Library.Forms.STButton(); - this.pbRightFace = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.chkDisplayAlpha = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.pbTopFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pbFrontFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pbLeftFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pbBottomFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.pbBackFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.arrayLevelCounterLabel = new Toolbox.Library.Forms.STLabel(); + this.btnRightArray = new Toolbox.Library.Forms.STButton(); + this.btnLeftArray = new Toolbox.Library.Forms.STButton(); + this.pbRightFace = new Toolbox.Library.Forms.PictureBoxCustom(); + this.chkDisplayAlpha = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbTopFace)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbFrontFace)).BeginInit(); diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.cs index ebce5ea9..d998ddf5 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class CubeMapFaceViewer : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.Designer.cs index 9efb2707..59c64fd4 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class CubeMapFaceViewer3D { @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.cs index b4987592..d46b9283 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/CubeMapFaceViewer3D.cs @@ -10,10 +10,10 @@ using System.Windows.Forms; using GL_EditorFramework.GL_Core; using GL_EditorFramework.EditorDrawables; using GL_EditorFramework.StandardCameras; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library; +using Toolbox.Library.Rendering; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class CubeMapFaceViewer3D : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.Designer.cs index f82ab826..e27945b4 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class HueSaturationAdjuster { @@ -31,9 +31,9 @@ this.hueTrackBar = new System.Windows.Forms.TrackBar(); this.saturationTrackBar = new System.Windows.Forms.TrackBar(); this.brightnessTrackBar = new System.Windows.Forms.TrackBar(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); ((System.ComponentModel.ISupportInitialize)(this.hueTrackBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.saturationTrackBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.brightnessTrackBar)).BeginInit(); diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.cs index 79a95ab7..569ca8d8 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/HueSaturationAdjuster.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class HueSaturationAdjuster : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.Designer.cs index e9585d07..a8de937f 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageEditorBase { @@ -31,26 +31,26 @@ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageEditorBase)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel5 = new Switch_Toolbox.Library.Forms.STPanel(); - this.bottomLabel = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stPanel4 = new Toolbox.Library.Forms.STPanel(); + this.stPanel5 = new Toolbox.Library.Forms.STPanel(); + this.bottomLabel = new Toolbox.Library.Forms.STLabel(); this.pictureBoxCustom1 = new Cyotek.Windows.Forms.ImageBox(); - this.stContextMenuStrip2 = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stContextMenuStrip2 = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.copyImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.alphaBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.editBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.saveBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.arrayLevelCounterLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.BtmMipsLeft = new Switch_Toolbox.Library.Forms.STButton(); - this.mipLevelCounterLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnRightArray = new Switch_Toolbox.Library.Forms.STButton(); - this.BtnMipsRight = new Switch_Toolbox.Library.Forms.STButton(); - this.btnLeftArray = new Switch_Toolbox.Library.Forms.STButton(); - this.imageBGComboBox = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.alphaBtn = new Toolbox.Library.Forms.STButton(); + this.editBtn = new Toolbox.Library.Forms.STButton(); + this.saveBtn = new Toolbox.Library.Forms.STButton(); + this.arrayLevelCounterLabel = new Toolbox.Library.Forms.STLabel(); + this.BtmMipsLeft = new Toolbox.Library.Forms.STButton(); + this.mipLevelCounterLabel = new Toolbox.Library.Forms.STLabel(); + this.btnRightArray = new Toolbox.Library.Forms.STButton(); + this.BtnMipsRight = new Toolbox.Library.Forms.STButton(); + this.btnLeftArray = new Toolbox.Library.Forms.STButton(); + this.imageBGComboBox = new Toolbox.Library.Forms.STComboBox(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -636,11 +636,11 @@ #endregion private STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STComboBox imageBGComboBox; - private Switch_Toolbox.Library.Forms.STButton BtnMipsRight; - private Switch_Toolbox.Library.Forms.STButton BtmMipsLeft; - private Switch_Toolbox.Library.Forms.STButton btnRightArray; - private Switch_Toolbox.Library.Forms.STButton btnLeftArray; + private Toolbox.Library.Forms.STComboBox imageBGComboBox; + private Toolbox.Library.Forms.STButton BtnMipsRight; + private Toolbox.Library.Forms.STButton BtmMipsLeft; + private Toolbox.Library.Forms.STButton btnRightArray; + private Toolbox.Library.Forms.STButton btnLeftArray; private STLabel mipLevelCounterLabel; private STPanel stPanel3; private STLabel arrayLevelCounterLabel; diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs index c28ec625..c865dde9 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorBase.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; using System.IO; using System.Diagnostics; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageEditorBase : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.Designer.cs index 15ea179e..b7fd43f8 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageEditorForm { @@ -28,10 +28,10 @@ /// private void InitializeComponent() { - this.editorBase = new Switch_Toolbox.Library.Forms.ImageEditorBase(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.btnSave = new Switch_Toolbox.Library.Forms.STButton(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.editorBase = new Toolbox.Library.Forms.ImageEditorBase(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.btnSave = new Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.cs index ec37313f..dc635c1b 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageEditorForm.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageEditorForm : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.Designer.cs index 1d2378ef..fd0a2222 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageFillColor { @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.stCheckBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton3 = new Switch_Toolbox.Library.Forms.STButton(); + this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stButton3 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.cs index 79dbd58a..5812bf9e 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageFillColor.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageFillColor : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.Designer.cs index f2538cbf..fada2821 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageProgramSettings { @@ -28,12 +28,12 @@ /// private void InitializeComponent() { - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.textureImageFormatCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.textureFileFormatCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.textureImageFormatCB = new Toolbox.Library.Forms.STComboBox(); + this.textureFileFormatCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.cs index c82fbe35..da947f3d 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageProgramSettings.cs @@ -9,7 +9,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageProgramSettings : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.Designer.cs index 7f390c95..01674506 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImagePropertiesEditor { @@ -29,13 +29,13 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.channelListView = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.channelListView = new Toolbox.Library.Forms.ListViewCustom(); this.ChannelsColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid(); + this.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.tabPage1 = new System.Windows.Forms.TabPage(); - this.stChannelToolstripMenu = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stChannelToolstripMenu = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.replaceChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stTabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.cs index ded08152..ab1c74b2 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImagePropertiesEditor.cs @@ -10,7 +10,7 @@ using System.Text; using System.Threading; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImagePropertiesEditor : STUserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.Designer.cs index e7a7dadf..46f0c9f3 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageReEncodeDialog { @@ -29,13 +29,13 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageReEncodeDialog)); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.mipcountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.formatCB = new Switch_Toolbox.Library.Forms.STComboBox(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.btnOk = new Toolbox.Library.Forms.STButton(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.mipcountUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.formatCB = new Toolbox.Library.Forms.STComboBox(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mipcountUD)).BeginInit(); diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.cs index 601e6a41..4f026fdd 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageReEncodeDialog.cs @@ -9,7 +9,7 @@ using System.Text; using System.Threading; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageReEncodeDialog : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.Designer.cs index fdc3f786..3fa24dde 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ImageResizeDialog { @@ -29,16 +29,16 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageResizeDialog)); - this.pictureBoxCustom1 = new Switch_Toolbox.Library.Forms.PictureBoxCustom(); - this.btnOk = new Switch_Toolbox.Library.Forms.STButton(); - this.btnCancel = new Switch_Toolbox.Library.Forms.STButton(); - this.widthUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.chkKeepAspectRatio = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.resampleCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.heightUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); + this.pictureBoxCustom1 = new Toolbox.Library.Forms.PictureBoxCustom(); + this.btnOk = new Toolbox.Library.Forms.STButton(); + this.btnCancel = new Toolbox.Library.Forms.STButton(); + this.widthUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.chkKeepAspectRatio = new Toolbox.Library.Forms.STCheckBox(); + this.resampleCB = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.heightUD = new Toolbox.Library.Forms.NumericUpDownUint(); this.contentContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCustom1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.widthUD)).BeginInit(); @@ -214,7 +214,7 @@ private STLabel stLabel2; private STLabel stLabel1; private STComboBox resampleCB; - private Switch_Toolbox.Library.Forms.STCheckBox chkKeepAspectRatio; + private Toolbox.Library.Forms.STCheckBox chkKeepAspectRatio; private NumericUpDownUint widthUD; private STButton btnCancel; private STButton btnOk; diff --git a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.cs b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.cs index d3cb014e..2c4b958d 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ImageEditor/ImageResizeDialog.cs @@ -9,7 +9,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ImageResizeDialog : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.Designer.cs index a79eb8d0..fa36f52f 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ObjectEditor { @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.cs index b4fd12b7..6455ba05 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditor.cs @@ -10,10 +10,10 @@ using System.Windows.Forms; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; using System.Text.RegularExpressions; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Animations; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ObjectEditor : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.Designer.cs index 9e9bfe60..d8fe6ef0 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ObjectEditorList { @@ -29,20 +29,20 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.activeEditorChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.treeViewCustom1 = new Switch_Toolbox.Library.TreeViewCustom(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.searchLbl = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.activeEditorChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.treeViewCustom1 = new Toolbox.Library.TreeViewCustom(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); + this.searchLbl = new Toolbox.Library.Forms.STLabel(); this.searchImgPB = new System.Windows.Forms.PictureBox(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -122,7 +122,7 @@ // this.searchImgPB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.searchImgPB.BackColor = System.Drawing.Color.Transparent; - this.searchImgPB.Image = global::Switch_Toolbox.Library.Properties.Resources.Antu_edit_find_mail_svg; + this.searchImgPB.Image = global::Toolbox.Library.Properties.Resources.Antu_edit_find_mail_svg; this.searchImgPB.Location = new System.Drawing.Point(-646, 5); this.searchImgPB.Name = "searchImgPB"; this.searchImgPB.Size = new System.Drawing.Size(22, 17); diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.cs index 6d55a0a1..caf834d4 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorList.cs @@ -10,10 +10,10 @@ using System.Windows.Forms; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; using System.Text.RegularExpressions; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Animations; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ObjectEditorList : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.Designer.cs index 50d15067..eb0cc48c 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ObjectEditorTree { @@ -30,20 +30,20 @@ { this.components = new System.ComponentModel.Container(); this.splitter1 = new System.Windows.Forms.Splitter(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.searchLbl = new Switch_Toolbox.Library.Forms.STLabel(); - this.treeViewCustom1 = new Switch_Toolbox.Library.TreeViewCustom(); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.searchLbl = new Toolbox.Library.Forms.STLabel(); + this.treeViewCustom1 = new Toolbox.Library.TreeViewCustom(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); + this.stPanel3 = new Toolbox.Library.Forms.STPanel(); this.searchImgPB = new System.Windows.Forms.PictureBox(); - this.activeEditorChkBox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.objectEditorMenu = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.activeEditorChkBox = new Toolbox.Library.Forms.STCheckBox(); + this.objectEditorMenu = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.treeNodeContextMenu = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.treeNodeContextMenu = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.stPanel1.SuspendLayout(); this.stPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.searchImgPB)).BeginInit(); @@ -142,7 +142,7 @@ // this.searchImgPB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.searchImgPB.BackColor = System.Drawing.Color.Transparent; - this.searchImgPB.Image = global::Switch_Toolbox.Library.Properties.Resources.Antu_edit_find_mail_svg; + this.searchImgPB.Image = global::Toolbox.Library.Properties.Resources.Antu_edit_find_mail_svg; this.searchImgPB.Location = new System.Drawing.Point(-654, 5); this.searchImgPB.Name = "searchImgPB"; this.searchImgPB.Size = new System.Drawing.Size(22, 17); diff --git a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.cs b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.cs index e2594643..37bba32e 100644 --- a/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.cs +++ b/Switch_Toolbox_Library/Forms/Editors/Object Editor/ObjectEditorTree.cs @@ -10,10 +10,10 @@ using System.Windows.Forms; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; using System.Text.RegularExpressions; -using Switch_Toolbox.Library.Animations; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Animations; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ObjectEditorTree : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/ObjectList.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/ObjectList.Designer.cs index 444fd80e..f5632b06 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ObjectList.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ObjectList.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class ObjectList { @@ -29,9 +29,9 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.panel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.treeView1 = new Switch_Toolbox.Library.TreeViewCustom(); - this.stContextMenuStrip = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.panel1 = new Toolbox.Library.Forms.STPanel(); + this.treeView1 = new Toolbox.Library.TreeViewCustom(); + this.stContextMenuStrip = new Toolbox.Library.Forms.STMenuStrip(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mediumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -141,13 +141,13 @@ #endregion - public Switch_Toolbox.Library.TreeViewCustom treeView1; - private Switch_Toolbox.Library.Forms.STMenuStrip stContextMenuStrip; + public Toolbox.Library.TreeViewCustom treeView1; + private Toolbox.Library.Forms.STMenuStrip stContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mediumToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem largeToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STPanel panel1; + private Toolbox.Library.Forms.STPanel panel1; private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem; } } \ No newline at end of file diff --git a/Switch_Toolbox_Library/Forms/Editors/ObjectList.cs b/Switch_Toolbox_Library/Forms/Editors/ObjectList.cs index 6edc58ae..4152eb4b 100644 --- a/Switch_Toolbox_Library/Forms/Editors/ObjectList.cs +++ b/Switch_Toolbox_Library/Forms/Editors/ObjectList.cs @@ -9,11 +9,11 @@ using System.Threading.Tasks; using System.Threading; using System.Windows.Forms; using System.Text.RegularExpressions; -using Switch_Toolbox.Library.Rendering; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Animations; +using Toolbox.Library.Rendering; +using Toolbox.Library.Forms; +using Toolbox.Library.Animations; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public partial class ObjectList : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.Designer.cs index 2c5c28f3..677d008a 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class TextEditor { @@ -29,7 +29,7 @@ private void InitializeComponent() { this.scintilla1 = new ScintillaNET.Scintilla(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); diff --git a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.cs b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.cs index 1dd60f18..662a652f 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditor.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using ScintillaNET; using ScintillaNET_FindReplaceDialog; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class TextEditor : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.Designer.cs index 3d539c5a..087fb8e4 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class TextEditorForm { @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.textEditor1 = new Switch_Toolbox.Library.Forms.TextEditor(); + this.textEditor1 = new Toolbox.Library.Forms.TextEditor(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.cs b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.cs index c2e76e56..7060ec3e 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TextEditor/TextEditorForm.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class TextEditorForm : STForm { diff --git a/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.Designer.cs index 8163ef63..33cf7bec 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class TransformMeshTool { @@ -45,15 +45,15 @@ this.flipX90 = new System.Windows.Forms.Button(); this.flipY90 = new System.Windows.Forms.Button(); this.flipZ90 = new System.Windows.Forms.Button(); - this.scaXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.scaYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.scaZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.posZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.rotXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.rotYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.rotZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); + this.scaXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.scaYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.scaZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.posZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.rotXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.rotYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.rotZUD = new Toolbox.Library.Forms.NumericUpDownFloat(); ((System.ComponentModel.ISupportInitialize)(this.scaXUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.scaYUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.scaZUD)).BeginInit(); diff --git a/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.cs b/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.cs index 0b691f75..e930eb3e 100644 --- a/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.cs +++ b/Switch_Toolbox_Library/Forms/Editors/TransformMeshTool.cs @@ -7,10 +7,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using OpenTK; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class TransformMeshTool : Form { diff --git a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.Designer.cs index 83368701..e4be9bf9 100644 --- a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class UVEditor { @@ -29,19 +29,19 @@ private void InitializeComponent() { this.gL_ControlLegacy2D1 = new OpenTK.GLControl(); - this.scaleYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.transYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.transXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.scaleXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.btnApplyTransform = new Switch_Toolbox.Library.Forms.STButton(); + this.scaleYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.transYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.transXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.scaleXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.btnApplyTransform = new Toolbox.Library.Forms.STButton(); this.barSlider1 = new ColorSlider.ColorSlider(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBox2 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.comboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.comboBox2 = new Toolbox.Library.Forms.STComboBox(); + this.comboBox1 = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); ((System.ComponentModel.ISupportInitialize)(this.scaleYUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transYUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transXUD)).BeginInit(); @@ -313,9 +313,9 @@ #endregion private STPanel stPanel1; private STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STComboBox comboBox1; + private Toolbox.Library.Forms.STComboBox comboBox1; private OpenTK.GLControl gL_ControlLegacy2D1; - private Switch_Toolbox.Library.Forms.STComboBox comboBox2; + private Toolbox.Library.Forms.STComboBox comboBox2; private STLabel stLabel2; private NumericUpDownFloat scaleXUD; private STLabel stLabel3; diff --git a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs index 8acb8c51..71e136c3 100644 --- a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs +++ b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class UVEditor : UserControl { diff --git a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.Designer.cs b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.Designer.cs index 3a6ccfa6..34655245 100644 --- a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms.test +namespace Toolbox.Library.Forms.test { partial class UVEditor { @@ -29,19 +29,19 @@ private void InitializeComponent() { this.gL_ControlLegacy2D1 = new OpenTK.GLControl(); - this.scaleYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.transYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.transXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.scaleXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); + this.scaleYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.transYUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.transXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.scaleXUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.barSlider1 = new ColorSlider.ColorSlider(); - this.btnApplyTransform = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.comboBox2 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.comboBox1 = new Switch_Toolbox.Library.Forms.STComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.btnApplyTransform = new Toolbox.Library.Forms.STButton(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.comboBox2 = new Toolbox.Library.Forms.STComboBox(); + this.comboBox1 = new Toolbox.Library.Forms.STComboBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); ((System.ComponentModel.ISupportInitialize)(this.scaleYUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transYUD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transXUD)).BeginInit(); @@ -312,9 +312,9 @@ #endregion private STPanel stPanel1; private STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STComboBox comboBox1; + private Toolbox.Library.Forms.STComboBox comboBox1; private OpenTK.GLControl gL_ControlLegacy2D1; - private Switch_Toolbox.Library.Forms.STComboBox comboBox2; + private Toolbox.Library.Forms.STComboBox comboBox2; private STLabel stLabel2; private NumericUpDownFloat scaleXUD; private STLabel stLabel3; diff --git a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.cs b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.cs index 46c6221b..2789c67f 100644 --- a/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.cs +++ b/Switch_Toolbox_Library/Forms/Editors/UV/UVEditor2.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library.Forms.test +namespace Toolbox.Library.Forms.test { public partial class UVEditor : UserControl { diff --git a/Switch_Toolbox_Library/Forms/GL/GLControl2D.cs b/Switch_Toolbox_Library/Forms/GL/GLControl2D.cs index 58527517..21cfa1fe 100644 --- a/Switch_Toolbox_Library/Forms/GL/GLControl2D.cs +++ b/Switch_Toolbox_Library/Forms/GL/GLControl2D.cs @@ -5,9 +5,9 @@ using System.Text; using System.Threading.Tasks; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class Abstract2DDrawable { diff --git a/Switch_Toolbox_Library/Forms/GenericEditorForm.Designer.cs b/Switch_Toolbox_Library/Forms/GenericEditorForm.Designer.cs index 4a048d63..86b6822d 100644 --- a/Switch_Toolbox_Library/Forms/GenericEditorForm.Designer.cs +++ b/Switch_Toolbox_Library/Forms/GenericEditorForm.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class GenericEditorForm { @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/GenericEditorForm.cs b/Switch_Toolbox_Library/Forms/GenericEditorForm.cs index 3c0ec244..1c7e437f 100644 --- a/Switch_Toolbox_Library/Forms/GenericEditorForm.cs +++ b/Switch_Toolbox_Library/Forms/GenericEditorForm.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class GenericEditorForm : STForm { diff --git a/Switch_Toolbox_Library/Forms/HintHelpDialog.Designer.cs b/Switch_Toolbox_Library/Forms/HintHelpDialog.Designer.cs index d6de1139..a37e7620 100644 --- a/Switch_Toolbox_Library/Forms/HintHelpDialog.Designer.cs +++ b/Switch_Toolbox_Library/Forms/HintHelpDialog.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class HintHelpDialog { @@ -29,13 +29,13 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.BtmMipsLeft = new Switch_Toolbox.Library.Forms.STButton(); - this.BtnMipsRight = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.treeViewCustom1 = new Switch_Toolbox.Library.TreeViewCustom(); + this.BtmMipsLeft = new Toolbox.Library.Forms.STButton(); + this.BtnMipsRight = new Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.treeViewCustom1 = new Toolbox.Library.TreeViewCustom(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/HintHelpDialog.cs b/Switch_Toolbox_Library/Forms/HintHelpDialog.cs index 605f39dc..4726c9ad 100644 --- a/Switch_Toolbox_Library/Forms/HintHelpDialog.cs +++ b/Switch_Toolbox_Library/Forms/HintHelpDialog.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class HintHelpDialog : STForm { diff --git a/Switch_Toolbox_Library/Forms/NonBlickingDialog.cs b/Switch_Toolbox_Library/Forms/NonBlickingDialog.cs index b6b3e396..a7dcf3cb 100644 --- a/Switch_Toolbox_Library/Forms/NonBlickingDialog.cs +++ b/Switch_Toolbox_Library/Forms/NonBlickingDialog.cs @@ -8,7 +8,7 @@ using System.Windows.Threading; using System.Windows; using System.Windows.Interop; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public static class NoneBlockingDialog { diff --git a/Switch_Toolbox_Library/Forms/PropertyBinding.cs b/Switch_Toolbox_Library/Forms/PropertyBinding.cs index 3ae4d281..4aa2aaff 100644 --- a/Switch_Toolbox_Library/Forms/PropertyBinding.cs +++ b/Switch_Toolbox_Library/Forms/PropertyBinding.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Reflection; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { /// /// Custom binding class diff --git a/Switch_Toolbox_Library/Forms/STConsole.cs b/Switch_Toolbox_Library/Forms/STConsole.cs index a7891f33..0b979d4f 100644 --- a/Switch_Toolbox_Library/Forms/STConsole.cs +++ b/Switch_Toolbox_Library/Forms/STConsole.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Drawing; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STConsole : RichTextBox { diff --git a/Switch_Toolbox_Library/Forms/STConsoleForm.Designer.cs b/Switch_Toolbox_Library/Forms/STConsoleForm.Designer.cs index 4459440d..6a30a85b 100644 --- a/Switch_Toolbox_Library/Forms/STConsoleForm.Designer.cs +++ b/Switch_Toolbox_Library/Forms/STConsoleForm.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class STConsoleForm { @@ -28,8 +28,8 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/STConsoleForm.cs b/Switch_Toolbox_Library/Forms/STConsoleForm.cs index 96d2c561..6a9f5b99 100644 --- a/Switch_Toolbox_Library/Forms/STConsoleForm.cs +++ b/Switch_Toolbox_Library/Forms/STConsoleForm.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class STConsoleForm : STForm { diff --git a/Switch_Toolbox_Library/Forms/SceneSelector.Designer.cs b/Switch_Toolbox_Library/Forms/SceneSelector.Designer.cs index 5f6ad983..3fdcbf15 100644 --- a/Switch_Toolbox_Library/Forms/SceneSelector.Designer.cs +++ b/Switch_Toolbox_Library/Forms/SceneSelector.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class SceneSelector { diff --git a/Switch_Toolbox_Library/Forms/SceneSelector.cs b/Switch_Toolbox_Library/Forms/SceneSelector.cs index 65b1c37d..2c801c19 100644 --- a/Switch_Toolbox_Library/Forms/SceneSelector.cs +++ b/Switch_Toolbox_Library/Forms/SceneSelector.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class SceneSelector : STForm { diff --git a/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.Designer.cs b/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.Designer.cs index e0ec8a0f..670ddb4b 100644 --- a/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.Designer.cs +++ b/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class FileTableViewTPHD { @@ -28,10 +28,10 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); diff --git a/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.cs b/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.cs index 22d71105..7df1195a 100644 --- a/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.cs +++ b/Switch_Toolbox_Library/Forms/SizeTables/FileTableViewTPHD.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class FileTableViewTPHD : STUserControl { diff --git a/Switch_Toolbox_Library/Forms/TreeChildSorter.cs b/Switch_Toolbox_Library/Forms/TreeChildSorter.cs index d961e9f4..492eca57 100644 --- a/Switch_Toolbox_Library/Forms/TreeChildSorter.cs +++ b/Switch_Toolbox_Library/Forms/TreeChildSorter.cs @@ -1,7 +1,7 @@ using System.Collections; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class TreeChildSorter : IComparer { diff --git a/Switch_Toolbox_Library/Forms/Viewport.Designer.cs b/Switch_Toolbox_Library/Forms/Viewport.Designer.cs index 6f3c063e..bc7e18b7 100644 --- a/Switch_Toolbox_Library/Forms/Viewport.Designer.cs +++ b/Switch_Toolbox_Library/Forms/Viewport.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library +namespace Toolbox.Library { partial class Viewport { @@ -29,9 +29,9 @@ private void InitializeComponent() { this.normalsShadingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.drawContainersCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.panelViewport = new Switch_Toolbox.Library.Forms.STPanel(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.drawContainersCB = new Toolbox.Library.Forms.STComboBox(); + this.panelViewport = new Toolbox.Library.Forms.STPanel(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cameraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -51,8 +51,8 @@ this.resetPoseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reloadShadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.stContextMenuStrip1.SuspendLayout(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); @@ -60,7 +60,7 @@ // normalsShadingToolStripMenuItem // this.normalsShadingToolStripMenuItem.ForeColor = System.Drawing.Color.White; - this.normalsShadingToolStripMenuItem.Image = global::Switch_Toolbox.Library.Properties.Resources.normalsSphere; + this.normalsShadingToolStripMenuItem.Image = global::Toolbox.Library.Properties.Resources.normalsSphere; this.normalsShadingToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.normalsShadingToolStripMenuItem.Name = "normalsShadingToolStripMenuItem"; this.normalsShadingToolStripMenuItem.Size = new System.Drawing.Size(204, 46); diff --git a/Switch_Toolbox_Library/Forms/Viewport.cs b/Switch_Toolbox_Library/Forms/Viewport.cs index 2c7acfec..2bcaf579 100644 --- a/Switch_Toolbox_Library/Forms/Viewport.cs +++ b/Switch_Toolbox_Library/Forms/Viewport.cs @@ -4,8 +4,8 @@ using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Forms; +using Toolbox.Library.Rendering; using System.Windows.Forms; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; @@ -14,7 +14,7 @@ using GL_EditorFramework.EditorDrawables; using OpenTK.Graphics.OpenGL; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public partial class Viewport : UserControl { diff --git a/Switch_Toolbox_Library/Forms/ViewportDivider.Designer.cs b/Switch_Toolbox_Library/Forms/ViewportDivider.Designer.cs index 1a9d9775..f3dbb77b 100644 --- a/Switch_Toolbox_Library/Forms/ViewportDivider.Designer.cs +++ b/Switch_Toolbox_Library/Forms/ViewportDivider.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { partial class ViewportDivider { @@ -28,8 +28,8 @@ /// private void InitializeComponent() { - this.editorPanel = new Switch_Toolbox.Library.Forms.STPanel(); - this.viewportPanel = new Switch_Toolbox.Library.Forms.STPanel(); + this.editorPanel = new Toolbox.Library.Forms.STPanel(); + this.viewportPanel = new Toolbox.Library.Forms.STPanel(); this.splitter1 = new System.Windows.Forms.Splitter(); this.SuspendLayout(); // diff --git a/Switch_Toolbox_Library/Forms/ViewportDivider.cs b/Switch_Toolbox_Library/Forms/ViewportDivider.cs index 469045c2..3e4f254b 100644 --- a/Switch_Toolbox_Library/Forms/ViewportDivider.cs +++ b/Switch_Toolbox_Library/Forms/ViewportDivider.cs @@ -8,7 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public partial class ViewportDivider : UserControl { diff --git a/Switch_Toolbox_Library/GUI.cs b/Switch_Toolbox_Library/GUI.cs index c99ec16a..4d5b2e94 100644 --- a/Switch_Toolbox_Library/GUI.cs +++ b/Switch_Toolbox_Library/GUI.cs @@ -8,11 +8,11 @@ using System.Windows.Forms; using GL_EditorFramework.StandardCameras; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class LibraryGUI { diff --git a/Switch_Toolbox_Library/Generics/BoundingBox.cs b/Switch_Toolbox_Library/Generics/BoundingBox.cs index e378d410..e6ce1fee 100644 --- a/Switch_Toolbox_Library/Generics/BoundingBox.cs +++ b/Switch_Toolbox_Library/Generics/BoundingBox.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class BoundingBox { diff --git a/Switch_Toolbox_Library/Generics/GenericBitmapTexture.cs b/Switch_Toolbox_Library/Generics/GenericBitmapTexture.cs index 61076218..b3a1f4a7 100644 --- a/Switch_Toolbox_Library/Generics/GenericBitmapTexture.cs +++ b/Switch_Toolbox_Library/Generics/GenericBitmapTexture.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { // // A class which can create generic texture instances from bitmaps for usage in opengl and image editors. diff --git a/Switch_Toolbox_Library/Generics/GenericMatTexture.cs b/Switch_Toolbox_Library/Generics/GenericMatTexture.cs index 650a6911..5d85146a 100644 --- a/Switch_Toolbox_Library/Generics/GenericMatTexture.cs +++ b/Switch_Toolbox_Library/Generics/GenericMatTexture.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STGenericMatTexture { diff --git a/Switch_Toolbox_Library/Generics/GenericMaterial.cs b/Switch_Toolbox_Library/Generics/GenericMaterial.cs index 387126e2..a7b896df 100644 --- a/Switch_Toolbox_Library/Generics/GenericMaterial.cs +++ b/Switch_Toolbox_Library/Generics/GenericMaterial.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STGenericMaterial : TreeNodeCustom { diff --git a/Switch_Toolbox_Library/Generics/GenericModel.cs b/Switch_Toolbox_Library/Generics/GenericModel.cs index 62835d49..50028e8d 100644 --- a/Switch_Toolbox_Library/Generics/GenericModel.cs +++ b/Switch_Toolbox_Library/Generics/GenericModel.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.NodeWrappers; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STGenericModel : STGenericWrapper { diff --git a/Switch_Toolbox_Library/Generics/GenericObject.cs b/Switch_Toolbox_Library/Generics/GenericObject.cs index 759c3726..c2df6c24 100644 --- a/Switch_Toolbox_Library/Generics/GenericObject.cs +++ b/Switch_Toolbox_Library/Generics/GenericObject.cs @@ -3,9 +3,9 @@ using System.Collections.Generic; using System.Linq; using OpenTK; using System.Windows.Forms; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STGenericObject : TreeNodeCustom { diff --git a/Switch_Toolbox_Library/Generics/GenericPolygonGroup.cs b/Switch_Toolbox_Library/Generics/GenericPolygonGroup.cs index e4560097..9b8b7024 100644 --- a/Switch_Toolbox_Library/Generics/GenericPolygonGroup.cs +++ b/Switch_Toolbox_Library/Generics/GenericPolygonGroup.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STGenericPolygonGroup { diff --git a/Switch_Toolbox_Library/Generics/GenericTexture.cs b/Switch_Toolbox_Library/Generics/GenericTexture.cs index 16362908..390323aa 100644 --- a/Switch_Toolbox_Library/Generics/GenericTexture.cs +++ b/Switch_Toolbox_Library/Generics/GenericTexture.cs @@ -5,13 +5,13 @@ using System.Drawing; using System.ComponentModel; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using Ryujinx.Graphics.Gal.Texture; //For ASTC -using Switch_Toolbox.Library.NodeWrappers; +using Toolbox.Library.NodeWrappers; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum STCompressionMode { diff --git a/Switch_Toolbox_Library/Generics/OpenGLTexture.cs b/Switch_Toolbox_Library/Generics/OpenGLTexture.cs index 5f55d1c4..62fcbfa9 100644 --- a/Switch_Toolbox_Library/Generics/OpenGLTexture.cs +++ b/Switch_Toolbox_Library/Generics/OpenGLTexture.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Class based on https://github.com/ScanMountGoat/SFGraphics/blob/2cba15420b40d42c4254583336dbc3ca6a0d28dc/Projects/SFGraphics/GLObjects/Textures/Texture.cs //This makes managing textures easier diff --git a/Switch_Toolbox_Library/Generics/STBone.cs b/Switch_Toolbox_Library/Generics/STBone.cs index e4e7fa14..4cb0df16 100644 --- a/Switch_Toolbox_Library/Generics/STBone.cs +++ b/Switch_Toolbox_Library/Generics/STBone.cs @@ -4,7 +4,7 @@ using System.Windows.Forms; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STBone : TreeNodeCustom { @@ -65,7 +65,7 @@ namespace Switch_Toolbox.Library position[1] = pos.X; position[2] = pos.Z; - var eul = Switch_Toolbox.Library.Animations.ANIM.quattoeul(quat); + var eul = Toolbox.Library.Animations.ANIM.quattoeul(quat); rotation = new float[] { eul.X, eul.Y, eul.Z, 1 }; scale[0] = scale.X; @@ -80,7 +80,7 @@ namespace Switch_Toolbox.Library rotation = new float[] { rot.X, rot.Y, rot.Z, rot.W }; else { - var eul = Switch_Toolbox.Library.Animations.ANIM.quattoeul(rot); + var eul = Toolbox.Library.Animations.ANIM.quattoeul(rot); rotation = new float[] { eul.X, eul.Y, eul.Z, 1 }; } diff --git a/Switch_Toolbox_Library/Generics/STGenericWrapper.cs b/Switch_Toolbox_Library/Generics/STGenericWrapper.cs index a92deeb7..62d295d2 100644 --- a/Switch_Toolbox_Library/Generics/STGenericWrapper.cs +++ b/Switch_Toolbox_Library/Generics/STGenericWrapper.cs @@ -5,10 +5,10 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library.NodeWrappers +namespace Toolbox.Library.NodeWrappers { //Generic wrapper based on https://github.com/libertyernie/brawltools/blob/40d7431b1a01ef4a0411cd69e51411bd581e93e2/BrawlBox/NodeWrappers/GenericWrapper //Store useful generic functions in this wrapper for tree nodes diff --git a/Switch_Toolbox_Library/Generics/STSkeleton.cs b/Switch_Toolbox_Library/Generics/STSkeleton.cs index 4bd4d527..5faf7666 100644 --- a/Switch_Toolbox_Library/Generics/STSkeleton.cs +++ b/Switch_Toolbox_Library/Generics/STSkeleton.cs @@ -10,12 +10,12 @@ using OpenTK.Graphics.OpenGL; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.Rendering; using SF = SFGraphics.GLObjects.Shaders; using static GL_EditorFramework.EditorDrawables.EditorSceneBase; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class STSkeleton : EditableObject { diff --git a/Switch_Toolbox_Library/Generics/TEX_FORMAT.cs b/Switch_Toolbox_Library/Generics/TEX_FORMAT.cs index bc418fff..6d94e37d 100644 --- a/Switch_Toolbox_Library/Generics/TEX_FORMAT.cs +++ b/Switch_Toolbox_Library/Generics/TEX_FORMAT.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum PALETTE_FORMAT : uint { diff --git a/Switch_Toolbox_Library/Helpers/TextureHelper.cs b/Switch_Toolbox_Library/Helpers/TextureHelper.cs index 6abdbe4e..9f9c08ca 100644 --- a/Switch_Toolbox_Library/Helpers/TextureHelper.cs +++ b/Switch_Toolbox_Library/Helpers/TextureHelper.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class TextureHelper { diff --git a/Switch_Toolbox_Library/Helpers/TreeHelper.cs b/Switch_Toolbox_Library/Helpers/TreeHelper.cs index ba10fc24..c3a288bd 100644 --- a/Switch_Toolbox_Library/Helpers/TreeHelper.cs +++ b/Switch_Toolbox_Library/Helpers/TreeHelper.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; using System.IO; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class TreeHelper { diff --git a/Switch_Toolbox_Library/IO/DWord.cs b/Switch_Toolbox_Library/IO/DWord.cs index 25b1edfe..42521238 100644 --- a/Switch_Toolbox_Library/IO/DWord.cs +++ b/Switch_Toolbox_Library/IO/DWord.cs @@ -2,7 +2,7 @@ using System.Diagnostics; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { /// /// Represents a 4-byte value which can hold differently typed data. diff --git a/Switch_Toolbox_Library/IO/Extensions/IOExtensions.cs b/Switch_Toolbox_Library/IO/Extensions/IOExtensions.cs index e46e31c7..635d08b6 100644 --- a/Switch_Toolbox_Library/IO/Extensions/IOExtensions.cs +++ b/Switch_Toolbox_Library/IO/Extensions/IOExtensions.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Security.Cryptography; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public static class IOExtensions { diff --git a/Switch_Toolbox_Library/IO/Extensions/StreamReaderExtensions.cs b/Switch_Toolbox_Library/IO/Extensions/StreamReaderExtensions.cs index b02bd853..6aef681e 100644 --- a/Switch_Toolbox_Library/IO/Extensions/StreamReaderExtensions.cs +++ b/Switch_Toolbox_Library/IO/Extensions/StreamReaderExtensions.cs @@ -2,7 +2,7 @@ using System.IO; using System.Text; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public static class StreamReaderExtensions { diff --git a/Switch_Toolbox_Library/IO/FileIO.cs b/Switch_Toolbox_Library/IO/FileIO.cs index c8232e82..f0e6f47f 100644 --- a/Switch_Toolbox_Library/IO/FileIO.cs +++ b/Switch_Toolbox_Library/IO/FileIO.cs @@ -2,7 +2,7 @@ using System.IO; using OpenTK; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public enum DataType { diff --git a/Switch_Toolbox_Library/IO/FileReader.cs b/Switch_Toolbox_Library/IO/FileReader.cs index afeee840..88b5915f 100644 --- a/Switch_Toolbox_Library/IO/FileReader.cs +++ b/Switch_Toolbox_Library/IO/FileReader.cs @@ -8,7 +8,7 @@ using System.IO; using System.IO.Compression; using OpenTK; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class FileReader : BinaryDataReader { diff --git a/Switch_Toolbox_Library/IO/FileWriter.cs b/Switch_Toolbox_Library/IO/FileWriter.cs index f4f8eb61..e7481d98 100644 --- a/Switch_Toolbox_Library/IO/FileWriter.cs +++ b/Switch_Toolbox_Library/IO/FileWriter.cs @@ -2,7 +2,7 @@ using System.IO; using System.Text; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class FileWriter : BinaryDataWriter { diff --git a/Switch_Toolbox_Library/IO/Matrix4x4.cs b/Switch_Toolbox_Library/IO/Matrix4x4.cs index 1851e2df..a986b2e3 100644 --- a/Switch_Toolbox_Library/IO/Matrix4x4.cs +++ b/Switch_Toolbox_Library/IO/Matrix4x4.cs @@ -5,7 +5,7 @@ using System.Text; using System.IO; using System.Numerics; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public static class MatrixExenstion { diff --git a/Switch_Toolbox_Library/IO/STFileLoader.cs b/Switch_Toolbox_Library/IO/STFileLoader.cs index 4ba007d0..9b90e4a1 100644 --- a/Switch_Toolbox_Library/IO/STFileLoader.cs +++ b/Switch_Toolbox_Library/IO/STFileLoader.cs @@ -5,7 +5,7 @@ using System.IO.Compression; using OpenTK; using System.Windows.Forms; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class STFileLoader { diff --git a/Switch_Toolbox_Library/IO/STFileSaver.cs b/Switch_Toolbox_Library/IO/STFileSaver.cs index 20a82341..aa09abbc 100644 --- a/Switch_Toolbox_Library/IO/STFileSaver.cs +++ b/Switch_Toolbox_Library/IO/STFileSaver.cs @@ -4,9 +4,9 @@ using System.IO; using System.IO.Compression; using OpenTK; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; -namespace Switch_Toolbox.Library.IO +namespace Toolbox.Library.IO { public class STFileSaver { diff --git a/Switch_Toolbox_Library/Imaging.cs b/Switch_Toolbox_Library/Imaging.cs index 075286bc..1f36eeca 100644 --- a/Switch_Toolbox_Library/Imaging.cs +++ b/Switch_Toolbox_Library/Imaging.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Drawing; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class Imaging { diff --git a/Switch_Toolbox_Library/Imaging/BitmapExtension.cs b/Switch_Toolbox_Library/Imaging/BitmapExtension.cs index 75cd5090..ab508601 100644 --- a/Switch_Toolbox_Library/Imaging/BitmapExtension.cs +++ b/Switch_Toolbox_Library/Imaging/BitmapExtension.cs @@ -9,7 +9,7 @@ using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class BitmapExtension { diff --git a/Switch_Toolbox_Library/Interfaces/IArchiveFile.cs b/Switch_Toolbox_Library/Interfaces/IArchiveFile.cs index f21fab08..51f87814 100644 --- a/Switch_Toolbox_Library/Interfaces/IArchiveFile.cs +++ b/Switch_Toolbox_Library/Interfaces/IArchiveFile.cs @@ -4,12 +4,12 @@ using System.IO; using System.Linq; using System.ComponentModel; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.Forms; +using Toolbox.Library.IO; using System.Text.RegularExpressions; using System.ComponentModel; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum ArchiveFileState { diff --git a/Switch_Toolbox_Library/Interfaces/ICompressionFormat.cs b/Switch_Toolbox_Library/Interfaces/ICompressionFormat.cs index 73163dc8..2c6ddb13 100644 --- a/Switch_Toolbox_Library/Interfaces/ICompressionFormat.cs +++ b/Switch_Toolbox_Library/Interfaces/ICompressionFormat.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface ICompressionFormat { diff --git a/Switch_Toolbox_Library/Interfaces/IContextMenuNode.cs b/Switch_Toolbox_Library/Interfaces/IContextMenuNode.cs index 725effee..92d95fda 100644 --- a/Switch_Toolbox_Library/Interfaces/IContextMenuNode.cs +++ b/Switch_Toolbox_Library/Interfaces/IContextMenuNode.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Gets the context menus from a tree node when right clicked //This can be used to save memory as storing lists of menus for every node takes up too much memory diff --git a/Switch_Toolbox_Library/Interfaces/IConvertableTextFormat.cs b/Switch_Toolbox_Library/Interfaces/IConvertableTextFormat.cs index 3362549e..1a66703b 100644 --- a/Switch_Toolbox_Library/Interfaces/IConvertableTextFormat.cs +++ b/Switch_Toolbox_Library/Interfaces/IConvertableTextFormat.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum TextFileType { diff --git a/Switch_Toolbox_Library/Interfaces/IDirectoryNode.cs b/Switch_Toolbox_Library/Interfaces/IDirectoryNode.cs index a74b5be4..5a79c68e 100644 --- a/Switch_Toolbox_Library/Interfaces/IDirectoryNode.cs +++ b/Switch_Toolbox_Library/Interfaces/IDirectoryNode.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface IDirectoryContainer : INode { diff --git a/Switch_Toolbox_Library/Interfaces/IEditor.cs b/Switch_Toolbox_Library/Interfaces/IEditor.cs index 53db522e..31e9fa3f 100644 --- a/Switch_Toolbox_Library/Interfaces/IEditor.cs +++ b/Switch_Toolbox_Library/Interfaces/IEditor.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface IEditor where T : UserControl { diff --git a/Switch_Toolbox_Library/Interfaces/IFIleEditor.cs b/Switch_Toolbox_Library/Interfaces/IFIleEditor.cs index e795bbc3..7942434f 100644 --- a/Switch_Toolbox_Library/Interfaces/IFIleEditor.cs +++ b/Switch_Toolbox_Library/Interfaces/IFIleEditor.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface IFIleEditor { diff --git a/Switch_Toolbox_Library/Interfaces/IFileFormat.cs b/Switch_Toolbox_Library/Interfaces/IFileFormat.cs index bc0c15e5..7dc012a6 100644 --- a/Switch_Toolbox_Library/Interfaces/IFileFormat.cs +++ b/Switch_Toolbox_Library/Interfaces/IFileFormat.cs @@ -4,9 +4,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum FileType { diff --git a/Switch_Toolbox_Library/Interfaces/IMdiContainer.cs b/Switch_Toolbox_Library/Interfaces/IMdiContainer.cs index 210a400a..7718cb7c 100644 --- a/Switch_Toolbox_Library/Interfaces/IMdiContainer.cs +++ b/Switch_Toolbox_Library/Interfaces/IMdiContainer.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface IMdiContainer { diff --git a/Switch_Toolbox_Library/Interfaces/IMenuExtension.cs b/Switch_Toolbox_Library/Interfaces/IMenuExtension.cs index 846db42c..a9c4ff18 100644 --- a/Switch_Toolbox_Library/Interfaces/IMenuExtension.cs +++ b/Switch_Toolbox_Library/Interfaces/IMenuExtension.cs @@ -3,10 +3,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Based on Exelix's menu ext public interface IMenuExtension diff --git a/Switch_Toolbox_Library/Interfaces/INode.cs b/Switch_Toolbox_Library/Interfaces/INode.cs index ae7345ff..87681916 100644 --- a/Switch_Toolbox_Library/Interfaces/INode.cs +++ b/Switch_Toolbox_Library/Interfaces/INode.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface INode { diff --git a/Switch_Toolbox_Library/Interfaces/IPlugin.cs b/Switch_Toolbox_Library/Interfaces/IPlugin.cs index c358b0f1..8271424c 100644 --- a/Switch_Toolbox_Library/Interfaces/IPlugin.cs +++ b/Switch_Toolbox_Library/Interfaces/IPlugin.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace PluginContracts { diff --git a/Switch_Toolbox_Library/Interfaces/ITexture.cs b/Switch_Toolbox_Library/Interfaces/ITexture.cs index ff96a40a..ca27e18a 100644 --- a/Switch_Toolbox_Library/Interfaces/ITexture.cs +++ b/Switch_Toolbox_Library/Interfaces/ITexture.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface ITexture { diff --git a/Switch_Toolbox_Library/Interfaces/ITextureContainer.cs b/Switch_Toolbox_Library/Interfaces/ITextureContainer.cs index 08a1fd75..7e1c9393 100644 --- a/Switch_Toolbox_Library/Interfaces/ITextureContainer.cs +++ b/Switch_Toolbox_Library/Interfaces/ITextureContainer.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface ITextureContainer { diff --git a/Switch_Toolbox_Library/Interfaces/IViewportContainer.cs b/Switch_Toolbox_Library/Interfaces/IViewportContainer.cs index c4f35f48..0a6c581a 100644 --- a/Switch_Toolbox_Library/Interfaces/IViewportContainer.cs +++ b/Switch_Toolbox_Library/Interfaces/IViewportContainer.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public interface IViewportContainer { diff --git a/Switch_Toolbox_Library/Maths/Math.cs b/Switch_Toolbox_Library/Maths/Math.cs index 1190eb79..11892bee 100644 --- a/Switch_Toolbox_Library/Maths/Math.cs +++ b/Switch_Toolbox_Library/Maths/Math.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public static class STMath { diff --git a/Switch_Toolbox_Library/Plugin/GenericPluginLoader.cs b/Switch_Toolbox_Library/Plugin/GenericPluginLoader.cs index 984012c2..87478df6 100644 --- a/Switch_Toolbox_Library/Plugin/GenericPluginLoader.cs +++ b/Switch_Toolbox_Library/Plugin/GenericPluginLoader.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using PluginContracts; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public static class GenericPluginLoader { diff --git a/Switch_Toolbox_Library/Plugin/PluginLoader.cs b/Switch_Toolbox_Library/Plugin/PluginLoader.cs index 553e86fc..272930f0 100644 --- a/Switch_Toolbox_Library/Plugin/PluginLoader.cs +++ b/Switch_Toolbox_Library/Plugin/PluginLoader.cs @@ -7,7 +7,7 @@ using System.IO; using System.Reflection; using PluginContracts; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class PluginLoader { diff --git a/Switch_Toolbox_Library/Properties/AssemblyInfo.cs b/Switch_Toolbox_Library/Properties/AssemblyInfo.cs index dc1e2fab..828d7aed 100644 --- a/Switch_Toolbox_Library/Properties/AssemblyInfo.cs +++ b/Switch_Toolbox_Library/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Switch_Toolbox_Library")] +[assembly: AssemblyTitle("Toolbox_Library")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Switch_Toolbox_Library")] +[assembly: AssemblyProduct("Toolbox_Library")] [assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Switch_Toolbox_Library/Properties/Resources.Designer.cs b/Switch_Toolbox_Library/Properties/Resources.Designer.cs index 44b157c2..ff8c97e4 100644 --- a/Switch_Toolbox_Library/Properties/Resources.Designer.cs +++ b/Switch_Toolbox_Library/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace Switch_Toolbox.Library.Properties { +namespace Toolbox.Library.Properties { using System; @@ -39,7 +39,7 @@ namespace Switch_Toolbox.Library.Properties { public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Switch_Toolbox.Library.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Toolbox.Library.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/Switch_Toolbox_Library/PublicEnums.cs b/Switch_Toolbox_Library/PublicEnums.cs index d1d2547e..d140c466 100644 --- a/Switch_Toolbox_Library/PublicEnums.cs +++ b/Switch_Toolbox_Library/PublicEnums.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public enum CompressionType { diff --git a/Switch_Toolbox_Library/Rendering/DrawableBackground.cs b/Switch_Toolbox_Library/Rendering/DrawableBackground.cs index 87b631ac..536e3396 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableBackground.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableBackground.cs @@ -9,9 +9,9 @@ using GL_EditorFramework.EditorDrawables; using GL_EditorFramework; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableBackground : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/DrawableBoundingBox.cs b/Switch_Toolbox_Library/Rendering/DrawableBoundingBox.cs index 57b16652..66d6aa31 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableBoundingBox.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableBoundingBox.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using OpenTK.Graphics.OpenGL; using OpenTK; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableBoundingBox { diff --git a/Switch_Toolbox_Library/Rendering/DrawableCube.cs b/Switch_Toolbox_Library/Rendering/DrawableCube.cs index 7591b040..93e3c7ce 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableCube.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableCube.cs @@ -9,9 +9,9 @@ using GL_EditorFramework.EditorDrawables; using GL_EditorFramework; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableCube : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/DrawableDividedCube.cs b/Switch_Toolbox_Library/Rendering/DrawableDividedCube.cs index aa49deae..41aece92 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableDividedCube.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableDividedCube.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using OpenTK.Graphics.OpenGL; using OpenTK; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableDividedCube { diff --git a/Switch_Toolbox_Library/Rendering/DrawableFloor.cs b/Switch_Toolbox_Library/Rendering/DrawableFloor.cs index 3aa23586..e5d96c2e 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableFloor.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableFloor.cs @@ -10,7 +10,7 @@ using GL_EditorFramework; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableFloor : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/DrawableSkybox.cs b/Switch_Toolbox_Library/Rendering/DrawableSkybox.cs index 66e02a58..c7bbbe0f 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableSkybox.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableSkybox.cs @@ -8,9 +8,9 @@ using OpenTK.Graphics.OpenGL; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableSkybox : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/DrawableXyzLines.cs b/Switch_Toolbox_Library/Rendering/DrawableXyzLines.cs index 12c9999c..0c32e252 100644 --- a/Switch_Toolbox_Library/Rendering/DrawableXyzLines.cs +++ b/Switch_Toolbox_Library/Rendering/DrawableXyzLines.cs @@ -10,7 +10,7 @@ using GL_EditorFramework; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class DrawableXyzLines : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericModelRenderer.cs b/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericModelRenderer.cs index cb238b98..aeb8dce9 100644 --- a/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericModelRenderer.cs +++ b/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericModelRenderer.cs @@ -5,12 +5,12 @@ using System.Text; using System.Threading.Tasks; using GL_EditorFramework.GL_Core; using GL_EditorFramework.Interfaces; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; +using Toolbox.Library.IO; +using Toolbox.Library; using OpenTK; using OpenTK.Graphics.OpenGL; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class GenericModelRenderer : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericRenderedObject.cs b/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericRenderedObject.cs index 2c74d84e..67cc1ba6 100644 --- a/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericRenderedObject.cs +++ b/Switch_Toolbox_Library/Rendering/GenericModelRenderer/GenericRenderedObject.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class GenericRenderedObject : STGenericObject { diff --git a/Switch_Toolbox_Library/Rendering/OpenTKSharedResources.cs b/Switch_Toolbox_Library/Rendering/OpenTKSharedResources.cs index b2a3a52e..6bfad5c3 100644 --- a/Switch_Toolbox_Library/Rendering/OpenTKSharedResources.cs +++ b/Switch_Toolbox_Library/Rendering/OpenTKSharedResources.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; using System.Collections.Generic; using SFGraphics.GLObjects.Shaders; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public static class OpenTKSharedResources { @@ -66,7 +66,7 @@ namespace Switch_Toolbox.Library.Rendering public static void EnableOpenTKDebugOutput() { #if DEBUG - // This isn't free, so skip this step when not debugging. + /*// This isn't free, so skip this step when not debugging. // TODO: Only works with Intel integrated. if (SFGraphics.Tools.OpenGLExtensions.IsAvailable("GL_KHR_debug")) { @@ -77,7 +77,7 @@ namespace Switch_Toolbox.Library.Rendering int[] ids = { }; GL.DebugMessageControl(DebugSourceControl.DontCare, DebugTypeControl.DontCare, DebugSeverityControl.DontCare, 0, ids, true); - } + }*/ #endif } diff --git a/Switch_Toolbox_Library/Rendering/PBRMapGenerator.cs b/Switch_Toolbox_Library/Rendering/PBRMapGenerator.cs index d3263ace..9a7c83a2 100644 --- a/Switch_Toolbox_Library/Rendering/PBRMapGenerator.cs +++ b/Switch_Toolbox_Library/Rendering/PBRMapGenerator.cs @@ -8,7 +8,7 @@ using GL_EditorFramework.GL_Core; using OpenTK.Graphics.OpenGL; using OpenTK; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class PBRMapGenerator { diff --git a/Switch_Toolbox_Library/Rendering/ProbeLighting.cs b/Switch_Toolbox_Library/Rendering/ProbeLighting.cs index 33ad2d27..3e9fc4f9 100644 --- a/Switch_Toolbox_Library/Rendering/ProbeLighting.cs +++ b/Switch_Toolbox_Library/Rendering/ProbeLighting.cs @@ -9,7 +9,7 @@ using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; using GL_EditorFramework; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class ProbeLighting : AbstractGlDrawable { diff --git a/Switch_Toolbox_Library/Rendering/RenderLib.cs b/Switch_Toolbox_Library/Rendering/RenderLib.cs index 6320a11f..624402bd 100644 --- a/Switch_Toolbox_Library/Rendering/RenderLib.cs +++ b/Switch_Toolbox_Library/Rendering/RenderLib.cs @@ -5,11 +5,11 @@ using System.Text; using System.Threading.Tasks; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library; +using Toolbox.Library; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public enum STPolygonType : uint { diff --git a/Switch_Toolbox_Library/Rendering/RenderTools.cs b/Switch_Toolbox_Library/Rendering/RenderTools.cs index 9e8252d7..2b3da931 100644 --- a/Switch_Toolbox_Library/Rendering/RenderTools.cs +++ b/Switch_Toolbox_Library/Rendering/RenderTools.cs @@ -7,10 +7,10 @@ using SFGraphics.GLObjects.Textures; using SFGraphics.GLObjects.Textures.TextureFormats; using OpenTK; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using GL_EditorFramework.GL_Core; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class RenderTools { diff --git a/Switch_Toolbox_Library/Rendering/RenderableTex.cs b/Switch_Toolbox_Library/Rendering/RenderableTex.cs index 563467aa..ac47a426 100644 --- a/Switch_Toolbox_Library/Rendering/RenderableTex.cs +++ b/Switch_Toolbox_Library/Rendering/RenderableTex.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using OpenTK.Graphics.OpenGL; using System.Runtime.InteropServices; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { //Parts roughly based on this helpful gl wrapper https://github.com/ScanMountGoat/SFGraphics/blob/89f96b754e17078153315a259baef3859ef5984d/Projects/SFGraphics/GLObjects/Textures/Texture.cs public class RenderableTex diff --git a/Switch_Toolbox_Library/Rendering/ScreenTriangle.cs b/Switch_Toolbox_Library/Rendering/ScreenTriangle.cs index 2ad59590..68d43e05 100644 --- a/Switch_Toolbox_Library/Rendering/ScreenTriangle.cs +++ b/Switch_Toolbox_Library/Rendering/ScreenTriangle.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public class ScreenTriangle { diff --git a/Switch_Toolbox_Library/Rendering/SetUpShaders.cs b/Switch_Toolbox_Library/Rendering/SetUpShaders.cs index 9e0b410e..6899304b 100644 --- a/Switch_Toolbox_Library/Rendering/SetUpShaders.cs +++ b/Switch_Toolbox_Library/Rendering/SetUpShaders.cs @@ -7,7 +7,7 @@ using System.IO; using System.Linq; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Rendering +namespace Toolbox.Library.Rendering { public static class ShaderTools { @@ -28,7 +28,7 @@ namespace Switch_Toolbox.Library.Rendering private static void SetUpAllShaders() { - if (Switch_Toolbox.Library.Runtime.UseLegacyGL) + if (Toolbox.Library.Runtime.UseLegacyGL) SetUpLegacyBfresShaders(); else { diff --git a/Switch_Toolbox_Library/Runtime.cs b/Switch_Toolbox_Library/Runtime.cs index d8cedbfd..7f55b3b8 100644 --- a/Switch_Toolbox_Library/Runtime.cs +++ b/Switch_Toolbox_Library/Runtime.cs @@ -8,7 +8,7 @@ using GL_EditorFramework.Interfaces; using GL_EditorFramework.EditorDrawables; using System.Windows.Forms; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { //Thanks to Smash Forge for a few of these! // https://github.com/jam1garner/Smash-Forge/blob/master/Smash%20Forge/Runtime.cs diff --git a/Switch_Toolbox_Library/STToolStipMenuItem.cs b/Switch_Toolbox_Library/STToolStipMenuItem.cs index 9a88b69e..5e375fa9 100644 --- a/Switch_Toolbox_Library/STToolStipMenuItem.cs +++ b/Switch_Toolbox_Library/STToolStipMenuItem.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Drawing; using System.Windows.Forms; -namespace Switch_Toolbox.Library.Forms +namespace Toolbox.Library.Forms { public class STToolStripSeparator : ToolStripSeparator diff --git a/Switch_Toolbox_Library/Texture Decoding/3DS/Swizzle_3DS.cs b/Switch_Toolbox_Library/Texture Decoding/3DS/Swizzle_3DS.cs index 0cfdef55..754cb5d9 100644 --- a/Switch_Toolbox_Library/Texture Decoding/3DS/Swizzle_3DS.cs +++ b/Switch_Toolbox_Library/Texture Decoding/3DS/Swizzle_3DS.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class CTR_3DS { diff --git a/Switch_Toolbox_Library/Texture Decoding/Gamecube/Decode_Gamecube.cs b/Switch_Toolbox_Library/Texture Decoding/Gamecube/Decode_Gamecube.cs index d5c5f9b7..7fb5d448 100644 --- a/Switch_Toolbox_Library/Texture Decoding/Gamecube/Decode_Gamecube.cs +++ b/Switch_Toolbox_Library/Texture Decoding/Gamecube/Decode_Gamecube.cs @@ -2,11 +2,11 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; using Chadsoft.CTools.Image; using SuperBMDLib.Util; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class Decode_Gamecube { diff --git a/Switch_Toolbox_Library/Texture Decoding/Switch/TegraX1Swizzle.cs b/Switch_Toolbox_Library/Texture Decoding/Switch/TegraX1Swizzle.cs index 382d8f16..d740d36d 100644 --- a/Switch_Toolbox_Library/Texture Decoding/Switch/TegraX1Swizzle.cs +++ b/Switch_Toolbox_Library/Texture Decoding/Switch/TegraX1Swizzle.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class TegraX1Swizzle { diff --git a/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2.cs b/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2.cs index 75ae44a5..e645fb14 100644 --- a/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2.cs +++ b/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Collections.Generic; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class GX2 { diff --git a/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2TexRegisters.cs b/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2TexRegisters.cs index 85adfdb5..dadebae2 100644 --- a/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2TexRegisters.cs +++ b/Switch_Toolbox_Library/Texture Decoding/Wii U/GX2TexRegisters.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Net; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class GX2TexRegisters { diff --git a/Switch_Toolbox_Library/ThemeConfig.cs b/Switch_Toolbox_Library/ThemeConfig.cs index 29dcd46a..353b863f 100644 --- a/Switch_Toolbox_Library/ThemeConfig.cs +++ b/Switch_Toolbox_Library/ThemeConfig.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ThemeConfig { diff --git a/Switch_Toolbox_Library/Switch_Toolbox_Library.csproj b/Switch_Toolbox_Library/Toolbox_Library.csproj similarity index 99% rename from Switch_Toolbox_Library/Switch_Toolbox_Library.csproj rename to Switch_Toolbox_Library/Toolbox_Library.csproj index 815a586e..fb576ee0 100644 --- a/Switch_Toolbox_Library/Switch_Toolbox_Library.csproj +++ b/Switch_Toolbox_Library/Toolbox_Library.csproj @@ -7,8 +7,8 @@ {96820047-2A39-4E5A-BFA4-E84FFF5C66CF} Library Properties - Switch_Toolbox.Library - Switch_Toolbox.Library + Toolbox.Library + Toolbox.Library v4.6.2 512 true diff --git a/Switch_Toolbox_Library/Switch_Toolbox_Library.csproj.user b/Switch_Toolbox_Library/Toolbox_Library.csproj.user similarity index 100% rename from Switch_Toolbox_Library/Switch_Toolbox_Library.csproj.user rename to Switch_Toolbox_Library/Toolbox_Library.csproj.user diff --git a/Switch_Toolbox_Library/UpdateProgram.cs b/Switch_Toolbox_Library/UpdateProgram.cs index 708e8f5b..84a70a80 100644 --- a/Switch_Toolbox_Library/UpdateProgram.cs +++ b/Switch_Toolbox_Library/UpdateProgram.cs @@ -6,9 +6,9 @@ using Octokit; using System.IO; using System.Diagnostics; using System.Security.Cryptography; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox +namespace Toolbox { public class UpdateProgram { diff --git a/Switch_Toolbox_Library/Util/ColorUtility.cs b/Switch_Toolbox_Library/Util/ColorUtility.cs index f6dd2928..b19d0142 100644 --- a/Switch_Toolbox_Library/Util/ColorUtility.cs +++ b/Switch_Toolbox_Library/Util/ColorUtility.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Drawing; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ColorUtility { diff --git a/Switch_Toolbox_Library/Util/ImageUtilty.cs b/Switch_Toolbox_Library/Util/ImageUtilty.cs index 91989bf3..31f5b007 100644 --- a/Switch_Toolbox_Library/Util/ImageUtilty.cs +++ b/Switch_Toolbox_Library/Util/ImageUtilty.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class ImageUtilty { diff --git a/Switch_Toolbox_Library/Util/OpenGLUtils.cs b/Switch_Toolbox_Library/Util/OpenGLUtils.cs index 2f6ed9d3..4c838e8c 100644 --- a/Switch_Toolbox_Library/Util/OpenGLUtils.cs +++ b/Switch_Toolbox_Library/Util/OpenGLUtils.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using OpenTK; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class OpenGLUtils { diff --git a/Switch_Toolbox_Library/Util/Util.cs b/Switch_Toolbox_Library/Util/Util.cs index 393bee86..3c5ae6af 100644 --- a/Switch_Toolbox_Library/Util/Util.cs +++ b/Switch_Toolbox_Library/Util/Util.cs @@ -6,9 +6,9 @@ using System.Runtime.Serialization.Formatters.Binary; using System.Drawing; using OpenTK; using System.Reflection; -using Switch_Toolbox.Library.IO; +using Toolbox.Library.IO; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class Utils { diff --git a/Switch_Toolbox_Library/XML/XmlDoc.cs b/Switch_Toolbox_Library/XML/XmlDoc.cs index e975c624..308be355 100644 --- a/Switch_Toolbox_Library/XML/XmlDoc.cs +++ b/Switch_Toolbox_Library/XML/XmlDoc.cs @@ -6,7 +6,7 @@ using System.Text; using System.Threading.Tasks; using System.Xml; -namespace Switch_Toolbox.Library +namespace Toolbox.Library { public class XmlDoc { diff --git a/Switch_Toolbox.sln b/Toolbox.sln similarity index 92% rename from Switch_Toolbox.sln rename to Toolbox.sln index 6ddc3624..d4c030c0 100644 --- a/Switch_Toolbox.sln +++ b/Toolbox.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2041 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Switch_FileFormatsMain", "Switch_FileFormatsMain\Switch_FileFormatsMain.csproj", "{A11705CF-A6A3-41C3-875A-E1CFD8080F09}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File_Format_Library", "Switch_FileFormatsMain\File_Format_Library.csproj", "{A11705CF-A6A3-41C3-875A-E1CFD8080F09}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Switch_Toolbox_Library", "Switch_Toolbox_Library\Switch_Toolbox_Library.csproj", "{96820047-2A39-4E5A-BFA4-E84FFF5C66CF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toolbox_Library", "Switch_Toolbox_Library\Toolbox_Library.csproj", "{96820047-2A39-4E5A-BFA4-E84FFF5C66CF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{D82A2C08-2A65-43AF-BDA6-A36CC27AA003}" EndProject diff --git a/Toolbox/GUI/FileAssociationForm.Designer.cs b/Toolbox/GUI/FileAssociationForm.Designer.cs index 589f723d..31e84046 100644 --- a/Toolbox/GUI/FileAssociationForm.Designer.cs +++ b/Toolbox/GUI/FileAssociationForm.Designer.cs @@ -28,11 +28,11 @@ /// private void InitializeComponent() { - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chkAll = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); + this.chkAll = new Toolbox.Library.Forms.STCheckBox(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); this.SuspendLayout(); @@ -124,10 +124,10 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STCheckBox chkAll; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STCheckBox chkAll; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; } diff --git a/Toolbox/GUI/FileAssociationForm.cs b/Toolbox/GUI/FileAssociationForm.cs index 827b3d06..00a9e8b0 100644 --- a/Toolbox/GUI/FileAssociationForm.cs +++ b/Toolbox/GUI/FileAssociationForm.cs @@ -7,12 +7,12 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using System.Reflection; using Microsoft.Win32; using System.Runtime.InteropServices; using System.Diagnostics; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace Toolbox { diff --git a/Toolbox/GUI/GithubIssueDialog.Designer.cs b/Toolbox/GUI/GithubIssueDialog.Designer.cs index ab428aa3..eb9e85ba 100644 --- a/Toolbox/GUI/GithubIssueDialog.Designer.cs +++ b/Toolbox/GUI/GithubIssueDialog.Designer.cs @@ -28,15 +28,15 @@ /// private void InitializeComponent() { - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.typeCB = new Switch_Toolbox.Library.Forms.STComboBox(); - this.infoTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.titleTB = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); + this.typeCB = new Toolbox.Library.Forms.STComboBox(); + this.infoTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.titleTB = new Toolbox.Library.Forms.STTextBox(); this.contentContainer.SuspendLayout(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); @@ -157,14 +157,14 @@ #endregion - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STTextBox titleTB; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STComboBox typeCB; - private Switch_Toolbox.Library.Forms.STTextBox infoTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STTextBox titleTB; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STComboBox typeCB; + private Toolbox.Library.Forms.STTextBox infoTB; + private Toolbox.Library.Forms.STLabel stLabel1; } } \ No newline at end of file diff --git a/Toolbox/GUI/GithubIssueDialog.cs b/Toolbox/GUI/GithubIssueDialog.cs index 4d5347fd..6dc00782 100644 --- a/Toolbox/GUI/GithubIssueDialog.cs +++ b/Toolbox/GUI/GithubIssueDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Octokit; namespace Toolbox diff --git a/Toolbox/GUI/GithubUpdateDialog.Designer.cs b/Toolbox/GUI/GithubUpdateDialog.Designer.cs index 877e607d..cbc526d7 100644 --- a/Toolbox/GUI/GithubUpdateDialog.Designer.cs +++ b/Toolbox/GUI/GithubUpdateDialog.Designer.cs @@ -28,14 +28,14 @@ /// private void InitializeComponent() { - this.stButton1 = new Switch_Toolbox.Library.Forms.STButton(); - this.stButton2 = new Switch_Toolbox.Library.Forms.STButton(); - this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom(); + this.stButton1 = new Toolbox.Library.Forms.STButton(); + this.stButton2 = new Toolbox.Library.Forms.STButton(); + this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.stTextBox1 = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stTextBox1 = new Toolbox.Library.Forms.STTextBox(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // @@ -152,13 +152,13 @@ #endregion - private Switch_Toolbox.Library.Forms.STButton stButton1; - private Switch_Toolbox.Library.Forms.STButton stButton2; - private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1; + private Toolbox.Library.Forms.STButton stButton1; + private Toolbox.Library.Forms.STButton stButton2; + private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; - private Switch_Toolbox.Library.Forms.STTextBox stTextBox1; + private Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STTextBox stTextBox1; } } \ No newline at end of file diff --git a/Toolbox/GUI/GithubUpdateDialog.cs b/Toolbox/GUI/GithubUpdateDialog.cs index b7592b82..5a225c1f 100644 --- a/Toolbox/GUI/GithubUpdateDialog.cs +++ b/Toolbox/GUI/GithubUpdateDialog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.Forms; using Octokit; namespace Toolbox diff --git a/Toolbox/GUI/NodeWrappers.cs b/Toolbox/GUI/NodeWrappers.cs index 3033780d..24055c8d 100644 --- a/Toolbox/GUI/NodeWrappers.cs +++ b/Toolbox/GUI/NodeWrappers.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace Switch_Toolbox.Library.NodeWrappers +namespace Toolbox.Library.NodeWrappers { //Based on // https://github.com/libertyernie/brawltools/blob/40d7431b1a01ef4a0411cd69e51411bd581e93e2/BrawlBox/NodeWrappers/BaseWrapper.cs diff --git a/Toolbox/GUI/PluginManager.Designer.cs b/Toolbox/GUI/PluginManager.Designer.cs index de9b659d..074d94c4 100644 --- a/Toolbox/GUI/PluginManager.Designer.cs +++ b/Toolbox/GUI/PluginManager.Designer.cs @@ -1,4 +1,4 @@ -namespace Switch_Toolbox +namespace Toolbox { partial class PluginManager { diff --git a/Toolbox/GUI/PluginManager.cs b/Toolbox/GUI/PluginManager.cs index ab9590ea..c92ab3a6 100644 --- a/Toolbox/GUI/PluginManager.cs +++ b/Toolbox/GUI/PluginManager.cs @@ -7,9 +7,9 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; -namespace Switch_Toolbox +namespace Toolbox { public partial class PluginManager : Form { diff --git a/Toolbox/GUI/Settings.Designer.cs b/Toolbox/GUI/Settings.Designer.cs index ce2a3e78..90e8c11a 100644 --- a/Toolbox/GUI/Settings.Designer.cs +++ b/Toolbox/GUI/Settings.Designer.cs @@ -29,96 +29,96 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.label1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.chkBoxSpecular = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxNormalMap = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.label1 = new Toolbox.Library.Forms.STLabel(); + this.chkBoxSpecular = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxNormalMap = new Toolbox.Library.Forms.STCheckBox(); this.shadingComboBox = new System.Windows.Forms.ComboBox(); - this.panel2 = new Switch_Toolbox.Library.Forms.STPanel(); + this.panel2 = new Toolbox.Library.Forms.STPanel(); this.uvChannelRB3 = new System.Windows.Forms.RadioButton(); this.uvChannelRB2 = new System.Windows.Forms.RadioButton(); this.uvChannelRB = new System.Windows.Forms.RadioButton(); - this.displayBoundingBoxeChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.boneXRayChk = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel9 = new Switch_Toolbox.Library.Forms.STLabel(); - this.cameraMaxSpeedUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.alphaChannelBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.blueChannelBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.greenChannelBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.redChannelBtn = new Switch_Toolbox.Library.Forms.STButton(); - this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel(); - this.boneSizeUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.labelNormalsLine = new Switch_Toolbox.Library.Forms.STLabel(); - this.normalsLineUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.normalPointsCB = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.vtxColorCB = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxEnablePBR = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.label6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.previewScaleUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.chkBoxDisplayPolyCount = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.label5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.camFarNumUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.label4 = new Switch_Toolbox.Library.Forms.STLabel(); - this.camNearNumUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.label3 = new Switch_Toolbox.Library.Forms.STLabel(); + this.displayBoundingBoxeChk = new Toolbox.Library.Forms.STCheckBox(); + this.boneXRayChk = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel9 = new Toolbox.Library.Forms.STLabel(); + this.cameraMaxSpeedUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.alphaChannelBtn = new Toolbox.Library.Forms.STButton(); + this.blueChannelBtn = new Toolbox.Library.Forms.STButton(); + this.greenChannelBtn = new Toolbox.Library.Forms.STButton(); + this.redChannelBtn = new Toolbox.Library.Forms.STButton(); + this.stLabel8 = new Toolbox.Library.Forms.STLabel(); + this.boneSizeUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.labelNormalsLine = new Toolbox.Library.Forms.STLabel(); + this.normalsLineUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.normalPointsCB = new Toolbox.Library.Forms.STCheckBox(); + this.vtxColorCB = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxEnablePBR = new Toolbox.Library.Forms.STCheckBox(); + this.label6 = new Toolbox.Library.Forms.STLabel(); + this.previewScaleUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.chkBoxDisplayPolyCount = new Toolbox.Library.Forms.STCheckBox(); + this.label5 = new Toolbox.Library.Forms.STLabel(); + this.camFarNumUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.label4 = new Toolbox.Library.Forms.STLabel(); + this.camNearNumUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.label3 = new Toolbox.Library.Forms.STLabel(); this.camMoveComboBox = new System.Windows.Forms.ComboBox(); - this.chkBoxDisplayBones = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxDisplayWireframe = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxDisplayModels = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkBoxStereoscopy = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.label2 = new Switch_Toolbox.Library.Forms.STLabel(); - this.panel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.enableVersionCheckCHK = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.GLSLVerLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.openGLVerLabel = new Switch_Toolbox.Library.Forms.STLabel(); - this.btnSave = new Switch_Toolbox.Library.Forms.STButton(); - this.label7 = new Switch_Toolbox.Library.Forms.STLabel(); - this.yazoCompressionLevelUD = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); - this.panel3 = new Switch_Toolbox.Library.Forms.STPanel(); - this.chkBoxMdiMaximized = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkBoxDisplayBones = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxDisplayWireframe = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxDisplayModels = new Toolbox.Library.Forms.STCheckBox(); + this.chkBoxStereoscopy = new Toolbox.Library.Forms.STCheckBox(); + this.label2 = new Toolbox.Library.Forms.STLabel(); + this.panel1 = new Toolbox.Library.Forms.STPanel(); + this.enableVersionCheckCHK = new Toolbox.Library.Forms.STCheckBox(); + this.GLSLVerLabel = new Toolbox.Library.Forms.STLabel(); + this.openGLVerLabel = new Toolbox.Library.Forms.STLabel(); + this.btnSave = new Toolbox.Library.Forms.STButton(); + this.label7 = new Toolbox.Library.Forms.STLabel(); + this.yazoCompressionLevelUD = new Toolbox.Library.Forms.NumericUpDownInt(); + this.panel3 = new Toolbox.Library.Forms.STPanel(); + this.chkBoxMdiMaximized = new Toolbox.Library.Forms.STCheckBox(); this.formThemeCB = new System.Windows.Forms.ComboBox(); - this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stTabControl1 = new Switch_Toolbox.Library.Forms.STTabControl(); + this.stLabel1 = new Toolbox.Library.Forms.STLabel(); + this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); - this.chkAlwaysCompressOnSave = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.chkFrameCamera = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.modelLoadArchive = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.gridCellCountUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint(); - this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel(); + this.chkAlwaysCompressOnSave = new Toolbox.Library.Forms.STCheckBox(); + this.chkFrameCamera = new Toolbox.Library.Forms.STCheckBox(); + this.modelLoadArchive = new Toolbox.Library.Forms.STCheckBox(); + this.gridCellCountUD = new Toolbox.Library.Forms.NumericUpDownUint(); + this.stLabel7 = new Toolbox.Library.Forms.STLabel(); this.gridColorPB = new System.Windows.Forms.PictureBox(); - this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel(); - this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel(); - this.gridCellSizeUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat(); - this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel6 = new Toolbox.Library.Forms.STLabel(); + this.stLabel5 = new Toolbox.Library.Forms.STLabel(); + this.gridCellSizeUD = new Toolbox.Library.Forms.NumericUpDownFloat(); + this.stLabel4 = new Toolbox.Library.Forms.STLabel(); this.bgGradientBottom = new System.Windows.Forms.PictureBox(); - this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel3 = new Toolbox.Library.Forms.STLabel(); this.bgGradientTop = new System.Windows.Forms.PictureBox(); - this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel(); + this.stLabel2 = new Toolbox.Library.Forms.STLabel(); this.preferredTexFormatCB = new System.Windows.Forms.ComboBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); - this.stLabel13 = new Switch_Toolbox.Library.Forms.STLabel(); - this.botwGamePathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stContextMenuStrip1 = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stLabel13 = new Toolbox.Library.Forms.STLabel(); + this.botwGamePathTB = new Toolbox.Library.Forms.STTextBox(); + this.stContextMenuStrip1 = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.clearSettingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stLabel14 = new Switch_Toolbox.Library.Forms.STLabel(); - this.tpGamePathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel12 = new Switch_Toolbox.Library.Forms.STLabel(); - this.SMOPathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel11 = new Switch_Toolbox.Library.Forms.STLabel(); - this.mk8DPathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.stLabel10 = new Switch_Toolbox.Library.Forms.STLabel(); - this.mk8PathTB = new Switch_Toolbox.Library.Forms.STTextBox(); + this.stLabel14 = new Toolbox.Library.Forms.STLabel(); + this.tpGamePathTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel12 = new Toolbox.Library.Forms.STLabel(); + this.SMOPathTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel11 = new Toolbox.Library.Forms.STLabel(); + this.mk8DPathTB = new Toolbox.Library.Forms.STTextBox(); + this.stLabel10 = new Toolbox.Library.Forms.STLabel(); + this.mk8PathTB = new Toolbox.Library.Forms.STTextBox(); this.tabPage4 = new System.Windows.Forms.TabPage(); - this.chkDiffyseSkybox = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel16 = new Switch_Toolbox.Library.Forms.STLabel(); - this.diffuseCubemapPathTB = new Switch_Toolbox.Library.Forms.STTextBox(); - this.chkUseSkyobx = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel15 = new Switch_Toolbox.Library.Forms.STLabel(); - this.specularCubemapPathTB = new Switch_Toolbox.Library.Forms.STTextBox(); + this.chkDiffyseSkybox = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel16 = new Toolbox.Library.Forms.STLabel(); + this.diffuseCubemapPathTB = new Toolbox.Library.Forms.STTextBox(); + this.chkUseSkyobx = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel15 = new Toolbox.Library.Forms.STLabel(); + this.specularCubemapPathTB = new Toolbox.Library.Forms.STTextBox(); this.tabPage5 = new System.Windows.Forms.TabPage(); - this.chkTpFileTable = new Switch_Toolbox.Library.Forms.STCheckBox(); - this.stLabel17 = new Switch_Toolbox.Library.Forms.STLabel(); - this.chkBotwFileTable = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.chkTpFileTable = new Toolbox.Library.Forms.STCheckBox(); + this.stLabel17 = new Toolbox.Library.Forms.STLabel(); + this.chkBotwFileTable = new Toolbox.Library.Forms.STCheckBox(); this.contentContainer.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cameraMaxSpeedUD)).BeginInit(); @@ -1326,95 +1326,95 @@ #endregion - private Switch_Toolbox.Library.Forms.STLabel label1; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxSpecular; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxNormalMap; + private Toolbox.Library.Forms.STLabel label1; + private Toolbox.Library.Forms.STCheckBox chkBoxSpecular; + private Toolbox.Library.Forms.STCheckBox chkBoxNormalMap; private System.Windows.Forms.ComboBox shadingComboBox; - private Switch_Toolbox.Library.Forms.STPanel panel2; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxStereoscopy; - private Switch_Toolbox.Library.Forms.STLabel label2; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxDisplayBones; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxDisplayWireframe; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxDisplayModels; - private Switch_Toolbox.Library.Forms.STLabel label3; + private Toolbox.Library.Forms.STPanel panel2; + private Toolbox.Library.Forms.STCheckBox chkBoxStereoscopy; + private Toolbox.Library.Forms.STLabel label2; + private Toolbox.Library.Forms.STCheckBox chkBoxDisplayBones; + private Toolbox.Library.Forms.STCheckBox chkBoxDisplayWireframe; + private Toolbox.Library.Forms.STCheckBox chkBoxDisplayModels; + private Toolbox.Library.Forms.STLabel label3; private System.Windows.Forms.ComboBox camMoveComboBox; - private Switch_Toolbox.Library.Forms.STPanel panel1; - private Switch_Toolbox.Library.Forms.STLabel openGLVerLabel; - private Switch_Toolbox.Library.Forms.STLabel GLSLVerLabel; - private Switch_Toolbox.Library.Forms.STButton btnSave; - private Switch_Toolbox.Library.Forms.STLabel label5; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat camFarNumUD; - private Switch_Toolbox.Library.Forms.STLabel label4; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat camNearNumUD; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxDisplayPolyCount; - private Switch_Toolbox.Library.Forms.STLabel label6; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat previewScaleUD; - private Switch_Toolbox.Library.Forms.STLabel label7; - private Switch_Toolbox.Library.Forms.NumericUpDownInt yazoCompressionLevelUD; - private Switch_Toolbox.Library.Forms.STPanel panel3; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnablePBR; + private Toolbox.Library.Forms.STPanel panel1; + private Toolbox.Library.Forms.STLabel openGLVerLabel; + private Toolbox.Library.Forms.STLabel GLSLVerLabel; + private Toolbox.Library.Forms.STButton btnSave; + private Toolbox.Library.Forms.STLabel label5; + private Toolbox.Library.Forms.NumericUpDownFloat camFarNumUD; + private Toolbox.Library.Forms.STLabel label4; + private Toolbox.Library.Forms.NumericUpDownFloat camNearNumUD; + private Toolbox.Library.Forms.STCheckBox chkBoxDisplayPolyCount; + private Toolbox.Library.Forms.STLabel label6; + private Toolbox.Library.Forms.NumericUpDownFloat previewScaleUD; + private Toolbox.Library.Forms.STLabel label7; + private Toolbox.Library.Forms.NumericUpDownInt yazoCompressionLevelUD; + private Toolbox.Library.Forms.STPanel panel3; + private Toolbox.Library.Forms.STCheckBox chkBoxEnablePBR; private System.Windows.Forms.TabPage tabPage1; - private Switch_Toolbox.Library.Forms.STCheckBox chkBoxMdiMaximized; + private Toolbox.Library.Forms.STCheckBox chkBoxMdiMaximized; private System.Windows.Forms.ComboBox formThemeCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel1; + private Toolbox.Library.Forms.STLabel stLabel1; private System.Windows.Forms.TabPage tabPage2; - private Switch_Toolbox.Library.Forms.STLabel stLabel2; + private Toolbox.Library.Forms.STLabel stLabel2; private System.Windows.Forms.ComboBox preferredTexFormatCB; - private Switch_Toolbox.Library.Forms.STLabel stLabel4; + private Toolbox.Library.Forms.STLabel stLabel4; private System.Windows.Forms.PictureBox bgGradientBottom; - private Switch_Toolbox.Library.Forms.STLabel stLabel3; + private Toolbox.Library.Forms.STLabel stLabel3; private System.Windows.Forms.PictureBox bgGradientTop; - private Switch_Toolbox.Library.Forms.STLabel stLabel6; - private Switch_Toolbox.Library.Forms.STLabel stLabel5; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat gridCellSizeUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel7; + private Toolbox.Library.Forms.STLabel stLabel6; + private Toolbox.Library.Forms.STLabel stLabel5; + private Toolbox.Library.Forms.NumericUpDownFloat gridCellSizeUD; + private Toolbox.Library.Forms.STLabel stLabel7; private System.Windows.Forms.PictureBox gridColorPB; - private Switch_Toolbox.Library.Forms.NumericUpDownUint gridCellCountUD; - private Switch_Toolbox.Library.Forms.STCheckBox normalPointsCB; - private Switch_Toolbox.Library.Forms.STCheckBox vtxColorCB; - private Switch_Toolbox.Library.Forms.STLabel labelNormalsLine; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat normalsLineUD; - private Switch_Toolbox.Library.Forms.STLabel stLabel8; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat boneSizeUD; - private Switch_Toolbox.Library.Forms.STButton alphaChannelBtn; - private Switch_Toolbox.Library.Forms.STButton blueChannelBtn; - private Switch_Toolbox.Library.Forms.STButton greenChannelBtn; - private Switch_Toolbox.Library.Forms.STButton redChannelBtn; - private Switch_Toolbox.Library.Forms.STLabel stLabel9; - private Switch_Toolbox.Library.Forms.NumericUpDownFloat cameraMaxSpeedUD; - private Switch_Toolbox.Library.Forms.STCheckBox enableVersionCheckCHK; - private Switch_Toolbox.Library.Forms.STCheckBox boneXRayChk; + private Toolbox.Library.Forms.NumericUpDownUint gridCellCountUD; + private Toolbox.Library.Forms.STCheckBox normalPointsCB; + private Toolbox.Library.Forms.STCheckBox vtxColorCB; + private Toolbox.Library.Forms.STLabel labelNormalsLine; + private Toolbox.Library.Forms.NumericUpDownFloat normalsLineUD; + private Toolbox.Library.Forms.STLabel stLabel8; + private Toolbox.Library.Forms.NumericUpDownFloat boneSizeUD; + private Toolbox.Library.Forms.STButton alphaChannelBtn; + private Toolbox.Library.Forms.STButton blueChannelBtn; + private Toolbox.Library.Forms.STButton greenChannelBtn; + private Toolbox.Library.Forms.STButton redChannelBtn; + private Toolbox.Library.Forms.STLabel stLabel9; + private Toolbox.Library.Forms.NumericUpDownFloat cameraMaxSpeedUD; + private Toolbox.Library.Forms.STCheckBox enableVersionCheckCHK; + private Toolbox.Library.Forms.STCheckBox boneXRayChk; private System.Windows.Forms.TabPage tabPage3; - private Switch_Toolbox.Library.Forms.STLabel stLabel12; - private Switch_Toolbox.Library.Forms.STTextBox SMOPathTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel11; - private Switch_Toolbox.Library.Forms.STTextBox mk8DPathTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel10; - private Switch_Toolbox.Library.Forms.STTextBox mk8PathTB; - private Switch_Toolbox.Library.Forms.STCheckBox displayBoundingBoxeChk; - private Switch_Toolbox.Library.Forms.STLabel stLabel13; - private Switch_Toolbox.Library.Forms.STTextBox botwGamePathTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel14; - private Switch_Toolbox.Library.Forms.STTextBox tpGamePathTB; - private Switch_Toolbox.Library.Forms.STCheckBox modelLoadArchive; - private Switch_Toolbox.Library.Forms.STTabControl stTabControl1; + private Toolbox.Library.Forms.STLabel stLabel12; + private Toolbox.Library.Forms.STTextBox SMOPathTB; + private Toolbox.Library.Forms.STLabel stLabel11; + private Toolbox.Library.Forms.STTextBox mk8DPathTB; + private Toolbox.Library.Forms.STLabel stLabel10; + private Toolbox.Library.Forms.STTextBox mk8PathTB; + private Toolbox.Library.Forms.STCheckBox displayBoundingBoxeChk; + private Toolbox.Library.Forms.STLabel stLabel13; + private Toolbox.Library.Forms.STTextBox botwGamePathTB; + private Toolbox.Library.Forms.STLabel stLabel14; + private Toolbox.Library.Forms.STTextBox tpGamePathTB; + private Toolbox.Library.Forms.STCheckBox modelLoadArchive; + private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage4; - private Switch_Toolbox.Library.Forms.STCheckBox chkUseSkyobx; - private Switch_Toolbox.Library.Forms.STLabel stLabel15; - private Switch_Toolbox.Library.Forms.STTextBox specularCubemapPathTB; - private Switch_Toolbox.Library.Forms.STLabel stLabel16; - private Switch_Toolbox.Library.Forms.STTextBox diffuseCubemapPathTB; - private Switch_Toolbox.Library.Forms.STCheckBox chkDiffyseSkybox; - private Switch_Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; + private Toolbox.Library.Forms.STCheckBox chkUseSkyobx; + private Toolbox.Library.Forms.STLabel stLabel15; + private Toolbox.Library.Forms.STTextBox specularCubemapPathTB; + private Toolbox.Library.Forms.STLabel stLabel16; + private Toolbox.Library.Forms.STTextBox diffuseCubemapPathTB; + private Toolbox.Library.Forms.STCheckBox chkDiffyseSkybox; + private Toolbox.Library.Forms.STContextMenuStrip stContextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem clearSettingToolStripMenuItem; private System.Windows.Forms.RadioButton uvChannelRB2; private System.Windows.Forms.RadioButton uvChannelRB; private System.Windows.Forms.RadioButton uvChannelRB3; private System.Windows.Forms.TabPage tabPage5; - private Switch_Toolbox.Library.Forms.STCheckBox chkTpFileTable; - private Switch_Toolbox.Library.Forms.STLabel stLabel17; - private Switch_Toolbox.Library.Forms.STCheckBox chkBotwFileTable; - private Switch_Toolbox.Library.Forms.STCheckBox chkFrameCamera; - private Switch_Toolbox.Library.Forms.STCheckBox chkAlwaysCompressOnSave; + private Toolbox.Library.Forms.STCheckBox chkTpFileTable; + private Toolbox.Library.Forms.STLabel stLabel17; + private Toolbox.Library.Forms.STCheckBox chkBotwFileTable; + private Toolbox.Library.Forms.STCheckBox chkFrameCamera; + private Toolbox.Library.Forms.STCheckBox chkAlwaysCompressOnSave; } } \ No newline at end of file diff --git a/Toolbox/GUI/Settings.cs b/Toolbox/GUI/Settings.cs index 5dc2e988..0024d886 100644 --- a/Toolbox/GUI/Settings.cs +++ b/Toolbox/GUI/Settings.cs @@ -7,8 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library; +using Toolbox.Library.Forms; namespace Toolbox { diff --git a/Toolbox/GUI/Startup Window.Designer.cs b/Toolbox/GUI/Startup Window.Designer.cs index cb812c24..4d778855 100644 --- a/Toolbox/GUI/Startup Window.Designer.cs +++ b/Toolbox/GUI/Startup Window.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.checkBox1 = new Switch_Toolbox.Library.Forms.STCheckBox(); + this.checkBox1 = new Toolbox.Library.Forms.STCheckBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); @@ -131,7 +131,7 @@ #endregion - private Switch_Toolbox.Library.Forms.STCheckBox checkBox1; + private Toolbox.Library.Forms.STCheckBox checkBox1; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; diff --git a/Toolbox/GUI/Startup Window.cs b/Toolbox/GUI/Startup Window.cs index 566e6fbe..0082aa41 100644 --- a/Toolbox/GUI/Startup Window.cs +++ b/Toolbox/GUI/Startup Window.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace Toolbox { diff --git a/Toolbox/MainForm.Designer.cs b/Toolbox/MainForm.Designer.cs index d77e10ab..0a85bfab 100644 --- a/Toolbox/MainForm.Designer.cs +++ b/Toolbox/MainForm.Designer.cs @@ -30,7 +30,7 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - this.menuStrip1 = new Switch_Toolbox.Library.Forms.STMenuStrip(); + this.menuStrip1 = new Toolbox.Library.Forms.STMenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -59,15 +59,15 @@ this.reportBugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.requestFeatureToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.githubToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel(); - this.tabForms = new Switch_Toolbox.Library.Forms.STTabControl(); - this.tabControlContextMenuStrip = new Switch_Toolbox.Library.Forms.STContextMenuStrip(this.components); + this.stPanel1 = new Toolbox.Library.Forms.STPanel(); + this.tabForms = new Toolbox.Library.Forms.STTabControl(); + this.tabControlContextMenuStrip = new Toolbox.Library.Forms.STContextMenuStrip(this.components); this.closeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel(); + this.stPanel2 = new Toolbox.Library.Forms.STPanel(); this.BtnMdiMinimize = new System.Windows.Forms.PictureBox(); this.BtnMdiMinMax = new System.Windows.Forms.PictureBox(); this.BtnMdiClose = new System.Windows.Forms.PictureBox(); - this.stToolStrip1 = new Switch_Toolbox.Library.Forms.STToolStrip(); + this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip(); this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); this.updateToolstrip = new System.Windows.Forms.ToolStripButton(); this.menuStrip1.SuspendLayout(); @@ -479,7 +479,7 @@ #endregion - private Switch_Toolbox.Library.Forms.STMenuStrip menuStrip1; + private Toolbox.Library.Forms.STMenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem recentToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; @@ -494,18 +494,18 @@ private System.Windows.Forms.ToolStripMenuItem maximizeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STPanel stPanel1; - private Switch_Toolbox.Library.Forms.STTabControl tabForms; + private Toolbox.Library.Forms.STPanel stPanel1; + private Toolbox.Library.Forms.STTabControl tabForms; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STContextMenuStrip tabControlContextMenuStrip; + private Toolbox.Library.Forms.STContextMenuStrip tabControlContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem fileAssociationsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mainSettingsToolStripMenuItem; - private Switch_Toolbox.Library.Forms.STPanel stPanel2; - private Switch_Toolbox.Library.Forms.STToolStrip stToolStrip1; + private Toolbox.Library.Forms.STPanel stPanel2; + private Toolbox.Library.Forms.STToolStrip stToolStrip1; private System.Windows.Forms.ToolStripButton updateToolstrip; private System.Windows.Forms.ToolStripMenuItem newFromFileToolStripMenuItem; private System.Windows.Forms.PictureBox BtnMdiMinimize; diff --git a/Toolbox/MainForm.cs b/Toolbox/MainForm.cs index f43fd9fe..fafead3d 100644 --- a/Toolbox/MainForm.cs +++ b/Toolbox/MainForm.cs @@ -8,15 +8,15 @@ using System.Linq; using System.Text; using System.Threading; using System.Windows.Forms; -using Switch_Toolbox.Library.IO; -using Switch_Toolbox.Library; -using Switch_Toolbox.Library.Forms; +using Toolbox.Library.IO; +using Toolbox.Library; +using Toolbox.Library.Forms; using System.IO; using System.Runtime.InteropServices; using System.Reflection; using OpenTK.Graphics.OpenGL; -using Switch_Toolbox.Library.NodeWrappers; -using Switch_Toolbox.Library.Rendering; +using Toolbox.Library.NodeWrappers; +using Toolbox.Library.Rendering; namespace Toolbox { @@ -1145,32 +1145,32 @@ namespace Toolbox private void BtnMdiClose_MouseEnter(object sender, System.EventArgs e) { - BtnMdiClose.Image = Switch_Toolbox.Library.Properties.Resources.Close_Hover; + BtnMdiClose.Image = Toolbox.Library.Properties.Resources.Close_Hover; } private void BtnMdiClose_MouseLeave(object sender, System.EventArgs e) { - BtnMdiClose.Image = Switch_Toolbox.Library.Properties.Resources.Close; + BtnMdiClose.Image = Toolbox.Library.Properties.Resources.Close; } private void BtnMdiMinMax_MouseEnter(object sender, EventArgs e) { - BtnMdiMinMax.Image = Switch_Toolbox.Library.Properties.Resources.maximize_sele; + BtnMdiMinMax.Image = Toolbox.Library.Properties.Resources.maximize_sele; } private void BtnMdiMinMax_MouseLeave(object sender, EventArgs e) { - BtnMdiMinMax.Image = Switch_Toolbox.Library.Properties.Resources.maximize; + BtnMdiMinMax.Image = Toolbox.Library.Properties.Resources.maximize; } private void BtnMdiMinimize_MouseEnter(object sender, EventArgs e) { - BtnMdiMinimize.Image = Switch_Toolbox.Library.Properties.Resources.minimize_sele; + BtnMdiMinimize.Image = Toolbox.Library.Properties.Resources.minimize_sele; } private void BtnMdiMinimize_MouseLeave(object sender, EventArgs e) { - BtnMdiMinimize.Image = Switch_Toolbox.Library.Properties.Resources.minimize; + BtnMdiMinimize.Image = Toolbox.Library.Properties.Resources.minimize; } private void BtnMdiClose_Click(object sender, EventArgs e) diff --git a/Toolbox/Program.cs b/Toolbox/Program.cs index d55bdd3b..e35f9fa7 100644 --- a/Toolbox/Program.cs +++ b/Toolbox/Program.cs @@ -21,7 +21,7 @@ namespace Toolbox Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Switch_Toolbox.Library.Runtime.ExecutableDir = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location); + Toolbox.Library.Runtime.ExecutableDir = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location); string[] args = Environment.GetCommandLineArgs(); @@ -35,7 +35,7 @@ namespace Toolbox var domain = AppDomain.CurrentDomain; domain.AssemblyResolve += LoadAssembly; - Switch_Toolbox.Library.Runtime.UseDirectXTexDecoder = TryLoadDirectXTex(); + Toolbox.Library.Runtime.UseDirectXTexDecoder = TryLoadDirectXTex(); MainForm form = new MainForm(); form.openedFiles = Files; diff --git a/Toolbox/Toolbox.csproj b/Toolbox/Toolbox.csproj index 3a3f4e4f..e6b5eded 100644 --- a/Toolbox/Toolbox.csproj +++ b/Toolbox/Toolbox.csproj @@ -294,10 +294,9 @@ - + {96820047-2a39-4e5a-bfa4-e84fff5c66cf} - Switch_Toolbox_Library - False + Toolbox_Library {d82a2c08-2a65-43af-bda6-a36cc27aa003} diff --git a/Toolbox/UpdateProgram.cs b/Toolbox/UpdateProgram.cs index 9bc4b151..b619ef13 100644 --- a/Toolbox/UpdateProgram.cs +++ b/Toolbox/UpdateProgram.cs @@ -6,7 +6,7 @@ using Octokit; using System.IO; using System.Diagnostics; using System.Security.Cryptography; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace Toolbox { diff --git a/Toolbox/VersionCheck.cs b/Toolbox/VersionCheck.cs index cada98da..d1e1edb4 100644 --- a/Toolbox/VersionCheck.cs +++ b/Toolbox/VersionCheck.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; -using Switch_Toolbox.Library; +using Toolbox.Library; namespace Toolbox { diff --git a/Updater/bin/Debug/Updater.exe b/Updater/bin/Debug/Updater.exe index 3cc8d58b..86d58eea 100644 Binary files a/Updater/bin/Debug/Updater.exe and b/Updater/bin/Debug/Updater.exe differ diff --git a/Updater/bin/Debug/Updater.pdb b/Updater/bin/Debug/Updater.pdb index 8af41548..a673e885 100644 Binary files a/Updater/bin/Debug/Updater.pdb and b/Updater/bin/Debug/Updater.pdb differ diff --git a/Updater/obj/Debug/Updater.csproj.FileListAbsolute.txt b/Updater/obj/Debug/Updater.csproj.FileListAbsolute.txt index 79c2e775..bf65d129 100644 --- a/Updater/obj/Debug/Updater.csproj.FileListAbsolute.txt +++ b/Updater/obj/Debug/Updater.csproj.FileListAbsolute.txt @@ -22,3 +22,16 @@ C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox-38ceb8d7163902ecb569774ab4db327a194d6f99\Updater\obj\Debug\Updater.pdb C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\bin\Debug\Octokit.dll C:\Users\Nathan\Documents\GitHub\Switch_Toolbox\Switch-Toolbox\Updater\obj\Debug\Updater.csproj.CopyComplete +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Updater.exe.config +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Updater.exe.manifest +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Updater.application +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Updater.exe +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Updater.pdb +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\bin\Debug\Octokit.dll +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.csproj.CoreCompileInputs.cache +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.TrustInfo.xml +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.exe.manifest +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.application +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.csproj.CopyComplete +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.exe +C:\Users\Nathan\Documents\GitHub\SwitchToolboxV1\Updater\obj\Debug\Updater.pdb diff --git a/Updater/obj/Debug/Updater.csprojAssemblyReference.cache b/Updater/obj/Debug/Updater.csprojAssemblyReference.cache deleted file mode 100644 index cabf1788..00000000 Binary files a/Updater/obj/Debug/Updater.csprojAssemblyReference.cache and /dev/null differ diff --git a/Updater/obj/Debug/Updater.exe b/Updater/obj/Debug/Updater.exe index 3cc8d58b..86d58eea 100644 Binary files a/Updater/obj/Debug/Updater.exe and b/Updater/obj/Debug/Updater.exe differ diff --git a/Updater/obj/Debug/Updater.pdb b/Updater/obj/Debug/Updater.pdb index 8af41548..a673e885 100644 Binary files a/Updater/obj/Debug/Updater.pdb and b/Updater/obj/Debug/Updater.pdb differ diff --git a/appveyor.yml b/appveyor.yml index bf5322df..a6973822 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,9 @@ configuration: Release version: 1.0.{build} environment: - name: Switch-Toolbox + name: Toolbox build: - project: Switch_Toolbox.sln + project: Toolbox.sln verbosity: minimal deploy: - provider: GitHub @@ -13,7 +13,7 @@ deploy: release: Experimental Release auth_token: secure: vDPwgMnjU54ZBjDmIfPNaES/JfhJBkj1yZ1kZwNf3ls8IUjPhVEWR2FDBVV0MySO - artifact: Switch-Toolbox-Latest.zip + artifact: Toolbox-Latest.zip draft: false prerelease: true force_update: true @@ -21,25 +21,25 @@ deploy: after_build: - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.pdb" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Lib" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Version.txt" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.pdb" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe.config" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Shader" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\libzstd.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Assimp32.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Assimp64.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\AssimpNet.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Gl_EditorFramework.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Switch_Toolbox.Library.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Buffers.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Memory.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Octokit.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Numerics.Vectors.dll" - - 7z a "Switch-Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Runtime.CompilerServices.Unsafe.dll" - - appveyor PushArtifact "Switch-Toolbox-Latest.zip" \ No newline at end of file + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe.config" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.pdb" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.exe" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Lib" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Version.txt" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.pdb" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe.config" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Shader" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\libzstd.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Assimp32.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Assimp64.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\AssimpNet.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Gl_EditorFramework.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Switch_Toolbox.Library.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Buffers.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Memory.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Octokit.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Numerics.Vectors.dll" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\System.Runtime.CompilerServices.Unsafe.dll" + - appveyor PushArtifact "Toolbox-Latest.zip" \ No newline at end of file