diff --git a/VERAGMonitoring/My Project/AssemblyInfo.vb b/VERAGMonitoring/My Project/AssemblyInfo.vb index e5e084c..bc56376 100644 --- a/VERAGMonitoring/My Project/AssemblyInfo.vb +++ b/VERAGMonitoring/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/VERAGMonitoring/frmMain.vb b/VERAGMonitoring/frmMain.vb index 162f156..f1c49bd 100644 --- a/VERAGMonitoring/frmMain.vb +++ b/VERAGMonitoring/frmMain.vb @@ -250,6 +250,42 @@ Public Class frmMain allowCBX(cbxAufschubEUST_de_UnispedDE, False) allowCBX(cbxAufschub_de_UnispedDE, False) + + + + '-------------------------------------------------- + + If Me.firma.Contains("ATILLA") Or Me.firma.Contains("ALL") Then + + allowCBX(cbxBrg_at_Imex, True) + allowCBX(cbxBrg_at_VeragAG, True) + allowCBX(cbxBrg_de2_VeragAG, True) + allowCBX(cbxBrg_at_VeragAG, True) + allowCBX(cbxBrg_de2_VeragAG, True) + allowCBX(cbxBrg_at_Atilla, True) + End If + If Me.firma.Contains("IMEX") Or Me.firma.Contains("ALL") Then + + + allowCBX(cbxBrg_at_VeragAG, True) + allowCBX(cbxBrg_de2_VeragAG, True) + allowCBX(cbxBrg_at_VeragAG, True) + allowCBX(cbxBrg_de2_VeragAG, True) + allowCBX(cbxAufschub_de_Imex, True) + allowCBX(cbxBrg_at_Imex, True) + allowCBX(cbxAufschubEUST_de_Imex, True) + allowCBX(cbxAufschubEUST_de_Global, True) + allowCBX(cbxAufschub_at_IMEX, True) + End If + If Me.firma.Contains("UNISPED") Or Me.firma.Contains("ALL") Then + + allowCBX(cbxAufschubEUST_de_Unisped, True) + allowCBX(cbxAufschub_de_Unisped, True) + allowCBX(cbxBrg_at_UNISPED, True) + allowCBX(cbxBrg_at_VERAG_CS, True) + allowCBX(cbxAufschubEUST_de_UnispedDE, True) + allowCBX(cbxAufschub_de_UnispedDE, True) + End If End Select End If