Changeset 7892 for trunk/MagicSoft
- Timestamp:
- 08/19/06 22:27:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/tutorials/calendar.rc
r7891 r7892 78 78 # ------------------------------------------------------------ 79 79 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 82 88 Contents: Day Date Holiday Birthday DayName 83 89 … … 87 93 # Where in the boxes should the moon grafic and text be aligned? 88 94 # (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 95 Moon.Graf.Align: 11 96 Moon.Text.Align: 0 97 #Moon.Text.Type: 0 98 #Moon.Text.Continous: No 99 100 # This is the definition of the moon grafic color 101 Moon.Inactive.FillColor: 18 102 Moon.Inactive.0.FillColor: 17 93 103 94 104 # This lines can be used to draw the week number somewhere … … 96 106 # at which the week should be printed (eg. "0" for sundays, 97 107 # "1" for mondays or "01" for sunday and monday 98 #Week.TextAlign: top right99 #Week.Format: KW%V100 #Week.Restriction: 1101 #Week.TextSize: 0.1102 #Week.Active.TextColor: Grey8103 #Week.Inactive.TextFont: 42104 #Week.Inactive.TextColor: 17108 #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 105 115 106 116 # Define the layout of the day-name. 107 Day.TextAlign: top left108 Day.Format: %e117 Day.TextAlign: top left 118 Day.Format: %e 109 119 #Day.TextFont: 62 110 #Day.Active.TextFont: 22111 Day.Inactive.TextFont: 42112 Day.Inactive.TextColor: 17113 Day.Inactive.0.TextColor: 17120 #Day.Active.TextFont: 22 121 Day.Inactive.TextFont: 42 122 Day.Inactive.TextColor: 17 123 Day.Inactive.0.TextColor: 17 114 124 115 125 # Define the layout of the date (number) 116 Date.TextAlign: bottom right117 Date.Format: %a118 Date.Active.0.TextColor: 2119 #Date.Active.TextFont: 22120 Date.Inactive.TextFont: 42121 Date.Inactive.FillColor: 19122 Date.Inactive.TextColor: 17123 Date.Active.0.FillColor: 17124 Date.Inactive.0.FillColor: 18125 Date.Inactive.0.TextColor: 17126 Date.TextAlign: bottom right 127 Date.Format: %a 128 Date.Active.0.TextColor: 2 129 #Date.Active.TextFont: 22 130 Date.Inactive.TextFont: 42 131 Date.Inactive.FillColor: 19 132 Date.Inactive.TextColor: 17 133 Date.Active.0.FillColor: 17 134 Date.Inactive.0.FillColor: 18 135 Date.Inactive.0.TextColor: 17 126 136 127 137 # Define the layout of holidays, including the easter holidays 128 138 # (see holiday.rc) 129 Holiday.TextAlign: center130 Holiday.TextSize: 0.13131 Holiday.TextColor: 4132 Holiday.Inactive.TextColor: 17133 Holiday.TextFont: 62139 Holiday.TextAlign: center 140 Holiday.TextSize: 0.13 141 Holiday.TextColor: 4 142 Holiday.Inactive.TextColor: 17 143 Holiday.TextFont: 62 134 144 135 145 # Define the layout of birthdays (see holiday.rc) 136 Birthday.TextAlign: center137 Birthday.TextSize: 0.13138 Birthday.TextColor: Dark Green139 Birthday.Inactive.TextColor: 17140 Birthday.TextFont: 62146 Birthday.TextAlign: center 147 Birthday.TextSize: 0.13 148 Birthday.TextColor: Dark Green 149 Birthday.Inactive.TextColor: 17 150 Birthday.TextFont: 62 141 151 142 152 # Define the layout for days with a name (eg. "Good Friday") which 143 153 # might not be holidays 144 DayName.TextColor: 13145 DayName.TextAlign: Center146 DayName.TextFont: 62147 DayName.TextSize: 0.13148 DayName.Inactive.TextColor: 17154 DayName.TextColor: 13 155 DayName.TextAlign: Center 156 DayName.TextFont: 62 157 DayName.TextSize: 0.13 158 DayName.Inactive.TextColor: 17 149 159 DayName.Inactive.0.TextColor: 17 150 151 # This is the definition of the moon grafic color152 Moon.Inactive.FillColor: 18153 Moon.Inactive.0.FillColor: 17
Note:
See TracChangeset
for help on using the changeset viewer.