Move all forms to the UI.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using VAR.Toolbox.UI;
|
||||
|
||||
namespace VAR.Toolbox
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
partial class FrmBase64
|
||||
{
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
public partial class FrmBase64 : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
partial class FrmProxyCmd
|
||||
{
|
||||
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.SqlClient;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
public partial class FrmProxyCmd : Form
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
partial class FrmToolbox
|
||||
{
|
||||
@@ -1,14 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace VAR.Toolbox
|
||||
namespace VAR.Toolbox.UI
|
||||
{
|
||||
public partial class FrmToolbox : Form
|
||||
{
|
||||
@@ -46,22 +46,22 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FrmBase64.cs">
|
||||
<Compile Include="UI\FrmBase64.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmBase64.Designer.cs">
|
||||
<Compile Include="UI\FrmBase64.Designer.cs">
|
||||
<DependentUpon>FrmBase64.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmProxyCmd.cs">
|
||||
<Compile Include="UI\FrmProxyCmd.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmProxyCmd.Designer.cs">
|
||||
<Compile Include="UI\FrmProxyCmd.Designer.cs">
|
||||
<DependentUpon>FrmProxyCmd.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmToolbox.cs">
|
||||
<Compile Include="UI\FrmToolbox.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmToolbox.Designer.cs">
|
||||
<Compile Include="UI\FrmToolbox.Designer.cs">
|
||||
<DependentUpon>FrmToolbox.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
@@ -73,13 +73,13 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="FrmBase64.resx">
|
||||
<EmbeddedResource Include="UI\FrmBase64.resx">
|
||||
<DependentUpon>FrmBase64.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmProxyCmd.resx">
|
||||
<EmbeddedResource Include="UI\FrmProxyCmd.resx">
|
||||
<DependentUpon>FrmProxyCmd.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmToolbox.resx">
|
||||
<EmbeddedResource Include="UI\FrmToolbox.resx">
|
||||
<DependentUpon>FrmToolbox.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user