Common: Add frmSQLConfig

This commit is contained in:
Jonathan Jenne
2022-10-05 10:29:14 +02:00
parent 0972fbc8ae
commit 2053f03ff9
5 changed files with 554 additions and 7 deletions

View File

@@ -198,6 +198,12 @@
<Compile Include="frmNotification_Startup.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSQLConfig.Designer.vb">
<DependentUpon>frmSQLConfig.vb</DependentUpon>
</Compile>
<Compile Include="frmSQLConfig.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSQLEditor.Designer.vb">
<DependentUpon>frmSQLEditor.vb</DependentUpon>
</Compile>
@@ -277,6 +283,9 @@
<EmbeddedResource Include="frmNotification_Startup.resx">
<DependentUpon>frmNotification_Startup.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSQLConfig.resx">
<DependentUpon>frmSQLConfig.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSQLEditor.resx">
<DependentUpon>frmSQLEditor.vb</DependentUpon>
</EmbeddedResource>