Auftraggeber können nun bearbeitet werden und werden gespeichert

This commit is contained in:
Husky
2018-07-30 12:26:36 +02:00
parent 87fecf90eb
commit f79d8985f0
9 changed files with 407 additions and 19 deletions

View File

@@ -82,6 +82,12 @@
<ItemGroup>
<Compile Include="Einstellungen\ObjecteListSetting.cs" />
<Compile Include="Einstellungen\Settings.cs" />
<Compile Include="FrmAuftraggeberEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmAuftraggeberEdit.Designer.cs">
<DependentUpon>FrmAuftraggeberEdit.cs</DependentUpon>
</Compile>
<Compile Include="FrmKalibrierungFestlegung.cs">
<SubType>Form</SubType>
</Compile>
@@ -172,6 +178,9 @@
<Compile Include="UCSchachtanbindung.Designer.cs">
<DependentUpon>UCSchachtanbindung.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="FrmAuftraggeberEdit.resx">
<DependentUpon>FrmAuftraggeberEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmKalibrierungFestlegung.resx">
<DependentUpon>FrmKalibrierungFestlegung.cs</DependentUpon>
</EmbeddedResource>