Zooflow: Fix messageboxes without title

This commit is contained in:
Jonathan Jenne
2022-05-23 15:07:07 +02:00
parent ce7261acca
commit 39c69704f4
56 changed files with 683 additions and 432 deletions

View File

@@ -112,9 +112,6 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="Base\BaseResult.vb" />
<Compile Include="Base\BaseRibbonForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Constants.vb" />
<Compile Include="DataResultList\DataResultConfig.vb" />
<Compile Include="DataResultList\DataResultParams.vb" />
@@ -124,6 +121,7 @@
<Compile Include="DataResultList\frmDataResultList.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormHelper.vb" />
<Compile Include="frmDialog.Designer.vb">
<DependentUpon>frmDialog.vb</DependentUpon>
</Compile>
@@ -563,5 +561,14 @@
<ItemGroup>
<None Include="Resources\selectdatamember.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\checkbox.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cancel.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\actions_checkcircled1.svg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>