1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: selector.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "selector.hrc"
34 #define MASKCOLOR MaskColor = \
35 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
37 #define FIXEDTEXT_DIALOG_DESCRIPTION \
38 Text [ en-US ] = "Select the library that contains the macro you want. Then select the macro under 'Macro name'." ;\
40 String STR_SELECTOR_ADD_COMMANDS
42 TEXT [ en-US ] = "Add Commands" ;
45 String STR_SELECTOR_MACROS
47 Text [ en-US ] = "%PRODUCTNAME Macros" ;
50 String STR_SELECTOR_CATEGORIES
52 Text [ en-US ] = "~Category" ;
55 String STR_SELECTOR_COMMANDS
57 Text [ en-US ] = "Commands" ;
60 String STR_SELECTOR_ADD
62 TEXT [ en-US ] = "Add" ;
65 String STR_SELECTOR_RUN
67 TEXT [ en-US ] = "Run" ;
71 String STR_SELECTOR_CLOSE
73 TEXT [ en-US ] = "Close" ;
77 String STR_SELECTOR_ADD_COMMANDS_DESCRIPTION
79 TEXT [ en-US ] = "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog.";
82 String STR_BASICMACROS
84 Text [ en-US ] = "BASIC Macros" ;
88 ModelessDialog RID_DLG_SCRIPTSELECTOR
91 Size = MAP_APPFONT ( 256 , 233 ) ;
92 Text [ en-US ] = "Macro Selector" ;
93 HelpId = HID_SELECTOR_DIALOG;
97 FixedText TXT_SELECTOR_DIALOG_DESCRIPTION
99 Pos = MAP_APPFONT ( 6 , 8 ) ;
100 Size = MAP_APPFONT ( 190 , 48 ) ;
104 FIXEDTEXT_DIALOG_DESCRIPTION
106 FixedText TXT_SELECTOR_CATEGORIES
108 Pos = MAP_APPFONT ( 6 , 62 ) ;
109 Size = MAP_APPFONT ( 83 , 8 ) ;
112 Text [ en-US ] = "Library" ;
114 Control BOX_SELECTOR_CATEGORIES
117 Pos = MAP_APPFONT ( 6 , 73 ) ;
118 Size = MAP_APPFONT ( 83 , 89 ) ;
120 HelpId = HID_SELECTOR_CATEGORIES;
123 Text [ en-US ] = "My Macros";
125 String STR_PRODMACROS
127 Text [ en-US ] = "%PRODUCTNAME Macros";
131 ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
134 Image IMG_HARDDISK_HC
136 ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; };
141 ImageBitmap = Bitmap { File = "im30820.png"; };
146 ImageBitmap = Bitmap { File = "imh30820.png"; };
151 ImageBitmap = Bitmap { File = "im30821.png"; };
156 ImageBitmap = Bitmap { File = "imh30821.png"; };
161 ImageBitmap = Bitmap { File = "im30826.png"; };
166 ImageBitmap = Bitmap { File = "imh30826.png"; };
170 FixedText TXT_SELECTOR_COMMANDS
172 Pos = MAP_APPFONT ( 101 , 62 ) ;
173 Size = MAP_APPFONT ( 93 , 8 ) ;
175 Text [ en-US ] = "Macro name" ;
177 Control BOX_SELECTOR_COMMANDS
180 Pos = MAP_APPFONT ( 101 , 73 ) ;
181 Size = MAP_APPFONT ( 93 , 89 ) ;
183 HelpId = HID_SELECTOR_COMMANDS;
185 OKButton BTN_SELECTOR_OK
187 Pos = MAP_APPFONT ( 200 , 73 ) ;
188 Size = MAP_APPFONT ( 50 , 14 ) ;
191 CancelButton BTN_SELECTOR_CANCEL
193 Pos = MAP_APPFONT ( 200 , 90 ) ;
194 Size = MAP_APPFONT ( 50 , 14 ) ;
196 HelpButton BTN_SELECTOR_HELP
198 Pos = MAP_APPFONT ( 200 , 107 ) ;
199 Size = MAP_APPFONT ( 50 , 14 ) ;
201 FixedLine GRP_SELECTOR_DESCRIPTION
203 Pos = MAP_APPFONT ( 6 , 168 ) ;
204 Size = MAP_APPFONT ( 224 , 8 ) ;
206 Text [ en-US ] = "Description" ;
208 FixedText TXT_SELECTOR_DESCRIPTION
210 Pos = MAP_APPFONT ( 12 , 179 ) ;
211 Size = MAP_APPFONT ( 224 , 48 ) ;
215 // ********************************************************************** EOF