Created forms to allow the management of ad items, suppliers and ad special keywords. Updated the database migration tool to include the ad special table. Cleaned up the main form's code and did a slight touch up of the interface.

This commit is contained in:
2017-04-11 02:26:04 -05:00
parent 09508aa16c
commit 62a2c0f80e
15 changed files with 1443 additions and 303 deletions
@@ -128,6 +128,18 @@
<Compile Include="DebugDatabaseConverter.Designer.cs">
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
</Compile>
<Compile Include="FrmManageAdItems.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmManageAdItems.Designer.cs">
<DependentUpon>FrmManageAdItems.cs</DependentUpon>
</Compile>
<Compile Include="FrmManageSuppliers.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmManageSuppliers.Designer.cs">
<DependentUpon>FrmManageSuppliers.cs</DependentUpon>
</Compile>
<Compile Include="FrmRegisterAdSpecial.cs">
<SubType>Form</SubType>
</Compile>
@@ -188,6 +200,12 @@
<EmbeddedResource Include="FrmLogConsole.resx">
<DependentUpon>FrmLogConsole.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmManageAdItems.resx">
<DependentUpon>FrmManageAdItems.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmManageSuppliers.resx">
<DependentUpon>FrmManageSuppliers.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmRegisterAdSpecial.resx">
<DependentUpon>FrmRegisterAdSpecial.cs</DependentUpon>
</EmbeddedResource>