diff --git a/KeyPage/KeyPageVM.vb b/KeyPage/KeyPageVM.vb index 85287f3..6f6337e 100644 --- a/KeyPage/KeyPageVM.vb +++ b/KeyPage/KeyPageVM.vb @@ -151,7 +151,7 @@ Public Class KeyPageVM End Set End Property - Private m_StateList As New List(Of String)({"Consegnata", "InDeposito", "InDepositoEgt", "Guasta", "---ANY---"}) ' Key.KeyState)({Key.KeyState.Consegnata, Key.KeyState.InDeposito, Key.KeyState.Guasta, Key.KeyState.ANY}) + Private m_StateList As New List(Of String)({"Consegnata", "InDeposito", "InDepositoEgt", "Guasta", "Interna", "InternaEgt", "---ANY---"}) ' Key.KeyState)({Key.KeyState.Consegnata, Key.KeyState.InDeposito, Key.KeyState.Guasta, Key.KeyState.ANY}) Public ReadOnly Property StateList As List(Of String) ' Key.KeyState) Get Return m_StateList @@ -173,6 +173,8 @@ Public Class KeyPageVM If (value.Equals("InDeposito")) Then m_SelState = Key.KeyState.InDeposito If (value.Equals("InDepositoEgt")) Then m_SelState = Key.KeyState.InDepositoEgt If (value.Equals("Guasta")) Then m_SelState = Key.KeyState.Guasta + If (value.Equals("Interna")) Then m_SelState = Key.KeyState.Interna + If (value.Equals("InternaEgt")) Then m_SelState = Key.KeyState.InternaEgt If (value.Equals("---ANY---")) Then m_SelState = Key.KeyState.ANY NotifyPropertyChanged("SelState") End Set diff --git a/LicenseManager.vbproj b/LicenseManager.vbproj index 5f88f38..c627f7c 100644 --- a/LicenseManager.vbproj +++ b/LicenseManager.vbproj @@ -199,6 +199,9 @@ Dictionary.xaml + + LicenceBoxV.xaml + @@ -365,6 +368,10 @@ MSBuild:Compile Designer + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/MainMenu/MainMenuV.xaml b/MainMenu/MainMenuV.xaml index ad16814..dffd19e 100644 --- a/MainMenu/MainMenuV.xaml +++ b/MainMenu/MainMenuV.xaml @@ -4,36 +4,37 @@ xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5" DataContext="{StaticResource MainMenuVM}"> - - - - + + + + - - - + - - - - - - - - - - - - + + + + + + + + + + + + + -