From 5f44fa85bc97a141cba5bedf822d495a03bd91c1 Mon Sep 17 00:00:00 2001 From: Renzo Lanza Date: Thu, 4 Jul 2019 13:58:53 +0000 Subject: [PATCH] OmagCUT 2.1g1 : - Aggiunta riquadro e bottone in OptionsPage per Colore testo --- ConstIni.vb | 1 + My Project/AssemblyInfo.vb | 4 ++-- OptionsPageUC.xaml | 26 +++++++++++++++++++-- OptionsPageUC.xaml.vb | 47 ++++++++++++++++++++++++++++++-------- 4 files changed, 64 insertions(+), 14 deletions(-) diff --git a/ConstIni.vb b/ConstIni.vb index 8ad06e1..e959553 100644 --- a/ConstIni.vb +++ b/ConstIni.vb @@ -112,6 +112,7 @@ Module ConstIni Public Const K_RESTRADIUS As String = "RestRadius" Public Const K_SNAPDIST As String = "SnapDist" Public Const K_TRFTHICKTOLERANCE As String = "TrfThickTolerance" + Public Const K_TEXTCOLOR As String = "TextColor" Public Const S_CSV As String = "Csv" Public Const K_FULL As String = "Full" diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 7ce28be..4e289a5 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -62,5 +62,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/OptionsPageUC.xaml b/OptionsPageUC.xaml index cfb587f..64891e8 100644 --- a/OptionsPageUC.xaml +++ b/OptionsPageUC.xaml @@ -82,8 +82,30 @@ - + + + + + + + + + + + + +