This commit is contained in:
parent
c113da491f
commit
40dcb9a2a3
@ -37,6 +37,11 @@ namespace VEPROMS
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
// TEMPORARY - FOR INSTALL OF DEMO ON MACHINE OTHER THAN AT VOLIAN
|
||||||
|
// TODO: REMOVE ONCE RO.FST INFO IS PLACE IN SQL DATABASE
|
||||||
|
if (!System.IO.File.Exists(_PathToROs))
|
||||||
|
_PathToROs = @"C:\proms2010\vehlp\ro\ro.fst";
|
||||||
|
|
||||||
// set the color of the ribbon
|
// set the color of the ribbon
|
||||||
RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable((eOffice2007ColorScheme)Settings.Default.SystemColor);
|
RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable((eOffice2007ColorScheme)Settings.Default.SystemColor);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user