From 198586c025fadc7cf2ccdcbd6908016b452a0eff Mon Sep 17 00:00:00 2001 From: Andreas Luxbauer Date: Mon, 4 Dec 2023 10:57:03 +0100 Subject: [PATCH] Monitoring Imex bei ATilla --- VERAGMonitoring/My Project/AssemblyInfo.vb | 4 ++-- VERAGMonitoring/frmMain.vb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERAGMonitoring/My Project/AssemblyInfo.vb b/VERAGMonitoring/My Project/AssemblyInfo.vb index a233817..3944489 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 1670e32..9d00d03 100644 --- a/VERAGMonitoring/frmMain.vb +++ b/VERAGMonitoring/frmMain.vb @@ -120,7 +120,6 @@ Public Class frmMain allowCBX(cbxAufschubEUST_de_Global, True) Else - Select Case Me.firma Case "ATILLA" 'cbxAufschub_de_VeragAG.Checked = False @@ -138,6 +137,7 @@ Public Class frmMain Button2.Visible = False Button4.Enabled = False + allowCBX(cbxBrg_at_Imex, True) allowCBX(cbxBrg_at_VeragAG, True) allowCBX(cbxBrg_de2_VeragAG, True) allowCBX(cbxBrg_at_VeragAG, True)