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 @@ - + + + + + + + + + + + + +