URL-Links in Tabellen-Views. Umstrukturierung

This commit is contained in:
2023-02-20 13:52:21 +01:00
parent d4d3933bf6
commit d841c4b414
14 changed files with 149 additions and 28 deletions

View File

@@ -135,33 +135,33 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationEvents.vb" />
<Compile Include="Config.vb" />
<Compile Include="Data\Config.vb" />
<Compile Include="Constants.vb" />
<Compile Include="frmMonitor.Designer.vb">
<Compile Include="Forms\frmMonitor.Designer.vb">
<DependentUpon>frmMonitor.vb</DependentUpon>
</Compile>
<Compile Include="frmMonitor.vb">
<Compile Include="Forms\frmMonitor.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="GridLoader.vb" />
<Compile Include="Helper\GridLoader.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="ParameterLoader.vb" />
<Compile Include="Search.vb" />
<Compile Include="SearchLoader.vb" />
<Compile Include="SearchParameter.vb" />
<Compile Include="frmLoading.Designer.vb">
<Compile Include="Helper\ParameterLoader.vb" />
<Compile Include="Data\Search.vb" />
<Compile Include="Helper\SearchLoader.vb" />
<Compile Include="Data\SearchParameter.vb" />
<Compile Include="Forms\frmLoading.Designer.vb">
<DependentUpon>frmLoading.vb</DependentUpon>
</Compile>
<Compile Include="frmLoading.vb">
<Compile Include="Forms\frmLoading.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Validator.vb" />
<EmbeddedResource Include="frmMonitor.resx">
<Compile Include="Helper\Validator.vb" />
<EmbeddedResource Include="Forms\frmMonitor.resx">
<DependentUpon>frmMonitor.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\licenses.licx" />
@@ -176,7 +176,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="frmLoading.resx">
<EmbeddedResource Include="Forms\frmLoading.resx">
<DependentUpon>frmLoading.vb</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
@@ -230,6 +230,7 @@
<None Include="Resources\deletetable.svg" />
<None Include="Resources\actions_reload.svg" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.