interfaz invetario
This commit is contained in:
@@ -65,12 +65,24 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="cuentas.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="cuentas.Designer.cs">
|
||||
<DependentUpon>cuentas.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="database\conexion.cs" />
|
||||
<Compile Include="database\DAO.cs" />
|
||||
<Compile Include="database\modelos\Categoria.cs" />
|
||||
<Compile Include="database\modelos\Producto.cs" />
|
||||
<Compile Include="database\modelos\usuario.cs" />
|
||||
<Compile Include="database\service.cs" />
|
||||
<Compile Include="inventario.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="inventario.Designer.cs">
|
||||
<DependentUpon>inventario.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="login.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -83,14 +95,44 @@
|
||||
<Compile Include="MenuPrincipal.Designer.cs">
|
||||
<DependentUpon>MenuPrincipal.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="mermas.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="mermas.Designer.cs">
|
||||
<DependentUpon>mermas.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="personal.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="personal.Designer.cs">
|
||||
<DependentUpon>personal.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="vender.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vender.Designer.cs">
|
||||
<DependentUpon>vender.cs</DependentUpon>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="cuentas.resx">
|
||||
<DependentUpon>cuentas.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="inventario.resx">
|
||||
<DependentUpon>inventario.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="login.resx">
|
||||
<DependentUpon>login.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="MenuPrincipal.resx">
|
||||
<DependentUpon>MenuPrincipal.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="mermas.resx">
|
||||
<DependentUpon>mermas.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="personal.resx">
|
||||
<DependentUpon>personal.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
@@ -101,6 +143,9 @@
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="vender.resx">
|
||||
<DependentUpon>vender.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
|
||||
Reference in New Issue
Block a user