Update ooo320-m1
[ooovba.git] / svx / source / cui / acccfg.src
bloba8a5ca549b5a40c6ea0ad6b4aa48f2abf7701baf
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: cfg.src,v $
10  * $Revision: 1.47 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "helpid.hrc"
32 #include "svx/dialogs.hrc"
33 #include "acccfg.hrc"
35 #define MASKCOLOR  MaskColor = \
36     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
38 #define PUSHBUTTON_TEXT_SAVE \
39     Text [ en-US ] = "~Save..." ; \
41 #define PUSHBUTTON_TEXT_RESET \
42     Text [ en-US ] = "R~eset" ; \
44 #define PUSHBUTTON_TEXT_LOAD \
45     Text [ en-US ] = "~Load..." ; \
47 #define PUSHBUTTON_TEXT_REMOVE \
48     Text [ en-US ] = "~Delete" ; \
50 #define PUSHBUTTON_TEXT_CHANGE \
51     Text [ en-US ] = "~Modify" ; \
53 #define PUSHBUTTON_TEXT_NEW \
54     Text [ en-US ] = "~New" ; \
56 #define FIXEDTEXT_TEXT_GROUP \
57     Text [ en-US ] = "~Category" ; \
59 #define FIXEDTEXT_TEXT_FUNCTION \
60     Text [ en-US ] = "Function" ; \
62 #define GROUPBOX_TEXT_FUNCTIONS \
63     Text [ en-US ] = "Functions" ; \
65  // TP_CONFIG_ACCEL -------------------------------------------------------
66 TabPage RID_SVXPAGE_KEYBOARD
68     HelpId = HID_CONFIG_ACCEL ;
69     Hide = TRUE ;
70     Size = MAP_APPFONT ( 273 , 258 ) ;
71     RadioButton RB_OFFICE
72     {
73         Pos = MAP_APPFONT ( 192 , 6 ) ;
74         Size = MAP_APPFONT ( 75 , 10 ) ;
75         Text = "%PRODUCTNAME" ;
76     };
77     RadioButton RB_MODULE
78     {
79         Pos = MAP_APPFONT ( 192 , 19 ) ;
80         Size = MAP_APPFONT ( 75 , 10 ) ;
81         Text = "$(MODULE)" ;
82     };
83     PushButton BTN_ACC_CHANGE
84     {
85         Pos = MAP_APPFONT ( 192 , 35 ) ;
86         Size = MAP_APPFONT ( 75 , 14 ) ;
87         TabStop = TRUE ;
88         PUSHBUTTON_TEXT_CHANGE
89     };
90     PushButton BTN_ACC_REMOVE
91     {
92         Pos = MAP_APPFONT ( 192 , 52 ) ;
93         Size = MAP_APPFONT ( 75 , 14 ) ;
94         TabStop = TRUE ;
95         Group = TRUE ;
96         PUSHBUTTON_TEXT_REMOVE
97     };
98     FixedLine GRP_ACC_KEYBOARD
99     {
100         Pos = MAP_APPFONT ( 6 , 3 ) ;
101         Size = MAP_APPFONT ( 180 , 8 ) ;
102         Group = TRUE ;
103         Text [ en-US ] = "Shortcut keys";
104     };
105     Control BOX_ACC_ENTRIES
106     {
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 12 , 14 ) ;
109         Size = MAP_APPFONT ( 174 , 120 ) ;
110         TabStop = TRUE ;
111         Group = TRUE ;
112         HelpId = HID_ACCELCONFIG_LISTBOX ;
113     };
114     FixedLine GRP_ACC_FUNCTIONS
115     {
116         Pos = MAP_APPFONT ( 6 , 140 ) ;
117         Size = MAP_APPFONT ( 258 , 8 ) ;
118         Group = TRUE ;
119         GROUPBOX_TEXT_FUNCTIONS
120     };
121     FixedText TXT_ACC_GROUP
122     {
123         Pos = MAP_APPFONT ( 12 , 151 ) ;
124         Size = MAP_APPFONT ( 78 , 8 ) ;
125         Group = TRUE ;
126         Left = TRUE ;
127         FIXEDTEXT_TEXT_GROUP
128     };
129     Control BOX_ACC_GROUP
130     {
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 12 , 161 ) ;
133         Size = MAP_APPFONT ( 78 , 91 ) ;
134         TabStop = TRUE ;
135         HelpId = HID_CONFIGGROUP_ACC_LISTBOX ;
136     };
137     FixedText TXT_ACC_FUNCTION
138     {
139         Pos = MAP_APPFONT ( 93 , 151 ) ;
140         Size = MAP_APPFONT ( 88 , 8 ) ;
141         Left = TRUE ;
142         FIXEDTEXT_TEXT_FUNCTION
143     };
144     Control BOX_ACC_FUNCTION
145     {
146         Border = TRUE ;
147         Pos = MAP_APPFONT ( 93 , 161 ) ;
148         Size = MAP_APPFONT ( 88 , 91 ) ;
149         TabStop = TRUE ;
150         HelpId = HID_CONFIGFUNCTION_ACC_LISTBOX ;
151     };
152     FixedText TXT_ACC_KEY
153     {
154         Pos = MAP_APPFONT ( 184 , 151 ) ;
155         Size = MAP_APPFONT ( 80 , 8 ) ;
156         Text [ en-US ] = "~Keys" ;
157         Left = TRUE ;
158     };
159     Control BOX_ACC_KEY
160     {
161         Border = TRUE ;
162         Pos = MAP_APPFONT ( 184 , 161 ) ;
163         Size = MAP_APPFONT ( 80 , 91 ) ;
164         TabStop = TRUE ;
165     };
166     PushButton BTN_LOAD
167     {
168         Pos = MAP_APPFONT ( 192 , 86 ) ;
169         Size = MAP_APPFONT ( 75 , 14 ) ;
170         TabStop = TRUE ;
171         Group = TRUE ;
172         PUSHBUTTON_TEXT_LOAD
173     };
174     PushButton BTN_SAVE
175     {
176         Pos = MAP_APPFONT ( 192 , 103 ) ;
177         Size = MAP_APPFONT ( 75 , 14 ) ;
178         TabStop = TRUE ;
179         Group = TRUE ;
180         PUSHBUTTON_TEXT_SAVE
181     };
182     PushButton BTN_RESET
183     {
184         Pos = MAP_APPFONT ( 192 , 120 ) ;
185         Size = MAP_APPFONT ( 75 , 14 ) ;
186         TabStop = TRUE ;
187         Group = TRUE ;
188         PUSHBUTTON_TEXT_RESET
189     };
190     String STR_LOADACCELCONFIG
191     {
192         Text [ en-US ] = "Load Keyboard Configuration" ;
193     };
194     String STR_SAVEACCELCONFIG
195     {
196         Text [ en-US ] = "Save Keyboard Configuration" ;
197     };
198     String STR_SFX_FILTERNAME_ALL
199     {
200         Text [ en-US ] = "All files (*.*)" ;
201     };
202     String STR_FILTERNAME_CFG
203     {
204         Text [ en-US ] = "Configuration" ;
205     };
208 Resource RID_SVXPAGE_CONFIGGROUPBOX
210     String STR_MYMACROS
211     {
212         Text [ en-US ] = "My Macros";
213     };
214     String STR_PRODMACROS
215     {
216         Text [ en-US ] = "%PRODUCTNAME Macros";
217     };
218     String STR_BASICMACROS
219     {
220         Text [ en-US ] = "BASIC Macros" ;
221     };
222     String STR_DLG_MACROS
223     {
224       Text [ en-US ] = "%PRODUCTNAME Macros" ;
225     };
226     String STR_HUMAN_APPNAME
227     {
228         TEXT = "%PRODUCTNAME" ;
229     };
230     String STR_GROUP_STYLES
231     {
232         Text [ en-US ] = "Styles" ;
233     };
234     Image IMG_HARDDISK
235     {
236         ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
237         MASKCOLOR
238     };
239     Image IMG_HARDDISK_HC
240     {
241         ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; };
242         MASKCOLOR
243     };
244     Image IMG_LIB
245     {
246         ImageBitmap = Bitmap { File = "im30820.png"; };
247         MASKCOLOR
248     };
249     Image IMG_LIB_HC
250     {
251         ImageBitmap = Bitmap { File = "imh30820.png"; };
252         MASKCOLOR
253     };
254     Image IMG_MACRO
255     {
256         ImageBitmap = Bitmap { File = "im30821.png"; };
257         MASKCOLOR
258     };
259     Image IMG_MACRO_HC
260     {
261         ImageBitmap = Bitmap { File = "imh30821.png"; };
262         MASKCOLOR
263     };
264     Image IMG_DOC
265     {
266         ImageBitmap = Bitmap { File = "im30826.png"; };
267         MASKCOLOR
268     };
269     Image IMG_DOC_HC
270     {
271         ImageBitmap = Bitmap { File = "imh30826.png"; };
272         MASKCOLOR
273     };
274     String STR_BASICNAME
275     {
276         Text = "%PRODUCTNAME Basic" ;
277     };
278     Image BMP_COLLAPSED
279     {
280         ImageBitmap = Bitmap
281         {
282             File = "plus.bmp" ;
283         };
284          // MaskColor = Color { Predefine = COL_GREEN ; };
285     };
286     Image BMP_EXPANDED
287     {
288         ImageBitmap = Bitmap
289         {
290             File = "minus.bmp" ;
291         };
292          // MaskColor = Color { Predefine = COL_GREEN ; };
293     };
294     Image BMP_EXPANDED_HC
295     {
296         ImageBitmap = Bitmap
297         {
298             File = "minus_h.bmp" ;
299         };
300     };
301     Image BMP_COLLAPSED_HC
302     {
303         ImageBitmap = Bitmap
304         {
305             File = "plus_h.bmp" ;
306         };
307     };
310  // ********************************************************************** EOF