diff --git a/Effector.Plugin.DoorArreda/Constants/ConstIni.vb b/Effector.Plugin.DoorArreda/Constants/ConstIni.vb index 8c95c49..1a61f13 100644 --- a/Effector.Plugin.DoorArreda/Constants/ConstIni.vb +++ b/Effector.Plugin.DoorArreda/Constants/ConstIni.vb @@ -17,6 +17,9 @@ Module ConstIni Public Const S_GENERAL As String = "General" Public Const K_BACKUPDIR As String = "BackupDir" Public Const K_RESOURCESDIR As String = "ResourcesDir" + Public Const K_DDFDIR As String = "DDFDir" + Public Const K_DDTDIR As String = "DDTDir" + Public Const K_CSVOUTPUT As String = "CSVOutput" Public Const S_CSV As String = "CSV" Public Const K_DDFNAME As String = "DDFName" @@ -24,6 +27,7 @@ Module ConstIni Public Const K_HEIGHT As String = "Height" Public Const K_WIDTH As String = "Width" Public Const K_THICKNESS As String = "Thickness" + Public Const K_MANUALADDEDDOORNAME As String = "ManualAddedDoorName" Public Const S_DEBUG As String = "Debug" Public Const K_VARIABLELIST As String = "VariableList" diff --git a/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml b/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml index fa2beeb..2cba8f1 100644 --- a/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml +++ b/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml @@ -1,49 +1,64 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:Effector.Plugin.DoorArreda"> - +