update 20241206

This commit is contained in:
Stefan Hutter
2024-12-06 21:38:12 +01:00
parent 9dccb8be8f
commit 8ade484063
187 changed files with 60608 additions and 705 deletions

View File

@@ -31,7 +31,11 @@ namespace OnDoc.Klassen
public static string barcodefont { get; set; } = "";
public static string barcodefontsize { get; set; } = "";
public static string barcodetextposition { get; set; } = "";
public static bool isSysadmin { get; set; } = false;
public static string currenttgnummer { get; set; }="";
public static string ZusatzFont { get; set; } = "";
public static string ZusatzFontSize { get; set; } = "";
static AppParams()
{
@@ -58,7 +62,8 @@ namespace OnDoc.Klassen
barcodefont = Properties.Settings.Default.BarcodeFont;
barcodefontsize=Properties.Settings.Default.BarcodeFontSize;
barcodetextposition = Properties.Settings.Default.BarodeTextPosition;
ZusatzFont = Properties.Settings.Default.ZusatzFont;
ZusatzFontSize = Properties.Settings.Default.ZusatzFontSize;
}
}