diff --git a/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb b/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb index 79ab7d5..78ae2b3 100644 --- a/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb +++ b/Supervisor.Plugin.FiveLakes/Constants/ConstIni.vb @@ -15,6 +15,8 @@ Module ConstIni Public Const INI_FILE_NAME As String = "Supervisor.Plugin.FiveLakes.ini" Public Const S_GENERAL As String = "General" + Public Const K_BACKUPDIR As String = "BackupDir" + Public Const K_RESOURCESDIR As String = "ResourcesDir" Public Const S_CSV As String = "CSV" Public Const K_DDFNAME As String = "DDFName" @@ -23,4 +25,10 @@ Module ConstIni Public Const K_WIDTH As String = "Width" Public Const K_THICKNESS As String = "Thickness" + Public Const S_DEBUG As String = "Debug" + Public Const K_VARIABLELIST As String = "VariableList" + Public Const K_VARIABLEONDRAW As String = "VariableOnDraw" + Public Const K_MACHINECOMMANDS As String = "MachineCommands" + Public Const K_DOORCIRCLIST As String = "DoorCircList" + End Module diff --git a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml b/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml index f1fa2f8..b8762d4 100644 --- a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml +++ b/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml @@ -1,7 +1,6 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> @@ -9,7 +8,8 @@