Index: /trunk/MagicSoft/Mars/macros/tutorials/calendar.rc
===================================================================
--- /trunk/MagicSoft/Mars/macros/tutorials/calendar.rc	(revision 7891)
+++ /trunk/MagicSoft/Mars/macros/tutorials/calendar.rc	(revision 7892)
@@ -78,6 +78,12 @@
 # ------------------------------------------------------------
 
-# Which contents should the calendar have?
-# Possible options are: Day Date Holiday Birthday DayName Week
+# Which contents should the calendar have? Here you define what
+# should be displayed in your box. You could also name them
+# A and B instead of Day and Date. The result would be identical 
+# (I mean the name is totally artificial and defined here)
+# This also means that you can define as many of them as you want.
+# In this example files (calendar.rc and holidays.rc) the
+# following possible options are defined (see below):
+#   Day Date Holiday Birthday DayName Week
 Contents: Day Date Holiday Birthday DayName
 
@@ -87,8 +93,12 @@
 # Where in the boxes should the moon grafic and text be aligned?
 # (The numbers are according to TAttText, 0 means off)
-Moon.Graf.Align: 11
-Moon.Text.Align: 0
-#Moon.Text.Type: 0
-#Moon.Text.Continous: No
+Moon.Graf.Align:              11
+Moon.Text.Align:              0
+#Moon.Text.Type:              0
+#Moon.Text.Continous:         No
+
+# This is the definition of the moon grafic color
+Moon.Inactive.FillColor:      18
+Moon.Inactive.0.FillColor:    17
 
 # This lines can be used to draw the week number somewhere
@@ -96,58 +106,54 @@
 # at which the week should be printed (eg. "0" for sundays,
 # "1" for mondays or "01" for sunday and monday
-#Week.TextAlign:    top right
-#Week.Format:       KW%V
-#Week.Restriction:  1
-#Week.TextSize:     0.1
-#Week.Active.TextColor: Grey8
-#Week.Inactive.TextFont:   42
-#Week.Inactive.TextColor: 17
+#Week.TextAlign:              top right
+#Week.Format:                 KW%V
+#Week.Restriction:            1
+#Week.TextSize:               0.1
+#Week.Active.TextColor:       Grey8
+#Week.Inactive.TextFont:      42
+#Week.Inactive.TextColor:     17
 
 # Define the layout of the day-name.
-Day.TextAlign:            top left
-Day.Format:               %e
+Day.TextAlign:                top left
+Day.Format:                   %e
 #Day.TextFont: 62
-#Day.Active.TextFont:      22
-Day.Inactive.TextFont:    42
-Day.Inactive.TextColor:   17
-Day.Inactive.0.TextColor: 17
+#Day.Active.TextFont:         22
+Day.Inactive.TextFont:        42
+Day.Inactive.TextColor:       17
+Day.Inactive.0.TextColor:     17
 
 # Define the layout of the date (number)
-Date.TextAlign:           bottom right
-Date.Format:              %a
-Date.Active.0.TextColor:  2
-#Date.Active.TextFont:     22
-Date.Inactive.TextFont:   42
-Date.Inactive.FillColor: 19
-Date.Inactive.TextColor:  17
-Date.Active.0.FillColor: 17
-Date.Inactive.0.FillColor: 18
-Date.Inactive.0.TextColor: 17
+Date.TextAlign:               bottom right
+Date.Format:                  %a
+Date.Active.0.TextColor:      2
+#Date.Active.TextFont:        22
+Date.Inactive.TextFont:       42
+Date.Inactive.FillColor:      19
+Date.Inactive.TextColor:      17
+Date.Active.0.FillColor:      17
+Date.Inactive.0.FillColor:    18
+Date.Inactive.0.TextColor:    17
 
 # Define the layout of holidays, including the easter holidays
 # (see holiday.rc)
-Holiday.TextAlign:        center
-Holiday.TextSize:         0.13
-Holiday.TextColor:        4
-Holiday.Inactive.TextColor: 17
-Holiday.TextFont:         62
+Holiday.TextAlign:            center
+Holiday.TextSize:             0.13
+Holiday.TextColor:            4
+Holiday.Inactive.TextColor:   17
+Holiday.TextFont:             62
 
 # Define the layout of birthdays (see holiday.rc)
-Birthday.TextAlign:       center
-Birthday.TextSize:        0.13
-Birthday.TextColor:       Dark Green
-Birthday.Inactive.TextColor: 17
-Birthday.TextFont:        62
+Birthday.TextAlign:           center
+Birthday.TextSize:            0.13
+Birthday.TextColor:           Dark Green
+Birthday.Inactive.TextColor:  17
+Birthday.TextFont:            62
 
 # Define the layout for days with a name (eg. "Good Friday") which
 # might not be holidays
-DayName.TextColor:        13
-DayName.TextAlign:        Center
-DayName.TextFont:         62
-DayName.TextSize:         0.13
-DayName.Inactive.TextColor: 17
+DayName.TextColor:            13
+DayName.TextAlign:            Center
+DayName.TextFont:             62
+DayName.TextSize:             0.13
+DayName.Inactive.TextColor:   17
 DayName.Inactive.0.TextColor: 17
-
-# This is the definition of the moon grafic color
-Moon.Inactive.FillColor: 18
-Moon.Inactive.0.FillColor: 17
