update 20241201
This commit is contained in:
@@ -27,6 +27,11 @@ namespace OnDoc.Klassen
|
||||
|
||||
public static string wordprintmacro { get; set; } = "";
|
||||
public static string vbvorlagenmanagement { get; set; } = "No";
|
||||
|
||||
public static string barcodefont { get; set; } = "";
|
||||
public static string barcodefontsize { get; set; } = "";
|
||||
public static string barcodetextposition { get; set; } = "";
|
||||
|
||||
static AppParams()
|
||||
{
|
||||
|
||||
@@ -50,6 +55,9 @@ namespace OnDoc.Klassen
|
||||
//apikey = Properties.Settings.Default.apikey;
|
||||
wordprintmacro = Properties.Settings.Default.StandardWordDruckMakro;
|
||||
vbvorlagenmanagement = Properties.Settings.Default.VBVorlagenmanagement;
|
||||
barcodefont = Properties.Settings.Default.BarcodeFont;
|
||||
barcodefontsize=Properties.Settings.Default.BarcodeFontSize;
|
||||
barcodetextposition = Properties.Settings.Default.BarodeTextPosition;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user