Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / miscdlgs.src
blobcaf1eb2cce9e33d7f1a4b3c5b941991dc7196af9
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "miscdlgs.hrc"
22 ModalDialog RID_SCDLG_INSCONT
24     OutputSize = TRUE ;
25     HelpId = CMD_FID_INS_CELL_CONTENTS ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 260 , 187 ) ;
28     Text [ en-US ] = "Paste Special" ;
29     Moveable = TRUE ;
30     Closeable = FALSE ;
31     OKButton BTN_OK
32     {
33         Pos = MAP_APPFONT ( 204 , 6 ) ;
34         Size = MAP_APPFONT ( 50 , 14 ) ;
35         TabStop = TRUE ;
36         DefButton = TRUE ;
37     };
38     CancelButton BTN_CANCEL
39     {
40         Pos = MAP_APPFONT ( 204 , 23 ) ;
41         Size = MAP_APPFONT ( 50 , 14 ) ;
42         TabStop = TRUE ;
43     };
44     HelpButton BTN_HELP
45     {
46         Pos = MAP_APPFONT ( 204 , 43 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49     };
50     CheckBox BTN_INSALL
51     {
52         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSALL";
53         Pos = MAP_APPFONT ( 12 , 14 ) ;
54         Size = MAP_APPFONT ( 84 , 10 ) ;
55         Text [ en-US ] = "~Paste all" ;
56         TabStop = TRUE ;
57     };
58     CheckBox BTN_INSSTRINGS
59     {
60         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSSTRINGS";
61         Pos = MAP_APPFONT ( 12 , 30 ) ;
62         Size = MAP_APPFONT ( 84 , 10 ) ;
63         Text [ en-US ] = "Te~xt" ;
64         TabStop = TRUE ;
65     };
66     CheckBox BTN_INSNUMBERS
67     {
68         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNUMBERS";
69         Pos = MAP_APPFONT ( 12 , 44 ) ;
70         Size = MAP_APPFONT ( 84 , 10 ) ;
71         Text [ en-US ] = "~Numbers" ;
72         TabStop = TRUE ;
73     };
74     CheckBox BTN_INSDATETIME
75     {
76         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSDATETIME";
77         Pos = MAP_APPFONT ( 12 , 58 ) ;
78         Size = MAP_APPFONT ( 84 , 10 ) ;
79         Text [ en-US ] = "~Date & time" ;
80         TabStop = TRUE ;
81     };
82     CheckBox BTN_INSFORMULAS
83     {
84         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSFORMULAS";
85         Pos = MAP_APPFONT ( 12 , 72 ) ;
86         Size = MAP_APPFONT ( 84 , 10 ) ;
87         Text [ en-US ] = "~Formulas" ;
88         TabStop = TRUE ;
89     };
90     CheckBox BTN_INSATTRS
91     {
92         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSATTRS";
93         Pos = MAP_APPFONT ( 12 , 100 ) ;
94         Size = MAP_APPFONT ( 84 , 10 ) ;
95         Text [ en-US ] = "For~mats" ;
96         TabStop = TRUE ;
97     };
98     CheckBox BTN_INSOBJECTS
99     {
100         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSOBJECTS";
101         Pos = MAP_APPFONT ( 12 , 114 ) ;
102         Size = MAP_APPFONT ( 84 , 10 ) ;
103         Text [ en-US ] = "~Objects" ;
104         TabStop = TRUE ;
105     };
106     CheckBox BTN_INSNOTES
107     {
108         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNOTES";
109         Pos = MAP_APPFONT ( 12 , 86 ) ;
110         Size = MAP_APPFONT ( 84 , 10 ) ;
111         Text [ en-US ] = "~Comments" ;
112         TabStop = TRUE ;
113     };
114     FixedLine FL_FRAME
115     {
116         Pos = MAP_APPFONT ( 6 , 3 ) ;
117         Size = MAP_APPFONT ( 93 , 8 ) ;
118         Text [ en-US ] = "Selection" ;
119     };
120     RadioButton BTN_OP_NOOP
121     {
122         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_NOOP";
123         Pos = MAP_APPFONT ( 111 , 14 ) ;
124         Size = MAP_APPFONT ( 83 , 10 ) ;
125         Text [ en-US ] = "Non~e" ;
126     };
127     RadioButton BTN_OP_ADD
128     {
129         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_ADD";
130         Pos = MAP_APPFONT ( 111 , 30 ) ;
131         Size = MAP_APPFONT ( 83 , 10 ) ;
132         Text [ en-US ] = "~Add" ;
133     };
134     RadioButton BTN_OP_SUB
135     {
136         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_SUB";
137         Pos = MAP_APPFONT ( 111 , 44 ) ;
138         Size = MAP_APPFONT ( 83 , 10 ) ;
139         Text [ en-US ] = "~Subtract" ;
140     };
141     RadioButton BTN_OP_MUL
142     {
143         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_MUL";
144         Pos = MAP_APPFONT ( 111 , 58 ) ;
145         Size = MAP_APPFONT ( 83 , 10 ) ;
146         Text [ en-US ] = "Multipl~y" ;
147     };
148     RadioButton BTN_OP_DIV
149     {
150         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_DIV";
151         Pos = MAP_APPFONT ( 111 , 72 ) ;
152         Size = MAP_APPFONT ( 83 , 10 ) ;
153         Text [ en-US ] = "Di~vide" ;
154     };
155     FixedLine FL_OPERATION
156     {
157         Pos = MAP_APPFONT ( 105 , 3 ) ;
158         Size = MAP_APPFONT ( 93 , 8 ) ;
159         Text [ en-US ] = "Operations" ;
160     };
161     CheckBox BTN_SKIP_EMPTY
162     {
163         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY";
164         Pos = MAP_APPFONT ( 12 , 141 ) ;
165         Size = MAP_APPFONT ( 84 , 10 ) ;
166         Text [ en-US ] = "S~kip empty cells" ;
167     };
168     CheckBox BTN_TRANSPOSE
169     {
170         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_TRANSPOSE";
171         Pos = MAP_APPFONT ( 12 , 155 ) ;
172         Size = MAP_APPFONT ( 84 , 10 ) ;
173         Text [ en-US ] = "~Transpose" ;
174     };
175     CheckBox BTN_LINK
176     {
177         HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_LINK";
178         Pos = MAP_APPFONT ( 12 , 169 ) ;
179         Size = MAP_APPFONT ( 84 , 10 ) ;
180         Text [ en-US ] = "~Link" ;
181     };
182     FixedLine FL_OPTIONS
183     {
184         Pos = MAP_APPFONT ( 6 , 130 ) ;
185         Size = MAP_APPFONT ( 93 , 8 ) ;
186         Text [ en-US ] = "Options" ;
187     };
188     RadioButton BTN_MV_NONE
189     {
190         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_NONE";
191         Pos = MAP_APPFONT ( 111 , 141 ) ;
192         Size = MAP_APPFONT ( 83 , 10 ) ;
193         Text [ en-US ] = "Don't sh~ift" ;
194     };
195     RadioButton BTN_MV_DOWN
196     {
197         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_DOWN";
198         Pos = MAP_APPFONT ( 111 , 155 ) ;
199         Size = MAP_APPFONT ( 83 , 10 ) ;
200         Text [ en-US ] = "Do~wn" ;
201     };
202     RadioButton BTN_MV_RIGHT
203     {
204         HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_RIGHT";
205         Pos = MAP_APPFONT ( 111 , 169 ) ;
206         Size = MAP_APPFONT ( 83 , 10 ) ;
207         Text [ en-US ] = "~Right" ;
208     };
209     FixedLine FL_MOVE
210     {
211         Pos = MAP_APPFONT ( 105 , 130 ) ;
212         Size = MAP_APPFONT ( 93 , 8 ) ;
213         Text [ en-US ] = "Shift cells" ;
214     };
215     FixedLine FL_SEP1
216     {
217         Pos = MAP_APPFONT( 102 , 14 ) ;
218         Size = MAP_APPFONT( 1 , 96 ) ;
219     };
220     FixedLine FL_SEP2
221     {
222         Pos = MAP_APPFONT( 102 , 127 ) ;
223         Size = MAP_APPFONT( 1 , 38 ) ;
224     };
227 ModalDialog RID_SCDLG_TAB_BG_COLOR
229     HelpID = "sc:ModalDialog:RID_SCDLG_TAB_BG_COLOR";
230     OutputSize = TRUE ;
231     SVLook = TRUE ;
232     Size = MAP_APPFONT ( 118 , 167 ) ;
233     Moveable = TRUE ;
234     Closeable = TRUE ;
235     Control TAB_BG_COLOR_CT_BORDER
236     {
237         Border = TRUE ;
238         Pos = MAP_APPFONT ( 1 , 1 ) ; //12, 32
239         Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
240         DialogControl = TRUE;
241     };
242     Control TAB_BG_COLOR_SET_BGDCOLOR
243     {
244         // * HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
245         Hide = FALSE ;
246         Pos = MAP_APPFONT ( 0 , 0 ) ;
247         Size = MAP_APPFONT ( 116 , 145 ) ;
248         TabStop = TRUE ;
249     };
250     CancelButton BTN_CANCEL
251     {
252         Pos = MAP_APPFONT ( 82 , 151 ) ;
253         Size = MAP_APPFONT ( 35 , 14 ) ;
254         TabStop = TRUE ;
255         DefButton = FALSE ;
256     };
257     OKButton BTN_OK
258     {
259         Pos = MAP_APPFONT ( 45 , 151 ) ;
260         Size = MAP_APPFONT ( 35 , 14 ) ;
261         TabStop = TRUE ;
262         DefButton = TRUE ;
263     };
264     HelpButton BTN_HELP
265     {
266         Pos = MAP_APPFONT ( 2 , 151 ) ;
267         Size = MAP_APPFONT ( 35 , 14 ) ;
268         TabStop = TRUE ;
269         DefButton = FALSE ;
270     };
273 ModalDialog RID_SCDLG_COL_MAN
275     Text [ en-US ] = "Column Width" ;
277     HelpId = CMD_FID_COL_WIDTH ;
278     OutputSize = TRUE ;
279     SVLook = TRUE ;
280     Size = MAP_APPFONT ( 190 , 63 ) ;
281     Moveable = TRUE ;
282     Closeable = FALSE ;
283     OKButton BTN_OK
284     {
285         Pos = MAP_APPFONT ( 136 , 6 ) ;
286         Size = MAP_APPFONT ( 50 , 14 ) ;
287         TabStop = TRUE ;
288         DefButton = TRUE ;
289     };
290     CancelButton BTN_CANCEL
291     {
292         Pos = MAP_APPFONT ( 136 , 23 ) ;
293         Size = MAP_APPFONT ( 50 , 14 ) ;
294         TabStop = TRUE ;
295     };
296     HelpButton BTN_HELP
297     {
298         Pos = MAP_APPFONT ( 136 , 43 ) ;
299         Size = MAP_APPFONT ( 50 , 14 ) ;
300         TabStop = TRUE ;
301     };
302     FixedText FT_LABEL
303     {
304         Pos = MAP_APPFONT ( 6 , 8 ) ;
305         Size = MAP_APPFONT ( 60 , 10 ) ;
306         Text [ en-US ] = "Width" ;
307     };
308     MetricField ED_VALUE
309     {
310         HelpID = "sc:MetricField:RID_SCDLG_COL_MAN:ED_VALUE";
311         Border = TRUE ;
312         Pos = MAP_APPFONT ( 70 , 6 ) ;
313         Size = MAP_APPFONT ( 70 , 12 ) ;
314         TabStop = TRUE ;
315         Repeat = TRUE ;
316         Spin = TRUE ;
317     };
318     CheckBox BTN_DEFVAL
319     {
320         HelpID = "sc:CheckBox:RID_SCDLG_COL_MAN:BTN_DEFVAL";
321          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
322         TabStop = TRUE ;
323         Pos = MAP_APPFONT ( 70 , 24 ) ;
324         Size = MAP_APPFONT ( 70 , 10 ) ;
325         Text [ en-US ] = "~Default value" ;
326     };
329 ModalDialog RID_SCDLG_COL_OPT
331     Text [ en-US ] = "Optimal Column Width" ;
333     HelpId = CMD_FID_COL_OPT_WIDTH ;
334     OutputSize = TRUE ;
335     SVLook = TRUE ;
336     Size = MAP_APPFONT ( 190 , 63 ) ;
337     Moveable = TRUE ;
338     Closeable = FALSE ;
339     OKButton BTN_OK
340     {
341         Pos = MAP_APPFONT ( 136 , 6 ) ;
342         Size = MAP_APPFONT ( 50 , 14 ) ;
343         TabStop = TRUE ;
344         DefButton = TRUE ;
345     };
346     CancelButton BTN_CANCEL
347     {
348         Pos = MAP_APPFONT ( 136 , 23 ) ;
349         Size = MAP_APPFONT ( 50 , 14 ) ;
350         TabStop = TRUE ;
351     };
352     HelpButton BTN_HELP
353     {
354         Pos = MAP_APPFONT ( 136 , 43 ) ;
355         Size = MAP_APPFONT ( 50 , 14 ) ;
356         TabStop = TRUE ;
357     };
358     FixedText FT_LABEL
359     {
360         Pos = MAP_APPFONT ( 6 , 8 ) ;
361         Size = MAP_APPFONT ( 60 , 10 ) ;
362         Text [ en-US ] = "Add" ;
363     };
364     MetricField ED_VALUE
365     {
366         HelpID = "sc:MetricField:RID_SCDLG_COL_OPT:ED_VALUE";
367          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
368         Border = TRUE ;
369         Pos = MAP_APPFONT ( 70 , 6 ) ;
370         Size = MAP_APPFONT ( 70 , 12 ) ;
371         TabStop = TRUE ;
372         Repeat = TRUE ;
373         Spin = TRUE ;
374     };
375     CheckBox BTN_DEFVAL
376     {
377         HelpID = "sc:CheckBox:RID_SCDLG_COL_OPT:BTN_DEFVAL";
378          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
379         TabStop = TRUE ;
380         Pos = MAP_APPFONT ( 70 , 24 ) ;
381         Size = MAP_APPFONT ( 70 , 10 ) ;
382         Text [ en-US ] = "~Default value" ;
383     };
386 ModalDialog RID_SCDLG_ROW_MAN
388     Text [ en-US ] = "Row Height" ;
390     HelpId = CMD_FID_ROW_HEIGHT ;
391     OutputSize = TRUE ;
392     SVLook = TRUE ;
393     Size = MAP_APPFONT ( 190 , 63 ) ;
394     Moveable = TRUE ;
395     Closeable = FALSE ;
396     OKButton BTN_OK
397     {
398         Pos = MAP_APPFONT ( 136 , 6 ) ;
399         Size = MAP_APPFONT ( 50 , 14 ) ;
400         TabStop = TRUE ;
401         DefButton = TRUE ;
402     };
403     CancelButton BTN_CANCEL
404     {
405         Pos = MAP_APPFONT ( 136 , 23 ) ;
406         Size = MAP_APPFONT ( 50 , 14 ) ;
407         TabStop = TRUE ;
408     };
409     HelpButton BTN_HELP
410     {
411         Pos = MAP_APPFONT ( 136 , 43 ) ;
412         Size = MAP_APPFONT ( 50 , 14 ) ;
413         TabStop = TRUE ;
414     };
415     FixedText FT_LABEL
416     {
417         Pos = MAP_APPFONT ( 6 , 8 ) ;
418         Size = MAP_APPFONT ( 60 , 10 ) ;
419         Text [ en-US ] = "Height" ;
420     };
421     MetricField ED_VALUE
422     {
423         HelpID = "sc:MetricField:RID_SCDLG_ROW_MAN:ED_VALUE";
424          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
425         Border = TRUE ;
426         Pos = MAP_APPFONT ( 70 , 6 ) ;
427         Size = MAP_APPFONT ( 70 , 12 ) ;
428         TabStop = TRUE ;
429         Repeat = TRUE ;
430         Spin = TRUE ;
431     };
432     CheckBox BTN_DEFVAL
433     {
434         HelpID = "sc:CheckBox:RID_SCDLG_ROW_MAN:BTN_DEFVAL";
435          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
436         TabStop = TRUE ;
437         Pos = MAP_APPFONT ( 70 , 24 ) ;
438         Size = MAP_APPFONT ( 70 , 10 ) ;
439         Text [ en-US ] = "~Default value" ;
440     };
443 ModalDialog RID_SCDLG_ROW_OPT
445     Text [ en-US ] = "Optimal Row Height" ;
447     HelpId = CMD_FID_ROW_OPT_HEIGHT ;
448     OutputSize = TRUE ;
449     SVLook = TRUE ;
450     Size = MAP_APPFONT ( 190 , 63 ) ;
451     Moveable = TRUE ;
452     Closeable = FALSE ;
453     OKButton BTN_OK
454     {
455         Pos = MAP_APPFONT ( 136 , 6 ) ;
456         Size = MAP_APPFONT ( 50 , 14 ) ;
457         TabStop = TRUE ;
458         DefButton = TRUE ;
459     };
460     CancelButton BTN_CANCEL
461     {
462         Pos = MAP_APPFONT ( 136 , 23 ) ;
463         Size = MAP_APPFONT ( 50 , 14 ) ;
464         TabStop = TRUE ;
465     };
466     HelpButton BTN_HELP
467     {
468         Pos = MAP_APPFONT ( 136 , 43 ) ;
469         Size = MAP_APPFONT ( 50 , 14 ) ;
470         TabStop = TRUE ;
471     };
472     FixedText FT_LABEL
473     {
474         Pos = MAP_APPFONT ( 6 , 8 ) ;
475         Size = MAP_APPFONT ( 60 , 10 ) ;
476         Text [ en-US ] = "Add" ;
477     };
478     MetricField ED_VALUE
479     {
480         HelpID = "sc:MetricField:RID_SCDLG_ROW_OPT:ED_VALUE";
481         Border = TRUE ;
482         Pos = MAP_APPFONT ( 70 , 6 ) ;
483         Size = MAP_APPFONT ( 70 , 12 ) ;
484         TabStop = TRUE ;
485         Repeat = TRUE ;
486         Spin = TRUE ;
487     };
488     CheckBox BTN_DEFVAL
489     {
490         HelpID = "sc:CheckBox:RID_SCDLG_ROW_OPT:BTN_DEFVAL";
491          // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
492         TabStop = TRUE ;
493         Pos = MAP_APPFONT ( 70 , 24 ) ;
494         Size = MAP_APPFONT ( 70 , 10 ) ;
495         Text [ en-US ] = "~Default value" ;
496     };
499 ModalDialog RID_SCDLG_SHOW_TAB
501     HelpId = CMD_FID_TABLE_SHOW ;
502     OutputSize = TRUE ;
503     SVLook = TRUE ;
504     Size = MAP_APPFONT ( 168 , 100 ) ;
505     Text [ en-US ] = "Show Sheet" ;
506     Moveable = TRUE ;
507     Closeable = FALSE ;
508     OKButton BTN_OK
509     {
510         Pos = MAP_APPFONT ( 112 , 6 ) ;
511         Size = MAP_APPFONT ( 50 , 14 ) ;
512         TabStop = TRUE ;
513         DefButton = TRUE ;
514     };
515     CancelButton BTN_CANCEL
516     {
517         Pos = MAP_APPFONT ( 112 , 23 ) ;
518         Size = MAP_APPFONT ( 50 , 14 ) ;
519         TabStop = TRUE ;
520     };
521     HelpButton BTN_HELP
522     {
523         Pos = MAP_APPFONT ( 112 , 43 ) ;
524         Size = MAP_APPFONT ( 50 , 14 ) ;
525         TabStop = TRUE ;
526     };
527     MultiListBox LB_ENTRYLIST
528     {
529         HelpID = "sc:MultiListBox:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST";
530         SimpleMode = TRUE ;
531         Border = TRUE ;
532         Pos = MAP_APPFONT ( 6 , 19 ) ;
533         Size = MAP_APPFONT ( 100 , 75 ) ;
534         TabStop = TRUE ;
535         Sort = FALSE ;
536     };
537     FixedText FT_LABEL
538     {
539         Pos = MAP_APPFONT ( 6 , 6 ) ;
540         Size = MAP_APPFONT ( 90 , 10 ) ;
541         Text [ en-US ] = "Hidden sheets" ;
542     };
546 #define TXT_COLS \
547     Text [ en-US ] = "~Columns" ; \
550 #define TXT_ROWS \
551     Text [ en-US ] = "~Rows" ;  \
554  // RID_SCDLG_COLORROW wird nur in der Optionen-Sortierlisten-Seite benutzt
556 ModalDialog RID_SCDLG_COLORROW
558     HelpID = "sc:ModalDialog:RID_SCDLG_COLORROW";
559     OutputSize = TRUE ;
560     SVLook = TRUE ;
561     Size = MAP_APPFONT ( 148 , 63 ) ;
562     Moveable = TRUE ;
563     Closeable = FALSE ;
564     OKButton BTN_OK
565     {
566         Pos = MAP_APPFONT ( 92 , 6 ) ;
567         Size = MAP_APPFONT ( 50 , 14 ) ;
568         TabStop = TRUE ;
569         DefButton = TRUE ;
570     };
571     CancelButton BTN_CANCEL
572     {
573         Pos = MAP_APPFONT ( 92 , 23 ) ;
574         Size = MAP_APPFONT ( 50 , 14 ) ;
575         TabStop = TRUE ;
576     };
577     HelpButton BTN_HELP
578     {
579         Pos = MAP_APPFONT ( 92 , 43 ) ;
580         Size = MAP_APPFONT ( 50 , 14 ) ;
581         TabStop = TRUE ;
582     };
583     RadioButton BTN_GROUP_ROWS
584     {
585         HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_ROWS";
586         Pos = MAP_APPFONT ( 12 , 14 ) ;
587         Size = MAP_APPFONT ( 71 , 10 ) ;
588         TXT_ROWS
589         TabStop = TRUE ;
590     };
591     RadioButton BTN_GROUP_COLS
592     {
593         HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_COLS";
594         Pos = MAP_APPFONT ( 12 , 28 ) ;
595         Size = MAP_APPFONT ( 71 , 10 ) ;
596         TXT_COLS
597         TabStop = TRUE ;
598     };
599     FixedLine FL_FRAME
600     {
601         Pos = MAP_APPFONT ( 6 , 3 ) ;
602         Size = MAP_APPFONT ( 80 , 8 ) ;
603     };
606 ModalDialog RID_SCDLG_CHARTCOLROW
608     HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW";
609     OutputSize = TRUE ;
610     SVLook = TRUE ;
611     Size = MAP_APPFONT ( 191 , 63 ) ;
612     Moveable = TRUE ;
613     CheckBox 1
614     {
615         HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:1";
616         Pos = MAP_APPFONT ( 12 , 28 ) ;
617         Size = MAP_APPFONT ( 114 , 10 ) ;
618         Text [ en-US ] = "First ~column as label" ;
619     };
620     CheckBox 2
621     {
622         HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:2";
623         Pos = MAP_APPFONT ( 12 , 14 ) ;
624         Size = MAP_APPFONT ( 114 , 10 ) ;
625         Text [ en-US ] = "First ~row as label" ;
626     };
627     FixedLine 6
628     {
629         Pos = MAP_APPFONT ( 6 , 3 ) ;
630         Size = MAP_APPFONT ( 123 , 8 ) ;
631         Text [ en-US ] = "Labels" ;
632     };
633     OKButton 3
634     {
635         Pos = MAP_APPFONT ( 135 , 6 ) ;
636         Size = MAP_APPFONT ( 50 , 14 ) ;
637         DefButton = TRUE ;
638     };
639     CancelButton 4
640     {
641         Pos = MAP_APPFONT ( 135 , 23 ) ;
642         Size = MAP_APPFONT ( 50 , 14 ) ;
643     };
644     HelpButton 5
645     {
646         Pos = MAP_APPFONT ( 135 , 43 ) ;
647         Size = MAP_APPFONT ( 50 , 14 ) ;
648     };
649     Text [ en-US ] = "Change Source Data Range" ;
652 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */