ctredlin.src (38972840) ctredlin.src (d15d3e1c)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24#include "ctredlin.hrc"
25#include "helpid.hrc"
26
20 *************************************************************/
21
22
23
24#include "ctredlin.hrc"
25#include "helpid.hrc"
26
27#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
28
29TabPage SID_REDLIN_FILTER_PAGE
30{
31 String STR_FILTER
32 {
33 Text [ en-US ] = "Filter" ;
34 };
35 HelpId = HID_REDLINING_FILTER_PAGE ;
36 OutputSize = TRUE ;
37 SVLook = TRUE ;
27TabPage SID_REDLIN_FILTER_PAGE
28{
29 String STR_FILTER
30 {
31 Text [ en-US ] = "Filter" ;
32 };
33 HelpId = HID_REDLINING_FILTER_PAGE ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
38 Size = MAP_APPFONT ( 261 , 86 ) ;
36 Size = MAP_APPFONT ( 261, 86 ) ;
39 Hide = TRUE ;
40 CheckBox CB_DATE
41 {
37 Hide = TRUE ;
38 CheckBox CB_DATE
39 {
42 Pos = MAP_APPFONT ( 6 , 8 ) ;
43 Size = MAP_APPFONT ( 50 , 10 ) ;
40 Pos = MAP_APPFONT ( 6, 8 ) ;
41 Size = MAP_APPFONT ( 50, 10 ) ;
44 TabStop = TRUE ;
45 HelpId = HID_REDLINING_FILTER_CB_DATE ;
46 Text [ en-US ] = "~Date" ;
47 };
48 ListBox LB_DATE
49 {
50 HelpId = HID_REDLINING_FILTER_LB_DATE ;
51 Border = TRUE ;
52 Disable = TRUE ;
42 TabStop = TRUE ;
43 HelpId = HID_REDLINING_FILTER_CB_DATE ;
44 Text [ en-US ] = "~Date" ;
45 };
46 ListBox LB_DATE
47 {
48 HelpId = HID_REDLINING_FILTER_LB_DATE ;
49 Border = TRUE ;
50 Disable = TRUE ;
53 Pos = MAP_APPFONT ( 60 , 6 ) ;
54 Size = MAP_APPFONT ( 78 , 99 ) ;
51 Pos = MAP_APPFONT ( 60, 6 ) ;
52 Size = MAP_APPFONT ( 78, 99 ) ;
55 TabStop = TRUE ;
56 DropDown = TRUE ;
57 StringList [ en-US ] =
58 {
53 TabStop = TRUE ;
54 DropDown = TRUE ;
55 StringList [ en-US ] =
56 {
59 < "earlier than" ; Default ; > ;
60 < "since" ; Default ; > ;
61 < "equal to " ; Default ; > ;
62 < "not equal to" ; Default ; > ;
63 < "between" ; Default ; > ;
64 < "since saving" ; Default ; > ;
57 < "earlier than" ; Default ; > ;
58 < "since" ; Default ; > ;
59 < "equal to " ; Default ; > ;
60 < "not equal to" ; Default ; > ;
61 < "between" ; Default ; > ;
62 < "since saving" ; Default ; > ;
65 };
66 };
67 DateField DF_DATE
68 {
69 HelpId = HID_REDLINING_FILTER_DF_DATE ;
70 Disable = TRUE ;
71 Border = TRUE ;
63 };
64 };
65 DateField DF_DATE
66 {
67 HelpId = HID_REDLINING_FILTER_DF_DATE ;
68 Disable = TRUE ;
69 Border = TRUE ;
72 Pos = MAP_APPFONT ( 144 , 6 ) ;
73 Size = MAP_APPFONT ( 57 , 12 ) ;
70 Pos = MAP_APPFONT ( 144, 6 ) ;
71 Size = MAP_APPFONT ( 57, 12 ) ;
74 TabStop = TRUE ;
75 Spin = TRUE ;
76 Repeat = TRUE ;
77 Minimum = Date
78 {
79 Year = 1985 ;
80 Month = 12 ;
81 Day = 31 ;

--- 5 unchanged lines hidden (view full) ---

87 Day = 31 ;
88 };
89 };
90 TimeField TF_DATE
91 {
92 HelpId = HID_REDLINING_FILTER_TF_DATE ;
93 Disable = TRUE ;
94 Border = TRUE ;
72 TabStop = TRUE ;
73 Spin = TRUE ;
74 Repeat = TRUE ;
75 Minimum = Date
76 {
77 Year = 1985 ;
78 Month = 12 ;
79 Day = 31 ;

--- 5 unchanged lines hidden (view full) ---

85 Day = 31 ;
86 };
87 };
88 TimeField TF_DATE
89 {
90 HelpId = HID_REDLINING_FILTER_TF_DATE ;
91 Disable = TRUE ;
92 Border = TRUE ;
95 Pos = MAP_APPFONT ( 203 , 6 ) ;
96 Size = MAP_APPFONT ( 35 , 12 ) ;
93 Pos = MAP_APPFONT ( 203, 6 ) ;
94 Size = MAP_APPFONT ( 35, 12 ) ;
97 TabStop = TRUE ;
98 Repeat = TRUE ;
99 Spin = TRUE ;
100 };
101 ImageButton IB_CLOCK
102 {
103 HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
104 Disable = TRUE ;
95 TabStop = TRUE ;
96 Repeat = TRUE ;
97 Spin = TRUE ;
98 };
99 ImageButton IB_CLOCK
100 {
101 HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
102 Disable = TRUE ;
105 Pos = MAP_APPFONT ( 240 , 5 ) ;
106 Size = MAP_APPFONT ( 13 , 15 ) ;
103 Pos = MAP_APPFONT ( 240, 5 ) ;
104 Size = MAP_APPFONT ( 13, 15 ) ;
107 TabStop = TRUE ;
108 ButtonImage = Image
109 {
105 TabStop = TRUE ;
106 ButtonImage = Image
107 {
110 ImageBitmap = Bitmap { File = "time.png" ; };
111 MASKCOLOR
108 ImageBitmap = Bitmap {File = "time.png" ;} ;
112 };
113 //QuickHelpText [ en-US ] = "Set Date/Time" ;
114 QuickHelpText [ en-US ] = "Set Start Date/Time" ;
115 };
116 FixedText FT_DATE2
117 {
109 };
110 //QuickHelpText [ en-US ] = "Set Date/Time" ;
111 QuickHelpText [ en-US ] = "Set Start Date/Time" ;
112 };
113 FixedText FT_DATE2
114 {
118 Pos = MAP_APPFONT ( 60 , 24 ) ;
119 Size = MAP_APPFONT ( 78 , 8 ) ;
120 Right = TRUE ;
115 Pos = MAP_APPFONT ( 60, 24 ) ;
116 Size = MAP_APPFONT ( 78, 8 ) ;
117 Right = TRUE ;
121 Disable = TRUE ;
122 Text [ en-US ] = "and" ;
123 };
124 DateField DF_DATE2
125 {
126 HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
127 Border = TRUE ;
128 Disable = TRUE ;
118 Disable = TRUE ;
119 Text [ en-US ] = "and" ;
120 };
121 DateField DF_DATE2
122 {
123 HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
124 Border = TRUE ;
125 Disable = TRUE ;
129 Pos = MAP_APPFONT ( 144 , 22 ) ;
130 Size = MAP_APPFONT ( 57 , 12 ) ;
126 Pos = MAP_APPFONT ( 144, 22 ) ;
127 Size = MAP_APPFONT ( 57, 12 ) ;
131 TabStop = TRUE ;
132 Spin = TRUE ;
133 Repeat = TRUE ;
134 Minimum = Date
135 {
136 Year = 1985 ;
137 Month = 12 ;
138 Day = 31 ;

--- 5 unchanged lines hidden (view full) ---

144 Day = 31 ;
145 };
146 };
147 TimeField TF_DATE2
148 {
149 HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
150 Border = TRUE ;
151 Disable = TRUE ;
128 TabStop = TRUE ;
129 Spin = TRUE ;
130 Repeat = TRUE ;
131 Minimum = Date
132 {
133 Year = 1985 ;
134 Month = 12 ;
135 Day = 31 ;

--- 5 unchanged lines hidden (view full) ---

141 Day = 31 ;
142 };
143 };
144 TimeField TF_DATE2
145 {
146 HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
147 Border = TRUE ;
148 Disable = TRUE ;
152 Pos = MAP_APPFONT ( 203 , 22 ) ;
153 Size = MAP_APPFONT ( 35 , 12 ) ;
149 Pos = MAP_APPFONT ( 203, 22 ) ;
150 Size = MAP_APPFONT ( 35, 12 ) ;
154 TabStop = TRUE ;
155 Spin = TRUE ;
156 Repeat = TRUE ;
157 };
158 ImageButton IB_CLOCK2
159 {
160 HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
161 Disable = TRUE ;
151 TabStop = TRUE ;
152 Spin = TRUE ;
153 Repeat = TRUE ;
154 };
155 ImageButton IB_CLOCK2
156 {
157 HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
158 Disable = TRUE ;
162 Pos = MAP_APPFONT ( 240 , 21 ) ;
163 Size = MAP_APPFONT ( 13 , 15 ) ;
159 Pos = MAP_APPFONT ( 240, 21 ) ;
160 Size = MAP_APPFONT ( 13, 15 ) ;
164 TabStop = TRUE ;
165 ButtonImage = Image
166 {
161 TabStop = TRUE ;
162 ButtonImage = Image
163 {
167 ImageBitmap = Bitmap { File = "time.png" ; };
168 MASKCOLOR
164 ImageBitmap = Bitmap {File = "time.png" ;} ;
169 };
170 //QuickHelpText [ en-US ] = "Set Date/Time" ;
171 QuickHelpText [ en-US ] = "Set End Date/Time" ;
172 };
173 CheckBox CB_AUTOR
174 {
175 HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
165 };
166 //QuickHelpText [ en-US ] = "Set Date/Time" ;
167 QuickHelpText [ en-US ] = "Set End Date/Time" ;
168 };
169 CheckBox CB_AUTOR
170 {
171 HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
176 Pos = MAP_APPFONT ( 6 , 40 ) ;
177 Size = MAP_APPFONT ( 50 , 10 ) ;
172 Pos = MAP_APPFONT ( 6, 40 ) ;
173 Size = MAP_APPFONT ( 50, 10 ) ;
178 TabStop = TRUE ;
179 Text [ en-US ] = "~Author" ;
180 };
181 ListBox LB_AUTOR
182 {
183 HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
184 Border = TRUE ;
174 TabStop = TRUE ;
175 Text [ en-US ] = "~Author" ;
176 };
177 ListBox LB_AUTOR
178 {
179 HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
180 Border = TRUE ;
185 Pos = MAP_APPFONT ( 60 , 38 ) ;
186 Size = MAP_APPFONT ( 178 , 100 ) ;
181 Pos = MAP_APPFONT ( 60, 38 ) ;
182 Size = MAP_APPFONT ( 178, 100 ) ;
187 TabStop = TRUE ;
188 Disable = TRUE ;
189 DropDown = TRUE ;
190 };
191 CheckBox CB_RANGE
192 {
193 HelpId = HID_REDLINING_FILTER_CB_RANGE ;
183 TabStop = TRUE ;
184 Disable = TRUE ;
185 DropDown = TRUE ;
186 };
187 CheckBox CB_RANGE
188 {
189 HelpId = HID_REDLINING_FILTER_CB_RANGE ;
194 Pos = MAP_APPFONT ( 6 , 56 ) ;
195 Size = MAP_APPFONT ( 50 , 10 ) ;
190 Pos = MAP_APPFONT ( 6, 56 ) ;
191 Size = MAP_APPFONT ( 50, 10 ) ;
196 TabStop = TRUE ;
197 Text [ en-US ] = "~Range" ;
198 };
199 Edit ED_RANGE
200 {
201 HelpId = HID_REDLINING_FILTER_ED_RANGE ;
202 Disable = TRUE ;
203 Border = TRUE ;
192 TabStop = TRUE ;
193 Text [ en-US ] = "~Range" ;
194 };
195 Edit ED_RANGE
196 {
197 HelpId = HID_REDLINING_FILTER_ED_RANGE ;
198 Disable = TRUE ;
199 Border = TRUE ;
204 Pos = MAP_APPFONT ( 60 , 54 ) ;
205 Size = MAP_APPFONT ( 178 , 12 ) ;
200 Pos = MAP_APPFONT ( 60, 54 ) ;
201 Size = MAP_APPFONT ( 178, 12 ) ;
206 TabStop = TRUE ;
207 };
208 String STR_ACTION
209 {
210 Text [ en-US ] = "A~ction" ;
211 };
212 ListBox LB_ACTION
213 {
214 HelpId = HID_REDLINING_FILTER_LB_ACTION ;
215 Border = TRUE ;
216 Hide = TRUE ;
217 Disable = TRUE ;
202 TabStop = TRUE ;
203 };
204 String STR_ACTION
205 {
206 Text [ en-US ] = "A~ction" ;
207 };
208 ListBox LB_ACTION
209 {
210 HelpId = HID_REDLINING_FILTER_LB_ACTION ;
211 Border = TRUE ;
212 Hide = TRUE ;
213 Disable = TRUE ;
218 Pos = MAP_APPFONT ( 60 , 54 ) ;
219 Size = MAP_APPFONT ( 178 , 100 ) ;
214 Pos = MAP_APPFONT ( 60, 54 ) ;
215 Size = MAP_APPFONT ( 178, 100 ) ;
220 TabStop = TRUE ;
221 DropDown = TRUE ;
222 };
223 PushButton BTN_REF
224 {
225 HelpId = HID_REDLINING_FILTER_BTN_REF ;
216 TabStop = TRUE ;
217 DropDown = TRUE ;
218 };
219 PushButton BTN_REF
220 {
221 HelpId = HID_REDLINING_FILTER_BTN_REF ;
226 Pos = MAP_APPFONT ( 240 , 54 ) ;
227 Size = MAP_APPFONT ( 12 , 12 ) ;
222 Pos = MAP_APPFONT ( 240, 54 ) ;
223 Size = MAP_APPFONT ( 12, 12 ) ;
228 Disable = TRUE ;
229 TabStop = TRUE ;
230 QuickHelpText [ en-US ] = "Set Reference" ;
231 Text [ en-US ] = "..." ;
232 };
233 CheckBox CB_COMMENT
234 {
235 HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
224 Disable = TRUE ;
225 TabStop = TRUE ;
226 QuickHelpText [ en-US ] = "Set Reference" ;
227 Text [ en-US ] = "..." ;
228 };
229 CheckBox CB_COMMENT
230 {
231 HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
236 Pos = MAP_APPFONT ( 6 , 72 ) ;
237 Size = MAP_APPFONT ( 50 , 10 ) ;
232 Pos = MAP_APPFONT ( 6, 72 ) ;
233 Size = MAP_APPFONT ( 50, 10 ) ;
238 TabStop = TRUE ;
234 TabStop = TRUE ;
239 Text [ en-US ] = "Comment";
235 Text [ en-US ] = "Comment" ;
240 };
241 Edit ED_COMMENT
242 {
243 HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
244 Disable = TRUE ;
245 Border = TRUE ;
236 };
237 Edit ED_COMMENT
238 {
239 HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
240 Disable = TRUE ;
241 Border = TRUE ;
246 Pos = MAP_APPFONT ( 60 , 70 ) ;
247 Size = MAP_APPFONT ( 178 , 12 ) ;
242 Pos = MAP_APPFONT ( 60, 70 ) ;
243 Size = MAP_APPFONT ( 178, 12 ) ;
248 TabStop = TRUE ;
249 };
244 TabStop = TRUE ;
245 };
250 Image IMG_TIME_H
251 {
252 ImageBitmap = Bitmap { File = "time_h.png" ; };
253 MASKCOLOR
254 };
246 Image IMG_TIME_H
247 {
248 ImageBitmap = Bitmap {File = "time_h.png" ;} ;
249 };
255 String STR_DATE_COMBOX
256 {
257 Text [ en-US ] = "Date Condition" ;
258 };
259 String STR_DATE_SPIN
260 {
261 Text [ en-US ] = "Start Date" ;
262 };

--- 14 unchanged lines hidden (view full) ---

277 Text [ en-US ] = "Changes" ;
278 };
279};
280TabPage SID_REDLIN_VIEW_PAGE
281{
282 HelpId = HID_REDLINING_VIEW_PAGE ;
283 OutputSize = TRUE ;
284 SVLook = TRUE ;
250 String STR_DATE_COMBOX
251 {
252 Text [ en-US ] = "Date Condition" ;
253 };
254 String STR_DATE_SPIN
255 {
256 Text [ en-US ] = "Start Date" ;
257 };

--- 14 unchanged lines hidden (view full) ---

272 Text [ en-US ] = "Changes" ;
273 };
274};
275TabPage SID_REDLIN_VIEW_PAGE
276{
277 HelpId = HID_REDLINING_VIEW_PAGE ;
278 OutputSize = TRUE ;
279 SVLook = TRUE ;
285 Size = MAP_APPFONT ( 270 , 126 ) ;
280 Size = MAP_APPFONT ( 270, 126 ) ;
286 Hide = TRUE ;
287 String STR_VIEW
288 {
289 Text [ en-US ] = "List" ;
290 };
291 Control DG_VIEW
292 {
293 HelpId = HID_REDLINING_VIEW_DG_VIEW ;
281 Hide = TRUE ;
282 String STR_VIEW
283 {
284 Text [ en-US ] = "List" ;
285 };
286 Control DG_VIEW
287 {
288 HelpId = HID_REDLINING_VIEW_DG_VIEW ;
294 Pos = MAP_APPFONT ( 3 , 1 ) ;
295 Size = MAP_APPFONT ( 221 , 65 ) ;
289 Pos = MAP_APPFONT ( 3, 1 ) ;
290 Size = MAP_APPFONT ( 221, 65 ) ;
296 Border = TRUE ;
297 };
298 PushButton PB_ACCEPT
299 {
300 HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
291 Border = TRUE ;
292 };
293 PushButton PB_ACCEPT
294 {
295 HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
301 Pos = MAP_APPFONT ( 3 , 69 ) ;
302 Size = MAP_APPFONT ( 60 , 14 ) ;
296 Pos = MAP_APPFONT ( 3, 69 ) ;
297 Size = MAP_APPFONT ( 60, 14 ) ;
303 Text [ en-US ] = "~Accept" ;
304 };
305 PushButton PB_REJECT
306 {
307 HelpId = HID_REDLINING_VIEW_PB_REJECT ;
298 Text [ en-US ] = "~Accept" ;
299 };
300 PushButton PB_REJECT
301 {
302 HelpId = HID_REDLINING_VIEW_PB_REJECT ;
308 Pos = MAP_APPFONT ( 69 , 69 ) ;
309 Size = MAP_APPFONT ( 60 , 14 ) ;
303 Pos = MAP_APPFONT ( 69, 69 ) ;
304 Size = MAP_APPFONT ( 60, 14 ) ;
310 Text [ en-US ] = "~Reject" ;
311 };
312 PushButton PB_ACCEPTALL
313 {
314 HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
305 Text [ en-US ] = "~Reject" ;
306 };
307 PushButton PB_ACCEPTALL
308 {
309 HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
315 Pos = MAP_APPFONT ( 141 , 69 ) ;
316 Size = MAP_APPFONT ( 60 , 14 ) ;
310 Pos = MAP_APPFONT ( 141, 69 ) ;
311 Size = MAP_APPFONT ( 60, 14 ) ;
317 Text [ en-US ] = "A~ccept All" ;
318 };
319 PushButton PB_REJECTALL
320 {
321 HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
312 Text [ en-US ] = "A~ccept All" ;
313 };
314 PushButton PB_REJECTALL
315 {
316 HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
322 Pos = MAP_APPFONT ( 207 , 69 ) ;
323 Size = MAP_APPFONT ( 60 , 14 ) ;
317 Pos = MAP_APPFONT ( 207, 69 ) ;
318 Size = MAP_APPFONT ( 60, 14 ) ;
324 Text [ en-US ] = "R~eject All" ;
325 };
326
327 PushButton PB_UNDO
328 {
329 HelpId = HID_REDLINING_VIEW_PB_UNDO ;
319 Text [ en-US ] = "R~eject All" ;
320 };
321
322 PushButton PB_UNDO
323 {
324 HelpId = HID_REDLINING_VIEW_PB_UNDO ;
330 Hide = TRUE;
331 Pos = MAP_APPFONT ( 279 , 69 ) ;
332 Size = MAP_APPFONT ( 60 , 14 ) ;
333 Text [ en-US ] = "Undo";
325 Hide = TRUE ;
326 Pos = MAP_APPFONT ( 279, 69 ) ;
327 Size = MAP_APPFONT ( 60, 14 ) ;
328 Text [ en-US ] = "Undo" ;
334 };
335 String STR_TITLE1
336 {
337 Text [ en-US ] = "Action" ;
338 };
339 String STR_TITLE2
340 {
341 Text [ en-US ] = "Position" ;

--- 7 unchanged lines hidden (view full) ---

349 Text [ en-US ] = "Date" ;
350 };
351 String STR_TITLE5
352 {
353 Text [ en-US ] = "Comment" ;
354 };
355};
356
329 };
330 String STR_TITLE1
331 {
332 Text [ en-US ] = "Action" ;
333 };
334 String STR_TITLE2
335 {
336 Text [ en-US ] = "Position" ;

--- 7 unchanged lines hidden (view full) ---

344 Text [ en-US ] = "Date" ;
345 };
346 String STR_TITLE5
347 {
348 Text [ en-US ] = "Comment" ;
349 };
350};
351
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
352// ********************************************************************** EOF