Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

Revision:
8:26e49e6955bd
Parent:
6:dba3fbdfd5da
--- a/easyGUIUpdated/GuiVar.h	Fri Jul 28 15:53:40 2017 +0000
+++ b/easyGUIUpdated/GuiVar.h	Mon Jul 31 15:37:57 2017 +0000
@@ -207,6 +207,11 @@
 extern GuiConst_TEXT      GuiVar_columnMethodRampCount[41];
 
 
+// The colour of the even numbered rows (2, 4) on the column, injector and
+// gas method pages
+extern GuiConst_INTCOLOR  GuiVar_columnMethodRampEvenRowsColour;
+
+
 // The hold time for the first ramp displayed on the Column Method page
 extern GuiConst_TEXT      GuiVar_columnMethodRampHold1[41];
 
@@ -247,6 +252,11 @@
 extern GuiConst_TEXT      GuiVar_columnMethodRampNumber5[41];
 
 
+// The colour of the odd numbered rows (1, 3, 5) on the column, injector
+// and gas method pages
+extern GuiConst_INTCOLOR  GuiVar_columnMethodRampOddRowsColour;
+
+
 // The temperature rate of the first ramp displayed on the Column Method
 // page
 extern GuiConst_TEXT      GuiVar_columnMethodRampRate1[41];
@@ -853,6 +863,11 @@
 extern GuiConst_TEXT      GuiVar_gasMethodRampCount[41];
 
 
+// The colour of the even numbered rows (2, 4) on the column, injector and
+// gas method pages
+extern GuiConst_INTCOLOR  GuiVar_gasMethodRampEvenRowsColour;
+
+
 // The hold time for the first ramp displayed on the Gas Method page
 extern GuiConst_TEXT      GuiVar_gasMethodRampHold1[41];
 
@@ -893,6 +908,11 @@
 extern GuiConst_TEXT      GuiVar_gasMethodRampNumber5[41];
 
 
+// The colour of the odd numbered rows (1, 3, 5) on the column, injector
+// and gas method pages
+extern GuiConst_INTCOLOR  GuiVar_gasMethodRampOddRowsColour;
+
+
 // The temperature rate of the first ramp displayed on the Gas Method page
 extern GuiConst_TEXT      GuiVar_gasMethodRampRate1[41];
 
@@ -1029,6 +1049,11 @@
 extern GuiConst_TEXT      GuiVar_injectorMethodRampCount[41];
 
 
+// The colour of the even numbered rows (2, 4) on the column, injector and
+// gas method pages
+extern GuiConst_INTCOLOR  GuiVar_injectorMethodRampEvenRowsColour;
+
+
 // The hold time for the first ramp displayed on the Injector Method page
 extern GuiConst_TEXT      GuiVar_injectorMethodRampHold1[41];
 
@@ -1069,6 +1094,11 @@
 extern GuiConst_TEXT      GuiVar_injectorMethodRampNumber5[41];
 
 
+// The colour of the odd numbered rows (1, 3, 5) on the column, injector
+// and gas method pages
+extern GuiConst_INTCOLOR  GuiVar_injectorMethodRampOddRowsColour;
+
+
 // The temperature rate of the first ramp displayed on the Injector Method
 // page
 extern GuiConst_TEXT      GuiVar_injectorMethodRampRate1[41];