Geschwindigkeit anpassung durchgeführt
This commit is contained in:
@@ -238,8 +238,11 @@
|
||||
<None Include="documents\JUME\KalibrierungAuflistung.docx">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="documents\JUME\liner_einbau.docx">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<None Include="documents\JUME\liner_einbauBlueLight.docx">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="documents\JUME\liner_einbauUV_Relining.docx">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="documents\JUME\Massenstatistik.docx">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
||||
@@ -234,6 +234,7 @@ namespace SanSystem
|
||||
|
||||
inliner.AnfangAushaertung = struktures.Select(x => x.Zeitstempel).Min();
|
||||
inliner.EndeAushaertung = struktures.Select(x => x.Zeitstempel).Max();
|
||||
inliner.Rueckholgeschwindigkeit = 0;
|
||||
}
|
||||
catch(FileNotFoundException ex)
|
||||
{
|
||||
@@ -253,7 +254,7 @@ namespace SanSystem
|
||||
Hashtable hashtable = inliner.MakeProtokoll(destinationPath,Database.Datenbank.Instance.loadedProjekt);
|
||||
DirectoryInfo directory = Directory.GetParent(destinationPath);
|
||||
string speicherpfad = directory.FullName;
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "liner_einbau.docx", speicherpfad,inliner.Inspektionsobjekt.Objektbezeichnung, hashtable, new List<BilderObject>());
|
||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "liner_einbauBlueLight.docx", speicherpfad,inliner.Inspektionsobjekt.Objektbezeichnung, hashtable, new List<BilderObject>());
|
||||
options.ShowDialog();
|
||||
}
|
||||
|
||||
|
||||
BIN
SanSystem/documents/JUME/liner_einbauBlueLight.docx
Normal file
BIN
SanSystem/documents/JUME/liner_einbauBlueLight.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user