OSDN Git Service

FormのサブクラスをFormsに移動する
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Mon, 4 May 2020 10:54:34 +0000 (19:54 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Sun, 30 Aug 2020 05:58:22 +0000 (14:58 +0900)
26 files changed:
KancolleSniffer/Config.cs
KancolleSniffer/Forms/ConfigDialog.Designer.cs [moved from KancolleSniffer/ConfigDialog.Designer.cs with 98% similarity]
KancolleSniffer/Forms/ConfigDialog.cs [moved from KancolleSniffer/ConfigDialog.cs with 97% similarity]
KancolleSniffer/Forms/ConfigDialog.resx [moved from KancolleSniffer/ConfigDialog.resx with 100% similarity]
KancolleSniffer/Forms/ConfirmDialog.Designer.cs [moved from KancolleSniffer/ConfirmDialog.Designer.cs with 96% similarity]
KancolleSniffer/Forms/ConfirmDialog.cs [moved from KancolleSniffer/ConfirmDialog.cs with 93% similarity]
KancolleSniffer/Forms/ConfirmDialog.resx [moved from KancolleSniffer/ConfirmDialog.resx with 100% similarity]
KancolleSniffer/Forms/ErrorDialog.Designer.cs [moved from KancolleSniffer/ErrorDialog.Designer.cs with 97% similarity]
KancolleSniffer/Forms/ErrorDialog.cs [moved from KancolleSniffer/ErrorDialog.cs with 95% similarity]
KancolleSniffer/Forms/ErrorDialog.resx [moved from KancolleSniffer/ErrorDialog.resx with 100% similarity]
KancolleSniffer/Forms/ListForm.Designer.cs [moved from KancolleSniffer/ListForm.Designer.cs with 98% similarity]
KancolleSniffer/Forms/ListForm.cs [moved from KancolleSniffer/ListForm.cs with 97% similarity]
KancolleSniffer/Forms/ListForm.resx [moved from KancolleSniffer/ListForm.resx with 100% similarity]
KancolleSniffer/Forms/ListFormGroup.cs [moved from KancolleSniffer/ListFormGroup.cs with 95% similarity]
KancolleSniffer/Forms/MainForm.Designer.cs [moved from KancolleSniffer/MainForm.Designer.cs with 97% similarity]
KancolleSniffer/Forms/MainForm.cs [moved from KancolleSniffer/MainForm.cs with 93% similarity]
KancolleSniffer/Forms/MainForm.resx [moved from KancolleSniffer/MainForm.resx with 100% similarity]
KancolleSniffer/KancolleSniffer.csproj
KancolleSniffer/Main.cs
KancolleSniffer/MainWindow.cs
KancolleSniffer/View/ListWindow/AntiAirPanel.cs
KancolleSniffer/View/ListWindow/FleetDataPanel.cs
KancolleSniffer/View/ShipListPanel/GroupConfigLabels.cs
KancolleSniffer/View/ShipListPanel/RepairListLabels.cs
KancolleSniffer/View/ShipListPanel/ShipListLabels.cs
KancolleSniffer/View/ShipListPanel/ShipListPanel.cs

index 8705af4..df215ac 100644 (file)
@@ -18,6 +18,8 @@ using System.Drawing;
 using System.IO;\r
 using System.Linq;\r
 using System.Xml.Serialization;\r
+using KancolleSniffer.Forms;\r
+\r
 // ReSharper disable MemberCanBePrivate.Global\r
 // ReSharper disable AutoPropertyCanBeMadeGetOnly.Global\r
 // ReSharper disable FieldCanBeMadeReadOnly.Global\r
similarity index 98%
rename from KancolleSniffer/ConfigDialog.Designer.cs
rename to KancolleSniffer/Forms/ConfigDialog.Designer.cs
index 55618d6..5f7d50f 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and\r
 // limitations under the License.\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     partial class ConfigDialog\r
     {\r
similarity index 97%
rename from KancolleSniffer/ConfigDialog.cs
rename to KancolleSniffer/Forms/ConfigDialog.cs
index a0b1e99..b82c5c0 100644 (file)
@@ -22,7 +22,7 @@ using KancolleSniffer.Net;
 using KancolleSniffer.Util;\r
 using KancolleSniffer.View;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public partial class ConfigDialog : Form\r
     {\r
similarity index 96%
rename from KancolleSniffer/ConfirmDialog.Designer.cs
rename to KancolleSniffer/Forms/ConfirmDialog.Designer.cs
index a8c2e69..3e7f25e 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and\r
 // limitations under the License.\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     partial class ConfirmDialog\r
     {\r
similarity index 93%
rename from KancolleSniffer/ConfirmDialog.cs
rename to KancolleSniffer/Forms/ConfirmDialog.cs
index d83c91a..7958e1a 100644 (file)
@@ -14,7 +14,7 @@
 \r
 using System.Windows.Forms;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public partial class ConfirmDialog : Form\r
     {\r
similarity index 97%
rename from KancolleSniffer/ErrorDialog.Designer.cs
rename to KancolleSniffer/Forms/ErrorDialog.Designer.cs
index 3596bae..ad55b13 100644 (file)
@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and\r
 // limitations under the License.\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     partial class ErrorDialog\r
     {\r
similarity index 95%
rename from KancolleSniffer/ErrorDialog.cs
rename to KancolleSniffer/Forms/ErrorDialog.cs
index 7028965..2f5a2b5 100644 (file)
@@ -17,7 +17,7 @@ using System.Drawing;
 using System.Windows.Forms;\r
 using Clipboard = KancolleSniffer.Util.Clipboard;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public partial class ErrorDialog : Form\r
     {\r
similarity index 98%
rename from KancolleSniffer/ListForm.Designer.cs
rename to KancolleSniffer/Forms/ListForm.Designer.cs
index 8c8a936..b65cb2d 100644 (file)
@@ -16,7 +16,7 @@ using KancolleSniffer.View;
 using KancolleSniffer.View.ListWindow;\r
 using KancolleSniffer.View.ShipListPanel;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     partial class ListForm\r
     {\r
similarity index 97%
rename from KancolleSniffer/ListForm.cs
rename to KancolleSniffer/Forms/ListForm.cs
index bf3691b..89dfd5d 100644 (file)
@@ -21,7 +21,7 @@ using KancolleSniffer.View;
 using KancolleSniffer.View.ShipListPanel;\r
 using Clipboard = KancolleSniffer.Util.Clipboard;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public partial class ListForm : Form\r
     {\r
similarity index 95%
rename from KancolleSniffer/ListFormGroup.cs
rename to KancolleSniffer/Forms/ListFormGroup.cs
index 8046ce4..9e50147 100644 (file)
@@ -18,7 +18,7 @@ using System.Drawing;
 using System.Linq;\r
 using System.Windows.Forms;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public class ListFormGroup\r
     {\r
similarity index 97%
rename from KancolleSniffer/MainForm.Designer.cs
rename to KancolleSniffer/Forms/MainForm.Designer.cs
index f881e1d..8830e5f 100644 (file)
 // limitations under the License.\r
 \r
 using KancolleSniffer.View;\r
-using KancolleSniffer.View.ListWindow;\r
 using KancolleSniffer.View.MainWindow;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     partial class MainForm\r
     {\r
similarity index 93%
rename from KancolleSniffer/MainForm.cs
rename to KancolleSniffer/Forms/MainForm.cs
index f68310c..d82f105 100644 (file)
@@ -15,7 +15,7 @@
 using System.Windows.Forms;\r
 using KancolleSniffer.Util;\r
 \r
-namespace KancolleSniffer\r
+namespace KancolleSniffer.Forms\r
 {\r
     public partial class MainForm : Form\r
     {\r
index 4eb4d62..51bd44e 100644 (file)
@@ -61,7 +61,7 @@
   <ItemGroup>\r
     <Compile Include="Log\BattleLogger.cs" />\r
     <Compile Include="Main.cs" />\r
-    <Compile Include="ListFormGroup.cs" />\r
+    <Compile Include="Forms\ListFormGroup.cs" />\r
     <Compile Include="MainWindow.cs" />\r
     <Compile Include="Model\AirBattleResult.cs" />\r
     <Compile Include="Model\AirCorpsFighterPower.cs" />\r
     <Compile Include="Model\CellInfo.cs" />\r
     <Compile Include="ErrorLog.cs" />\r
     <Compile Include="Config.cs" />\r
-    <Compile Include="ConfigDialog.cs">\r
+    <Compile Include="Forms\ConfigDialog.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="ConfigDialog.Designer.cs">\r
+    <Compile Include="Forms\ConfigDialog.Designer.cs">\r
       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="ConfirmDialog.cs">\r
+    <Compile Include="Forms\ConfirmDialog.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="ConfirmDialog.Designer.cs">\r
+    <Compile Include="Forms\ConfirmDialog.Designer.cs">\r
       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="View\ControlsArranger.cs" />\r
       <SubType>Component</SubType>\r
     </Compile>\r
     <Compile Include="Model\ExMapInfo.cs" />\r
-    <Compile Include="ErrorDialog.cs">\r
+    <Compile Include="Forms\ErrorDialog.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="ErrorDialog.Designer.cs">\r
+    <Compile Include="Forms\ErrorDialog.Designer.cs">\r
       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="Net\HttpProxy.cs" />\r
       <SubType>Component</SubType>\r
     </Compile>\r
     <Compile Include="View\MainWindow\MainShipLabels.cs" />\r
-    <Compile Include="ListForm.cs">\r
+    <Compile Include="Forms\ListForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="ListForm.Designer.cs">\r
+    <Compile Include="Forms\ListForm.Designer.cs">\r
       <DependentUpon>ListForm.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="MainForm.cs">\r
+    <Compile Include="Forms\MainForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="MainForm.Designer.cs">\r
+    <Compile Include="Forms\MainForm.Designer.cs">\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="Model\MissionInfo.cs" />\r
     <Compile Include="Net\SystemProxy.cs" />\r
     <Compile Include="TextGenerator.cs" />\r
     <Compile Include="Util\Win32API.cs" />\r
-    <EmbeddedResource Include="ConfigDialog.resx">\r
+    <EmbeddedResource Include="Forms\ConfigDialog.resx">\r
       <DependentUpon>ConfigDialog.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="ConfirmDialog.resx">\r
+    <EmbeddedResource Include="Forms\ConfirmDialog.resx">\r
       <DependentUpon>ConfirmDialog.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="ErrorDialog.resx">\r
+    <EmbeddedResource Include="Forms\ErrorDialog.resx">\r
       <DependentUpon>ErrorDialog.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="ListForm.resx">\r
+    <EmbeddedResource Include="Forms\ListForm.resx">\r
       <DependentUpon>ListForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="MainForm.resx">\r
+    <EmbeddedResource Include="Forms\MainForm.resx">\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
     </EmbeddedResource>\r
     <EmbeddedResource Include="Notification\ConfigDialog.resx">\r
index 47afbf6..191aa3e 100644 (file)
@@ -9,6 +9,7 @@ using System.Net;
 using System.Text.RegularExpressions;\r
 using System.Windows.Forms;\r
 using DynaJson;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Log;\r
 using KancolleSniffer.Net;\r
 using KancolleSniffer.Util;\r
index 16daa14..bff0b83 100644 (file)
@@ -4,6 +4,7 @@ using System.Drawing;
 using System.Linq;\r
 using System.Reflection;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Notification;\r
 using KancolleSniffer.Util;\r
 using KancolleSniffer.View;\r
index 0c018da..768088d 100644 (file)
@@ -16,6 +16,7 @@ using System.Collections.Generic;
 using System.Drawing;\r
 using System.Linq;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Model;\r
 \r
 namespace KancolleSniffer.View.ListWindow\r
index fe498bc..4099b8f 100644 (file)
@@ -17,6 +17,7 @@ using System.Collections.Generic;
 using System.Drawing;\r
 using System.Windows.Forms;\r
 using Clipboard = KancolleSniffer.Util.Clipboard;\r
+using KancolleSniffer.Forms;\r
 \r
 namespace KancolleSniffer.View.ListWindow\r
 {\r
index 954801a..cd6540d 100644 (file)
@@ -17,6 +17,7 @@ using System.Collections.Generic;
 using System.Drawing;\r
 using System.Linq;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Model;\r
 \r
 // ReSharper disable CoVariantArrayConversion\r
index b601059..9b1ea1f 100644 (file)
@@ -16,6 +16,7 @@ using System.Collections.Generic;
 using System.Drawing;\r
 using System.Linq;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Model;\r
 \r
 namespace KancolleSniffer.View.ShipListPanel\r
index 625fa9a..004ca62 100644 (file)
@@ -15,6 +15,7 @@
 using System.Collections.Generic;\r
 using System.Drawing;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 \r
 namespace KancolleSniffer.View.ShipListPanel\r
 {\r
index cc14042..f7a474a 100644 (file)
@@ -17,6 +17,7 @@ using System.Collections.Generic;
 using System.Linq;\r
 using System.Runtime.InteropServices;\r
 using System.Windows.Forms;\r
+using KancolleSniffer.Forms;\r
 using KancolleSniffer.Model;\r
 using static System.Math;\r
 \r