Ignore:
Timestamp:
08/19/06 22:27:56 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/tutorials/calendar.rc

    r7891 r7892  
    7878# ------------------------------------------------------------
    7979
    80 # Which contents should the calendar have?
    81 # Possible options are: Day Date Holiday Birthday DayName Week
     80# Which contents should the calendar have? Here you define what
     81# should be displayed in your box. You could also name them
     82# A and B instead of Day and Date. The result would be identical
     83# (I mean the name is totally artificial and defined here)
     84# This also means that you can define as many of them as you want.
     85# In this example files (calendar.rc and holidays.rc) the
     86# following possible options are defined (see below):
     87#   Day Date Holiday Birthday DayName Week
    8288Contents: Day Date Holiday Birthday DayName
    8389
     
    8793# Where in the boxes should the moon grafic and text be aligned?
    8894# (The numbers are according to TAttText, 0 means off)
    89 Moon.Graf.Align: 11
    90 Moon.Text.Align: 0
    91 #Moon.Text.Type: 0
    92 #Moon.Text.Continous: No
     95Moon.Graf.Align:              11
     96Moon.Text.Align:              0
     97#Moon.Text.Type:              0
     98#Moon.Text.Continous:         No
     99
     100# This is the definition of the moon grafic color
     101Moon.Inactive.FillColor:      18
     102Moon.Inactive.0.FillColor:    17
    93103
    94104# This lines can be used to draw the week number somewhere
     
    96106# at which the week should be printed (eg. "0" for sundays,
    97107# "1" for mondays or "01" for sunday and monday
    98 #Week.TextAlign:    top right
    99 #Week.Format:       KW%V
    100 #Week.Restriction:  1
    101 #Week.TextSize:     0.1
    102 #Week.Active.TextColor: Grey8
    103 #Week.Inactive.TextFont:   42
    104 #Week.Inactive.TextColor: 17
     108#Week.TextAlign:              top right
     109#Week.Format:                 KW%V
     110#Week.Restriction:            1
     111#Week.TextSize:               0.1
     112#Week.Active.TextColor:       Grey8
     113#Week.Inactive.TextFont:      42
     114#Week.Inactive.TextColor:     17
    105115
    106116# Define the layout of the day-name.
    107 Day.TextAlign:            top left
    108 Day.Format:               %e
     117Day.TextAlign:                top left
     118Day.Format:                   %e
    109119#Day.TextFont: 62
    110 #Day.Active.TextFont:      22
    111 Day.Inactive.TextFont:    42
    112 Day.Inactive.TextColor:   17
    113 Day.Inactive.0.TextColor: 17
     120#Day.Active.TextFont:         22
     121Day.Inactive.TextFont:        42
     122Day.Inactive.TextColor:       17
     123Day.Inactive.0.TextColor:     17
    114124
    115125# Define the layout of the date (number)
    116 Date.TextAlign:           bottom right
    117 Date.Format:              %a
    118 Date.Active.0.TextColor:  2
    119 #Date.Active.TextFont:     22
    120 Date.Inactive.TextFont:   42
    121 Date.Inactive.FillColor: 19
    122 Date.Inactive.TextColor:  17
    123 Date.Active.0.FillColor: 17
    124 Date.Inactive.0.FillColor: 18
    125 Date.Inactive.0.TextColor: 17
     126Date.TextAlign:               bottom right
     127Date.Format:                  %a
     128Date.Active.0.TextColor:      2
     129#Date.Active.TextFont:        22
     130Date.Inactive.TextFont:       42
     131Date.Inactive.FillColor:      19
     132Date.Inactive.TextColor:      17
     133Date.Active.0.FillColor:      17
     134Date.Inactive.0.FillColor:    18
     135Date.Inactive.0.TextColor:    17
    126136
    127137# Define the layout of holidays, including the easter holidays
    128138# (see holiday.rc)
    129 Holiday.TextAlign:        center
    130 Holiday.TextSize:         0.13
    131 Holiday.TextColor:        4
    132 Holiday.Inactive.TextColor: 17
    133 Holiday.TextFont:         62
     139Holiday.TextAlign:            center
     140Holiday.TextSize:             0.13
     141Holiday.TextColor:            4
     142Holiday.Inactive.TextColor:   17
     143Holiday.TextFont:             62
    134144
    135145# Define the layout of birthdays (see holiday.rc)
    136 Birthday.TextAlign:       center
    137 Birthday.TextSize:        0.13
    138 Birthday.TextColor:       Dark Green
    139 Birthday.Inactive.TextColor: 17
    140 Birthday.TextFont:        62
     146Birthday.TextAlign:           center
     147Birthday.TextSize:            0.13
     148Birthday.TextColor:           Dark Green
     149Birthday.Inactive.TextColor:  17
     150Birthday.TextFont:            62
    141151
    142152# Define the layout for days with a name (eg. "Good Friday") which
    143153# might not be holidays
    144 DayName.TextColor:        13
    145 DayName.TextAlign:        Center
    146 DayName.TextFont:         62
    147 DayName.TextSize:         0.13
    148 DayName.Inactive.TextColor: 17
     154DayName.TextColor:            13
     155DayName.TextAlign:            Center
     156DayName.TextFont:             62
     157DayName.TextSize:             0.13
     158DayName.Inactive.TextColor:   17
    149159DayName.Inactive.0.TextColor: 17
    150 
    151 # This is the definition of the moon grafic color
    152 Moon.Inactive.FillColor: 18
    153 Moon.Inactive.0.FillColor: 17
Note: See TracChangeset for help on using the changeset viewer.