Make it possible to delete rows

This commit is contained in:
Jonathan Jenne
2021-11-04 11:43:26 +01:00
parent c6622ccbbc
commit 437569919f
10 changed files with 976 additions and 810 deletions

View File

@@ -50,6 +50,9 @@
<PropertyGroup>
<ApplicationIcon>MultiTool.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Charts.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
@@ -276,6 +279,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
@@ -292,6 +296,7 @@
<Content Include="CREATE_DATABASE.sql" />
<Content Include="MultiTool.ico" />
<Content Include="README.txt" />
<None Include="Resources\actions_deletecircled.svg" />
<None Include="Resources\bo_unknown1.svg" />
<None Include="Resources\bo_unknown.svg" />
<None Include="Resources\redo.svg" />