Move all forms to the UI.

This commit is contained in:
2017-11-30 16:18:04 +01:00
parent 67115e6931
commit 409f0f7ad3
11 changed files with 16 additions and 26 deletions

View File

@@ -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
{

View File

@@ -1,4 +1,4 @@
namespace VAR.Toolbox
namespace VAR.Toolbox.UI
{
partial class FrmBase64
{

View File

@@ -2,7 +2,7 @@
using System.Text;
using System.Windows.Forms;
namespace VAR.Toolbox
namespace VAR.Toolbox.UI
{
public partial class FrmBase64 : Form
{

View File

@@ -1,4 +1,4 @@
namespace VAR.Toolbox
namespace VAR.Toolbox.UI
{
partial class FrmProxyCmd
{

View File

@@ -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
{

View File

@@ -1,4 +1,4 @@
namespace VAR.Toolbox
namespace VAR.Toolbox.UI
{
partial class FrmToolbox
{

View File

@@ -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
{

View File

@@ -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>