├── @Resources
├── next.png
├── pause.png
├── play.png
├── Default.png
├── repeat.png
├── shuffle.png
├── previous.png
├── repeatOne.png
├── MeasureBandsS.inc
├── MeasureBandsM.inc
├── MeasureBands.inc
├── MeterBands.inc
└── Blocks.inc
├── README.md
├── SquarePlayerS4.ini
├── SquarePlayerS1.ini
├── SquarePlayerS3.ini
├── SquarePlayerS5.ini
├── SquarePlayerS2.ini
└── LICENSE
/@Resources/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/next.png
--------------------------------------------------------------------------------
/@Resources/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/pause.png
--------------------------------------------------------------------------------
/@Resources/play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/play.png
--------------------------------------------------------------------------------
/@Resources/Default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/Default.png
--------------------------------------------------------------------------------
/@Resources/repeat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/repeat.png
--------------------------------------------------------------------------------
/@Resources/shuffle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/shuffle.png
--------------------------------------------------------------------------------
/@Resources/previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/previous.png
--------------------------------------------------------------------------------
/@Resources/repeatOne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Meti0X7CB/SquarePlayer/HEAD/@Resources/repeatOne.png
--------------------------------------------------------------------------------
/@Resources/MeasureBandsS.inc:
--------------------------------------------------------------------------------
1 | [MeasureAudio]
2 | Measure = Plugin
3 | Plugin = AudioLevel
4 | Port = Output
5 | FFTSize = 2048
6 | FFTAttack = 75
7 | FFTDecay = 150
8 | Sensitivity = 40
9 | Bands = 10
10 |
11 | [MeasureBand0]
12 | Measure = Plugin
13 | Plugin = AudioLevel
14 | Parent = MeasureAudio
15 | Type = Band
16 | BandIdx = 0
17 |
18 | [MeasureBand1]
19 | Measure = Plugin
20 | Plugin = AudioLevel
21 | Parent = MeasureAudio
22 | Type = Band
23 | BandIdx = 1
24 |
25 | [MeasureBand2]
26 | Measure = Plugin
27 | Plugin = AudioLevel
28 | Parent = MeasureAudio
29 | Type = Band
30 | BandIdx = 2
31 |
32 | [MeasureBand3]
33 | Measure = Plugin
34 | Plugin = AudioLevel
35 | Parent = MeasureAudio
36 | Type = Band
37 | BandIdx = 3
38 |
39 | [MeasureBand4]
40 | Measure = Plugin
41 | Plugin = AudioLevel
42 | Parent = MeasureAudio
43 | Type = Band
44 | BandIdx = 4
45 |
46 | [MeasureBand5]
47 | Measure = Plugin
48 | Plugin = AudioLevel
49 | Parent = MeasureAudio
50 | Type = Band
51 | BandIdx = 5
52 |
53 | [MeasureBand6]
54 | Measure = Plugin
55 | Plugin = AudioLevel
56 | Parent = MeasureAudio
57 | Type = Band
58 | BandIdx = 6
59 |
60 | [MeasureBand7]
61 | Measure = Plugin
62 | Plugin = AudioLevel
63 | Parent = MeasureAudio
64 | Type = Band
65 | BandIdx = 7
66 |
67 | [MeasureBand8]
68 | Measure = Plugin
69 | Plugin = AudioLevel
70 | Parent = MeasureAudio
71 | Type = Band
72 | BandIdx = 8
73 |
74 | [MeasureBand9]
75 | Measure = Plugin
76 | Plugin = AudioLevel
77 | Parent = MeasureAudio
78 | Type = Band
79 | BandIdx = 9
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # SquarePlayer
2 | A player widget for Windows 11 to control all your media.
3 |
4 |
5 |
6 | ## Minimum Requirements:
7 | - Windows 11
8 | - Rainmeter 4.5.18
9 |
10 | ## Features
11 | - Scalable UI
12 | - SMTC support
13 | - WebNowPlaying support
14 |
15 | ## Installation
16 | 1- Download the latest version from the [Releases](https://github.com/Meti0X7CB/SquarePlayer/releases) tab.
17 |
18 | 2- Install the skin by double-clicking the .rmskin file and follow the steps in the installer.
19 |
20 | 3- Load any of the styles from rainmeter.
21 |
22 | ## Supported Players
23 | ### Windows applications
24 | SquarePlayer supports every application that makes use of the [System Media Transport Controls API](https://learn.microsoft.com/en-us/uwp/api/windows.media.systemmediatransportcontrols?view=winrt-22621) out of the box.
25 |
26 | For the full list of supported applications, please refer to [this list](https://github.com/ModernFlyouts-Community/ModernFlyouts/blob/main/docs/GSMTC-Support-And-Popular-Apps.md).
27 |
28 | ### Browser based applications
29 | Requires [WebNowPlaying](https://wnp.keifufu.dev/extension/getting-started) browser plugin to be installed on your browser.
30 |
31 | All major streaming sites such as Youtube Music, SoundCloud and many more are supported. For the full list of supported sites, please refer to [this list](https://wnp.keifufu.dev/supported-sites).
32 |
33 | ## FAQ
34 | The following applications don't fully make use of Window's SMTC API, however this can be overcome by installing the appropriate plugin for your application:
35 |
36 | [MusicBee](https://github.com/ameer1234567890/mb_MediaControl), [AIMP](https://www.aimp.ru/?do=catalog&rec_id=1097
37 | ), [DeaDBeeF](https://github.com/DeaDBeeF-for-Windows/ddb_smtc), [iTunes](https://github.com/thewizrd/iTunes-SMTC), [VLC](https://github.com/spmn/vlc-win10smtc), [Winamp](https://github.com/NanMetal/gen_smtc), [MPV](https://github.com/x0wllaar/MPV-SMTC), [Netease Cloud Music](https://github.com/BetterNCM/InfinityLink)
38 |
--------------------------------------------------------------------------------
/@Resources/MeasureBandsM.inc:
--------------------------------------------------------------------------------
1 | [MeasureAudio]
2 | Measure = Plugin
3 | Plugin = AudioLevel
4 | Port = Output
5 | FFTSize = 2048
6 | FFTAttack = 75
7 | FFTDecay = 150
8 | Sensitivity = 40
9 | Bands = 20
10 |
11 | [MeasureBand0]
12 | Measure = Plugin
13 | Plugin = AudioLevel
14 | Parent = MeasureAudio
15 | Type = Band
16 | BandIdx = 0
17 |
18 | [MeasureBand1]
19 | Measure = Plugin
20 | Plugin = AudioLevel
21 | Parent = MeasureAudio
22 | Type = Band
23 | BandIdx = 1
24 |
25 | [MeasureBand2]
26 | Measure = Plugin
27 | Plugin = AudioLevel
28 | Parent = MeasureAudio
29 | Type = Band
30 | BandIdx = 2
31 |
32 | [MeasureBand3]
33 | Measure = Plugin
34 | Plugin = AudioLevel
35 | Parent = MeasureAudio
36 | Type = Band
37 | BandIdx = 3
38 |
39 | [MeasureBand4]
40 | Measure = Plugin
41 | Plugin = AudioLevel
42 | Parent = MeasureAudio
43 | Type = Band
44 | BandIdx = 4
45 |
46 | [MeasureBand5]
47 | Measure = Plugin
48 | Plugin = AudioLevel
49 | Parent = MeasureAudio
50 | Type = Band
51 | BandIdx = 5
52 |
53 | [MeasureBand6]
54 | Measure = Plugin
55 | Plugin = AudioLevel
56 | Parent = MeasureAudio
57 | Type = Band
58 | BandIdx = 6
59 |
60 | [MeasureBand7]
61 | Measure = Plugin
62 | Plugin = AudioLevel
63 | Parent = MeasureAudio
64 | Type = Band
65 | BandIdx = 7
66 |
67 | [MeasureBand8]
68 | Measure = Plugin
69 | Plugin = AudioLevel
70 | Parent = MeasureAudio
71 | Type = Band
72 | BandIdx = 8
73 |
74 | [MeasureBand9]
75 | Measure = Plugin
76 | Plugin = AudioLevel
77 | Parent = MeasureAudio
78 | Type = Band
79 | BandIdx = 9
80 |
81 | [MeasureBand10]
82 | Measure = Plugin
83 | Plugin = AudioLevel
84 | Parent = MeasureAudio
85 | Type = Band
86 | BandIdx = 10
87 |
88 | [MeasureBand11]
89 | Measure = Plugin
90 | Plugin = AudioLevel
91 | Parent = MeasureAudio
92 | Type = Band
93 | BandIdx = 11
94 |
95 | [MeasureBand12]
96 | Measure = Plugin
97 | Plugin = AudioLevel
98 | Parent = MeasureAudio
99 | Type = Band
100 | BandIdx = 12
101 |
102 | [MeasureBand13]
103 | Measure = Plugin
104 | Plugin = AudioLevel
105 | Parent = MeasureAudio
106 | Type = Band
107 | BandIdx = 13
108 |
109 | [MeasureBand14]
110 | Measure = Plugin
111 | Plugin = AudioLevel
112 | Parent = MeasureAudio
113 | Type = Band
114 | BandIdx = 14
115 |
116 | [MeasureBand15]
117 | Measure = Plugin
118 | Plugin = AudioLevel
119 | Parent = MeasureAudio
120 | Type = Band
121 | BandIdx = 15
122 |
123 | [MeasureBand16]
124 | Measure = Plugin
125 | Plugin = AudioLevel
126 | Parent = MeasureAudio
127 | Type = Band
128 | BandIdx = 16
129 |
130 | [MeasureBand17]
131 | Measure = Plugin
132 | Plugin = AudioLevel
133 | Parent = MeasureAudio
134 | Type = Band
135 | BandIdx = 17
136 |
137 | [MeasureBand18]
138 | Measure = Plugin
139 | Plugin = AudioLevel
140 | Parent = MeasureAudio
141 | Type = Band
142 | BandIdx = 18
143 |
144 | [MeasureBand19]
145 | Measure = Plugin
146 | Plugin = AudioLevel
147 | Parent = MeasureAudio
148 | Type = Band
149 | BandIdx = 19
--------------------------------------------------------------------------------
/@Resources/MeasureBands.inc:
--------------------------------------------------------------------------------
1 | [MeasureAudio]
2 | Measure = Plugin
3 | Plugin = AudioLevel
4 | Port = Output
5 | FFTSize = 2048
6 | FFTAttack = 75
7 | FFTDecay = 150
8 | Sensitivity = 40
9 | Bands = 25
10 |
11 | [MeasureBand0]
12 | Measure = Plugin
13 | Plugin = AudioLevel
14 | Parent = MeasureAudio
15 | Type = Band
16 | BandIdx = 0
17 |
18 | [MeasureBand1]
19 | Measure = Plugin
20 | Plugin = AudioLevel
21 | Parent = MeasureAudio
22 | Type = Band
23 | BandIdx = 1
24 |
25 | [MeasureBand2]
26 | Measure = Plugin
27 | Plugin = AudioLevel
28 | Parent = MeasureAudio
29 | Type = Band
30 | BandIdx = 2
31 |
32 | [MeasureBand3]
33 | Measure = Plugin
34 | Plugin = AudioLevel
35 | Parent = MeasureAudio
36 | Type = Band
37 | BandIdx = 3
38 |
39 | [MeasureBand4]
40 | Measure = Plugin
41 | Plugin = AudioLevel
42 | Parent = MeasureAudio
43 | Type = Band
44 | BandIdx = 4
45 |
46 | [MeasureBand5]
47 | Measure = Plugin
48 | Plugin = AudioLevel
49 | Parent = MeasureAudio
50 | Type = Band
51 | BandIdx = 5
52 |
53 | [MeasureBand6]
54 | Measure = Plugin
55 | Plugin = AudioLevel
56 | Parent = MeasureAudio
57 | Type = Band
58 | BandIdx = 6
59 |
60 | [MeasureBand7]
61 | Measure = Plugin
62 | Plugin = AudioLevel
63 | Parent = MeasureAudio
64 | Type = Band
65 | BandIdx = 7
66 |
67 | [MeasureBand8]
68 | Measure = Plugin
69 | Plugin = AudioLevel
70 | Parent = MeasureAudio
71 | Type = Band
72 | BandIdx = 8
73 |
74 | [MeasureBand9]
75 | Measure = Plugin
76 | Plugin = AudioLevel
77 | Parent = MeasureAudio
78 | Type = Band
79 | BandIdx = 9
80 |
81 | [MeasureBand10]
82 | Measure = Plugin
83 | Plugin = AudioLevel
84 | Parent = MeasureAudio
85 | Type = Band
86 | BandIdx = 10
87 |
88 | [MeasureBand11]
89 | Measure = Plugin
90 | Plugin = AudioLevel
91 | Parent = MeasureAudio
92 | Type = Band
93 | BandIdx = 11
94 |
95 | [MeasureBand12]
96 | Measure = Plugin
97 | Plugin = AudioLevel
98 | Parent = MeasureAudio
99 | Type = Band
100 | BandIdx = 12
101 |
102 | [MeasureBand13]
103 | Measure = Plugin
104 | Plugin = AudioLevel
105 | Parent = MeasureAudio
106 | Type = Band
107 | BandIdx = 13
108 |
109 | [MeasureBand14]
110 | Measure = Plugin
111 | Plugin = AudioLevel
112 | Parent = MeasureAudio
113 | Type = Band
114 | BandIdx = 14
115 |
116 | [MeasureBand15]
117 | Measure = Plugin
118 | Plugin = AudioLevel
119 | Parent = MeasureAudio
120 | Type = Band
121 | BandIdx = 15
122 |
123 | [MeasureBand16]
124 | Measure = Plugin
125 | Plugin = AudioLevel
126 | Parent = MeasureAudio
127 | Type = Band
128 | BandIdx = 16
129 |
130 | [MeasureBand17]
131 | Measure = Plugin
132 | Plugin = AudioLevel
133 | Parent = MeasureAudio
134 | Type = Band
135 | BandIdx = 17
136 |
137 | [MeasureBand18]
138 | Measure = Plugin
139 | Plugin = AudioLevel
140 | Parent = MeasureAudio
141 | Type = Band
142 | BandIdx = 18
143 |
144 | [MeasureBand19]
145 | Measure = Plugin
146 | Plugin = AudioLevel
147 | Parent = MeasureAudio
148 | Type = Band
149 | BandIdx = 19
150 |
151 | [MeasureBand20]
152 | Measure = Plugin
153 | Plugin = AudioLevel
154 | Parent = MeasureAudio
155 | Type = Band
156 | BandIdx = 20
157 |
158 | [MeasureBand21]
159 | Measure = Plugin
160 | Plugin = AudioLevel
161 | Parent = MeasureAudio
162 | Type = Band
163 | BandIdx = 21
164 |
165 | [MeasureBand22]
166 | Measure = Plugin
167 | Plugin = AudioLevel
168 | Parent = MeasureAudio
169 | Type = Band
170 | BandIdx = 22
171 |
172 | [MeasureBand23]
173 | Measure = Plugin
174 | Plugin = AudioLevel
175 | Parent = MeasureAudio
176 | Type = Band
177 | BandIdx = 23
178 |
179 | [MeasureBand24]
180 | Measure = Plugin
181 | Plugin = AudioLevel
182 | Parent = MeasureAudio
183 | Type = Band
184 | BandIdx = 24
--------------------------------------------------------------------------------
/SquarePlayerS4.ini:
--------------------------------------------------------------------------------
1 | [Metadata]
2 | Name = SquarePlayer
3 | Author = Meti0X7CB
4 | Information = "A sleek player widget for Win 11 to control all your media"
5 | Version = 3.4
6 | License = GNU General Public License v3.0
7 |
8 | [RainMeter]
9 | Update = 60
10 | AccurateText = 1
11 |
12 | ;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
13 | ;To change the text color, change Color/SubColor/Highlight value to desired R,G,B numbers (Color = 255,0,0 for example red)
14 | ;For transparent widget, change the FrostLevel and CornerType value to None
15 | ;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
16 |
17 | [Variables]
18 | Scale = 1.5
19 | Color = 240,240,240
20 | SubColor = 199,199,199
21 | Highlight = 254,105,105
22 | FrostLevel = Acrylic
23 | Theme = Dark
24 | CornerType = Round
25 | PlayerId = "Active"
26 | @include = "#@#MeasureBandsS.inc"
27 |
28 | [MeasureStatus]
29 | Measure = Plugin
30 | Plugin = WebNowPlaying
31 | PlayerType = Status
32 | PlayerId = #PlayerId#
33 | IfCondition = MeasureStatus = 1
34 | IfTrueAction = [!ShowMeterGroup "Active"]
35 | IfFalseAction = [!HideMeterGroup "Active"]
36 |
37 | [MeasureCover]
38 | Measure = Plugin
39 | Plugin = WebNowPlaying
40 | PlayerType = Cover
41 | PlayerId = #PlayerId#
42 | DefaultPath = #@#Default.png
43 | DynamicVariables = 1
44 |
45 | [FrostedGlass]
46 | Measure = Plugin
47 | Plugin = FrostedGlass
48 | Type = #FrostLevel#
49 | Border = None
50 | Corner = #CornerType#
51 | Backdrop = #Theme#
52 | BorderVisible = 0
53 |
54 | [MeterCanvas]
55 | Meter = Shape
56 | Shape = Rectangle 0,0,(475*#Scale#),(48*#Scale#),5 | Fill Color 0,0,0,1 | StrokeWidth 0
57 |
58 | [MeterCoverContainer]
59 | Meter = Shape
60 | Shape = Rectangle 0,0,(32*#Scale#),(32*#Scale#),5 | Fill Color 0,0,0,255 | StrokeWidth 0
61 | X = (10*#Scale#)
62 | Y = (9*#Scale#)
63 |
64 | [MeterCover]
65 | Meter = Image
66 | MeasureName = MeasureCover
67 | W = (32*#Scale#)
68 | H = (32*#Scale#)
69 | Container = MeterCoverContainer
70 | PreserveAspectRatio = 2
71 | DynamicVariables = 1
72 | Group = Active
73 |
74 | [MeasureTitle]
75 | Measure = Plugin
76 | Plugin = WebNowPlaying
77 | PlayerType = Title
78 | PlayerId = #PlayerId#
79 | DynamicVariables = 1
80 | Substitute = "0":""
81 |
82 | [MeterTitle]
83 | Meter = String
84 | MeasureName = MeasureTitle
85 | X = (50*#Scale#)
86 | Y = (8*#Scale#)
87 | W = (100*#Scale#)
88 | H = (16*#Scale#)
89 | FontColor = #Color#
90 | FontSize = (9*#Scale#)
91 | FontFace = Segoe UI
92 | FontWeight = 600
93 | AntiAlias = 1
94 | ClipString = 1
95 | StringAlign = Left
96 | DynamicVariables = 1
97 | Group = Active
98 |
99 | [MeasureArtist]
100 | Measure = Plugin
101 | Plugin = WebNowPlaying
102 | PlayerType = Artist
103 | PlayerId = #PlayerId#
104 | DynamicVariables = 1
105 | Substitute = "0":""
106 |
107 | [MeterArtist]
108 | Meter = String
109 | MeasureName = MeasureArtist
110 | X = (50*#Scale#)
111 | Y = (24*#Scale#)
112 | W = (100*#Scale#)
113 | H = (16*#Scale#)
114 | FontColor = #SubColor#
115 | FontSize = (9*#Scale#)
116 | FontFace = Segoe UI
117 | FontWeight = 600
118 | AntiAlias = 1
119 | ClipString = 1
120 | StringAlign = Left
121 | DynamicVariables = 1
122 | Group = Active
123 |
124 | [MeasurePlayPause]
125 | Measure = Plugin
126 | Plugin = WebNowPlaying
127 | PlayerType = State
128 | PlayerId = #PlayerId#
129 | Substitute = "0":"Play","1":"Pause","2":"Play","3":"Replay"
130 | DynamicVariables = 1
131 |
132 | [MeterPrev]
133 | Meter = Image
134 | ImageName = #@#Previous.png
135 | X = (181*#Scale#)
136 | Y = (17*#Scale#)
137 | W = (17*#Scale#)
138 | H = (17*#Scale#)
139 | AntiAlias = 1
140 | ImageTint = #Color#
141 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Previous"][!SetOption MeterPrev ImageTint "#Highlight#"]
142 | LeftMouseUpAction = [!SetOption MeterPrev ImageTint "#Color#"]
143 | MouseOverAction = [!SetOption MeterPrev ImageAlpha "127"]
144 | MouseLeaveAction = [!SetOption MeterPrev ImageAlpha "255"]
145 | DynamicVariables = 1
146 | Group = Active
147 |
148 | [MeterPlayPause]
149 | Meter = Image
150 | ImageName = #@#[MeasurePlayPause].png
151 | X = (206*#Scale#)
152 | Y = (17*#Scale#)
153 | W = (17*#Scale#)
154 | H = (17*#Scale#)
155 | AntiAlias = 1
156 | ImageTint = #Color#
157 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "PlayPause"][!SetOption MeterPlayPause ImageTint "#Highlight#"]
158 | LeftMouseUpAction = [!SetOption MeterPlayPause ImageTint "#Color#"]
159 | MouseOverAction = [!SetOption MeterPlayPause ImageAlpha "127"]
160 | MouseLeaveAction = [!SetOption MeterPlayPause ImageAlpha "255"]
161 | DynamicVariables = 1
162 | Group = Active
163 |
164 | [MeterNext]
165 | Meter = Image
166 | ImageName = #@#Next.png
167 | X = (231*#Scale#)
168 | Y = (17*#Scale#)
169 | W = (17*#Scale#)
170 | H = (17*#Scale#)
171 | AntiAlias = 1
172 | ImageTint = #Color#
173 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Next"][!SetOption MeterNext ImageTint "#Highlight#"]
174 | LeftMouseUpAction = [!SetOption MeterNext ImageTint "#Color#"]
175 | MouseOverAction = [!SetOption MeterNext ImageAlpha "127"]
176 | MouseLeaveAction = [!SetOption MeterNext ImageAlpha "255"]
177 | DynamicVariables = 1
178 | Group = Active
179 |
180 | [MeasureRepeat]
181 | Measure = Plugin
182 | Plugin = WebNowPlaying
183 | PlayerType = Repeat
184 | PlayerId = #PlayerId#
185 | IfCondition = MeasureRepeat = 0
186 | IfTrueAction = [!SetOption MeterRepeat ImageTint "#Color#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
187 | IfCondition2 = MeasureRepeat = 1
188 | IfTrueAction2 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeatOne.png"]
189 | IfCondition3 = MeasureRepeat = 2
190 | IfTrueAction3 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
191 | DynamicVariables = 1
192 |
193 | [MeterRepeat]
194 | Meter = Image
195 | X = (257*#Scale#)
196 | Y = (18*#Scale#)
197 | W = (15*#Scale#)
198 | H = (15*#Scale#)
199 | AntiAlias = 1
200 | ImageTint = #Color#
201 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Repeat"]
202 | MouseOverAction = [!SetOption MeterRepeat ImageAlpha "127"]
203 | MouseLeaveAction = [!SetOption MeterRepeat ImageAlpha "255"]
204 | DynamicVariables = 1
205 | Group = Active
206 |
207 | [MeasureShuffle]
208 | Measure = Plugin
209 | Plugin = WebNowPlaying
210 | PlayerType = Shuffle
211 | PlayerId = #PlayerId#
212 | IfCondition = MeasureShuffle = 0
213 | IfTrueAction = [!SetOption MeterShuffle ImageTint "#Color#"]
214 | IfCondition2 = MeasureShuffle = 1
215 | IfTrueAction2 = [!SetOption MeterShuffle ImageTint "#Highlight#"]
216 | DynamicVariables = 1
217 |
218 | [MeterShuffle]
219 | Meter = Image
220 | ImageName = #@#shuffle.png
221 | ImageTint = #Color#
222 | X = (155*#Scale#)
223 | Y = (18*#Scale#)
224 | W = (15*#Scale#)
225 | H = (15*#Scale#)
226 | AntiAlias = 1
227 | LeftMouseUpAction = [!CommandMeasure MeasurePlayPause "Shuffle"]
228 | MouseOverAction = [!SetOption MeterShuffle ImageAlpha "127"]
229 | MouseLeaveAction = [!SetOption MeterShuffle ImageAlpha "255"]
230 | DynamicVariables = 1
231 | Group = Active
232 |
233 | [MeasureProgress]
234 | Measure = Plugin
235 | Plugin = WebNowPlaying
236 | PlayerType = Progress
237 | PlayerId = #PlayerId#
238 | DynamicVariables = 1
239 |
240 | [MeterProgress]
241 | Meter = Bar
242 | MeasureName = MeasureProgress
243 | X = (290*#Scale#)
244 | Y = (23.5*#Scale#)
245 | H = (2*#Scale#)
246 | W = (100*#Scale#)
247 | BarOrientation = Horizontal
248 | BarColor = #Highlight#
249 | SolidColor = #SubColor#
250 | DynamicVariables = 1
251 | Group = Active
252 |
253 | [MeterBands]
254 | Meter = Shape
255 | Shape = Rectangle ((405+(6*0))*#Scale#),(((24*[MeasureBand0]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand0]*#Scale#),0,0 | Extend Style
256 | Shape2 = Rectangle ((405+(6*1))*#Scale#),(((24*[MeasureBand1]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand1]*#Scale#),0,0 | Extend Style
257 | Shape3 = Rectangle ((405+(6*2))*#Scale#),(((24*[MeasureBand2]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand2]*#Scale#),0,0 | Extend Style
258 | Shape4 = Rectangle ((405+(6*3))*#Scale#),(((24*[MeasureBand3]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand3]*#Scale#),0,0 | Extend Style
259 | Shape5 = Rectangle ((405+(6*4))*#Scale#),(((24*[MeasureBand4]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand4]*#Scale#),0,0 | Extend Style
260 | Shape6 = Rectangle ((405+(6*5))*#Scale#),(((24*[MeasureBand5]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand5]*#Scale#),0,0 | Extend Style
261 | Shape7 = Rectangle ((405+(6*6))*#Scale#),(((24*[MeasureBand6]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand6]*#Scale#),0,0 | Extend Style
262 | Shape8 = Rectangle ((405+(6*7))*#Scale#),(((24*[MeasureBand7]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand7]*#Scale#),0,0 | Extend Style
263 | Shape9 = Rectangle ((405+(6*8))*#Scale#),(((24*[MeasureBand8]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand8]*#Scale#),0,0 | Extend Style
264 | Shape10 = Rectangle ((405+(6*9))*#Scale#),(((24*[MeasureBand9]*#Scale#)/-2)+(48*#Scale#)/2),(2*#Scale#),(24*[MeasureBand9]*#Scale#),0,0 | Extend Style
265 | Style = Fill Color #Color# | StrokeWidth 0
266 | AntiAlias = 1
267 | DynamicVariables = 1
268 | Group = Active
269 |
--------------------------------------------------------------------------------
/SquarePlayerS1.ini:
--------------------------------------------------------------------------------
1 | [Metadata]
2 | Name = SquarePlayerS1
3 | Author = Meti0X7CB
4 | Information = "A sleek player widget for Win 11 to control all your media"
5 | Version = 3.4
6 | License = GNU General Public License v3.0
7 |
8 | [RainMeter]
9 | Update = 60
10 | AccurateText = 1
11 |
12 | ;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
13 | ;To change the text color, change Color/SubColor/Highlight value to desired R,G,B numbers (Color = 255,0,0 for example red)
14 | ;For transparent widget, change the FrostLevel and CornerType value to None
15 | ;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
16 |
17 | [Variables]
18 | Scale = 1.73
19 | Color = 240,240,240
20 | SubColor = 199,199,199
21 | Highlight = 254,105,105
22 | Tint = 76,76,76
23 | FrostLevel = Acrylic
24 | Theme = Dark
25 | CornerType = Round
26 | PlayerId = "Active"
27 |
28 | [MeasureStatus]
29 | Measure = Plugin
30 | Plugin = WebNowPlaying
31 | PlayerType = Status
32 | PlayerId = #PlayerId#
33 | IfCondition = MeasureStatus = 1
34 | IfTrueAction = [!ShowMeterGroup "Active"][!HideMeterGroup "Hover"]
35 | IfFalseAction = [!HideMeterGroup "Active"][!HideMeterGroup "Hover"]
36 | DynamicVariables = 1
37 |
38 | [MeasureCover]
39 | Measure = Plugin
40 | Plugin = WebNowPlaying
41 | PlayerType = Cover
42 | PlayerId = #PlayerId#
43 | DefaultPath = #@#Default.png
44 | DynamicVariables = 1
45 |
46 | [FrostedGlass]
47 | Measure = Plugin
48 | Plugin = FrostedGlass
49 | Type = #FrostLevel#
50 | Border = None
51 | Corner = #CornerType#
52 | Backdrop = #Theme#
53 | BorderVisible = 0
54 |
55 | [MeterCanvas]
56 | Meter = Shape
57 | Shape = Rectangle 0,0,(260*#Scale#),(260*#Scale#),5 | Fill Color 0,0,0,1 | StrokeWidth 0
58 | DynamicVariables = 1
59 |
60 | [MeterCoverContainer]
61 | Meter = Shape
62 | Shape = Rectangle 0,0,(250*#Scale#),(250*#Scale#),8 | Fill Color 0,0,0,255 | StrokeWidth 0
63 | X = (5*#Scale#)
64 | Y = (5*#Scale#)
65 | DynamicVariables = 1
66 |
67 | [MeterCover]
68 | Meter = Image
69 | MeasureName = MeasureCover
70 | H = (250*#Scale#)
71 | W = (250*#Scale#)
72 | Container = MeterCoverContainer
73 | MouseOverAction = [!SetOption MeterCover ImageTint "#Tint#"][!ShowMeterGroup "Hover"]
74 | MouseLeaveAction = [!SetOption MeterCover ImageTint "#Color#"][!HideMeterGroup "Hover"]
75 | DynamicVariables = 1
76 | Group = Active
77 |
78 | [MeasurePlayPause]
79 | Measure = Plugin
80 | Plugin = WebNowPlaying
81 | PlayerType = State
82 | PlayerId = #PlayerId#
83 | Substitute = "0":"Play","1":"Pause","2":"Play","3":"Replay"
84 | DynamicVariables = 1
85 |
86 | [MeterPlayPause]
87 | Meter = Image
88 | ImageName = #@#[MeasurePlayPause].png
89 | X = (116* #Scale#)
90 | Y = (119* #Scale#)
91 | W = (29* #Scale#)
92 | H = (29* #Scale#)
93 | AntiAlias = 1
94 | DynamicVariables=1
95 | ImageTint = #Color#
96 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "PlayPause"][!SetOption MeterPlayPause ImageTint "#Highlight#"]
97 | LeftMouseUpAction = [!SetOption MeterPlayPause ImageTint "#Color#"]
98 | MouseOverAction = [!SetOption MeterPlayPause ImageAlpha "127"]
99 | MouseLeaveAction = [!SetOption MeterPlayPause ImageAlpha "255"]
100 | DynamicVariables = 1
101 | Group = Hover
102 |
103 | [MeterPrev]
104 | Meter = Image
105 | ImageName = #@#Previous.png
106 | X = (70*#Scale#)
107 | Y = (120*#Scale#)
108 | W = (25*#Scale#)
109 | H = (25*#Scale#)
110 | AntiAlias = 1
111 | ImageTint = #Color#
112 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Previous"][!SetOption MeterPrev ImageTint "#Highlight#"]
113 | LeftMouseUpAction = [!SetOption MeterPrev ImageTint "#Color#"]
114 | MouseOverAction = [!SetOption MeterPrev ImageAlpha "127"]
115 | MouseLeaveAction = [!SetOption MeterPrev ImageAlpha "255"]
116 | DynamicVariables = 1
117 | Group = Hover
118 |
119 | [MeterNext]
120 | Meter = Image
121 | ImageName = #@#Next.png
122 | X = (166*#Scale#)
123 | Y = (120*#Scale#)
124 | W = (25*#Scale#)
125 | H = (25*#Scale#)
126 | AntiAlias = 1
127 | ImageTint = #Color#
128 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Next"][!SetOption MeterNext ImageTint "#Highlight#"]
129 | LeftMouseUpAction = [!SetOption MeterNext ImageTint "#Color#"]
130 | MouseOverAction = [!SetOption MeterNext ImageAlpha "127"]
131 | MouseLeaveAction = [!SetOption MeterNext ImageAlpha "255"]
132 | DynamicVariables = 1
133 | Group = Hover
134 |
135 | [MeasureRepeat]
136 | Measure = Plugin
137 | Plugin = WebNowPlaying
138 | PlayerType = Repeat
139 | PlayerId = #PlayerId#
140 | IfCondition = MeasureRepeat = 0
141 | IfTrueAction = [!SetOption MeterRepeat ImageTint "#Color#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
142 | IfCondition2 = MeasureRepeat = 1
143 | IfTrueAction2 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeatOne.png"]
144 | IfCondition3 = MeasureRepeat = 2
145 | IfTrueAction3 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
146 | DynamicVariables = 1
147 |
148 | [MeterRepeat]
149 | Meter = Image
150 | X = (207*#Scale#)
151 | Y = (122*#Scale#)
152 | W = (23*#Scale#)
153 | H = (23*#Scale#)
154 | AntiAlias = 1
155 | ImageTint = #Color#
156 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Repeat"]
157 | MouseOverAction = [!SetOption MeterRepeat ImageAlpha "127"]
158 | MouseLeaveAction = [!SetOption MeterRepeat ImageAlpha "255"]
159 | DynamicVariables = 1
160 | Group = Hover
161 |
162 | [MeasureShuffle]
163 | Measure = Plugin
164 | Plugin = WebNowPlaying
165 | PlayerType = Shuffle
166 | PlayerId = #PlayerId#
167 | IfCondition = MeasureShuffle = 0
168 | IfTrueAction = [!SetOption MeterShuffle ImageTint "#Color#"]
169 | IfCondition2 = MeasureShuffle = 1
170 | IfTrueAction2 = [!SetOption MeterShuffle ImageTint "#Highlight#"]
171 | DynamicVariables = 1
172 |
173 | [MeterShuffle]
174 | Meter = Image
175 | ImageName = #@#shuffle.png
176 | ImageTint = #Color#
177 | X = (30*#Scale#)
178 | Y = (122*#Scale#)
179 | W = (23*#Scale#)
180 | H = (23*#Scale#)
181 | AntiAlias = 1
182 | LeftMouseUpAction = [!CommandMeasure MeasurePlayPause "Shuffle"]
183 | MouseOverAction = [!SetOption MeterShuffle ImageAlpha "127"]
184 | MouseLeaveAction = [!SetOption MeterShuffle ImageAlpha "255"]
185 | DynamicVariables = 1
186 | Group = Hover
187 |
188 | [MeasureTitle]
189 | Measure = Plugin
190 | Plugin = WebNowPlaying
191 | PlayerType = Title
192 | PlayerId = #PlayerId#
193 | DynamicVariables = 1
194 | Substitute = "0":""
195 |
196 | [MeterTitle]
197 | Meter = String
198 | MeasureName = MeasureTitle
199 | X = (130*#Scale#)
200 | Y = (165*#Scale#)
201 | W = (231*#Scale#)
202 | H = (25*#Scale#)
203 | FontColor = #Color#
204 | FontSize = (13*#Scale#)
205 | FontFace = Segoe UI
206 | FontWeight = 700
207 | AntiAlias = 1
208 | ClipString = 1
209 | StringAlign = Center
210 | DynamicVariables = 1
211 | Group = Hover
212 |
213 | [MeasureArtist]
214 | Measure = Plugin
215 | Plugin = WebNowPlaying
216 | PlayerType = Artist
217 | PlayerId = #PlayerId#
218 | DynamicVariables = 1
219 | Substitute = "0":""
220 |
221 | [MeterArtist]
222 | Meter = String
223 | X = (130*#Scale#)
224 | Y = (190*#Scale#)
225 | W = (237*#Scale#)
226 | H = (25*#Scale#)
227 | FontColor = #SubColor#
228 | FontSize = (13*#Scale#)
229 | FontFace = Segoe UI
230 | FontWeight = 700
231 | AntiAlias = 1
232 | ClipString = 1
233 | StringAlign = Center
234 | MeasureName = MeasureArtist
235 | DynamicVariables = 1
236 | Group = Hover
237 |
238 | [MeasureProgress]
239 | Measure = Plugin
240 | Plugin = WebNowPlaying
241 | PlayerType = Progress
242 | PlayerId = #PlayerId#
243 | DynamicVariables = 1
244 |
245 | [MeasureProgressScaled]
246 | Measure = Calc
247 | Formula = Floor(([MeasureProgress:0]/100) * 250 + 0.5)
248 | DynamicVariables = 1
249 |
250 | [MeterProgressContainer]
251 | Meter = Shape
252 | Shape = Rectangle (5*#Scale#),(250.5*#Scale#),(250*#Scale#),(4*#Scale#),(2*#Scale#),(2*#Scale#) | Fill Color 185,185,185 | StrokeWidth 0
253 | AntiAlias = 1
254 | DynamicVariables = 1
255 | Group = Active
256 |
257 | [MeterProgress]
258 | Meter = Shape
259 | Shape = Rectangle (5*#Scale#),(250.5*#Scale#),([MeasureProgressScaled:0]*#Scale#),(4*#Scale#),(2*#Scale#),(2*#Scale#) | Fill Color #Highlight# | StrokeWidth 0
260 | Shape2 = Rectangle ((5+[MeasureProgressScaled:0])*#Scale#),(250.5*#Scale#),((250-([MeasureProgressScaled:0]))*#Scale#),(4*#Scale#),0,0 | Fill Color 185,185,185,0 | StrokeWidth 0
261 | Container = MeterProgressContainer
262 | AntiAlias = 1
263 | DynamicVariables = 1
264 | Group = Active
265 |
266 | [MeasurePosition]
267 | Measure = Plugin
268 | Plugin = WebNowPlaying
269 | PlayerType = Position
270 | PlayerId = #PlayerId#
271 | DynamicVariables = 1
272 |
273 | [MeterPosition]
274 | Meter = String
275 | X = (15*#Scale#)
276 | Y = (230*#Scale#)
277 | FontColor = #Color#
278 | FontSize = (10*#Scale#)
279 | FontFace = Segoe UI
280 | FontWeight = 700
281 | AntiAlias = 1
282 | StringAlign = LeftTop
283 | MeasureName = MeasurePosition
284 | DynamicVariables = 1
285 | Group = Hover
286 |
287 | [MeasureDuration]
288 | Measure = Plugin
289 | Plugin = WebNowPlaying
290 | PlayerType = Duration
291 | PlayerId = #PlayerId#
292 | DynamicVariables = 1
293 |
294 | [MeterDuration]
295 | Meter = String
296 | X = (245*#Scale#)
297 | Y = (230*#Scale#)
298 | FontColor = #Color#
299 | FontSize = (10*#Scale#)
300 | FontFace = Segoe UI
301 | FontWeight = 700
302 | AntiAlias = 1
303 | StringAlign = RightTop
304 | MeasureName = MeasureDuration
305 | DynamicVariables = 1
306 | Group = Hover
--------------------------------------------------------------------------------
/SquarePlayerS3.ini:
--------------------------------------------------------------------------------
1 | [Metadata]
2 | Name = SquarePlayerS3
3 | Author = Meti0X7CB
4 | Information = "A sleek player widget for Win 11 to control all your media"
5 | Version = 3.4
6 | License = GNU General Public License v3.0
7 |
8 | [RainMeter]
9 | Update = 60
10 | AccurateText = 1
11 |
12 | ;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
13 | ;To change the text color, change Color/SubColor/Highlight value to desired R,G,B numbers (Color = 255,0,0 for example red)
14 | ;For transparent widget, change the FrostLevel and CornerType value to None
15 | ;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
16 |
17 | [Variables]
18 | Scale = 1.5
19 | Color = 240,240,240
20 | SubColor = 199,199,199
21 | Highlight = 254,105,105
22 | FrostLevel = Acrylic
23 | Theme = Dark
24 | CornerType = Round
25 | PlayerId = "Active"
26 | @include = "#@#MeasureBandsS.inc"
27 |
28 | [MeasureStatus]
29 | Measure = Plugin
30 | Plugin = WebNowPlaying
31 | PlayerType = Status
32 | PlayerId = #PlayerId#
33 | IfCondition = MeasureStatus = 1
34 | IfTrueAction = [!ShowMeterGroup "Active"]
35 | IfFalseAction = [!HideMeterGroup "Active"]
36 |
37 | [MeasureCover]
38 | Measure = Plugin
39 | Plugin = WebNowPlaying
40 | PlayerType = Cover
41 | PlayerId = #PlayerId#
42 | DefaultPath = #@#Default.png
43 | DynamicVariables = 1
44 |
45 | [FrostedGlass]
46 | Measure = Plugin
47 | Plugin = FrostedGlass
48 | Type = #FrostLevel#
49 | Border = None
50 | Corner = #CornerType#
51 | Backdrop = #Theme#
52 | BorderVisible = 0
53 |
54 | [MeterCanvas]
55 | Meter = Shape
56 | Shape = Rectangle 0,0,(720*#Scale#),(120*#Scale#),5 | Fill Color 0,0,0,1 | StrokeWidth 0
57 |
58 | [MeterCoverContainer]
59 | Meter = Shape
60 | Shape = Rectangle 0,0,(90*#Scale#),(90*#Scale#),5 | Fill Color 0,0,0,255 | StrokeWidth 0
61 | X = (15*#Scale#)
62 | Y = (15*#Scale#)
63 |
64 | [MeterCover]
65 | Meter = Image
66 | MeasureName = MeasureCover
67 | H = (90*#Scale#)
68 | W = (90*#Scale#)
69 | Container = MeterCoverContainer
70 | PreserveAspectRatio = 2
71 | DynamicVariables = 1
72 | Group = Active
73 |
74 | [MeasureTitle]
75 | Measure = Plugin
76 | Plugin = WebNowPlaying
77 | PlayerType = Title
78 | PlayerId = #PlayerId#
79 | DynamicVariables = 1
80 | Substitute = "0":""
81 |
82 | [MeterTitle]
83 | Meter = String
84 | MeasureName = MeasureTitle
85 | X = (125*#Scale#)
86 | Y = (25*#Scale#)
87 | W = (185*#Scale#)
88 | H = (25*#Scale#)
89 | FontColor = #Color#
90 | FontSize = (13*#Scale#)
91 | FontFace = Segoe UI
92 | FontWeight = 700
93 | AntiAlias = 1
94 | ClipString = 1
95 | StringAlign = Left
96 | DynamicVariables = 1
97 | Group = Active
98 |
99 | [MeasureArtist]
100 | Measure = Plugin
101 | Plugin = WebNowPlaying
102 | PlayerType = Artist
103 | PlayerId = #PlayerId#
104 | DynamicVariables = 1
105 | Substitute = "0":""
106 |
107 | [MeterArtist]
108 | Meter = String
109 | MeasureName = MeasureArtist
110 | X = (125*#Scale#)
111 | Y = (69*#Scale#)
112 | W = (185*#Scale#)
113 | H = (25*#Scale#)
114 | FontColor = #SubColor#
115 | FontSize = (13*#Scale#)
116 | FontFace = Segoe UI
117 | FontWeight = 700
118 | AntiAlias = 1
119 | ClipString = 1
120 | StringAlign = Left
121 | DynamicVariables = 1
122 | Group = Active
123 |
124 | [MeasurePlayPause]
125 | Measure = Plugin
126 | Plugin = WebNowPlaying
127 | PlayerType = State
128 | PlayerId = #PlayerId#
129 | Substitute = "0":"Play","1":"Pause","2":"Play","3":"Replay"
130 | DynamicVariables = 1
131 |
132 | [MeterPlayPause]
133 | Meter = Image
134 | ImageName = #@#[MeasurePlayPause].png
135 | X = (435*#Scale#)
136 | Y = (37*#Scale#)
137 | W = (30*#Scale#)
138 | H = (30*#Scale#)
139 | AntiAlias = 1
140 | DynamicVariables=1
141 | ImageTint = #Color#
142 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "PlayPause"][!SetOption MeterPlayPause ImageTint "#Highlight#"]
143 | LeftMouseUpAction = [!SetOption MeterPlayPause ImageTint "#Color#"]
144 | MouseOverAction = [!SetOption MeterPlayPause ImageAlpha "127"]
145 | MouseLeaveAction = [!SetOption MeterPlayPause ImageAlpha "255"]
146 | DynamicVariables = 1
147 | Group = Active
148 |
149 | [MeterPrev]
150 | Meter = Image
151 | ImageName = #@#Previous.png
152 | X = (383*#Scale#)
153 | Y = (40*#Scale#)
154 | W = (25*#Scale#)
155 | H = (25*#Scale#)
156 | AntiAlias = 1
157 | ImageTint = #Color#
158 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Previous"][!SetOption MeterPrev ImageTint "#Highlight#"]
159 | LeftMouseUpAction = [!SetOption MeterPrev ImageTint "#Color#"]
160 | MouseOverAction = [!SetOption MeterPrev ImageAlpha "127"]
161 | MouseLeaveAction = [!SetOption MeterPrev ImageAlpha "255"]
162 | DynamicVariables = 1
163 | Group = Active
164 |
165 | [MeterNext]
166 | Meter = Image
167 | ImageName = #@#Next.png
168 | X = (495*#Scale#)
169 | Y = (40*#Scale#)
170 | W = (25*#Scale#)
171 | H = (25*#Scale#)
172 | AntiAlias = 1
173 | ImageTint = #Color#
174 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Next"][!SetOption MeterNext ImageTint "#Highlight#"]
175 | LeftMouseUpAction = [!SetOption MeterNext ImageTint "#Color#"]
176 | MouseOverAction = [!SetOption MeterNext ImageAlpha "127"]
177 | MouseLeaveAction = [!SetOption MeterNext ImageAlpha "255"]
178 | DynamicVariables = 1
179 | Group = Active
180 |
181 | [MeasureRepeat]
182 | Measure = Plugin
183 | Plugin = WebNowPlaying
184 | PlayerType = Repeat
185 | PlayerId = #PlayerId#
186 | IfCondition = MeasureRepeat = 0
187 | IfTrueAction = [!SetOption MeterRepeat ImageTint "#Color#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
188 | IfCondition2 = MeasureRepeat = 1
189 | IfTrueAction2 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeatOne.png"]
190 | IfCondition3 = MeasureRepeat = 2
191 | IfTrueAction3 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
192 | DynamicVariables = 1
193 |
194 | [MeterRepeat]
195 | Meter = Image
196 | X = (549*#Scale#)
197 | Y = (42*#Scale#)
198 | W = (23*#Scale#)
199 | H = (23*#Scale#)
200 | AntiAlias = 1
201 | ImageTint = #Color#
202 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Repeat"]
203 | MouseOverAction = [!SetOption MeterRepeat ImageAlpha "127"]
204 | MouseLeaveAction = [!SetOption MeterRepeat ImageAlpha "255"]
205 | DynamicVariables = 1
206 | Group = Active
207 |
208 | [MeasureShuffle]
209 | Measure = Plugin
210 | Plugin = WebNowPlaying
211 | PlayerType = Shuffle
212 | PlayerId = #PlayerId#
213 | IfCondition = MeasureShuffle = 0
214 | IfTrueAction = [!SetOption MeterShuffle ImageTint "#Color#"]
215 | IfCondition2 = MeasureShuffle = 1
216 | IfTrueAction2 = [!SetOption MeterShuffle ImageTint "#Highlight#"]
217 | DynamicVariables = 1
218 |
219 | [MeterShuffle]
220 | Meter = Image
221 | ImageName = #@#shuffle.png
222 | ImageTint = #Color#
223 | X = (325*#Scale#)
224 | Y = (42*#Scale#)
225 | W = (23*#Scale#)
226 | H = (23*#Scale#)
227 | AntiAlias = 1
228 | LeftMouseUpAction = [!CommandMeasure MeasurePlayPause "Shuffle"]
229 | MouseOverAction = [!SetOption MeterShuffle ImageAlpha "127"]
230 | MouseLeaveAction = [!SetOption MeterShuffle ImageAlpha "255"]
231 | DynamicVariables = 1
232 | Group = Active
233 |
234 | [MeasureProgress]
235 | Measure = Plugin
236 | Plugin = WebNowPlaying
237 | PlayerType = Progress
238 | PlayerId = #PlayerId#
239 | DynamicVariables = 1
240 |
241 | [MeasureProgressScaled]
242 | Measure = Calc
243 | Formula = Floor(([MeasureProgress:0]/100) * 250 + 0.5)
244 | DynamicVariables = 1
245 |
246 | [MeterProgressContainer]
247 | Meter = Shape
248 | Shape = Rectangle (325*#Scale#),(85*#Scale#),(250*#Scale#),(4*#Scale#),(2*#Scale#),(2*#Scale#) | Fill Color 185,185,185 | StrokeWidth 0
249 | AntiAlias = 1
250 | DynamicVariables = 1
251 | Group = Active
252 |
253 | [MeterProgress]
254 | Meter = Shape
255 | Shape = Rectangle (325*#Scale#),(85*#Scale#),([MeasureProgressScaled:0]*#Scale#),(4*#Scale#),0,0 | Fill Color #Highlight# | StrokeWidth 0
256 | Shape2 = Rectangle ((325+[MeasureProgressScaled:0])*#Scale#),(85*#Scale#),((250-([MeasureProgressScaled:0]))*#Scale#),(4*#Scale#),0,0 | Fill Color 185,185,185 | StrokeWidth 0
257 | Container = MeterProgressContainer
258 | AntiAlias = 1
259 | DynamicVariables = 1
260 | Group = Active
261 |
262 | [MeterBands]
263 | Meter = Shape
264 | Shape = Rectangle ((600+(10*0))*#Scale#),(((45*[MeasureBand0]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand0]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
265 | Shape2 = Rectangle ((600+(10*1))*#Scale#),(((45*[MeasureBand1]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand1]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
266 | Shape3 = Rectangle ((600+(10*2))*#Scale#),(((45*[MeasureBand2]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand2]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
267 | Shape4 = Rectangle ((600+(10*3))*#Scale#),(((45*[MeasureBand3]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand3]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
268 | Shape5 = Rectangle ((600+(10*4))*#Scale#),(((45*[MeasureBand4]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand4]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
269 | Shape6 = Rectangle ((600+(10*5))*#Scale#),(((45*[MeasureBand5]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand5]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
270 | Shape7 = Rectangle ((600+(10*6))*#Scale#),(((45*[MeasureBand6]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand6]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
271 | Shape8 = Rectangle ((600+(10*7))*#Scale#),(((45*[MeasureBand7]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand7]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
272 | Shape9 = Rectangle ((600+(10*8))*#Scale#),(((45*[MeasureBand8]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand8]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
273 | Shape10 = Rectangle ((600+(10*9))*#Scale#),(((45*[MeasureBand9]*#Scale#)/-2)+(120*#Scale#)/2),(3*#Scale#),(45*[MeasureBand9]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
274 | Style = Fill Color #Color# | StrokeWidth 0
275 | AntiAlias = 1
276 | DynamicVariables = 1
277 | Group = Active
278 |
--------------------------------------------------------------------------------
/SquarePlayerS5.ini:
--------------------------------------------------------------------------------
1 | [Metadata]
2 | Name = SquarePlayerS3
3 | Author = Meti0X7CB
4 | Information = "A sleek player widget for Win 11 to control all your media"
5 | Version = 3.4
6 | License = GNU General Public License v3.0
7 |
8 | [RainMeter]
9 | Update = 60
10 | AccurateText = 1
11 |
12 | ;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
13 | ;To change the text color, change Color/SubColor/Highlight value to desired R,G,B numbers (Color = 255,0,0 for example red)
14 | ;For transparent widget, change the FrostLevel and CornerType value to None
15 | ;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
16 |
17 | [Variables]
18 | Scale = 1.5
19 | Color = 240,240,240
20 | SubColor = 199,199,199
21 | Highlight = 254,105,105
22 | FrostLevel = Acrylic
23 | Theme = Dark
24 | CornerType = Round
25 | PlayerId = "Active"
26 | @include = "#@#MeasureBands.inc"
27 | @include2 = "#@#Blocks.inc"
28 | @include3 = "#@#MeterBands.inc"
29 |
30 | [MeasureStatus]
31 | Measure = Plugin
32 | Plugin = WebNowPlaying
33 | PlayerType = Status
34 | PlayerId = #PlayerId#
35 | IfCondition = MeasureStatus = 1
36 | IfTrueAction = [!ShowMeterGroup "Active"]
37 | IfFalseAction = [!HideMeterGroup "Active"]
38 |
39 | [MeasureCover]
40 | Measure = Plugin
41 | Plugin = WebNowPlaying
42 | PlayerType = Cover
43 | PlayerId = #PlayerId#
44 | DefaultPath = #@#Default.png
45 | DynamicVariables = 1
46 |
47 | [FrostedGlass]
48 | Measure = Plugin
49 | Plugin = FrostedGlass
50 | Type = #FrostLevel#
51 | Border = None
52 | Corner = #CornerType#
53 | Backdrop = #Theme#
54 | BorderVisible = 0
55 |
56 | [MeterCanvas]
57 | Meter = Shape
58 | Shape = Rectangle 0,0,(715*#Scale#),(120*#Scale#),5 | Fill Color 0,0,0,1 | StrokeWidth 0
59 |
60 | [MeterCoverContainer]
61 | Meter = Shape
62 | Shape = Rectangle 0,0,(90*#Scale#),(90*#Scale#),5 | Fill Color 0,0,0,255 | StrokeWidth 0
63 | X = (280*#Scale#)
64 | Y = (15*#Scale#)
65 |
66 | [MeterCover]
67 | Meter = Image
68 | MeasureName = MeasureCover
69 | H = (90*#Scale#)
70 | W = (90*#Scale#)
71 | Container = MeterCoverContainer
72 | PreserveAspectRatio = 2
73 | DynamicVariables = 1
74 | Group = Active
75 |
76 | [MeasureTitle]
77 | Measure = Plugin
78 | Plugin = WebNowPlaying
79 | PlayerType = Title
80 | PlayerId = #PlayerId#
81 | DynamicVariables = 1
82 | Substitute = "0":""
83 |
84 | [MeterTitle]
85 | Meter = String
86 | MeasureName = MeasureTitle
87 | X = (120*#Scale#)
88 | Y = (23*#Scale#)
89 | W = (195*#Scale#)
90 | H = (25*#Scale#)
91 | FontColor = #Color#
92 | FontSize = (11*#Scale#)
93 | FontFace = Segoe UI
94 | FontWeight = 700
95 | AntiAlias = 1
96 | ClipString = 1
97 | StringAlign = CenterTop
98 | DynamicVariables = 1
99 | Group = Active
100 |
101 | [MeasureArtist]
102 | Measure = Plugin
103 | Plugin = WebNowPlaying
104 | PlayerType = Artist
105 | PlayerId = #PlayerId#
106 | DynamicVariables = 1
107 | Substitute = "0":""
108 |
109 | [MeterArtist]
110 | Meter = String
111 | MeasureName = MeasureArtist
112 | X = (120*#Scale#)
113 | Y = (77*#Scale#)
114 | W = (195*#Scale#)
115 | H = (25*#Scale#)
116 | FontColor = #SubColor#
117 | FontSize = (11*#Scale#)
118 | FontFace = Segoe UI
119 | FontWeight = 700
120 | AntiAlias = 1
121 | ClipString = 1
122 | StringAlign = CenterTop
123 | DynamicVariables = 1
124 | Group = Active
125 |
126 | [MeasurePlayPause]
127 | Measure = Plugin
128 | Plugin = WebNowPlaying
129 | PlayerType = State
130 | PlayerId = #PlayerId#
131 | Substitute = "0":"Play","1":"Pause","2":"Play","3":"Replay"
132 | DynamicVariables = 1
133 |
134 | [MeterPlayPause]
135 | Meter = Image
136 | ImageName = #@#[MeasurePlayPause].png
137 | X = (233*#Scale#)
138 | Y = (49*#Scale#)
139 | W = (23*#Scale#)
140 | H = (23*#Scale#)
141 | AntiAlias = 1
142 | DynamicVariables = 1
143 | ImageTint = #Color#
144 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "PlayPause"][!SetOption MeterPlayPause ImageTint "#Highlight#"]
145 | LeftMouseUpAction = [!SetOption MeterPlayPause ImageTint "#Color#"]
146 | MouseOverAction = [!SetOption MeterPlayPause ImageAlpha "127"]
147 | MouseLeaveAction = [!SetOption MeterPlayPause ImageAlpha "255"]
148 | Group = Active
149 |
150 | [MeterPrev]
151 | Meter = Image
152 | ImageName = #@#Previous.png
153 | X = (235*#Scale#)
154 | Y = (80*#Scale#)
155 | W = (20*#Scale#)
156 | H = (20*#Scale#)
157 | AntiAlias = 1
158 | ImageTint = #Color#
159 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Previous"][!SetOption MeterPrev ImageTint "#Highlight#"]
160 | LeftMouseUpAction = [!SetOption MeterPrev ImageTint "#Color#"]
161 | MouseOverAction = [!SetOption MeterPrev ImageAlpha "127"]
162 | MouseLeaveAction = [!SetOption MeterPrev ImageAlpha "255"]
163 | DynamicVariables = 1
164 | Group = Active
165 |
166 | [MeterNext]
167 | Meter = Image
168 | ImageName = #@#Next.png
169 | X = (235*#Scale#)
170 | Y = (20*#Scale#)
171 | W = (20*#Scale#)
172 | H = (20*#Scale#)
173 | AntiAlias = 1
174 | ImageTint = #Color#
175 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Next"][!SetOption MeterNext ImageTint "#Highlight#"]
176 | LeftMouseUpAction = [!SetOption MeterNext ImageTint "#Color#"]
177 | MouseOverAction = [!SetOption MeterNext ImageAlpha "127"]
178 | MouseLeaveAction = [!SetOption MeterNext ImageAlpha "255"]
179 | DynamicVariables = 1
180 | Group = Active
181 |
182 | [MeasureProgress]
183 | Measure = Plugin
184 | Plugin = WebNowPlaying
185 | PlayerType = Progress
186 | PlayerId = #PlayerId#
187 | DynamicVariables = 1
188 |
189 | [MeasureProgressSquares]
190 | Measure = Calc
191 | Formula = Floor(([MeasureProgress:0]/100) * 15 + 0.5)
192 | DynamicVariables = 1
193 |
194 | [Block1]
195 | Measure = Calc
196 | Formula = [MeasureProgressSquares]>1
197 | DynamicVariables = 1
198 | IfCondition = ([Block1]=1)
199 | IfTrueAction = [!SetVariable Block1Color #Highlight#]
200 | IfFalseAction = [!SetVariable Block1Color #SubColor#]
201 |
202 | [Block2]
203 | Measure = Calc
204 | Formula = [MeasureProgressSquares]>2
205 | DynamicVariables = 1
206 | IfCondition = ([Block2]=1)
207 | IfTrueAction = [!SetVariable Block2Color #Highlight#]
208 | IfFalseAction = [!SetVariable Block2Color #SubColor#]
209 |
210 | [Block3]
211 | Measure = Calc
212 | Formula = [MeasureProgressSquares]>3
213 | DynamicVariables = 1
214 | IfCondition = ([Block3]=1)
215 | IfTrueAction = [!SetVariable Block3Color #Highlight#]
216 | IfFalseAction = [!SetVariable Block3Color #SubColor#]
217 |
218 | [Block4]
219 | Measure = Calc
220 | Formula = [MeasureProgressSquares]>4
221 | DynamicVariables = 1
222 | IfCondition = ([Block4]=1)
223 | IfTrueAction = [!SetVariable Block4Color #Highlight#]
224 | IfFalseAction = [!SetVariable Block4Color #SubColor#]
225 |
226 | [Block5]
227 | Measure = Calc
228 | Formula = [MeasureProgressSquares]>5
229 | DynamicVariables = 1
230 | IfCondition = ([Block5]=1)
231 | IfTrueAction = [!SetVariable Block5Color #Highlight#]
232 | IfFalseAction = [!SetVariable Block5Color #SubColor#]
233 |
234 | [Block6]
235 | Measure = Calc
236 | Formula = [MeasureProgressSquares]>6
237 | DynamicVariables = 1
238 | IfCondition = ([Block6]=1)
239 | IfTrueAction = [!SetVariable Block6Color #Highlight#]
240 | IfFalseAction = [!SetVariable Block6Color #SubColor#]
241 |
242 | [Block7]
243 | Measure = Calc
244 | Formula = [MeasureProgressSquares]>7
245 | DynamicVariables = 1
246 | IfCondition = ([Block7]=1)
247 | IfTrueAction = [!SetVariable Block7Color #Highlight#]
248 | IfFalseAction = [!SetVariable Block7Color #SubColor#]
249 |
250 | [Block8]
251 | Measure = Calc
252 | Formula = [MeasureProgressSquares]>8
253 | DynamicVariables = 1
254 | IfCondition = ([Block8]=1)
255 | IfTrueAction = [!SetVariable Block8Color #Highlight#]
256 | IfFalseAction = [!SetVariable Block8Color #SubColor#]
257 |
258 | [Block9]
259 | Measure = Calc
260 | Formula = [MeasureProgressSquares]>9
261 | DynamicVariables = 1
262 | IfCondition = ([Block9]=1)
263 | IfTrueAction = [!SetVariable Block9Color #Highlight#]
264 | IfFalseAction = [!SetVariable Block9Color #SubColor#]
265 |
266 | [Block10]
267 | Measure = Calc
268 | Formula = [MeasureProgressSquares]>10
269 | DynamicVariables = 1
270 | IfCondition = ([Block10]=1)
271 | IfTrueAction = [!SetVariable Block10Color #Highlight#]
272 | IfFalseAction = [!SetVariable Block10Color #SubColor#]
273 |
274 | [Block11]
275 | Measure = Calc
276 | Formula = [MeasureProgressSquares]>11
277 | DynamicVariables = 1
278 | IfCondition = ([Block11]=1)
279 | IfTrueAction = [!SetVariable Block11Color #Highlight#]
280 | IfFalseAction = [!SetVariable Block11Color #SubColor#]
281 |
282 | [Block12]
283 | Measure = Calc
284 | Formula = [MeasureProgressSquares]>12
285 | DynamicVariables = 1
286 | IfCondition = ([Block12]=1)
287 | IfTrueAction = [!SetVariable Block12Color #Highlight#]
288 | IfFalseAction = [!SetVariable Block12Color #SubColor#]
289 |
290 | [Block13]
291 | Measure = Calc
292 | Formula = [MeasureProgressSquares]>13
293 | DynamicVariables = 1
294 | IfCondition = ([Block13]=1)
295 | IfTrueAction = [!SetVariable Block13Color #Highlight#]
296 | IfFalseAction = [!SetVariable Block13Color #SubColor#]
297 |
298 | [Block14]
299 | Measure = Calc
300 | Formula = [MeasureProgressSquares]>14
301 | DynamicVariables = 1
302 | IfCondition = ([Block14]=1)
303 | IfTrueAction = [!SetVariable Block14Color #Highlight#]
304 | IfFalseAction = [!SetVariable Block14Color #SubColor#]
305 |
306 | [Block15]
307 | Measure = Calc
308 | Formula = [MeasureProgressSquares]>15
309 | DynamicVariables = 1
310 | IfCondition = ([Block15]=1)
311 | IfTrueAction = [!SetVariable Block15Color #Highlight#]
312 | IfFalseAction = [!SetVariable Block15Color #SubColor#]
313 |
314 | [MeterProgress]
315 | Meter = Shape
316 | Shape = Rectangle ((30+(12*0))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1Color# | StrokeWidth 0
317 | Shape2 = Rectangle ((30+(12*1))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2Color# | StrokeWidth 0
318 | Shape3 = Rectangle ((30+(12*2))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3Color# | StrokeWidth 0
319 | Shape4 = Rectangle ((30+(12*3))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4Color# | StrokeWidth 0
320 | Shape5 = Rectangle ((30+(12*4))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5Color# | StrokeWidth 0
321 | Shape6 = Rectangle ((30+(12*5))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6Color# | StrokeWidth 0
322 | Shape7 = Rectangle ((30+(12*6))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7Color# | StrokeWidth 0
323 | Shape8 = Rectangle ((30+(12*7))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8Color# | StrokeWidth 0
324 | Shape9 = Rectangle ((30+(12*8))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9Color# | StrokeWidth 0
325 | Shape10 = Rectangle ((30+(12*9))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10Color# | StrokeWidth 0
326 | Shape11 = Rectangle ((30+(12*10))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11Color# | StrokeWidth 0
327 | Shape12 = Rectangle ((30+(12*11))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12Color# | StrokeWidth 0
328 | Shape13 = Rectangle ((30+(12*12))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block13Color# | StrokeWidth 0
329 | Shape14 = Rectangle ((30+(12*13))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block14Color# | StrokeWidth 0
330 | Shape15 = Rectangle ((30+(12*14))*#Scale#),86,(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block15Color# | StrokeWidth 0
331 | DynamicVariables = 1
332 | AntiAlias = 1
333 | Group = Active
334 |
--------------------------------------------------------------------------------
/SquarePlayerS2.ini:
--------------------------------------------------------------------------------
1 | [Metadata]
2 | Name = SquarePlayerS2
3 | Author = Meti0X7CB
4 | Information = "A sleek player widget for Win 11 to control all your media"
5 | Version = 3.4
6 | License = GNU General Public License v3.0
7 |
8 | [RainMeter]
9 | Update = 60
10 | AccurateText = 1
11 |
12 | ;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
13 | ;To change the text color, change Color/SubColor/Highlight value to desired R,G,B numbers (Color = 255,0,0 for example red)
14 | ;For transparent widget, change the FrostLevel and CornerType value to None
15 | ;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
16 |
17 | [Variables]
18 | Scale = 1.5
19 | Color = 240,240,240
20 | SubColor = 199,199,199
21 | Highlight = 254,105,105
22 | FrostLevel = Acrylic
23 | Theme = Dark
24 | CornerType = Round
25 | PlayerId = "Active"
26 | @include = "#@#MeasureBandsM.inc"
27 |
28 | [MeasureStatus]
29 | Measure = Plugin
30 | Plugin = WebNowPlaying
31 | PlayerType = Status
32 | PlayerId = #PlayerId#
33 | IfCondition = MeasureStatus = 1
34 | IfTrueAction = [!ShowMeterGroup "Active"]
35 | IfFalseAction = [!HideMeterGroup "Active"]
36 |
37 | [MeasureCover]
38 | Measure = Plugin
39 | Plugin = WebNowPlaying
40 | PlayerType = Cover
41 | PlayerId = #PlayerId#
42 | DefaultPath = #@#Default.png
43 | DynamicVariables = 1
44 |
45 | [FrostedGlass]
46 | Measure = Plugin
47 | Plugin = FrostedGlass
48 | Type = #FrostLevel#
49 | Border = None
50 | Corner = #CornerType#
51 | Backdrop = #Theme#
52 | BorderVisible = 0
53 |
54 | [MeterCanvas]
55 | Meter = Shape
56 | Shape = Rectangle 0,0,(300*#Scale#),(510*#Scale#),5 | Fill Color 0,0,0,1 | StrokeWidth 0
57 |
58 | [MeterCoverContainer]
59 | Meter = Shape
60 | Shape = Rectangle 0,0,(250*#Scale#),(250*#Scale#),5 | Fill Color 0,0,0,255 | StrokeWidth 0
61 | X = (25*#Scale#)
62 | Y = (25*#Scale#)
63 |
64 | [MeterCover]
65 | Meter = Image
66 | MeasureName = MeasureCover
67 | H = (250*#Scale#)
68 | W = (250*#Scale#)
69 | Container = MeterCoverContainer
70 | PreserveAspectRatio = 2
71 | DynamicVariables = 1
72 | Group = Active
73 |
74 | [MeterBands]
75 | Meter = Shape
76 | Shape = Rectangle ((62+(9*0))*#Scale#), (((35*[MeasureBand0]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand0]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
77 | Shape2 = Rectangle ((62+(9*1))*#Scale#), (((35*[MeasureBand1]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand1]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
78 | Shape3 = Rectangle ((62+(9*2))*#Scale#), (((35*[MeasureBand2]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand2]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
79 | Shape4 = Rectangle ((62+(9*3))*#Scale#), (((35*[MeasureBand3]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand3]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
80 | Shape5 = Rectangle ((62+(9*4))*#Scale#), (((35*[MeasureBand4]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand4]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
81 | Shape6 = Rectangle ((62+(9*5))*#Scale#), (((35*[MeasureBand5]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand5]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
82 | Shape7 = Rectangle ((62+(9*6))*#Scale#), (((35*[MeasureBand6]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand6]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
83 | Shape8 = Rectangle ((62+(9*7))*#Scale#), (((35*[MeasureBand7]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand7]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
84 | Shape9 = Rectangle ((62+(9*8))*#Scale#), (((35*[MeasureBand8]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand8]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
85 | Shape10 = Rectangle ((62+(9*9))*#Scale#), (((35*[MeasureBand9]*#Scale#)/-2)+(615*#Scale#)/2), (3*#Scale#),(35*[MeasureBand9]*#Scale#), (1*#Scale#),(1*#Scale#) | Extend Style
86 | Shape11 = Rectangle ((62+(9*10))*#Scale#),(((35*[MeasureBand10]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand10]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
87 | Shape12 = Rectangle ((62+(9*11))*#Scale#),(((35*[MeasureBand11]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand11]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
88 | Shape13 = Rectangle ((62+(9*12))*#Scale#),(((35*[MeasureBand12]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand12]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
89 | Shape14 = Rectangle ((62+(9*13))*#Scale#),(((35*[MeasureBand13]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand13]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
90 | Shape15 = Rectangle ((62+(9*14))*#Scale#),(((35*[MeasureBand14]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand14]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
91 | Shape16 = Rectangle ((62+(9*15))*#Scale#),(((35*[MeasureBand15]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand15]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
92 | Shape17 = Rectangle ((62+(9*16))*#Scale#),(((35*[MeasureBand16]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand16]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
93 | Shape18 = Rectangle ((62+(9*17))*#Scale#),(((35*[MeasureBand17]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand17]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
94 | Shape19 = Rectangle ((62+(9*18))*#Scale#),(((35*[MeasureBand18]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand18]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
95 | Shape20 = Rectangle ((62+(9*19))*#Scale#),(((35*[MeasureBand19]*#Scale#)/-2)+(615*#Scale#)/2),(3*#Scale#),(35*[MeasureBand19]*#Scale#),(1*#Scale#),(1*#Scale#) | Extend Style
96 | Style = Fill Color #Color# | StrokeWidth 0
97 | AntiAlias = 1
98 | DynamicVariables = 1
99 | Group = Active
100 |
101 | [MeasureTitle]
102 | Measure = Plugin
103 | Plugin = WebNowPlaying
104 | PlayerType = Title
105 | PlayerId = #PlayerId#
106 | DynamicVariables = 1
107 | Substitute = "0":""
108 |
109 | [MeterTitle]
110 | Meter = String
111 | X = (150*#Scale#)
112 | Y = (335*#Scale#)
113 | W = (235*#Scale#)
114 | H = (25*#Scale#)
115 | FontColor = #Color#
116 | FontSize = (13*#Scale#)
117 | FontFace = Segoe UI
118 | FontWeight = 700
119 | AntiAlias = 1
120 | ClipString = 1
121 | StringAlign = Center
122 | MeasureName = MeasureTitle
123 | DynamicVariables = 1
124 | Group = Active
125 |
126 | [MeasureArtist]
127 | Measure = Plugin
128 | Plugin = WebNowPlaying
129 | PlayerType = Artist
130 | PlayerId = #PlayerId#
131 | DynamicVariables = 1
132 | Substitute = "0":""
133 |
134 | [MeterArtist]
135 | Meter = String
136 | X = (150*#Scale#)
137 | Y = (360*#Scale#)
138 | W = (237*#Scale#)
139 | H = (25*#Scale#)
140 | FontColor = #SubColor#
141 | FontSize = (13*#Scale#)
142 | FontFace = Segoe UI
143 | FontWeight = 700
144 | AntiAlias = 1
145 | ClipString = 1
146 | StringAlign = Center
147 | MeasureName = MeasureArtist
148 | DynamicVariables = 1
149 | Group = Active
150 |
151 | [MeasureProgress]
152 | Measure = Plugin
153 | Plugin = WebNowPlaying
154 | PlayerType = Progress
155 | PlayerId = #PlayerId#
156 | DynamicVariables = 1
157 |
158 | [MeasureProgressScaled]
159 | Measure = Calc
160 | Formula = Floor(([MeasureProgress:0]/100) * 250 + 0.5)
161 | DynamicVariables = 1
162 |
163 | [MeterProgressContainer]
164 | Meter = Shape
165 | Shape = Rectangle (25*#Scale#),(400*#Scale#),(250*#Scale#),(4*#Scale#),(2*#Scale#),(2*#Scale#) | Fill Color 185,185,185 | StrokeWidth 0
166 | AntiAlias = 1
167 | DynamicVariables = 1
168 | Group = Active
169 |
170 | [MeterProgress]
171 | Meter = Shape
172 | Shape = Rectangle (25*#Scale#),(400*#Scale#),([MeasureProgressScaled:0]*#Scale#),(4*#Scale#),0,0 | Fill Color #Highlight# | StrokeWidth 0
173 | Shape2 = Rectangle ((25+[MeasureProgressScaled:0])*#Scale#),(400*#Scale#),((250-([MeasureProgressScaled:0]))*#Scale#),(4*#Scale#),0,0 | Fill Color 185,185,185 | StrokeWidth 0
174 | Container = MeterProgressContainer
175 | AntiAlias = 1
176 | DynamicVariables = 1
177 | Group = Active
178 |
179 | [MeasurePosition]
180 | Measure = Plugin
181 | Plugin = WebNowPlaying
182 | PlayerType = Position
183 | PlayerId = #PlayerId#
184 | DynamicVariables = 1
185 |
186 | [MeterPosition]
187 | Meter = String
188 | X = (34*#Scale#)
189 | Y = (410*#Scale#)
190 | FontColor = #SubColor#
191 | FontSize = (10*#Scale#)
192 | FontFace = Segoe UI
193 | FontWeight = 700
194 | AntiAlias = 1
195 | StringAlign = LeftTop
196 | MeasureName = MeasurePosition
197 | DynamicVariables = 1
198 | Group = Active
199 |
200 | [MeasureDuration]
201 | Measure = Plugin
202 | Plugin = WebNowPlaying
203 | PlayerType = Duration
204 | PlayerId = #PlayerId#
205 | DynamicVariables = 1
206 |
207 | [MeterDuration]
208 | Meter = String
209 | X = (265*#Scale#)
210 | Y = (410*#Scale#)
211 | FontColor = #SubColor#
212 | FontSize = (10*#Scale#)
213 | FontFace = Segoe UI
214 | FontWeight = 700
215 | AntiAlias = 1
216 | StringAlign = RightTop
217 | MeasureName = MeasureDuration
218 | DynamicVariables = 1
219 | Group = Active
220 |
221 | [MeasurePlayPause]
222 | Measure = Plugin
223 | Plugin = WebNowPlaying
224 | PlayerType = State
225 | PlayerId = #PlayerId#
226 | Substitute = "0":"Play","1":"Pause","2":"Play","3":"Replay"
227 | DynamicVariables = 1
228 |
229 | [MeterPlayPause]
230 | Meter = Image
231 | ImageName = #@#[MeasurePlayPause].png
232 | X = (135*#Scale#)
233 | Y = (443*#Scale#)
234 | W = (30*#Scale#)
235 | H = (30*#Scale#)
236 | AntiAlias = 1
237 | DynamicVariables=1
238 | ImageTint = #Color#
239 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "PlayPause"][!SetOption MeterPlayPause ImageTint "#Highlight#"]
240 | LeftMouseUpAction = [!SetOption MeterPlayPause ImageTint "#Color#"]
241 | MouseOverAction = [!SetOption MeterPlayPause ImageAlpha "127"]
242 | MouseLeaveAction = [!SetOption MeterPlayPause ImageAlpha "255"]
243 | DynamicVariables = 1
244 | Group = Active
245 |
246 | [MeterPrev]
247 | Meter = Image
248 | ImageName = #@#Previous.png
249 | X = (85*#Scale#)
250 | Y = (445*#Scale#)
251 | W = (25*#Scale#)
252 | H = (25*#Scale#)
253 | AntiAlias = 1
254 | ImageTint = #Color#
255 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Previous"][!SetOption MeterPrev ImageTint "#Highlight#"]
256 | LeftMouseUpAction = [!SetOption MeterPrev ImageTint "#Color#"]
257 | MouseOverAction = [!SetOption MeterPrev ImageAlpha "127"]
258 | MouseLeaveAction = [!SetOption MeterPrev ImageAlpha "255"]
259 | DynamicVariables = 1
260 | Group = Active
261 |
262 | [MeterNext]
263 | Meter = Image
264 | ImageName = #@#Next.png
265 | X = (193*#Scale#)
266 | Y = (445*#Scale#)
267 | W = (25*#Scale#)
268 | H = (25*#Scale#)
269 | AntiAlias = 1
270 | ImageTint = #Color#
271 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Next"][!SetOption MeterNext ImageTint "#Highlight#"]
272 | LeftMouseUpAction = [!SetOption MeterNext ImageTint "#Color#"]
273 | MouseOverAction = [!SetOption MeterNext ImageAlpha "127"]
274 | MouseLeaveAction = [!SetOption MeterNext ImageAlpha "255"]
275 | DynamicVariables = 1
276 | Group = Active
277 |
278 | [MeasureRepeat]
279 | Measure = Plugin
280 | Plugin = WebNowPlaying
281 | PlayerType = Repeat
282 | PlayerId = #PlayerId#
283 | IfCondition = MeasureRepeat = 0
284 | IfTrueAction = [!SetOption MeterRepeat ImageTint "#Color#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
285 | IfCondition2 = MeasureRepeat = 1
286 | IfTrueAction2 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeatOne.png"]
287 | IfCondition3 = MeasureRepeat = 2
288 | IfTrueAction3 = [!SetOption MeterRepeat ImageTint "#Highlight#"][!SetOption MeterRepeat ImageName "#@#repeat.png"]
289 | DynamicVariables = 1
290 |
291 | [MeterRepeat]
292 | Meter = Image
293 | X = (240*#Scale#)
294 | Y = (447*#Scale#)
295 | W = (23*#Scale#)
296 | H = (23*#Scale#)
297 | AntiAlias = 1
298 | ImageTint = #Color#
299 | LeftMouseDownAction = [!CommandMeasure MeasurePlayPause "Repeat"]
300 | MouseOverAction = [!SetOption MeterRepeat ImageAlpha "127"]
301 | MouseLeaveAction = [!SetOption MeterRepeat ImageAlpha "255"]
302 | DynamicVariables = 1
303 | Group = Active
304 |
305 | [MeasureShuffle]
306 | Measure = Plugin
307 | Plugin = WebNowPlaying
308 | PlayerType = Shuffle
309 | PlayerId = #PlayerId#
310 | IfCondition = MeasureShuffle = 0
311 | IfTrueAction = [!SetOption MeterShuffle ImageTint "#Color#"]
312 | IfCondition2 = MeasureShuffle = 1
313 | IfTrueAction2 = [!SetOption MeterShuffle ImageTint "#Highlight#"]
314 | DynamicVariables = 1
315 |
316 | [MeterShuffle]
317 | Meter = Image
318 | ImageName = #@#shuffle.png
319 | ImageTint = #Color#
320 | X = (36*#Scale#)
321 | Y = (447*#Scale#)
322 | W = (23*#Scale#)
323 | H = (23*#Scale#)
324 | AntiAlias = 1
325 | LeftMouseUpAction = [!CommandMeasure MeasurePlayPause "Shuffle"]
326 | MouseOverAction = [!SetOption MeterShuffle ImageAlpha "127"]
327 | MouseLeaveAction = [!SetOption MeterShuffle ImageAlpha "255"]
328 | DynamicVariables = 1
329 | Group = Active
--------------------------------------------------------------------------------
/@Resources/MeterBands.inc:
--------------------------------------------------------------------------------
1 | [MeterBands]
2 | Meter = Shape
3 | Shape = Rectangle ((397+(12*0))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_1Color# | StrokeWidth 0
4 | Shape2 = Rectangle ((397+(12*0))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_2Color# | StrokeWidth 0
5 | Shape3 = Rectangle ((397+(12*0))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_3Color# | StrokeWidth 0
6 | Shape4 = Rectangle ((397+(12*0))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_4Color# | StrokeWidth 0
7 | Shape5 = Rectangle ((397+(12*0))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_5Color# | StrokeWidth 0
8 | Shape6 = Rectangle ((397+(12*0))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_6Color# | StrokeWidth 0
9 | Shape7 = Rectangle ((397+(12*0))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_7Color# | StrokeWidth 0
10 | Shape8 = Rectangle ((397+(12*0))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_8Color# | StrokeWidth 0
11 | Shape9 = Rectangle ((397+(12*0))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_9Color# | StrokeWidth 0
12 | Shape10 = Rectangle ((397+(12*0))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block1_10Color# | StrokeWidth 0
13 | Shape11 = Rectangle ((397+(12*1))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_1Color# | StrokeWidth 0
14 | Shape12 = Rectangle ((397+(12*1))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_2Color# | StrokeWidth 0
15 | Shape13 = Rectangle ((397+(12*1))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_3Color# | StrokeWidth 0
16 | Shape14 = Rectangle ((397+(12*1))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_4Color# | StrokeWidth 0
17 | Shape15 = Rectangle ((397+(12*1))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_5Color# | StrokeWidth 0
18 | Shape16 = Rectangle ((397+(12*1))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_6Color# | StrokeWidth 0
19 | Shape17 = Rectangle ((397+(12*1))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_7Color# | StrokeWidth 0
20 | Shape18 = Rectangle ((397+(12*1))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_8Color# | StrokeWidth 0
21 | Shape19 = Rectangle ((397+(12*1))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_9Color# | StrokeWidth 0
22 | Shape20 = Rectangle ((397+(12*1))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block2_10Color# | StrokeWidth 0
23 | Shape21 = Rectangle ((397+(12*2))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_1Color# | StrokeWidth 0
24 | Shape22 = Rectangle ((397+(12*2))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_2Color# | StrokeWidth 0
25 | Shape23 = Rectangle ((397+(12*2))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_3Color# | StrokeWidth 0
26 | Shape24 = Rectangle ((397+(12*2))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_4Color# | StrokeWidth 0
27 | Shape25 = Rectangle ((397+(12*2))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_5Color# | StrokeWidth 0
28 | Shape26 = Rectangle ((397+(12*2))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_6Color# | StrokeWidth 0
29 | Shape27 = Rectangle ((397+(12*2))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_7Color# | StrokeWidth 0
30 | Shape28 = Rectangle ((397+(12*2))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_8Color# | StrokeWidth 0
31 | Shape29 = Rectangle ((397+(12*2))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_9Color# | StrokeWidth 0
32 | Shape30 = Rectangle ((397+(12*2))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block3_10Color# | StrokeWidth 0
33 | Shape31 = Rectangle ((397+(12*3))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_1Color# | StrokeWidth 0
34 | Shape32 = Rectangle ((397+(12*3))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_2Color# | StrokeWidth 0
35 | Shape33 = Rectangle ((397+(12*3))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_3Color# | StrokeWidth 0
36 | Shape34 = Rectangle ((397+(12*3))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_4Color# | StrokeWidth 0
37 | Shape35 = Rectangle ((397+(12*3))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_5Color# | StrokeWidth 0
38 | Shape36 = Rectangle ((397+(12*3))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_6Color# | StrokeWidth 0
39 | Shape37 = Rectangle ((397+(12*3))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_7Color# | StrokeWidth 0
40 | Shape38 = Rectangle ((397+(12*3))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_8Color# | StrokeWidth 0
41 | Shape39 = Rectangle ((397+(12*3))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_9Color# | StrokeWidth 0
42 | Shape40 = Rectangle ((397+(12*3))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block4_10Color# | StrokeWidth 0
43 | Shape41 = Rectangle ((397+(12*4))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_1Color# | StrokeWidth 0
44 | Shape42 = Rectangle ((397+(12*4))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_2Color# | StrokeWidth 0
45 | Shape43 = Rectangle ((397+(12*4))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_3Color# | StrokeWidth 0
46 | Shape44 = Rectangle ((397+(12*4))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_4Color# | StrokeWidth 0
47 | Shape45 = Rectangle ((397+(12*4))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_5Color# | StrokeWidth 0
48 | Shape46 = Rectangle ((397+(12*4))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_6Color# | StrokeWidth 0
49 | Shape47 = Rectangle ((397+(12*4))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_7Color# | StrokeWidth 0
50 | Shape48 = Rectangle ((397+(12*4))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_8Color# | StrokeWidth 0
51 | Shape49 = Rectangle ((397+(12*4))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_9Color# | StrokeWidth 0
52 | Shape50 = Rectangle ((397+(12*4))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block5_10Color# | StrokeWidth 0
53 | Shape51 = Rectangle ((397+(12*5))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_1Color# | StrokeWidth 0
54 | Shape52 = Rectangle ((397+(12*5))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_2Color# | StrokeWidth 0
55 | Shape53 = Rectangle ((397+(12*5))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_3Color# | StrokeWidth 0
56 | Shape54 = Rectangle ((397+(12*5))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_4Color# | StrokeWidth 0
57 | Shape55 = Rectangle ((397+(12*5))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_5Color# | StrokeWidth 0
58 | Shape56 = Rectangle ((397+(12*5))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_6Color# | StrokeWidth 0
59 | Shape57 = Rectangle ((397+(12*5))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_7Color# | StrokeWidth 0
60 | Shape58 = Rectangle ((397+(12*5))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_8Color# | StrokeWidth 0
61 | Shape59 = Rectangle ((397+(12*5))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_9Color# | StrokeWidth 0
62 | Shape60 = Rectangle ((397+(12*5))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block6_10Color# | StrokeWidth 0
63 | Shape61 = Rectangle ((397+(12*6))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_1Color# | StrokeWidth 0
64 | Shape62 = Rectangle ((397+(12*6))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_2Color# | StrokeWidth 0
65 | Shape63 = Rectangle ((397+(12*6))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_3Color# | StrokeWidth 0
66 | Shape64 = Rectangle ((397+(12*6))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_4Color# | StrokeWidth 0
67 | Shape65 = Rectangle ((397+(12*6))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_5Color# | StrokeWidth 0
68 | Shape66 = Rectangle ((397+(12*6))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_6Color# | StrokeWidth 0
69 | Shape67 = Rectangle ((397+(12*6))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_7Color# | StrokeWidth 0
70 | Shape68 = Rectangle ((397+(12*6))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_8Color# | StrokeWidth 0
71 | Shape69 = Rectangle ((397+(12*6))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_9Color# | StrokeWidth 0
72 | Shape70 = Rectangle ((397+(12*6))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block7_10Color# | StrokeWidth 0
73 | Shape71 = Rectangle ((397+(12*7))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_1Color# | StrokeWidth 0
74 | Shape72 = Rectangle ((397+(12*7))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_2Color# | StrokeWidth 0
75 | Shape73 = Rectangle ((397+(12*7))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_3Color# | StrokeWidth 0
76 | Shape74 = Rectangle ((397+(12*7))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_4Color# | StrokeWidth 0
77 | Shape75 = Rectangle ((397+(12*7))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_5Color# | StrokeWidth 0
78 | Shape76 = Rectangle ((397+(12*7))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_6Color# | StrokeWidth 0
79 | Shape77 = Rectangle ((397+(12*7))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_7Color# | StrokeWidth 0
80 | Shape78 = Rectangle ((397+(12*7))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_8Color# | StrokeWidth 0
81 | Shape79 = Rectangle ((397+(12*7))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_9Color# | StrokeWidth 0
82 | Shape80 = Rectangle ((397+(12*7))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block8_10Color# | StrokeWidth 0
83 | Shape81 = Rectangle ((397+(12*8))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_1Color# | StrokeWidth 0
84 | Shape82 = Rectangle ((397+(12*8))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_2Color# | StrokeWidth 0
85 | Shape83 = Rectangle ((397+(12*8))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_3Color# | StrokeWidth 0
86 | Shape84 = Rectangle ((397+(12*8))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_4Color# | StrokeWidth 0
87 | Shape85 = Rectangle ((397+(12*8))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_5Color# | StrokeWidth 0
88 | Shape86 = Rectangle ((397+(12*8))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_6Color# | StrokeWidth 0
89 | Shape87 = Rectangle ((397+(12*8))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_7Color# | StrokeWidth 0
90 | Shape88 = Rectangle ((397+(12*8))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_8Color# | StrokeWidth 0
91 | Shape89 = Rectangle ((397+(12*8))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_9Color# | StrokeWidth 0
92 | Shape90 = Rectangle ((397+(12*8))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block9_10Color# | StrokeWidth 0
93 | Shape91 = Rectangle ((397+(12*9))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_1Color# | StrokeWidth 0
94 | Shape92 = Rectangle ((397+(12*9))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_2Color# | StrokeWidth 0
95 | Shape93 = Rectangle ((397+(12*9))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_3Color# | StrokeWidth 0
96 | Shape94 = Rectangle ((397+(12*9))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_4Color# | StrokeWidth 0
97 | Shape95 = Rectangle ((397+(12*9))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_5Color# | StrokeWidth 0
98 | Shape96 = Rectangle ((397+(12*9))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_6Color# | StrokeWidth 0
99 | Shape97 = Rectangle ((397+(12*9))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_7Color# | StrokeWidth 0
100 | Shape98 = Rectangle ((397+(12*9))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_8Color# | StrokeWidth 0
101 | Shape99 = Rectangle ((397+(12*9))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_9Color# | StrokeWidth 0
102 | Shape100 = Rectangle ((397+(12*9))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block10_10Color# | StrokeWidth 0
103 | Shape101 = Rectangle ((397+(12*10))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_1Color# | StrokeWidth 0
104 | Shape102 = Rectangle ((397+(12*10))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_2Color# | StrokeWidth 0
105 | Shape103 = Rectangle ((397+(12*10))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_3Color# | StrokeWidth 0
106 | Shape104 = Rectangle ((397+(12*10))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_4Color# | StrokeWidth 0
107 | Shape105 = Rectangle ((397+(12*10))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_5Color# | StrokeWidth 0
108 | Shape106 = Rectangle ((397+(12*10))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_6Color# | StrokeWidth 0
109 | Shape107 = Rectangle ((397+(12*10))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_7Color# | StrokeWidth 0
110 | Shape108 = Rectangle ((397+(12*10))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_8Color# | StrokeWidth 0
111 | Shape109 = Rectangle ((397+(12*10))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_9Color# | StrokeWidth 0
112 | Shape110 = Rectangle ((397+(12*10))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block11_10Color# | StrokeWidth 0
113 | Shape111 = Rectangle ((397+(12*11))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_1Color# | StrokeWidth 0
114 | Shape112 = Rectangle ((397+(12*11))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_2Color# | StrokeWidth 0
115 | Shape113 = Rectangle ((397+(12*11))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_3Color# | StrokeWidth 0
116 | Shape114 = Rectangle ((397+(12*11))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_4Color# | StrokeWidth 0
117 | Shape115 = Rectangle ((397+(12*11))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_5Color# | StrokeWidth 0
118 | Shape116 = Rectangle ((397+(12*11))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | Fill Color #Block12_6Color# | StrokeWidth 0
119 | Shape117 = Rectangle ((397+(12*11))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block12_7Color# | StrokeWidth 0
120 | Shape118 = Rectangle ((397+(12*11))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block12_8Color# | StrokeWidth 0
121 | Shape119 = Rectangle ((397+(12*11))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block12_9Color# | StrokeWidth 0
122 | Shape120 = Rectangle ((397+(12*11))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block12_10Color# | StrokeWidth 0
123 | Shape121 = Rectangle ((397+(12*12))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_1Color# | StrokeWidth 0
124 | Shape122 = Rectangle ((397+(12*12))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_2Color# | StrokeWidth 0
125 | Shape123 = Rectangle ((397+(12*12))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_3Color# | StrokeWidth 0
126 | Shape124 = Rectangle ((397+(12*12))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_4Color# | StrokeWidth 0
127 | Shape125 = Rectangle ((397+(12*12))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_5Color# | StrokeWidth 0
128 | Shape126 = Rectangle ((397+(12*12))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_6Color# | StrokeWidth 0
129 | Shape127 = Rectangle ((397+(12*12))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_7Color# | StrokeWidth 0
130 | Shape128 = Rectangle ((397+(12*12))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_8Color# | StrokeWidth 0
131 | Shape129 = Rectangle ((397+(12*12))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_9Color# | StrokeWidth 0
132 | Shape130 = Rectangle ((397+(12*12))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block13_10Color# | StrokeWidth 0
133 | Shape131 = Rectangle ((397+(12*13))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_1Color# | StrokeWidth 0
134 | Shape132 = Rectangle ((397+(12*13))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_2Color# | StrokeWidth 0
135 | Shape133 = Rectangle ((397+(12*13))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_3Color# | StrokeWidth 0
136 | Shape134 = Rectangle ((397+(12*13))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_4Color# | StrokeWidth 0
137 | Shape135 = Rectangle ((397+(12*13))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_5Color# | StrokeWidth 0
138 | Shape136 = Rectangle ((397+(12*13))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_6Color# | StrokeWidth 0
139 | Shape137 = Rectangle ((397+(12*13))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_7Color# | StrokeWidth 0
140 | Shape138 = Rectangle ((397+(12*13))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_8Color# | StrokeWidth 0
141 | Shape139 = Rectangle ((397+(12*13))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_9Color# | StrokeWidth 0
142 | Shape140 = Rectangle ((397+(12*13))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block14_10Color# | StrokeWidth 0
143 | Shape141 = Rectangle ((397+(12*14))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_1Color# | StrokeWidth 0
144 | Shape142 = Rectangle ((397+(12*14))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_2Color# | StrokeWidth 0
145 | Shape143 = Rectangle ((397+(12*14))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_3Color# | StrokeWidth 0
146 | Shape144 = Rectangle ((397+(12*14))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_4Color# | StrokeWidth 0
147 | Shape145 = Rectangle ((397+(12*14))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_5Color# | StrokeWidth 0
148 | Shape146 = Rectangle ((397+(12*14))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_6Color# | StrokeWidth 0
149 | Shape147 = Rectangle ((397+(12*14))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_7Color# | StrokeWidth 0
150 | Shape148 = Rectangle ((397+(12*14))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_8Color# | StrokeWidth 0
151 | Shape149 = Rectangle ((397+(12*14))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_9Color# | StrokeWidth 0
152 | Shape150 = Rectangle ((397+(12*14))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block15_10Color# | StrokeWidth 0
153 | Shape151 = Rectangle ((397+(12*15))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_1Color# | StrokeWidth 0
154 | Shape152 = Rectangle ((397+(12*15))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_2Color# | StrokeWidth 0
155 | Shape153 = Rectangle ((397+(12*15))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_3Color# | StrokeWidth 0
156 | Shape154 = Rectangle ((397+(12*15))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_4Color# | StrokeWidth 0
157 | Shape155 = Rectangle ((397+(12*15))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_5Color# | StrokeWidth 0
158 | Shape156 = Rectangle ((397+(12*15))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_6Color# | StrokeWidth 0
159 | Shape157 = Rectangle ((397+(12*15))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_7Color# | StrokeWidth 0
160 | Shape158 = Rectangle ((397+(12*15))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_8Color# | StrokeWidth 0
161 | Shape159 = Rectangle ((397+(12*15))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_9Color# | StrokeWidth 0
162 | Shape160 = Rectangle ((397+(12*15))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block16_10Color# | StrokeWidth 0
163 | Shape161 = Rectangle ((397+(12*16))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_1Color# | StrokeWidth 0
164 | Shape162 = Rectangle ((397+(12*16))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_2Color# | StrokeWidth 0
165 | Shape163 = Rectangle ((397+(12*16))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_3Color# | StrokeWidth 0
166 | Shape164 = Rectangle ((397+(12*16))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_4Color# | StrokeWidth 0
167 | Shape165 = Rectangle ((397+(12*16))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_5Color# | StrokeWidth 0
168 | Shape166 = Rectangle ((397+(12*16))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_6Color# | StrokeWidth 0
169 | Shape167 = Rectangle ((397+(12*16))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_7Color# | StrokeWidth 0
170 | Shape168 = Rectangle ((397+(12*16))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_8Color# | StrokeWidth 0
171 | Shape169 = Rectangle ((397+(12*16))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_9Color# | StrokeWidth 0
172 | Shape170 = Rectangle ((397+(12*16))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block17_10Color# | StrokeWidth 0
173 | Shape171 = Rectangle ((397+(12*17))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_1Color# | StrokeWidth 0
174 | Shape172 = Rectangle ((397+(12*17))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_2Color# | StrokeWidth 0
175 | Shape173 = Rectangle ((397+(12*17))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_3Color# | StrokeWidth 0
176 | Shape174 = Rectangle ((397+(12*17))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_4Color# | StrokeWidth 0
177 | Shape175 = Rectangle ((397+(12*17))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_5Color# | StrokeWidth 0
178 | Shape176 = Rectangle ((397+(12*17))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_6Color# | StrokeWidth 0
179 | Shape177 = Rectangle ((397+(12*17))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_7Color# | StrokeWidth 0
180 | Shape178 = Rectangle ((397+(12*17))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_8Color# | StrokeWidth 0
181 | Shape179 = Rectangle ((397+(12*17))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_9Color# | StrokeWidth 0
182 | Shape180 = Rectangle ((397+(12*17))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block18_10Color# | StrokeWidth 0
183 | Shape181 = Rectangle ((397+(12*18))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_1Color# | StrokeWidth 0
184 | Shape182 = Rectangle ((397+(12*18))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_2Color# | StrokeWidth 0
185 | Shape183 = Rectangle ((397+(12*18))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_3Color# | StrokeWidth 0
186 | Shape184 = Rectangle ((397+(12*18))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_4Color# | StrokeWidth 0
187 | Shape185 = Rectangle ((397+(12*18))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_5Color# | StrokeWidth 0
188 | Shape186 = Rectangle ((397+(12*18))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_6Color# | StrokeWidth 0
189 | Shape187 = Rectangle ((397+(12*18))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_7Color# | StrokeWidth 0
190 | Shape188 = Rectangle ((397+(12*18))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_8Color# | StrokeWidth 0
191 | Shape189 = Rectangle ((397+(12*18))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_9Color# | StrokeWidth 0
192 | Shape190 = Rectangle ((397+(12*18))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block19_10Color# | StrokeWidth 0
193 | Shape191 = Rectangle ((397+(12*19))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_1Color# | StrokeWidth 0
194 | Shape192 = Rectangle ((397+(12*19))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_2Color# | StrokeWidth 0
195 | Shape193 = Rectangle ((397+(12*19))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_3Color# | StrokeWidth 0
196 | Shape194 = Rectangle ((397+(12*19))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_4Color# | StrokeWidth 0
197 | Shape195 = Rectangle ((397+(12*19))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_5Color# | StrokeWidth 0
198 | Shape196 = Rectangle ((397+(12*19))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_6Color# | StrokeWidth 0
199 | Shape197 = Rectangle ((397+(12*19))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_7Color# | StrokeWidth 0
200 | Shape198 = Rectangle ((397+(12*19))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_8Color# | StrokeWidth 0
201 | Shape199 = Rectangle ((397+(12*19))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_9Color# | StrokeWidth 0
202 | Shape200 = Rectangle ((397+(12*19))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block20_10Color# | StrokeWidth 0
203 | Shape201 = Rectangle ((397+(12*20))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_1Color# | StrokeWidth 0
204 | Shape202 = Rectangle ((397+(12*20))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_2Color# | StrokeWidth 0
205 | Shape203 = Rectangle ((397+(12*20))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_3Color# | StrokeWidth 0
206 | Shape204 = Rectangle ((397+(12*20))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_4Color# | StrokeWidth 0
207 | Shape205 = Rectangle ((397+(12*20))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_5Color# | StrokeWidth 0
208 | Shape206 = Rectangle ((397+(12*20))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_6Color# | StrokeWidth 0
209 | Shape207 = Rectangle ((397+(12*20))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_7Color# | StrokeWidth 0
210 | Shape208 = Rectangle ((397+(12*20))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_8Color# | StrokeWidth 0
211 | Shape209 = Rectangle ((397+(12*20))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_9Color# | StrokeWidth 0
212 | Shape210 = Rectangle ((397+(12*20))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block21_10Color# | StrokeWidth 0
213 | Shape211 = Rectangle ((397+(12*21))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_1Color# | StrokeWidth 0
214 | Shape212 = Rectangle ((397+(12*21))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_2Color# | StrokeWidth 0
215 | Shape213 = Rectangle ((397+(12*21))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_3Color# | StrokeWidth 0
216 | Shape214 = Rectangle ((397+(12*21))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_4Color# | StrokeWidth 0
217 | Shape215 = Rectangle ((397+(12*21))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_5Color# | StrokeWidth 0
218 | Shape216 = Rectangle ((397+(12*21))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_6Color# | StrokeWidth 0
219 | Shape217 = Rectangle ((397+(12*21))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_7Color# | StrokeWidth 0
220 | Shape218 = Rectangle ((397+(12*21))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_8Color# | StrokeWidth 0
221 | Shape219 = Rectangle ((397+(12*21))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_9Color# | StrokeWidth 0
222 | Shape220 = Rectangle ((397+(12*21))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block22_10Color# | StrokeWidth 0
223 | Shape221 = Rectangle ((397+(12*22))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_1Color# | StrokeWidth 0
224 | Shape222 = Rectangle ((397+(12*22))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_2Color# | StrokeWidth 0
225 | Shape223 = Rectangle ((397+(12*22))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_3Color# | StrokeWidth 0
226 | Shape224 = Rectangle ((397+(12*22))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_4Color# | StrokeWidth 0
227 | Shape225 = Rectangle ((397+(12*22))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_5Color# | StrokeWidth 0
228 | Shape226 = Rectangle ((397+(12*22))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_6Color# | StrokeWidth 0
229 | Shape227 = Rectangle ((397+(12*22))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_7Color# | StrokeWidth 0
230 | Shape228 = Rectangle ((397+(12*22))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_8Color# | StrokeWidth 0
231 | Shape229 = Rectangle ((397+(12*22))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_9Color# | StrokeWidth 0
232 | Shape230 = Rectangle ((397+(12*22))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block23_10Color# | StrokeWidth 0
233 | Shape231 = Rectangle ((397+(12*23))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_1Color# | StrokeWidth 0
234 | Shape232 = Rectangle ((397+(12*23))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_2Color# | StrokeWidth 0
235 | Shape233 = Rectangle ((397+(12*23))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_3Color# | StrokeWidth 0
236 | Shape234 = Rectangle ((397+(12*23))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_4Color# | StrokeWidth 0
237 | Shape235 = Rectangle ((397+(12*23))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_5Color# | StrokeWidth 0
238 | Shape236 = Rectangle ((397+(12*23))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_6Color# | StrokeWidth 0
239 | Shape237 = Rectangle ((397+(12*23))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_7Color# | StrokeWidth 0
240 | Shape238 = Rectangle ((397+(12*23))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_8Color# | StrokeWidth 0
241 | Shape239 = Rectangle ((397+(12*23))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_9Color# | StrokeWidth 0
242 | Shape240 = Rectangle ((397+(12*23))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block24_10Color# | StrokeWidth 0
243 | Shape241 = Rectangle ((397+(12*24))*#Scale#),(145-(0*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_1Color# | StrokeWidth 0
244 | Shape242 = Rectangle ((397+(12*24))*#Scale#),(145-(1*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_2Color# | StrokeWidth 0
245 | Shape243 = Rectangle ((397+(12*24))*#Scale#),(145-(2*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_3Color# | StrokeWidth 0
246 | Shape244 = Rectangle ((397+(12*24))*#Scale#),(145-(3*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_4Color# | StrokeWidth 0
247 | Shape245 = Rectangle ((397+(12*24))*#Scale#),(145-(4*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_5Color# | StrokeWidth 0
248 | Shape246 = Rectangle ((397+(12*24))*#Scale#),(145-(5*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_6Color# | StrokeWidth 0
249 | Shape247 = Rectangle ((397+(12*24))*#Scale#),(145-(6*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_7Color# | StrokeWidth 0
250 | Shape248 = Rectangle ((397+(12*24))*#Scale#),(145-(7*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_8Color# | StrokeWidth 0
251 | Shape249 = Rectangle ((397+(12*24))*#Scale#),(145-(8*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_9Color# | StrokeWidth 0
252 | Shape250 = Rectangle ((397+(12*24))*#Scale#),(145-(9*(9*#Scale#))),(6*#Scale#),(6*#Scale#),0,0 | FillColor #Block25_10Color# | StrokeWidth 0
253 | AntiAlias = 1
254 | DynamicVariables = 1
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/@Resources/Blocks.inc:
--------------------------------------------------------------------------------
1 | [Block1_1]
2 | Measure = Calc
3 | Formula = [MeasureBand0]>0.0
4 | DynamicVariables = 1
5 | IfCondition = ([Block1_1]=1)
6 | IfTrueAction = [!SetVariable Block1_1Color #Color#]
7 | IfFalseAction = [!SetVariable Block1_1Color 0,0,0,0]
8 |
9 | [Block1_2]
10 | Measure = Calc
11 | Formula = [MeasureBand0]>0.1
12 | DynamicVariables = 1
13 | IfCondition = ([Block1_2]=1)
14 | IfTrueAction = [!SetVariable Block1_2Color #Color#]
15 | IfFalseAction = [!SetVariable Block1_2Color 0,0,0,0]
16 |
17 | [Block1_3]
18 | Measure = Calc
19 | Formula = [MeasureBand0]>0.2
20 | DynamicVariables = 1
21 | IfCondition = ([Block1_3]=1)
22 | IfTrueAction = [!SetVariable Block1_3Color #Color#]
23 | IfFalseAction = [!SetVariable Block1_3Color 0,0,0,0]
24 |
25 | [Block1_4]
26 | Measure = Calc
27 | Formula = [MeasureBand0]>0.3
28 | DynamicVariables = 1
29 | IfCondition = ([Block1_4]=1)
30 | IfTrueAction = [!SetVariable Block1_4Color #Color#]
31 | IfFalseAction = [!SetVariable Block1_4Color 0,0,0,0]
32 |
33 | [Block1_5]
34 | Measure = Calc
35 | Formula = [MeasureBand0]>0.4
36 | DynamicVariables = 1
37 | IfCondition = ([Block1_5]=1)
38 | IfTrueAction = [!SetVariable Block1_5Color #Color#]
39 | IfFalseAction = [!SetVariable Block1_5Color 0,0,0,0]
40 |
41 | [Block1_6]
42 | Measure = Calc
43 | Formula = [MeasureBand0]>0.5
44 | DynamicVariables = 1
45 | IfCondition = ([Block1_6]=1)
46 | IfTrueAction = [!SetVariable Block1_6Color #Color#]
47 | IfFalseAction = [!SetVariable Block1_6Color 0,0,0,0]
48 |
49 | [Block1_7]
50 | Measure = Calc
51 | Formula = [MeasureBand0]>0.6
52 | DynamicVariables = 1
53 | IfCondition = ([Block1_7]=1)
54 | IfTrueAction = [!SetVariable Block1_7Color #Color#]
55 | IfFalseAction = [!SetVariable Block1_7Color 0,0,0,0]
56 |
57 | [Block1_8]
58 | Measure = Calc
59 | Formula = [MeasureBand0]>0.7
60 | DynamicVariables = 1
61 | IfCondition = ([Block1_8]=1)
62 | IfTrueAction = [!SetVariable Block1_8Color #Color#]
63 | IfFalseAction = [!SetVariable Block1_8Color 0,0,0,0]
64 |
65 | [Block1_9]
66 | Measure = Calc
67 | Formula = [MeasureBand0]>0.8
68 | DynamicVariables = 1
69 | IfCondition = ([Block1_9]=1)
70 | IfTrueAction = [!SetVariable Block1_9Color #Color#]
71 | IfFalseAction = [!SetVariable Block1_9Color 0,0,0,0]
72 |
73 | [Block1_10]
74 | Measure = Calc
75 | Formula = [MeasureBand0]>0.9
76 | DynamicVariables = 1
77 | IfCondition = ([Block1_10]=1)
78 | IfTrueAction = [!SetVariable Block1_10Color #Color#]
79 | IfFalseAction = [!SetVariable Block1_10Color 0,0,0,0]
80 |
81 | [Block2_1]
82 | Measure = Calc
83 | Formula = [MeasureBand1]>0.0
84 | DynamicVariables = 1
85 | IfCondition = ([Block2_1]=1)
86 | IfTrueAction = [!SetVariable Block2_1Color #Color#]
87 | IfFalseAction = [!SetVariable Block2_1Color 0,0,0,0]
88 |
89 | [Block2_2]
90 | Measure = Calc
91 | Formula = [MeasureBand1]>0.1
92 | DynamicVariables = 1
93 | IfCondition = ([Block2_2]=1)
94 | IfTrueAction = [!SetVariable Block2_2Color #Color#]
95 | IfFalseAction = [!SetVariable Block2_2Color 0,0,0,0]
96 |
97 | [Block2_3]
98 | Measure = Calc
99 | Formula = [MeasureBand1]>0.2
100 | DynamicVariables = 1
101 | IfCondition = ([Block2_3]=1)
102 | IfTrueAction = [!SetVariable Block2_3Color #Color#]
103 | IfFalseAction = [!SetVariable Block2_3Color 0,0,0,0]
104 |
105 | [Block2_4]
106 | Measure = Calc
107 | Formula = [MeasureBand1]>0.3
108 | DynamicVariables = 1
109 | IfCondition = ([Block2_4]=1)
110 | IfTrueAction = [!SetVariable Block2_4Color #Color#]
111 | IfFalseAction = [!SetVariable Block2_4Color 0,0,0,0]
112 |
113 | [Block2_5]
114 | Measure = Calc
115 | Formula = [MeasureBand1]>0.4
116 | DynamicVariables = 1
117 | IfCondition = ([Block2_5]=1)
118 | IfTrueAction = [!SetVariable Block2_5Color #Color#]
119 | IfFalseAction = [!SetVariable Block2_5Color 0,0,0,0]
120 |
121 | [Block2_6]
122 | Measure = Calc
123 | Formula = [MeasureBand1]>0.5
124 | DynamicVariables = 1
125 | IfCondition = ([Block2_6]=1)
126 | IfTrueAction = [!SetVariable Block2_6Color #Color#]
127 | IfFalseAction = [!SetVariable Block2_6Color 0,0,0,0]
128 |
129 | [Block2_7]
130 | Measure = Calc
131 | Formula = [MeasureBand1]>0.6
132 | DynamicVariables = 1
133 | IfCondition = ([Block2_7]=1)
134 | IfTrueAction = [!SetVariable Block2_7Color #Color#]
135 | IfFalseAction = [!SetVariable Block2_7Color 0,0,0,0]
136 |
137 | [Block2_8]
138 | Measure = Calc
139 | Formula = [MeasureBand1]>0.7
140 | DynamicVariables = 1
141 | IfCondition = ([Block2_8]=1)
142 | IfTrueAction = [!SetVariable Block2_8Color #Color#]
143 | IfFalseAction = [!SetVariable Block2_8Color 0,0,0,0]
144 |
145 | [Block2_9]
146 | Measure = Calc
147 | Formula = [MeasureBand1]>0.8
148 | DynamicVariables = 1
149 | IfCondition = ([Block2_9]=1)
150 | IfTrueAction = [!SetVariable Block2_9Color #Color#]
151 | IfFalseAction = [!SetVariable Block2_9Color 0,0,0,0]
152 |
153 | [Block2_10]
154 | Measure = Calc
155 | Formula = [MeasureBand1]>0.9
156 | DynamicVariables = 1
157 | IfCondition = ([Block2_10]=1)
158 | IfTrueAction = [!SetVariable Block2_10Color #Color#]
159 | IfFalseAction = [!SetVariable Block2_10Color 0,0,0,0]
160 |
161 | [Block3_1]
162 | Measure = Calc
163 | Formula = [MeasureBand2]>0.0
164 | DynamicVariables = 1
165 | IfCondition = ([Block3_1]=1)
166 | IfTrueAction = [!SetVariable Block3_1Color #Color#]
167 | IfFalseAction = [!SetVariable Block3_1Color 0,0,0,0]
168 |
169 | [Block3_2]
170 | Measure = Calc
171 | Formula = [MeasureBand2]>0.1
172 | DynamicVariables = 1
173 | IfCondition = ([Block3_2]=1)
174 | IfTrueAction = [!SetVariable Block3_2Color #Color#]
175 | IfFalseAction = [!SetVariable Block3_2Color 0,0,0,0]
176 |
177 | [Block3_3]
178 | Measure = Calc
179 | Formula = [MeasureBand2]>0.2
180 | DynamicVariables = 1
181 | IfCondition = ([Block3_3]=1)
182 | IfTrueAction = [!SetVariable Block3_3Color #Color#]
183 | IfFalseAction = [!SetVariable Block3_3Color 0,0,0,0]
184 |
185 | [Block3_4]
186 | Measure = Calc
187 | Formula = [MeasureBand2]>0.3
188 | DynamicVariables = 1
189 | IfCondition = ([Block3_4]=1)
190 | IfTrueAction = [!SetVariable Block3_4Color #Color#]
191 | IfFalseAction = [!SetVariable Block3_4Color 0,0,0,0]
192 |
193 | [Block3_5]
194 | Measure = Calc
195 | Formula = [MeasureBand2]>0.4
196 | DynamicVariables = 1
197 | IfCondition = ([Block3_5]=1)
198 | IfTrueAction = [!SetVariable Block3_5Color #Color#]
199 | IfFalseAction = [!SetVariable Block3_5Color 0,0,0,0]
200 |
201 | [Block3_6]
202 | Measure = Calc
203 | Formula = [MeasureBand2]>0.5
204 | DynamicVariables = 1
205 | IfCondition = ([Block3_6]=1)
206 | IfTrueAction = [!SetVariable Block3_6Color #Color#]
207 | IfFalseAction = [!SetVariable Block3_6Color 0,0,0,0]
208 |
209 | [Block3_7]
210 | Measure = Calc
211 | Formula = [MeasureBand2]>0.6
212 | DynamicVariables = 1
213 | IfCondition = ([Block3_7]=1)
214 | IfTrueAction = [!SetVariable Block3_7Color #Color#]
215 | IfFalseAction = [!SetVariable Block3_7Color 0,0,0,0]
216 |
217 | [Block3_8]
218 | Measure = Calc
219 | Formula = [MeasureBand2]>0.7
220 | DynamicVariables = 1
221 | IfCondition = ([Block3_8]=1)
222 | IfTrueAction = [!SetVariable Block3_8Color #Color#]
223 | IfFalseAction = [!SetVariable Block3_8Color 0,0,0,0]
224 |
225 | [Block3_9]
226 | Measure = Calc
227 | Formula = [MeasureBand2]>0.8
228 | DynamicVariables = 1
229 | IfCondition = ([Block3_9]=1)
230 | IfTrueAction = [!SetVariable Block3_9Color #Color#]
231 | IfFalseAction = [!SetVariable Block3_9Color 0,0,0,0]
232 |
233 | [Block3_10]
234 | Measure = Calc
235 | Formula = [MeasureBand2]>0.9
236 | DynamicVariables = 1
237 | IfCondition = ([Block3_10]=1)
238 | IfTrueAction = [!SetVariable Block3_10Color #Color#]
239 | IfFalseAction = [!SetVariable Block3_10Color 0,0,0,0]
240 |
241 | [Block4_1]
242 | Measure = Calc
243 | Formula = [MeasureBand3]>0.0
244 | DynamicVariables = 1
245 | IfCondition = ([Block4_1]=1)
246 | IfTrueAction = [!SetVariable Block4_1Color #Color#]
247 | IfFalseAction = [!SetVariable Block4_1Color 0,0,0,0]
248 |
249 | [Block4_2]
250 | Measure = Calc
251 | Formula = [MeasureBand3]>0.1
252 | DynamicVariables = 1
253 | IfCondition = ([Block4_2]=1)
254 | IfTrueAction = [!SetVariable Block4_2Color #Color#]
255 | IfFalseAction = [!SetVariable Block4_2Color 0,0,0,0]
256 |
257 | [Block4_3]
258 | Measure = Calc
259 | Formula = [MeasureBand3]>0.2
260 | DynamicVariables = 1
261 | IfCondition = ([Block4_3]=1)
262 | IfTrueAction = [!SetVariable Block4_3Color #Color#]
263 | IfFalseAction = [!SetVariable Block4_3Color 0,0,0,0]
264 |
265 | [Block4_4]
266 | Measure = Calc
267 | Formula = [MeasureBand3]>0.3
268 | DynamicVariables = 1
269 | IfCondition = ([Block4_4]=1)
270 | IfTrueAction = [!SetVariable Block4_4Color #Color#]
271 | IfFalseAction = [!SetVariable Block4_4Color 0,0,0,0]
272 |
273 | [Block4_5]
274 | Measure = Calc
275 | Formula = [MeasureBand3]>0.4
276 | DynamicVariables = 1
277 | IfCondition = ([Block4_5]=1)
278 | IfTrueAction = [!SetVariable Block4_5Color #Color#]
279 | IfFalseAction = [!SetVariable Block4_5Color 0,0,0,0]
280 |
281 | [Block4_6]
282 | Measure = Calc
283 | Formula = [MeasureBand3]>0.5
284 | DynamicVariables = 1
285 | IfCondition = ([Block4_6]=1)
286 | IfTrueAction = [!SetVariable Block4_6Color #Color#]
287 | IfFalseAction = [!SetVariable Block4_6Color 0,0,0,0]
288 |
289 | [Block4_7]
290 | Measure = Calc
291 | Formula = [MeasureBand3]>0.6
292 | DynamicVariables = 1
293 | IfCondition = ([Block4_7]=1)
294 | IfTrueAction = [!SetVariable Block4_7Color #Color#]
295 | IfFalseAction = [!SetVariable Block4_7Color 0,0,0,0]
296 |
297 | [Block4_8]
298 | Measure = Calc
299 | Formula = [MeasureBand3]>0.7
300 | DynamicVariables = 1
301 | IfCondition = ([Block4_8]=1)
302 | IfTrueAction = [!SetVariable Block4_8Color #Color#]
303 | IfFalseAction = [!SetVariable Block4_8Color 0,0,0,0]
304 |
305 | [Block4_9]
306 | Measure = Calc
307 | Formula = [MeasureBand3]>0.8
308 | DynamicVariables = 1
309 | IfCondition = ([Block4_9]=1)
310 | IfTrueAction = [!SetVariable Block4_9Color #Color#]
311 | IfFalseAction = [!SetVariable Block4_9Color 0,0,0,0]
312 |
313 | [Block4_10]
314 | Measure = Calc
315 | Formula = [MeasureBand3]>0.9
316 | DynamicVariables = 1
317 | IfCondition = ([Block4_10]=1)
318 | IfTrueAction = [!SetVariable Block4_10Color #Color#]
319 | IfFalseAction = [!SetVariable Block4_10Color 0,0,0,0]
320 |
321 | [Block5_1]
322 | Measure = Calc
323 | Formula = [MeasureBand4]>0.0
324 | DynamicVariables = 1
325 | IfCondition = ([Block5_1]=1)
326 | IfTrueAction = [!SetVariable Block5_1Color #Color#]
327 | IfFalseAction = [!SetVariable Block5_1Color 0,0,0,0]
328 |
329 | [Block5_2]
330 | Measure = Calc
331 | Formula = [MeasureBand4]>0.1
332 | DynamicVariables = 1
333 | IfCondition = ([Block5_2]=1)
334 | IfTrueAction = [!SetVariable Block5_2Color #Color#]
335 | IfFalseAction = [!SetVariable Block5_2Color 0,0,0,0]
336 |
337 | [Block5_3]
338 | Measure = Calc
339 | Formula = [MeasureBand4]>0.2
340 | DynamicVariables = 1
341 | IfCondition = ([Block5_3]=1)
342 | IfTrueAction = [!SetVariable Block5_3Color #Color#]
343 | IfFalseAction = [!SetVariable Block5_3Color 0,0,0,0]
344 |
345 | [Block5_4]
346 | Measure = Calc
347 | Formula = [MeasureBand4]>0.3
348 | DynamicVariables = 1
349 | IfCondition = ([Block5_4]=1)
350 | IfTrueAction = [!SetVariable Block5_4Color #Color#]
351 | IfFalseAction = [!SetVariable Block5_4Color 0,0,0,0]
352 |
353 | [Block5_5]
354 | Measure = Calc
355 | Formula = [MeasureBand4]>0.4
356 | DynamicVariables = 1
357 | IfCondition = ([Block5_5]=1)
358 | IfTrueAction = [!SetVariable Block5_5Color #Color#]
359 | IfFalseAction = [!SetVariable Block5_5Color 0,0,0,0]
360 |
361 | [Block5_6]
362 | Measure = Calc
363 | Formula = [MeasureBand4]>0.5
364 | DynamicVariables = 1
365 | IfCondition = ([Block5_6]=1)
366 | IfTrueAction = [!SetVariable Block5_6Color #Color#]
367 | IfFalseAction = [!SetVariable Block5_6Color 0,0,0,0]
368 |
369 | [Block5_7]
370 | Measure = Calc
371 | Formula = [MeasureBand4]>0.6
372 | DynamicVariables = 1
373 | IfCondition = ([Block5_7]=1)
374 | IfTrueAction = [!SetVariable Block5_7Color #Color#]
375 | IfFalseAction = [!SetVariable Block5_7Color 0,0,0,0]
376 |
377 | [Block5_8]
378 | Measure = Calc
379 | Formula = [MeasureBand4]>0.7
380 | DynamicVariables = 1
381 | IfCondition = ([Block5_8]=1)
382 | IfTrueAction = [!SetVariable Block5_8Color #Color#]
383 | IfFalseAction = [!SetVariable Block5_8Color 0,0,0,0]
384 |
385 | [Block5_9]
386 | Measure = Calc
387 | Formula = [MeasureBand4]>0.8
388 | DynamicVariables = 1
389 | IfCondition = ([Block5_9]=1)
390 | IfTrueAction = [!SetVariable Block5_9Color #Color#]
391 | IfFalseAction = [!SetVariable Block5_9Color 0,0,0,0]
392 |
393 | [Block5_10]
394 | Measure = Calc
395 | Formula = [MeasureBand4]>0.9
396 | DynamicVariables = 1
397 | IfCondition = ([Block5_10]=1)
398 | IfTrueAction = [!SetVariable Block5_10Color #Color#]
399 | IfFalseAction = [!SetVariable Block5_10Color 0,0,0,0]
400 |
401 | [Block6_1]
402 | Measure = Calc
403 | Formula = [MeasureBand5]>0.0
404 | DynamicVariables = 1
405 | IfCondition = ([Block6_1]=1)
406 | IfTrueAction = [!SetVariable Block6_1Color #Color#]
407 | IfFalseAction = [!SetVariable Block6_1Color 0,0,0,0]
408 |
409 | [Block6_2]
410 | Measure = Calc
411 | Formula = [MeasureBand5]>0.1
412 | DynamicVariables = 1
413 | IfCondition = ([Block6_2]=1)
414 | IfTrueAction = [!SetVariable Block6_2Color #Color#]
415 | IfFalseAction = [!SetVariable Block6_2Color 0,0,0,0]
416 |
417 | [Block6_3]
418 | Measure = Calc
419 | Formula = [MeasureBand5]>0.2
420 | DynamicVariables = 1
421 | IfCondition = ([Block6_3]=1)
422 | IfTrueAction = [!SetVariable Block6_3Color #Color#]
423 | IfFalseAction = [!SetVariable Block6_3Color 0,0,0,0]
424 |
425 | [Block6_4]
426 | Measure = Calc
427 | Formula = [MeasureBand5]>0.3
428 | DynamicVariables = 1
429 | IfCondition = ([Block6_4]=1)
430 | IfTrueAction = [!SetVariable Block6_4Color #Color#]
431 | IfFalseAction = [!SetVariable Block6_4Color 0,0,0,0]
432 |
433 | [Block6_5]
434 | Measure = Calc
435 | Formula = [MeasureBand5]>0.4
436 | DynamicVariables = 1
437 | IfCondition = ([Block6_5]=1)
438 | IfTrueAction = [!SetVariable Block6_5Color #Color#]
439 | IfFalseAction = [!SetVariable Block6_5Color 0,0,0,0]
440 |
441 | [Block6_6]
442 | Measure = Calc
443 | Formula = [MeasureBand5]>0.5
444 | DynamicVariables = 1
445 | IfCondition = ([Block6_6]=1)
446 | IfTrueAction = [!SetVariable Block6_6Color #Color#]
447 | IfFalseAction = [!SetVariable Block6_6Color 0,0,0,0]
448 |
449 | [Block6_7]
450 | Measure = Calc
451 | Formula = [MeasureBand5]>0.6
452 | DynamicVariables = 1
453 | IfCondition = ([Block6_7]=1)
454 | IfTrueAction = [!SetVariable Block6_7Color #Color#]
455 | IfFalseAction = [!SetVariable Block6_7Color 0,0,0,0]
456 |
457 | [Block6_8]
458 | Measure = Calc
459 | Formula = [MeasureBand5]>0.7
460 | DynamicVariables = 1
461 | IfCondition = ([Block6_8]=1)
462 | IfTrueAction = [!SetVariable Block6_8Color #Color#]
463 | IfFalseAction = [!SetVariable Block6_8Color 0,0,0,0]
464 |
465 | [Block6_9]
466 | Measure = Calc
467 | Formula = [MeasureBand5]>0.8
468 | DynamicVariables = 1
469 | IfCondition = ([Block6_9]=1)
470 | IfTrueAction = [!SetVariable Block6_9Color #Color#]
471 | IfFalseAction = [!SetVariable Block6_9Color 0,0,0,0]
472 |
473 | [Block6_10]
474 | Measure = Calc
475 | Formula = [MeasureBand5]>0.9
476 | DynamicVariables = 1
477 | IfCondition = ([Block6_10]=1)
478 | IfTrueAction = [!SetVariable Block6_10Color #Color#]
479 | IfFalseAction = [!SetVariable Block6_10Color 0,0,0,0]
480 |
481 | [Block7_1]
482 | Measure = Calc
483 | Formula = [MeasureBand6]>0.0
484 | DynamicVariables = 1
485 | IfCondition = ([Block7_1]=1)
486 | IfTrueAction = [!SetVariable Block7_1Color #Color#]
487 | IfFalseAction = [!SetVariable Block7_1Color 0,0,0,0]
488 |
489 | [Block7_2]
490 | Measure = Calc
491 | Formula = [MeasureBand6]>0.1
492 | DynamicVariables = 1
493 | IfCondition = ([Block7_2]=1)
494 | IfTrueAction = [!SetVariable Block7_2Color #Color#]
495 | IfFalseAction = [!SetVariable Block7_2Color 0,0,0,0]
496 |
497 | [Block7_3]
498 | Measure = Calc
499 | Formula = [MeasureBand6]>0.2
500 | DynamicVariables = 1
501 | IfCondition = ([Block7_3]=1)
502 | IfTrueAction = [!SetVariable Block7_3Color #Color#]
503 | IfFalseAction = [!SetVariable Block7_3Color 0,0,0,0]
504 |
505 | [Block7_4]
506 | Measure = Calc
507 | Formula = [MeasureBand6]>0.3
508 | DynamicVariables = 1
509 | IfCondition = ([Block7_4]=1)
510 | IfTrueAction = [!SetVariable Block7_4Color #Color#]
511 | IfFalseAction = [!SetVariable Block7_4Color 0,0,0,0]
512 |
513 | [Block7_5]
514 | Measure = Calc
515 | Formula = [MeasureBand6]>0.4
516 | DynamicVariables = 1
517 | IfCondition = ([Block7_5]=1)
518 | IfTrueAction = [!SetVariable Block7_5Color #Color#]
519 | IfFalseAction = [!SetVariable Block7_5Color 0,0,0,0]
520 |
521 | [Block7_6]
522 | Measure = Calc
523 | Formula = [MeasureBand6]>0.5
524 | DynamicVariables = 1
525 | IfCondition = ([Block7_6]=1)
526 | IfTrueAction = [!SetVariable Block7_6Color #Color#]
527 | IfFalseAction = [!SetVariable Block7_6Color 0,0,0,0]
528 |
529 | [Block7_7]
530 | Measure = Calc
531 | Formula = [MeasureBand6]>0.6
532 | DynamicVariables = 1
533 | IfCondition = ([Block7_7]=1)
534 | IfTrueAction = [!SetVariable Block7_7Color #Color#]
535 | IfFalseAction = [!SetVariable Block7_7Color 0,0,0,0]
536 |
537 | [Block7_8]
538 | Measure = Calc
539 | Formula = [MeasureBand6]>0.7
540 | DynamicVariables = 1
541 | IfCondition = ([Block7_8]=1)
542 | IfTrueAction = [!SetVariable Block7_8Color #Color#]
543 | IfFalseAction = [!SetVariable Block7_8Color 0,0,0,0]
544 |
545 | [Block7_9]
546 | Measure = Calc
547 | Formula = [MeasureBand6]>0.8
548 | DynamicVariables = 1
549 | IfCondition = ([Block7_9]=1)
550 | IfTrueAction = [!SetVariable Block7_9Color #Color#]
551 | IfFalseAction = [!SetVariable Block7_9Color 0,0,0,0]
552 |
553 | [Block7_10]
554 | Measure = Calc
555 | Formula = [MeasureBand6]>0.9
556 | DynamicVariables = 1
557 | IfCondition = ([Block7_10]=1)
558 | IfTrueAction = [!SetVariable Block7_10Color #Color#]
559 | IfFalseAction = [!SetVariable Block7_10Color 0,0,0,0]
560 |
561 | [Block8_1]
562 | Measure = Calc
563 | Formula = [MeasureBand7]>0.0
564 | DynamicVariables = 1
565 | IfCondition = ([Block8_1]=1)
566 | IfTrueAction = [!SetVariable Block8_1Color #Color#]
567 | IfFalseAction = [!SetVariable Block8_1Color 0,0,0,0]
568 |
569 | [Block8_2]
570 | Measure = Calc
571 | Formula = [MeasureBand7]>0.1
572 | DynamicVariables = 1
573 | IfCondition = ([Block8_2]=1)
574 | IfTrueAction = [!SetVariable Block8_2Color #Color#]
575 | IfFalseAction = [!SetVariable Block8_2Color 0,0,0,0]
576 |
577 | [Block8_3]
578 | Measure = Calc
579 | Formula = [MeasureBand7]>0.2
580 | DynamicVariables = 1
581 | IfCondition = ([Block8_3]=1)
582 | IfTrueAction = [!SetVariable Block8_3Color #Color#]
583 | IfFalseAction = [!SetVariable Block8_3Color 0,0,0,0]
584 |
585 | [Block8_4]
586 | Measure = Calc
587 | Formula = [MeasureBand7]>0.3
588 | DynamicVariables = 1
589 | IfCondition = ([Block8_4]=1)
590 | IfTrueAction = [!SetVariable Block8_4Color #Color#]
591 | IfFalseAction = [!SetVariable Block8_4Color 0,0,0,0]
592 |
593 | [Block8_5]
594 | Measure = Calc
595 | Formula = [MeasureBand7]>0.4
596 | DynamicVariables = 1
597 | IfCondition = ([Block8_5]=1)
598 | IfTrueAction = [!SetVariable Block8_5Color #Color#]
599 | IfFalseAction = [!SetVariable Block8_5Color 0,0,0,0]
600 |
601 | [Block8_6]
602 | Measure = Calc
603 | Formula = [MeasureBand7]>0.5
604 | DynamicVariables = 1
605 | IfCondition = ([Block8_6]=1)
606 | IfTrueAction = [!SetVariable Block8_6Color #Color#]
607 | IfFalseAction = [!SetVariable Block8_6Color 0,0,0,0]
608 |
609 | [Block8_7]
610 | Measure = Calc
611 | Formula = [MeasureBand7]>0.6
612 | DynamicVariables = 1
613 | IfCondition = ([Block8_7]=1)
614 | IfTrueAction = [!SetVariable Block8_7Color #Color#]
615 | IfFalseAction = [!SetVariable Block8_7Color 0,0,0,0]
616 |
617 | [Block8_8]
618 | Measure = Calc
619 | Formula = [MeasureBand7]>0.7
620 | DynamicVariables = 1
621 | IfCondition = ([Block8_8]=1)
622 | IfTrueAction = [!SetVariable Block8_8Color #Color#]
623 | IfFalseAction = [!SetVariable Block8_8Color 0,0,0,0]
624 |
625 | [Block8_9]
626 | Measure = Calc
627 | Formula = [MeasureBand7]>0.8
628 | DynamicVariables = 1
629 | IfCondition = ([Block8_9]=1)
630 | IfTrueAction = [!SetVariable Block8_9Color #Color#]
631 | IfFalseAction = [!SetVariable Block8_9Color 0,0,0,0]
632 |
633 | [Block8_10]
634 | Measure = Calc
635 | Formula = [MeasureBand7]>0.9
636 | DynamicVariables = 1
637 | IfCondition = ([Block8_10]=1)
638 | IfTrueAction = [!SetVariable Block8_10Color #Color#]
639 | IfFalseAction = [!SetVariable Block8_10Color 0,0,0,0]
640 |
641 | [Block9_1]
642 | Measure = Calc
643 | Formula = [MeasureBand8]>0.0
644 | DynamicVariables = 1
645 | IfCondition = ([Block9_1]=1)
646 | IfTrueAction = [!SetVariable Block9_1Color #Color#]
647 | IfFalseAction = [!SetVariable Block9_1Color 0,0,0,0]
648 |
649 | [Block9_2]
650 | Measure = Calc
651 | Formula = [MeasureBand8]>0.1
652 | DynamicVariables = 1
653 | IfCondition = ([Block9_2]=1)
654 | IfTrueAction = [!SetVariable Block9_2Color #Color#]
655 | IfFalseAction = [!SetVariable Block9_2Color 0,0,0,0]
656 |
657 | [Block9_3]
658 | Measure = Calc
659 | Formula = [MeasureBand8]>0.2
660 | DynamicVariables = 1
661 | IfCondition = ([Block9_3]=1)
662 | IfTrueAction = [!SetVariable Block9_3Color #Color#]
663 | IfFalseAction = [!SetVariable Block9_3Color 0,0,0,0]
664 |
665 | [Block9_4]
666 | Measure = Calc
667 | Formula = [MeasureBand8]>0.3
668 | DynamicVariables = 1
669 | IfCondition = ([Block9_4]=1)
670 | IfTrueAction = [!SetVariable Block9_4Color #Color#]
671 | IfFalseAction = [!SetVariable Block9_4Color 0,0,0,0]
672 |
673 | [Block9_5]
674 | Measure = Calc
675 | Formula = [MeasureBand8]>0.4
676 | DynamicVariables = 1
677 | IfCondition = ([Block9_5]=1)
678 | IfTrueAction = [!SetVariable Block9_5Color #Color#]
679 | IfFalseAction = [!SetVariable Block9_5Color 0,0,0,0]
680 |
681 | [Block9_6]
682 | Measure = Calc
683 | Formula = [MeasureBand8]>0.5
684 | DynamicVariables = 1
685 | IfCondition = ([Block9_6]=1)
686 | IfTrueAction = [!SetVariable Block9_6Color #Color#]
687 | IfFalseAction = [!SetVariable Block9_6Color 0,0,0,0]
688 |
689 | [Block9_7]
690 | Measure = Calc
691 | Formula = [MeasureBand8]>0.6
692 | DynamicVariables = 1
693 | IfCondition = ([Block9_7]=1)
694 | IfTrueAction = [!SetVariable Block9_7Color #Color#]
695 | IfFalseAction = [!SetVariable Block9_7Color 0,0,0,0]
696 |
697 | [Block9_8]
698 | Measure = Calc
699 | Formula = [MeasureBand8]>0.7
700 | DynamicVariables = 1
701 | IfCondition = ([Block9_8]=1)
702 | IfTrueAction = [!SetVariable Block9_8Color #Color#]
703 | IfFalseAction = [!SetVariable Block9_8Color 0,0,0,0]
704 |
705 | [Block9_9]
706 | Measure = Calc
707 | Formula = [MeasureBand8]>0.8
708 | DynamicVariables = 1
709 | IfCondition = ([Block9_9]=1)
710 | IfTrueAction = [!SetVariable Block9_9Color #Color#]
711 | IfFalseAction = [!SetVariable Block9_9Color 0,0,0,0]
712 |
713 | [Block9_10]
714 | Measure = Calc
715 | Formula = [MeasureBand8]>0.9
716 | DynamicVariables = 1
717 | IfCondition = ([Block9_10]=1)
718 | IfTrueAction = [!SetVariable Block9_10Color #Color#]
719 | IfFalseAction = [!SetVariable Block9_10Color 0,0,0,0]
720 |
721 | [Block10_1]
722 | Measure = Calc
723 | Formula = [MeasureBand9]>0.0
724 | DynamicVariables = 1
725 | IfCondition = ([Block10_1]=1)
726 | IfTrueAction = [!SetVariable Block10_1Color #Color#]
727 | IfFalseAction = [!SetVariable Block10_1Color 0,0,0,0]
728 |
729 | [Block10_2]
730 | Measure = Calc
731 | Formula = [MeasureBand9]>0.1
732 | DynamicVariables = 1
733 | IfCondition = ([Block10_2]=1)
734 | IfTrueAction = [!SetVariable Block10_2Color #Color#]
735 | IfFalseAction = [!SetVariable Block10_2Color 0,0,0,0]
736 |
737 | [Block10_3]
738 | Measure = Calc
739 | Formula = [MeasureBand9]>0.2
740 | DynamicVariables = 1
741 | IfCondition = ([Block10_3]=1)
742 | IfTrueAction = [!SetVariable Block10_3Color #Color#]
743 | IfFalseAction = [!SetVariable Block10_3Color 0,0,0,0]
744 |
745 | [Block10_4]
746 | Measure = Calc
747 | Formula = [MeasureBand9]>0.3
748 | DynamicVariables = 1
749 | IfCondition = ([Block10_4]=1)
750 | IfTrueAction = [!SetVariable Block10_4Color #Color#]
751 | IfFalseAction = [!SetVariable Block10_4Color 0,0,0,0]
752 |
753 | [Block10_5]
754 | Measure = Calc
755 | Formula = [MeasureBand9]>0.4
756 | DynamicVariables = 1
757 | IfCondition = ([Block10_5]=1)
758 | IfTrueAction = [!SetVariable Block10_5Color #Color#]
759 | IfFalseAction = [!SetVariable Block10_5Color 0,0,0,0]
760 |
761 | [Block10_6]
762 | Measure = Calc
763 | Formula = [MeasureBand9]>0.5
764 | DynamicVariables = 1
765 | IfCondition = ([Block10_6]=1)
766 | IfTrueAction = [!SetVariable Block10_6Color #Color#]
767 | IfFalseAction = [!SetVariable Block10_6Color 0,0,0,0]
768 |
769 | [Block10_7]
770 | Measure = Calc
771 | Formula = [MeasureBand9]>0.6
772 | DynamicVariables = 1
773 | IfCondition = ([Block10_7]=1)
774 | IfTrueAction = [!SetVariable Block10_7Color #Color#]
775 | IfFalseAction = [!SetVariable Block10_7Color 0,0,0,0]
776 |
777 | [Block10_8]
778 | Measure = Calc
779 | Formula = [MeasureBand9]>0.7
780 | DynamicVariables = 1
781 | IfCondition = ([Block10_8]=1)
782 | IfTrueAction = [!SetVariable Block10_8Color #Color#]
783 | IfFalseAction = [!SetVariable Block10_8Color 0,0,0,0]
784 |
785 | [Block10_9]
786 | Measure = Calc
787 | Formula = [MeasureBand9]>0.8
788 | DynamicVariables = 1
789 | IfCondition = ([Block10_9]=1)
790 | IfTrueAction = [!SetVariable Block10_9Color #Color#]
791 | IfFalseAction = [!SetVariable Block10_9Color 0,0,0,0]
792 |
793 | [Block10_10]
794 | Measure = Calc
795 | Formula = [MeasureBand9]>0.9
796 | DynamicVariables = 1
797 | IfCondition = ([Block10_10]=1)
798 | IfTrueAction = [!SetVariable Block10_10Color #Color#]
799 | IfFalseAction = [!SetVariable Block10_10Color 0,0,0,0]
800 |
801 | [Block11_1]
802 | Measure = Calc
803 | Formula = [MeasureBand10]>0.0
804 | DynamicVariables = 1
805 | IfCondition = ([Block11_1]=1)
806 | IfTrueAction = [!SetVariable Block11_1Color #Color#]
807 | IfFalseAction = [!SetVariable Block11_1Color 0,0,0,0]
808 |
809 | [Block11_2]
810 | Measure = Calc
811 | Formula = [MeasureBand10]>0.1
812 | DynamicVariables = 1
813 | IfCondition = ([Block11_2]=1)
814 | IfTrueAction = [!SetVariable Block11_2Color #Color#]
815 | IfFalseAction = [!SetVariable Block11_2Color 0,0,0,0]
816 |
817 | [Block11_3]
818 | Measure = Calc
819 | Formula = [MeasureBand10]>0.2
820 | DynamicVariables = 1
821 | IfCondition = ([Block11_3]=1)
822 | IfTrueAction = [!SetVariable Block11_3Color #Color#]
823 | IfFalseAction = [!SetVariable Block11_3Color 0,0,0,0]
824 |
825 | [Block11_4]
826 | Measure = Calc
827 | Formula = [MeasureBand10]>0.3
828 | DynamicVariables = 1
829 | IfCondition = ([Block11_4]=1)
830 | IfTrueAction = [!SetVariable Block11_4Color #Color#]
831 | IfFalseAction = [!SetVariable Block11_4Color 0,0,0,0]
832 |
833 | [Block11_5]
834 | Measure = Calc
835 | Formula = [MeasureBand10]>0.4
836 | DynamicVariables = 1
837 | IfCondition = ([Block11_5]=1)
838 | IfTrueAction = [!SetVariable Block11_5Color #Color#]
839 | IfFalseAction = [!SetVariable Block11_5Color 0,0,0,0]
840 |
841 | [Block11_6]
842 | Measure = Calc
843 | Formula = [MeasureBand10]>0.5
844 | DynamicVariables = 1
845 | IfCondition = ([Block11_6]=1)
846 | IfTrueAction = [!SetVariable Block11_6Color #Color#]
847 | IfFalseAction = [!SetVariable Block11_6Color 0,0,0,0]
848 |
849 | [Block11_7]
850 | Measure = Calc
851 | Formula = [MeasureBand10]>0.6
852 | DynamicVariables = 1
853 | IfCondition = ([Block11_7]=1)
854 | IfTrueAction = [!SetVariable Block11_7Color #Color#]
855 | IfFalseAction = [!SetVariable Block11_7Color 0,0,0,0]
856 |
857 | [Block11_8]
858 | Measure = Calc
859 | Formula = [MeasureBand10]>0.7
860 | DynamicVariables = 1
861 | IfCondition = ([Block11_8]=1)
862 | IfTrueAction = [!SetVariable Block11_8Color #Color#]
863 | IfFalseAction = [!SetVariable Block11_8Color 0,0,0,0]
864 |
865 | [Block11_9]
866 | Measure = Calc
867 | Formula = [MeasureBand10]>0.8
868 | DynamicVariables = 1
869 | IfCondition = ([Block11_9]=1)
870 | IfTrueAction = [!SetVariable Block11_9Color #Color#]
871 | IfFalseAction = [!SetVariable Block11_9Color 0,0,0,0]
872 |
873 | [Block11_10]
874 | Measure = Calc
875 | Formula = [MeasureBand10]>0.9
876 | DynamicVariables = 1
877 | IfCondition = ([Block11_10]=1)
878 | IfTrueAction = [!SetVariable Block11_10Color #Color#]
879 | IfFalseAction = [!SetVariable Block11_10Color 0,0,0,0]
880 |
881 | [Block12_1]
882 | Measure = Calc
883 | Formula = [MeasureBand11]>0.0
884 | DynamicVariables = 1
885 | IfCondition = ([Block12_1]=1)
886 | IfTrueAction = [!SetVariable Block12_1Color #Color#]
887 | IfFalseAction = [!SetVariable Block12_1Color 0,0,0,0]
888 |
889 | [Block12_2]
890 | Measure = Calc
891 | Formula = [MeasureBand11]>0.1
892 | DynamicVariables = 1
893 | IfCondition = ([Block12_2]=1)
894 | IfTrueAction = [!SetVariable Block12_2Color #Color#]
895 | IfFalseAction = [!SetVariable Block12_2Color 0,0,0,0]
896 |
897 | [Block12_3]
898 | Measure = Calc
899 | Formula = [MeasureBand11]>0.2
900 | DynamicVariables = 1
901 | IfCondition = ([Block12_3]=1)
902 | IfTrueAction = [!SetVariable Block12_3Color #Color#]
903 | IfFalseAction = [!SetVariable Block12_3Color 0,0,0,0]
904 |
905 | [Block12_4]
906 | Measure = Calc
907 | Formula = [MeasureBand11]>0.3
908 | DynamicVariables = 1
909 | IfCondition = ([Block12_4]=1)
910 | IfTrueAction = [!SetVariable Block12_4Color #Color#]
911 | IfFalseAction = [!SetVariable Block12_4Color 0,0,0,0]
912 |
913 | [Block12_5]
914 | Measure = Calc
915 | Formula = [MeasureBand11]>0.4
916 | DynamicVariables = 1
917 | IfCondition = ([Block12_5]=1)
918 | IfTrueAction = [!SetVariable Block12_5Color #Color#]
919 | IfFalseAction = [!SetVariable Block12_5Color 0,0,0,0]
920 |
921 | [Block12_6]
922 | Measure = Calc
923 | Formula = [MeasureBand11]>0.5
924 | DynamicVariables = 1
925 | IfCondition = ([Block12_6]=1)
926 | IfTrueAction = [!SetVariable Block12_6Color #Color#]
927 | IfFalseAction = [!SetVariable Block12_6Color 0,0,0,0]
928 |
929 | [Block12_7]
930 | Measure = Calc
931 | Formula = [MeasureBand11]>0.6
932 | DynamicVariables = 1
933 | IfCondition = ([Block12_7]=1)
934 | IfTrueAction = [!SetVariable Block12_7Color #Color#]
935 | IfFalseAction = [!SetVariable Block12_7Color 0,0,0,0]
936 |
937 | [Block12_8]
938 | Measure = Calc
939 | Formula = [MeasureBand11]>0.7
940 | DynamicVariables = 1
941 | IfCondition = ([Block12_8]=1)
942 | IfTrueAction = [!SetVariable Block12_8Color #Color#]
943 | IfFalseAction = [!SetVariable Block12_8Color 0,0,0,0]
944 |
945 | [Block12_9]
946 | Measure = Calc
947 | Formula = [MeasureBand11]>0.8
948 | DynamicVariables = 1
949 | IfCondition = ([Block12_9]=1)
950 | IfTrueAction = [!SetVariable Block12_9Color #Color#]
951 | IfFalseAction = [!SetVariable Block12_9Color 0,0,0,0]
952 |
953 | [Block12_10]
954 | Measure = Calc
955 | Formula = [MeasureBand11]>0.9
956 | DynamicVariables = 1
957 | IfCondition = ([Block12_10]=1)
958 | IfTrueAction = [!SetVariable Block12_10Color #Color#]
959 | IfFalseAction = [!SetVariable Block12_10Color 0,0,0,0]
960 |
961 | [Block13_1]
962 | Measure = Calc
963 | Formula = [MeasureBand12]>0.0
964 | DynamicVariables = 1
965 | IfCondition = ([Block13_1]=1)
966 | IfTrueAction = [!SetVariable Block13_1Color #Color#]
967 | IfFalseAction = [!SetVariable Block13_1Color 0,0,0,0]
968 |
969 | [Block13_2]
970 | Measure = Calc
971 | Formula = [MeasureBand12]>0.1
972 | DynamicVariables = 1
973 | IfCondition = ([Block13_2]=1)
974 | IfTrueAction = [!SetVariable Block13_2Color #Color#]
975 | IfFalseAction = [!SetVariable Block13_2Color 0,0,0,0]
976 |
977 | [Block13_3]
978 | Measure = Calc
979 | Formula = [MeasureBand12]>0.2
980 | DynamicVariables = 1
981 | IfCondition = ([Block13_3]=1)
982 | IfTrueAction = [!SetVariable Block13_3Color #Color#]
983 | IfFalseAction = [!SetVariable Block13_3Color 0,0,0,0]
984 |
985 | [Block13_4]
986 | Measure = Calc
987 | Formula = [MeasureBand12]>0.3
988 | DynamicVariables = 1
989 | IfCondition = ([Block13_4]=1)
990 | IfTrueAction = [!SetVariable Block13_4Color #Color#]
991 | IfFalseAction = [!SetVariable Block13_4Color 0,0,0,0]
992 |
993 | [Block13_5]
994 | Measure = Calc
995 | Formula = [MeasureBand12]>0.4
996 | DynamicVariables = 1
997 | IfCondition = ([Block13_5]=1)
998 | IfTrueAction = [!SetVariable Block13_5Color #Color#]
999 | IfFalseAction = [!SetVariable Block13_5Color 0,0,0,0]
1000 |
1001 | [Block13_6]
1002 | Measure = Calc
1003 | Formula = [MeasureBand12]>0.5
1004 | DynamicVariables = 1
1005 | IfCondition = ([Block13_6]=1)
1006 | IfTrueAction = [!SetVariable Block13_6Color #Color#]
1007 | IfFalseAction = [!SetVariable Block13_6Color 0,0,0,0]
1008 |
1009 | [Block13_7]
1010 | Measure = Calc
1011 | Formula = [MeasureBand12]>0.6
1012 | DynamicVariables = 1
1013 | IfCondition = ([Block13_7]=1)
1014 | IfTrueAction = [!SetVariable Block13_7Color #Color#]
1015 | IfFalseAction = [!SetVariable Block13_7Color 0,0,0,0]
1016 |
1017 | [Block13_8]
1018 | Measure = Calc
1019 | Formula = [MeasureBand12]>0.7
1020 | DynamicVariables = 1
1021 | IfCondition = ([Block13_8]=1)
1022 | IfTrueAction = [!SetVariable Block13_8Color #Color#]
1023 | IfFalseAction = [!SetVariable Block13_8Color 0,0,0,0]
1024 |
1025 | [Block13_9]
1026 | Measure = Calc
1027 | Formula = [MeasureBand12]>0.8
1028 | DynamicVariables = 1
1029 | IfCondition = ([Block13_9]=1)
1030 | IfTrueAction = [!SetVariable Block13_9Color #Color#]
1031 | IfFalseAction = [!SetVariable Block13_9Color 0,0,0,0]
1032 |
1033 | [Block13_10]
1034 | Measure = Calc
1035 | Formula = [MeasureBand12]>0.9
1036 | DynamicVariables = 1
1037 | IfCondition = ([Block13_10]=1)
1038 | IfTrueAction = [!SetVariable Block13_10Color #Color#]
1039 | IfFalseAction = [!SetVariable Block13_10Color 0,0,0,0]
1040 |
1041 | [Block14_1]
1042 | Measure = Calc
1043 | Formula = [MeasureBand13]>0.0
1044 | DynamicVariables = 1
1045 | IfCondition = ([Block14_1]=1)
1046 | IfTrueAction = [!SetVariable Block14_1Color #Color#]
1047 | IfFalseAction = [!SetVariable Block14_1Color 0,0,0,0]
1048 |
1049 | [Block14_2]
1050 | Measure = Calc
1051 | Formula = [MeasureBand13]>0.1
1052 | DynamicVariables = 1
1053 | IfCondition = ([Block14_2]=1)
1054 | IfTrueAction = [!SetVariable Block14_2Color #Color#]
1055 | IfFalseAction = [!SetVariable Block14_2Color 0,0,0,0]
1056 |
1057 | [Block14_3]
1058 | Measure = Calc
1059 | Formula = [MeasureBand13]>0.2
1060 | DynamicVariables = 1
1061 | IfCondition = ([Block14_3]=1)
1062 | IfTrueAction = [!SetVariable Block14_3Color #Color#]
1063 | IfFalseAction = [!SetVariable Block14_3Color 0,0,0,0]
1064 |
1065 | [Block14_4]
1066 | Measure = Calc
1067 | Formula = [MeasureBand13]>0.3
1068 | DynamicVariables = 1
1069 | IfCondition = ([Block14_4]=1)
1070 | IfTrueAction = [!SetVariable Block14_4Color #Color#]
1071 | IfFalseAction = [!SetVariable Block14_4Color 0,0,0,0]
1072 |
1073 | [Block14_5]
1074 | Measure = Calc
1075 | Formula = [MeasureBand13]>0.4
1076 | DynamicVariables = 1
1077 | IfCondition = ([Block14_5]=1)
1078 | IfTrueAction = [!SetVariable Block14_5Color #Color#]
1079 | IfFalseAction = [!SetVariable Block14_5Color 0,0,0,0]
1080 |
1081 | [Block14_6]
1082 | Measure = Calc
1083 | Formula = [MeasureBand13]>0.5
1084 | DynamicVariables = 1
1085 | IfCondition = ([Block14_6]=1)
1086 | IfTrueAction = [!SetVariable Block14_6Color #Color#]
1087 | IfFalseAction = [!SetVariable Block14_6Color 0,0,0,0]
1088 |
1089 | [Block14_7]
1090 | Measure = Calc
1091 | Formula = [MeasureBand13]>0.6
1092 | DynamicVariables = 1
1093 | IfCondition = ([Block14_7]=1)
1094 | IfTrueAction = [!SetVariable Block14_7Color #Color#]
1095 | IfFalseAction = [!SetVariable Block14_7Color 0,0,0,0]
1096 |
1097 | [Block14_8]
1098 | Measure = Calc
1099 | Formula = [MeasureBand13]>0.7
1100 | DynamicVariables = 1
1101 | IfCondition = ([Block14_8]=1)
1102 | IfTrueAction = [!SetVariable Block14_8Color #Color#]
1103 | IfFalseAction = [!SetVariable Block14_8Color 0,0,0,0]
1104 |
1105 | [Block14_9]
1106 | Measure = Calc
1107 | Formula = [MeasureBand13]>0.8
1108 | DynamicVariables = 1
1109 | IfCondition = ([Block14_9]=1)
1110 | IfTrueAction = [!SetVariable Block14_9Color #Color#]
1111 | IfFalseAction = [!SetVariable Block14_9Color 0,0,0,0]
1112 |
1113 | [Block14_10]
1114 | Measure = Calc
1115 | Formula = [MeasureBand13]>0.9
1116 | DynamicVariables = 1
1117 | IfCondition = ([Block14_10]=1)
1118 | IfTrueAction = [!SetVariable Block14_10Color #Color#]
1119 | IfFalseAction = [!SetVariable Block14_10Color 0,0,0,0]
1120 |
1121 | [Block15_1]
1122 | Measure = Calc
1123 | Formula = [MeasureBand14]>0.0
1124 | DynamicVariables = 1
1125 | IfCondition = ([Block15_1]=1)
1126 | IfTrueAction = [!SetVariable Block15_1Color #Color#]
1127 | IfFalseAction = [!SetVariable Block15_1Color 0,0,0,0]
1128 |
1129 | [Block15_2]
1130 | Measure = Calc
1131 | Formula = [MeasureBand14]>0.1
1132 | DynamicVariables = 1
1133 | IfCondition = ([Block15_2]=1)
1134 | IfTrueAction = [!SetVariable Block15_2Color #Color#]
1135 | IfFalseAction = [!SetVariable Block15_2Color 0,0,0,0]
1136 |
1137 | [Block15_3]
1138 | Measure = Calc
1139 | Formula = [MeasureBand14]>0.2
1140 | DynamicVariables = 1
1141 | IfCondition = ([Block15_3]=1)
1142 | IfTrueAction = [!SetVariable Block15_3Color #Color#]
1143 | IfFalseAction = [!SetVariable Block15_3Color 0,0,0,0]
1144 |
1145 | [Block15_4]
1146 | Measure = Calc
1147 | Formula = [MeasureBand14]>0.3
1148 | DynamicVariables = 1
1149 | IfCondition = ([Block15_4]=1)
1150 | IfTrueAction = [!SetVariable Block15_4Color #Color#]
1151 | IfFalseAction = [!SetVariable Block15_4Color 0,0,0,0]
1152 |
1153 | [Block15_5]
1154 | Measure = Calc
1155 | Formula = [MeasureBand14]>0.4
1156 | DynamicVariables = 1
1157 | IfCondition = ([Block15_5]=1)
1158 | IfTrueAction = [!SetVariable Block15_5Color #Color#]
1159 | IfFalseAction = [!SetVariable Block15_5Color 0,0,0,0]
1160 |
1161 | [Block15_6]
1162 | Measure = Calc
1163 | Formula = [MeasureBand14]>0.5
1164 | DynamicVariables = 1
1165 | IfCondition = ([Block15_6]=1)
1166 | IfTrueAction = [!SetVariable Block15_6Color #Color#]
1167 | IfFalseAction = [!SetVariable Block15_6Color 0,0,0,0]
1168 |
1169 | [Block15_7]
1170 | Measure = Calc
1171 | Formula = [MeasureBand14]>0.6
1172 | DynamicVariables = 1
1173 | IfCondition = ([Block15_7]=1)
1174 | IfTrueAction = [!SetVariable Block15_7Color #Color#]
1175 | IfFalseAction = [!SetVariable Block15_7Color 0,0,0,0]
1176 |
1177 | [Block15_8]
1178 | Measure = Calc
1179 | Formula = [MeasureBand14]>0.7
1180 | DynamicVariables = 1
1181 | IfCondition = ([Block15_8]=1)
1182 | IfTrueAction = [!SetVariable Block15_8Color #Color#]
1183 | IfFalseAction = [!SetVariable Block15_8Color 0,0,0,0]
1184 |
1185 | [Block15_9]
1186 | Measure = Calc
1187 | Formula = [MeasureBand14]>0.8
1188 | DynamicVariables = 1
1189 | IfCondition = ([Block15_9]=1)
1190 | IfTrueAction = [!SetVariable Block15_9Color #Color#]
1191 | IfFalseAction = [!SetVariable Block15_9Color 0,0,0,0]
1192 |
1193 | [Block15_10]
1194 | Measure = Calc
1195 | Formula = [MeasureBand14]>0.9
1196 | DynamicVariables = 1
1197 | IfCondition = ([Block15_10]=1)
1198 | IfTrueAction = [!SetVariable Block15_10Color #Color#]
1199 | IfFalseAction = [!SetVariable Block15_10Color 0,0,0,0]
1200 |
1201 | [Block16_1]
1202 | Measure = Calc
1203 | Formula = [MeasureBand15]>0.0
1204 | DynamicVariables = 1
1205 | IfCondition = ([Block16_1]=1)
1206 | IfTrueAction = [!SetVariable Block16_1Color #Color#]
1207 | IfFalseAction = [!SetVariable Block16_1Color 0,0,0,0]
1208 |
1209 | [Block16_2]
1210 | Measure = Calc
1211 | Formula = [MeasureBand15]>0.1
1212 | DynamicVariables = 1
1213 | IfCondition = ([Block16_2]=1)
1214 | IfTrueAction = [!SetVariable Block16_2Color #Color#]
1215 | IfFalseAction = [!SetVariable Block16_2Color 0,0,0,0]
1216 |
1217 | [Block16_3]
1218 | Measure = Calc
1219 | Formula = [MeasureBand15]>0.2
1220 | DynamicVariables = 1
1221 | IfCondition = ([Block16_3]=1)
1222 | IfTrueAction = [!SetVariable Block16_3Color #Color#]
1223 | IfFalseAction = [!SetVariable Block16_3Color 0,0,0,0]
1224 |
1225 | [Block16_4]
1226 | Measure = Calc
1227 | Formula = [MeasureBand15]>0.3
1228 | DynamicVariables = 1
1229 | IfCondition = ([Block16_4]=1)
1230 | IfTrueAction = [!SetVariable Block16_4Color #Color#]
1231 | IfFalseAction = [!SetVariable Block16_4Color 0,0,0,0]
1232 |
1233 | [Block16_5]
1234 | Measure = Calc
1235 | Formula = [MeasureBand15]>0.4
1236 | DynamicVariables = 1
1237 | IfCondition = ([Block16_5]=1)
1238 | IfTrueAction = [!SetVariable Block16_5Color #Color#]
1239 | IfFalseAction = [!SetVariable Block16_5Color 0,0,0,0]
1240 |
1241 | [Block16_6]
1242 | Measure = Calc
1243 | Formula = [MeasureBand15]>0.5
1244 | DynamicVariables = 1
1245 | IfCondition = ([Block16_6]=1)
1246 | IfTrueAction = [!SetVariable Block16_6Color #Color#]
1247 | IfFalseAction = [!SetVariable Block16_6Color 0,0,0,0]
1248 |
1249 | [Block16_7]
1250 | Measure = Calc
1251 | Formula = [MeasureBand15]>0.6
1252 | DynamicVariables = 1
1253 | IfCondition = ([Block16_7]=1)
1254 | IfTrueAction = [!SetVariable Block16_7Color #Color#]
1255 | IfFalseAction = [!SetVariable Block16_7Color 0,0,0,0]
1256 |
1257 | [Block16_8]
1258 | Measure = Calc
1259 | Formula = [MeasureBand15]>0.7
1260 | DynamicVariables = 1
1261 | IfCondition = ([Block16_8]=1)
1262 | IfTrueAction = [!SetVariable Block16_8Color #Color#]
1263 | IfFalseAction = [!SetVariable Block16_8Color 0,0,0,0]
1264 |
1265 | [Block16_9]
1266 | Measure = Calc
1267 | Formula = [MeasureBand15]>0.8
1268 | DynamicVariables = 1
1269 | IfCondition = ([Block16_9]=1)
1270 | IfTrueAction = [!SetVariable Block16_9Color #Color#]
1271 | IfFalseAction = [!SetVariable Block16_9Color 0,0,0,0]
1272 |
1273 | [Block16_10]
1274 | Measure = Calc
1275 | Formula = [MeasureBand15]>0.9
1276 | DynamicVariables = 1
1277 | IfCondition = ([Block16_10]=1)
1278 | IfTrueAction = [!SetVariable Block16_10Color #Color#]
1279 | IfFalseAction = [!SetVariable Block16_10Color 0,0,0,0]
1280 |
1281 | [Block17_1]
1282 | Measure = Calc
1283 | Formula = [MeasureBand16]>0.0
1284 | DynamicVariables = 1
1285 | IfCondition = ([Block17_1]=1)
1286 | IfTrueAction = [!SetVariable Block17_1Color #Color#]
1287 | IfFalseAction = [!SetVariable Block17_1Color 0,0,0,0]
1288 |
1289 | [Block17_2]
1290 | Measure = Calc
1291 | Formula = [MeasureBand16]>0.1
1292 | DynamicVariables = 1
1293 | IfCondition = ([Block17_2]=1)
1294 | IfTrueAction = [!SetVariable Block17_2Color #Color#]
1295 | IfFalseAction = [!SetVariable Block17_2Color 0,0,0,0]
1296 |
1297 | [Block17_3]
1298 | Measure = Calc
1299 | Formula = [MeasureBand16]>0.2
1300 | DynamicVariables = 1
1301 | IfCondition = ([Block17_3]=1)
1302 | IfTrueAction = [!SetVariable Block17_3Color #Color#]
1303 | IfFalseAction = [!SetVariable Block17_3Color 0,0,0,0]
1304 |
1305 | [Block17_4]
1306 | Measure = Calc
1307 | Formula = [MeasureBand16]>0.3
1308 | DynamicVariables = 1
1309 | IfCondition = ([Block17_4]=1)
1310 | IfTrueAction = [!SetVariable Block17_4Color #Color#]
1311 | IfFalseAction = [!SetVariable Block17_4Color 0,0,0,0]
1312 |
1313 | [Block17_5]
1314 | Measure = Calc
1315 | Formula = [MeasureBand16]>0.4
1316 | DynamicVariables = 1
1317 | IfCondition = ([Block17_5]=1)
1318 | IfTrueAction = [!SetVariable Block17_5Color #Color#]
1319 | IfFalseAction = [!SetVariable Block17_5Color 0,0,0,0]
1320 |
1321 | [Block17_6]
1322 | Measure = Calc
1323 | Formula = [MeasureBand16]>0.5
1324 | DynamicVariables = 1
1325 | IfCondition = ([Block17_6]=1)
1326 | IfTrueAction = [!SetVariable Block17_6Color #Color#]
1327 | IfFalseAction = [!SetVariable Block17_6Color 0,0,0,0]
1328 |
1329 | [Block17_7]
1330 | Measure = Calc
1331 | Formula = [MeasureBand16]>0.6
1332 | DynamicVariables = 1
1333 | IfCondition = ([Block17_7]=1)
1334 | IfTrueAction = [!SetVariable Block17_7Color #Color#]
1335 | IfFalseAction = [!SetVariable Block17_7Color 0,0,0,0]
1336 |
1337 | [Block17_8]
1338 | Measure = Calc
1339 | Formula = [MeasureBand16]>0.7
1340 | DynamicVariables = 1
1341 | IfCondition = ([Block17_8]=1)
1342 | IfTrueAction = [!SetVariable Block17_8Color #Color#]
1343 | IfFalseAction = [!SetVariable Block17_8Color 0,0,0,0]
1344 |
1345 | [Block17_9]
1346 | Measure = Calc
1347 | Formula = [MeasureBand16]>0.8
1348 | DynamicVariables = 1
1349 | IfCondition = ([Block17_9]=1)
1350 | IfTrueAction = [!SetVariable Block17_9Color #Color#]
1351 | IfFalseAction = [!SetVariable Block17_9Color 0,0,0,0]
1352 |
1353 | [Block17_10]
1354 | Measure = Calc
1355 | Formula = [MeasureBand16]>0.9
1356 | DynamicVariables = 1
1357 | IfCondition = ([Block17_10]=1)
1358 | IfTrueAction = [!SetVariable Block17_10Color #Color#]
1359 | IfFalseAction = [!SetVariable Block17_10Color 0,0,0,0]
1360 |
1361 | [Block18_1]
1362 | Measure = Calc
1363 | Formula = [MeasureBand17]>0.0
1364 | DynamicVariables = 1
1365 | IfCondition = ([Block18_1]=1)
1366 | IfTrueAction = [!SetVariable Block18_1Color #Color#]
1367 | IfFalseAction = [!SetVariable Block18_1Color 0,0,0,0]
1368 |
1369 | [Block18_2]
1370 | Measure = Calc
1371 | Formula = [MeasureBand17]>0.1
1372 | DynamicVariables = 1
1373 | IfCondition = ([Block18_2]=1)
1374 | IfTrueAction = [!SetVariable Block18_2Color #Color#]
1375 | IfFalseAction = [!SetVariable Block18_2Color 0,0,0,0]
1376 |
1377 | [Block18_3]
1378 | Measure = Calc
1379 | Formula = [MeasureBand17]>0.2
1380 | DynamicVariables = 1
1381 | IfCondition = ([Block18_3]=1)
1382 | IfTrueAction = [!SetVariable Block18_3Color #Color#]
1383 | IfFalseAction = [!SetVariable Block18_3Color 0,0,0,0]
1384 |
1385 | [Block18_4]
1386 | Measure = Calc
1387 | Formula = [MeasureBand17]>0.3
1388 | DynamicVariables = 1
1389 | IfCondition = ([Block18_4]=1)
1390 | IfTrueAction = [!SetVariable Block18_4Color #Color#]
1391 | IfFalseAction = [!SetVariable Block18_4Color 0,0,0,0]
1392 |
1393 | [Block18_5]
1394 | Measure = Calc
1395 | Formula = [MeasureBand17]>0.4
1396 | DynamicVariables = 1
1397 | IfCondition = ([Block18_5]=1)
1398 | IfTrueAction = [!SetVariable Block18_5Color #Color#]
1399 | IfFalseAction = [!SetVariable Block18_5Color 0,0,0,0]
1400 |
1401 | [Block18_6]
1402 | Measure = Calc
1403 | Formula = [MeasureBand17]>0.5
1404 | DynamicVariables = 1
1405 | IfCondition = ([Block18_6]=1)
1406 | IfTrueAction = [!SetVariable Block18_6Color #Color#]
1407 | IfFalseAction = [!SetVariable Block18_6Color 0,0,0,0]
1408 |
1409 | [Block18_7]
1410 | Measure = Calc
1411 | Formula = [MeasureBand17]>0.6
1412 | DynamicVariables = 1
1413 | IfCondition = ([Block18_7]=1)
1414 | IfTrueAction = [!SetVariable Block18_7Color #Color#]
1415 | IfFalseAction = [!SetVariable Block18_7Color 0,0,0,0]
1416 |
1417 | [Block18_8]
1418 | Measure = Calc
1419 | Formula = [MeasureBand17]>0.7
1420 | DynamicVariables = 1
1421 | IfCondition = ([Block18_8]=1)
1422 | IfTrueAction = [!SetVariable Block18_8Color #Color#]
1423 | IfFalseAction = [!SetVariable Block18_8Color 0,0,0,0]
1424 |
1425 | [Block18_9]
1426 | Measure = Calc
1427 | Formula = [MeasureBand17]>0.8
1428 | DynamicVariables = 1
1429 | IfCondition = ([Block18_9]=1)
1430 | IfTrueAction = [!SetVariable Block18_9Color #Color#]
1431 | IfFalseAction = [!SetVariable Block18_9Color 0,0,0,0]
1432 |
1433 | [Block18_10]
1434 | Measure = Calc
1435 | Formula = [MeasureBand17]>0.9
1436 | DynamicVariables = 1
1437 | IfCondition = ([Block18_10]=1)
1438 | IfTrueAction = [!SetVariable Block18_10Color #Color#]
1439 | IfFalseAction = [!SetVariable Block18_10Color 0,0,0,0]
1440 |
1441 | [Block19_1]
1442 | Measure = Calc
1443 | Formula = [MeasureBand18]>0.0
1444 | DynamicVariables = 1
1445 | IfCondition = ([Block19_1]=1)
1446 | IfTrueAction = [!SetVariable Block19_1Color #Color#]
1447 | IfFalseAction = [!SetVariable Block19_1Color 0,0,0,0]
1448 |
1449 | [Block19_2]
1450 | Measure = Calc
1451 | Formula = [MeasureBand18]>0.1
1452 | DynamicVariables = 1
1453 | IfCondition = ([Block19_2]=1)
1454 | IfTrueAction = [!SetVariable Block19_2Color #Color#]
1455 | IfFalseAction = [!SetVariable Block19_2Color 0,0,0,0]
1456 |
1457 | [Block19_3]
1458 | Measure = Calc
1459 | Formula = [MeasureBand18]>0.2
1460 | DynamicVariables = 1
1461 | IfCondition = ([Block19_3]=1)
1462 | IfTrueAction = [!SetVariable Block19_3Color #Color#]
1463 | IfFalseAction = [!SetVariable Block19_3Color 0,0,0,0]
1464 |
1465 | [Block19_4]
1466 | Measure = Calc
1467 | Formula = [MeasureBand18]>0.3
1468 | DynamicVariables = 1
1469 | IfCondition = ([Block19_4]=1)
1470 | IfTrueAction = [!SetVariable Block19_4Color #Color#]
1471 | IfFalseAction = [!SetVariable Block19_4Color 0,0,0,0]
1472 |
1473 | [Block19_5]
1474 | Measure = Calc
1475 | Formula = [MeasureBand18]>0.4
1476 | DynamicVariables = 1
1477 | IfCondition = ([Block19_5]=1)
1478 | IfTrueAction = [!SetVariable Block19_5Color #Color#]
1479 | IfFalseAction = [!SetVariable Block19_5Color 0,0,0,0]
1480 |
1481 | [Block19_6]
1482 | Measure = Calc
1483 | Formula = [MeasureBand18]>0.5
1484 | DynamicVariables = 1
1485 | IfCondition = ([Block19_6]=1)
1486 | IfTrueAction = [!SetVariable Block19_6Color #Color#]
1487 | IfFalseAction = [!SetVariable Block19_6Color 0,0,0,0]
1488 |
1489 | [Block19_7]
1490 | Measure = Calc
1491 | Formula = [MeasureBand18]>0.6
1492 | DynamicVariables = 1
1493 | IfCondition = ([Block19_7]=1)
1494 | IfTrueAction = [!SetVariable Block19_7Color #Color#]
1495 | IfFalseAction = [!SetVariable Block19_7Color 0,0,0,0]
1496 |
1497 | [Block19_8]
1498 | Measure = Calc
1499 | Formula = [MeasureBand18]>0.7
1500 | DynamicVariables = 1
1501 | IfCondition = ([Block19_8]=1)
1502 | IfTrueAction = [!SetVariable Block19_8Color #Color#]
1503 | IfFalseAction = [!SetVariable Block19_8Color 0,0,0,0]
1504 |
1505 | [Block19_9]
1506 | Measure = Calc
1507 | Formula = [MeasureBand18]>0.8
1508 | DynamicVariables = 1
1509 | IfCondition = ([Block19_9]=1)
1510 | IfTrueAction = [!SetVariable Block19_9Color #Color#]
1511 | IfFalseAction = [!SetVariable Block19_9Color 0,0,0,0]
1512 |
1513 | [Block19_10]
1514 | Measure = Calc
1515 | Formula = [MeasureBand18]>0.9
1516 | DynamicVariables = 1
1517 | IfCondition = ([Block19_10]=1)
1518 | IfTrueAction = [!SetVariable Block19_10Color #Color#]
1519 | IfFalseAction = [!SetVariable Block19_10Color 0,0,0,0]
1520 |
1521 | [Block20_1]
1522 | Measure = Calc
1523 | Formula = [MeasureBand19]>0.0
1524 | DynamicVariables = 1
1525 | IfCondition = ([Block20_1]=1)
1526 | IfTrueAction = [!SetVariable Block20_1Color #Color#]
1527 | IfFalseAction = [!SetVariable Block20_1Color 0,0,0,0]
1528 |
1529 | [Block20_2]
1530 | Measure = Calc
1531 | Formula = [MeasureBand19]>0.1
1532 | DynamicVariables = 1
1533 | IfCondition = ([Block20_2]=1)
1534 | IfTrueAction = [!SetVariable Block20_2Color #Color#]
1535 | IfFalseAction = [!SetVariable Block20_2Color 0,0,0,0]
1536 |
1537 | [Block20_3]
1538 | Measure = Calc
1539 | Formula = [MeasureBand19]>0.2
1540 | DynamicVariables = 1
1541 | IfCondition = ([Block20_3]=1)
1542 | IfTrueAction = [!SetVariable Block20_3Color #Color#]
1543 | IfFalseAction = [!SetVariable Block20_3Color 0,0,0,0]
1544 |
1545 | [Block20_4]
1546 | Measure = Calc
1547 | Formula = [MeasureBand19]>0.3
1548 | DynamicVariables = 1
1549 | IfCondition = ([Block20_4]=1)
1550 | IfTrueAction = [!SetVariable Block20_4Color #Color#]
1551 | IfFalseAction = [!SetVariable Block20_4Color 0,0,0,0]
1552 |
1553 | [Block20_5]
1554 | Measure = Calc
1555 | Formula = [MeasureBand19]>0.4
1556 | DynamicVariables = 1
1557 | IfCondition = ([Block20_5]=1)
1558 | IfTrueAction = [!SetVariable Block20_5Color #Color#]
1559 | IfFalseAction = [!SetVariable Block20_5Color 0,0,0,0]
1560 |
1561 | [Block20_6]
1562 | Measure = Calc
1563 | Formula = [MeasureBand19]>0.5
1564 | DynamicVariables = 1
1565 | IfCondition = ([Block20_6]=1)
1566 | IfTrueAction = [!SetVariable Block20_6Color #Color#]
1567 | IfFalseAction = [!SetVariable Block20_6Color 0,0,0,0]
1568 |
1569 | [Block20_7]
1570 | Measure = Calc
1571 | Formula = [MeasureBand19]>0.6
1572 | DynamicVariables = 1
1573 | IfCondition = ([Block20_7]=1)
1574 | IfTrueAction = [!SetVariable Block20_7Color #Color#]
1575 | IfFalseAction = [!SetVariable Block20_7Color 0,0,0,0]
1576 |
1577 | [Block20_8]
1578 | Measure = Calc
1579 | Formula = [MeasureBand19]>0.7
1580 | DynamicVariables = 1
1581 | IfCondition = ([Block20_8]=1)
1582 | IfTrueAction = [!SetVariable Block20_8Color #Color#]
1583 | IfFalseAction = [!SetVariable Block20_8Color 0,0,0,0]
1584 |
1585 | [Block20_9]
1586 | Measure = Calc
1587 | Formula = [MeasureBand19]>0.8
1588 | DynamicVariables = 1
1589 | IfCondition = ([Block20_9]=1)
1590 | IfTrueAction = [!SetVariable Block20_9Color #Color#]
1591 | IfFalseAction = [!SetVariable Block20_9Color 0,0,0,0]
1592 |
1593 | [Block20_10]
1594 | Measure = Calc
1595 | Formula = [MeasureBand19]>0.9
1596 | DynamicVariables = 1
1597 | IfCondition = ([Block20_10]=1)
1598 | IfTrueAction = [!SetVariable Block20_10Color #Color#]
1599 | IfFalseAction = [!SetVariable Block20_10Color 0,0,0,0]
1600 |
1601 | [Block21_1]
1602 | Measure = Calc
1603 | Formula = [MeasureBand20]>0.0
1604 | DynamicVariables = 1
1605 | IfCondition = ([Block21_1]=1)
1606 | IfTrueAction = [!SetVariable Block21_1Color #Color#]
1607 | IfFalseAction = [!SetVariable Block21_1Color 0,0,0,0]
1608 |
1609 | [Block21_2]
1610 | Measure = Calc
1611 | Formula = [MeasureBand20]>0.1
1612 | DynamicVariables = 1
1613 | IfCondition = ([Block21_2]=1)
1614 | IfTrueAction = [!SetVariable Block21_2Color #Color#]
1615 | IfFalseAction = [!SetVariable Block21_2Color 0,0,0,0]
1616 |
1617 | [Block21_3]
1618 | Measure = Calc
1619 | Formula = [MeasureBand20]>0.2
1620 | DynamicVariables = 1
1621 | IfCondition = ([Block21_3]=1)
1622 | IfTrueAction = [!SetVariable Block21_3Color #Color#]
1623 | IfFalseAction = [!SetVariable Block21_3Color 0,0,0,0]
1624 |
1625 | [Block21_4]
1626 | Measure = Calc
1627 | Formula = [MeasureBand20]>0.3
1628 | DynamicVariables = 1
1629 | IfCondition = ([Block21_4]=1)
1630 | IfTrueAction = [!SetVariable Block21_4Color #Color#]
1631 | IfFalseAction = [!SetVariable Block21_4Color 0,0,0,0]
1632 |
1633 | [Block21_5]
1634 | Measure = Calc
1635 | Formula = [MeasureBand20]>0.4
1636 | DynamicVariables = 1
1637 | IfCondition = ([Block21_5]=1)
1638 | IfTrueAction = [!SetVariable Block21_5Color #Color#]
1639 | IfFalseAction = [!SetVariable Block21_5Color 0,0,0,0]
1640 |
1641 | [Block21_6]
1642 | Measure = Calc
1643 | Formula = [MeasureBand20]>0.5
1644 | DynamicVariables = 1
1645 | IfCondition = ([Block21_6]=1)
1646 | IfTrueAction = [!SetVariable Block21_6Color #Color#]
1647 | IfFalseAction = [!SetVariable Block21_6Color 0,0,0,0]
1648 |
1649 | [Block21_7]
1650 | Measure = Calc
1651 | Formula = [MeasureBand20]>0.6
1652 | DynamicVariables = 1
1653 | IfCondition = ([Block21_7]=1)
1654 | IfTrueAction = [!SetVariable Block21_7Color #Color#]
1655 | IfFalseAction = [!SetVariable Block21_7Color 0,0,0,0]
1656 |
1657 | [Block21_8]
1658 | Measure = Calc
1659 | Formula = [MeasureBand20]>0.7
1660 | DynamicVariables = 1
1661 | IfCondition = ([Block21_8]=1)
1662 | IfTrueAction = [!SetVariable Block21_8Color #Color#]
1663 | IfFalseAction = [!SetVariable Block21_8Color 0,0,0,0]
1664 |
1665 | [Block21_9]
1666 | Measure = Calc
1667 | Formula = [MeasureBand20]>0.8
1668 | DynamicVariables = 1
1669 | IfCondition= ([Block21_9]=1)
1670 | IfTrueAction = [!SetVariable Block21_9Color #Color#]
1671 | IfFalseAction = [!SetVariable Block21_9Color 0,0,0,0]
1672 |
1673 | [Block21_10]
1674 | Measure = Calc
1675 | Formula = [MeasureBand20]>0.9
1676 | DynamicVariables = 1
1677 | IfCondition = ([Block21_10]=1)
1678 | IfTrueAction = [!SetVariable Block21_10Color #Color#]
1679 | IfFalseAction = [!SetVariable Block21_10Color 0,0,0,0]
1680 |
1681 | [Block22_1]
1682 | Measure = Calc
1683 | Formula = [MeasureBand21]>0.0
1684 | DynamicVariables = 1
1685 | IfCondition = ([Block22_1]=1)
1686 | IfTrueAction = [!SetVariable Block22_1Color #Color#]
1687 | IfFalseAction = [!SetVariable Block22_1Color 0,0,0,0]
1688 |
1689 | [Block22_2]
1690 | Measure = Calc
1691 | Formula = [MeasureBand21]>0.1
1692 | DynamicVariables = 1
1693 | IfCondition = ([Block22_2]=1)
1694 | IfTrueAction = [!SetVariable Block22_2Color #Color#]
1695 | IfFalseAction = [!SetVariable Block22_2Color 0,0,0,0]
1696 |
1697 | [Block22_3]
1698 | Measure = Calc
1699 | Formula = [MeasureBand21]>0.2
1700 | DynamicVariables = 1
1701 | IfCondition = ([Block22_3]=1)
1702 | IfTrueAction = [!SetVariable Block22_3Color #Color#]
1703 | IfFalseAction = [!SetVariable Block22_3Color 0,0,0,0]
1704 |
1705 | [Block22_4]
1706 | Measure = Calc
1707 | Formula = [MeasureBand21]>0.3
1708 | DynamicVariables = 1
1709 | IfCondition = ([Block22_4]=1)
1710 | IfTrueAction = [!SetVariable Block22_4Color #Color#]
1711 | IfFalseAction = [!SetVariable Block22_4Color 0,0,0,0]
1712 |
1713 | [Block22_5]
1714 | Measure = Calc
1715 | Formula = [MeasureBand21]>0.4
1716 | DynamicVariables = 1
1717 | IfCondition = ([Block22_5]=1)
1718 | IfTrueAction = [!SetVariable Block22_5Color #Color#]
1719 | IfFalseAction = [!SetVariable Block22_5Color 0,0,0,0]
1720 |
1721 | [Block22_6]
1722 | Measure = Calc
1723 | Formula = [MeasureBand21]>0.5
1724 | DynamicVariables = 1
1725 | IfCondition = ([Block22_6]=1)
1726 | IfTrueAction = [!SetVariable Block22_6Color #Color#]
1727 | IfFalseAction = [!SetVariable Block22_6Color 0,0,0,0]
1728 |
1729 | [Block22_7]
1730 | Measure = Calc
1731 | Formula = [MeasureBand21]>0.6
1732 | DynamicVariables = 1
1733 | IfCondition = ([Block22_7]=1)
1734 | IfTrueAction = [!SetVariable Block22_7Color #Color#]
1735 | IfFalseAction = [!SetVariable Block22_7Color 0,0,0,0]
1736 |
1737 | [Block22_8]
1738 | Measure = Calc
1739 | Formula = [MeasureBand21]>0.7
1740 | DynamicVariables = 1
1741 | IfCondition = ([Block22_8]=1)
1742 | IfTrueAction = [!SetVariable Block22_8Color #Color#]
1743 | IfFalseAction = [!SetVariable Block22_8Color 0,0,0,0]
1744 |
1745 | [Block22_9]
1746 | Measure = Calc
1747 | Formula = [MeasureBand21]>0.8
1748 | DynamicVariables = 1
1749 | IfCondition = ([Block22_9]=1)
1750 | IfTrueAction = [!SetVariable Block22_9Color #Color#]
1751 | IfFalseAction = [!SetVariable Block22_9Color 0,0,0,0]
1752 |
1753 | [Block22_10]
1754 | Measure = Calc
1755 | Formula = [MeasureBand21]>0.9
1756 | DynamicVariables = 1
1757 | IfCondition = ([Block22_10]=1)
1758 | IfTrueAction = [!SetVariable Block22_10Color #Color#]
1759 | IfFalseAction = [!SetVariable Block22_10Color 0,0,0,0]
1760 |
1761 | [Block23_1]
1762 | Measure = Calc
1763 | Formula = [MeasureBand22]>0.0
1764 | DynamicVariables = 1
1765 | IfCondition = ([Block23_1]=1)
1766 | IfTrueAction = [!SetVariable Block23_1Color #Color#]
1767 | IfFalseAction = [!SetVariable Block23_1Color 0,0,0,0]
1768 |
1769 | [Block23_2]
1770 | Measure = Calc
1771 | Formula = [MeasureBand22]>0.1
1772 | DynamicVariables = 1
1773 | IfCondition = ([Block23_2]=1)
1774 | IfTrueAction = [!SetVariable Block23_2Color #Color#]
1775 | IfFalseAction = [!SetVariable Block23_2Color 0,0,0,0]
1776 |
1777 | [Block23_3]
1778 | Measure = Calc
1779 | Formula = [MeasureBand22]>0.2
1780 | DynamicVariables = 1
1781 | IfCondition = ([Block23_3]=1)
1782 | IfTrueAction = [!SetVariable Block23_3Color #Color#]
1783 | IfFalseAction = [!SetVariable Block23_3Color 0,0,0,0]
1784 |
1785 | [Block23_4]
1786 | Measure = Calc
1787 | Formula = [MeasureBand22]>0.3
1788 | DynamicVariables = 1
1789 | IfCondition = ([Block23_4]=1)
1790 | IfTrueAction = [!SetVariable Block23_4Color #Color#]
1791 | IfFalseAction = [!SetVariable Block23_4Color 0,0,0,0]
1792 |
1793 | [Block23_5]
1794 | Measure = Calc
1795 | Formula = [MeasureBand22]>0.4
1796 | DynamicVariables = 1
1797 | IfCondition = ([Block23_5]=1)
1798 | IfTrueAction = [!SetVariable Block23_5Color #Color#]
1799 | IfFalseAction = [!SetVariable Block23_5Color 0,0,0,0]
1800 |
1801 | [Block23_6]
1802 | Measure = Calc
1803 | Formula = [MeasureBand22]>0.5
1804 | DynamicVariables = 1
1805 | IfCondition = ([Block23_6]=1)
1806 | IfTrueAction = [!SetVariable Block23_6Color #Color#]
1807 | IfFalseAction = [!SetVariable Block23_6Color 0,0,0,0]
1808 |
1809 | [Block23_7]
1810 | Measure = Calc
1811 | Formula = [MeasureBand22]>0.6
1812 | DynamicVariables = 1
1813 | IfCondition = ([Block23_7]=1)
1814 | IfTrueAction = [!SetVariable Block23_7Color #Color#]
1815 | IfFalseAction = [!SetVariable Block23_7Color 0,0,0,0]
1816 |
1817 | [Block23_8]
1818 | Measure = Calc
1819 | Formula = [MeasureBand22]>0.7
1820 | DynamicVariables = 1
1821 | IfCondition = ([Block23_8]=1)
1822 | IfTrueAction = [!SetVariable Block23_8Color #Color#]
1823 | IfFalseAction = [!SetVariable Block23_8Color 0,0,0,0]
1824 |
1825 | [Block23_9]
1826 | Measure = Calc
1827 | Formula = [MeasureBand22]>0.8
1828 | DynamicVariables = 1
1829 | IfCondition = ([Block23_9]=1)
1830 | IfTrueAction = [!SetVariable Block23_9Color #Color#]
1831 | IfFalseAction = [!SetVariable Block23_9Color 0,0,0,0]
1832 |
1833 | [Block23_10]
1834 | Measure = Calc
1835 | Formula = [MeasureBand22]>0.9
1836 | DynamicVariables = 1
1837 | IfCondition = ([Block23_10]=1)
1838 | IfTrueAction = [!SetVariable Block23_10Color #Color#]
1839 | IfFalseAction = [!SetVariable Block23_10Color 0,0,0,0]
1840 |
1841 | [Block24_1]
1842 | Measure = Calc
1843 | Formula = [MeasureBand23]>0.0
1844 | DynamicVariables = 1
1845 | IfCondition = ([Block24_1]=1)
1846 | IfTrueAction = [!SetVariable Block24_1Color #Color#]
1847 | IfFalseAction = [!SetVariable Block24_1Color 0,0,0,0]
1848 |
1849 | [Block24_2]
1850 | Measure = Calc
1851 | Formula = [MeasureBand23]>0.1
1852 | DynamicVariables = 1
1853 | IfCondition = ([Block24_2]=1)
1854 | IfTrueAction = [!SetVariable Block24_2Color #Color#]
1855 | IfFalseAction = [!SetVariable Block24_2Color 0,0,0,0]
1856 |
1857 | [Block24_3]
1858 | Measure = Calc
1859 | Formula = [MeasureBand23]>0.2
1860 | DynamicVariables = 1
1861 | IfCondition = ([Block24_3]=1)
1862 | IfTrueAction = [!SetVariable Block24_3Color #Color#]
1863 | IfFalseAction = [!SetVariable Block24_3Color 0,0,0,0]
1864 |
1865 | [Block24_4]
1866 | Measure = Calc
1867 | Formula = [MeasureBand23]>0.3
1868 | DynamicVariables = 1
1869 | IfCondition = ([Block24_4]=1)
1870 | IfTrueAction = [!SetVariable Block24_4Color #Color#]
1871 | IfFalseAction = [!SetVariable Block24_4Color 0,0,0,0]
1872 |
1873 | [Block24_5]
1874 | Measure = Calc
1875 | Formula = [MeasureBand23]>0.4
1876 | DynamicVariables = 1
1877 | IfCondition = ([Block24_5]=1)
1878 | IfTrueAction = [!SetVariable Block24_5Color #Color#]
1879 | IfFalseAction = [!SetVariable Block24_5Color 0,0,0,0]
1880 |
1881 | [Block24_6]
1882 | Measure = Calc
1883 | Formula = [MeasureBand23]>0.5
1884 | DynamicVariables = 1
1885 | IfCondition = ([Block24_6]=1)
1886 | IfTrueAction = [!SetVariable Block24_6Color #Color#]
1887 | IfFalseAction = [!SetVariable Block24_6Color 0,0,0,0]
1888 |
1889 | [Block24_7]
1890 | Measure = Calc
1891 | Formula = [MeasureBand23]>0.6
1892 | DynamicVariables = 1
1893 | IfCondition = ([Block24_7]=1)
1894 | IfTrueAction = [!SetVariable Block24_7Color #Color#]
1895 | IfFalseAction = [!SetVariable Block24_7Color 0,0,0,0]
1896 |
1897 | [Block24_8]
1898 | Measure = Calc
1899 | Formula = [MeasureBand23]>0.7
1900 | DynamicVariables = 1
1901 | IfCondition = ([Block24_8]=1)
1902 | IfTrueAction = [!SetVariable Block24_8Color #Color#]
1903 | IfFalseAction = [!SetVariable Block24_8Color 0,0,0,0]
1904 |
1905 | [Block24_9]
1906 | Measure = Calc
1907 | Formula = [MeasureBand23]>0.8
1908 | DynamicVariables = 1
1909 | IfCondition = ([Block24_9]=1)
1910 | IfTrueAction = [!SetVariable Block24_9Color #Color#]
1911 | IfFalseAction = [!SetVariable Block24_9Color 0,0,0,0]
1912 |
1913 | [Block24_10]
1914 | Measure = Calc
1915 | Formula = [MeasureBand23]>0.9
1916 | DynamicVariables = 1
1917 | IfCondition = ([Block24_10]=1)
1918 | IfTrueAction = [!SetVariable Block24_10Color #Color#]
1919 | IfFalseAction = [!SetVariable Block24_10Color 0,0,0,0]
1920 |
1921 | [Block25_1]
1922 | Measure = Calc
1923 | Formula = [MeasureBand24]>0.0
1924 | DynamicVariables = 1
1925 | IfCondition = ([Block25_1]=1)
1926 | IfTrueAction = [!SetVariable Block25_1Color #Color#]
1927 | IfFalseAction = [!SetVariable Block25_1Color 0,0,0,0]
1928 |
1929 | [Block25_2]
1930 | Measure = Calc
1931 | Formula = [MeasureBand24]>0.1
1932 | DynamicVariables = 1
1933 | IfCondition = ([Block25_2]=1)
1934 | IfTrueAction = [!SetVariable Block25_2Color #Color#]
1935 | IfFalseAction = [!SetVariable Block25_2Color 0,0,0,0]
1936 |
1937 | [Block25_3]
1938 | Measure = Calc
1939 | Formula = [MeasureBand24]>0.2
1940 | DynamicVariables = 1
1941 | IfCondition = ([Block25_3]=1)
1942 | IfTrueAction = [!SetVariable Block25_3Color #Color#]
1943 | IfFalseAction = [!SetVariable Block25_3Color 0,0,0,0]
1944 |
1945 | [Block25_4]
1946 | Measure = Calc
1947 | Formula = [MeasureBand24]>0.3
1948 | DynamicVariables = 1
1949 | IfCondition = ([Block25_4]=1)
1950 | IfTrueAction = [!SetVariable Block25_4Color #Color#]
1951 | IfFalseAction = [!SetVariable Block25_4Color 0,0,0,0]
1952 |
1953 | [Block25_5]
1954 | Measure = Calc
1955 | Formula = [MeasureBand24]>0.4
1956 | DynamicVariables = 1
1957 | IfCondition = ([Block25_5]=1)
1958 | IfTrueAction = [!SetVariable Block25_5Color #Color#]
1959 | IfFalseAction = [!SetVariable Block25_5Color 0,0,0,0]
1960 |
1961 | [Block25_6]
1962 | Measure = Calc
1963 | Formula = [MeasureBand24]>0.5
1964 | DynamicVariables = 1
1965 | IfCondition = ([Block25_6]=1)
1966 | IfTrueAction = [!SetVariable Block25_6Color #Color#]
1967 | IfFalseAction = [!SetVariable Block25_6Color 0,0,0,0]
1968 |
1969 | [Block25_7]
1970 | Measure = Calc
1971 | Formula = [MeasureBand24]>0.6
1972 | DynamicVariables = 1
1973 | IfCondition = ([Block25_7]=1)
1974 | IfTrueAction = [!SetVariable Block25_7Color #Color#]
1975 | IfFalseAction = [!SetVariable Block25_7Color 0,0,0,0]
1976 |
1977 | [Block25_8]
1978 | Measure = Calc
1979 | Formula = [MeasureBand24]>0.7
1980 | DynamicVariables = 1
1981 | IfCondition = ([Block25_8]=1)
1982 | IfTrueAction = [!SetVariable Block25_8Color #Color#]
1983 | IfFalseAction = [!SetVariable Block25_8Color 0,0,0,0]
1984 |
1985 | [Block25_9]
1986 | Measure = Calc
1987 | Formula = [MeasureBand24]>0.8
1988 | DynamicVariables = 1
1989 | IfCondition = ([Block25_9]=1)
1990 | IfTrueAction = [!SetVariable Block25_9Color #Color#]
1991 | IfFalseAction = [!SetVariable Block25_9Color 0,0,0,0]
1992 |
1993 | [Block25_10]
1994 | Measure = Calc
1995 | Formula = [MeasureBand24]>0.9
1996 | DynamicVariables = 1
1997 | IfCondition = ([Block25_10]=1)
1998 | IfTrueAction = [!SetVariable Block25_10Color #Color#]
1999 | IfFalseAction = [!SetVariable Block25_10Color 0,0,0,0]
--------------------------------------------------------------------------------