merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / selector.src
blob1a08f8cb3e2c002d7e059a805f78f37391fedc60
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: selector.src,v $
10  * $Revision: 1.13 $
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 "helpid.hrc"
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
90   OutputSize = TRUE ;
91   Size = MAP_APPFONT ( 256 , 233 ) ;
92   Text [ en-US ] = "Macro Selector" ;
93   HelpId = HID_SELECTOR_DIALOG;
94   SvLook = TRUE ;
95   Moveable = TRUE ;
96   Hide = TRUE;
97   FixedText TXT_SELECTOR_DIALOG_DESCRIPTION
98   {
99     Pos = MAP_APPFONT ( 6 , 8 ) ;
100     Size = MAP_APPFONT ( 190 , 48 ) ;
101     Group = TRUE ;
102     Left = TRUE ;
103     WordBreak = TRUE ;
104     FIXEDTEXT_DIALOG_DESCRIPTION
105   };
106   FixedText TXT_SELECTOR_CATEGORIES
107   {
108     Pos = MAP_APPFONT ( 6 , 62 ) ;
109     Size = MAP_APPFONT ( 83 , 8 ) ;
110     Group = TRUE ;
111     Left = TRUE ;
112     Text [ en-US ] = "Library" ;
113   };
114   Control BOX_SELECTOR_CATEGORIES
115   {
116     Border = TRUE ;
117     Pos = MAP_APPFONT ( 6 , 73 ) ;
118     Size = MAP_APPFONT ( 83 , 89 ) ;
119     TabStop = TRUE;
120     HelpId = HID_SELECTOR_CATEGORIES;
121     String STR_MYMACROS
122     {
123         Text [ en-US ] = "My Macros";
124     };
125     String STR_PRODMACROS
126     {
127         Text [ en-US ] = "%PRODUCTNAME Macros";
128     }; 
129     Image IMG_HARDDISK
130     {
131         ImageBitmap = Bitmap { File = "harddisk_16.bmp" ; };
132         MASKCOLOR
133     };
134     Image IMG_HARDDISK_HC
135     {
136         ImageBitmap = Bitmap { File = "harddisk_16_h.bmp" ; };
137         MASKCOLOR
138     }; 
139     Image IMG_LIB
140     {
141         ImageBitmap = Bitmap { File = "im30820.png"; };
142         MASKCOLOR
143     };
144     Image IMG_LIB_HC
145     {
146         ImageBitmap = Bitmap { File = "imh30820.png"; };
147         MASKCOLOR
148     };
149     Image IMG_MACRO
150     {
151         ImageBitmap = Bitmap { File = "im30821.png"; };
152         MASKCOLOR
153     };
154     Image IMG_MACRO_HC
155     {
156         ImageBitmap = Bitmap { File = "imh30821.png"; };
157         MASKCOLOR
158     };
159     Image IMG_DOC
160     {
161         ImageBitmap = Bitmap { File = "im30826.png"; };
162         MASKCOLOR
163     };
164     Image IMG_DOC_HC
165     {
166         ImageBitmap = Bitmap { File = "imh30826.png"; };
167         MASKCOLOR
168     };
169   };
170   FixedText TXT_SELECTOR_COMMANDS
171   {
172     Pos = MAP_APPFONT ( 101 , 62 ) ;
173     Size = MAP_APPFONT ( 93 , 8 ) ;
174     Left = TRUE ;
175     Text [ en-US ] = "Macro name" ;
176   };
177   Control BOX_SELECTOR_COMMANDS
178   {
179     Border = TRUE ;
180     Pos = MAP_APPFONT ( 101 , 73 ) ;
181     Size = MAP_APPFONT ( 93 , 89 ) ;
182     TabStop = TRUE;
183     HelpId = HID_SELECTOR_COMMANDS;
184   };
185   OKButton BTN_SELECTOR_OK
186   {
187     Pos = MAP_APPFONT ( 200 , 73 ) ;
188     Size = MAP_APPFONT ( 50 , 14 ) ;
189     DefButton = TRUE;
190   };
191   CancelButton BTN_SELECTOR_CANCEL
192   {
193     Pos = MAP_APPFONT ( 200 , 90 ) ;
194     Size = MAP_APPFONT ( 50 , 14 ) ;
195   };
196   HelpButton BTN_SELECTOR_HELP
197   {
198     Pos = MAP_APPFONT ( 200 , 107 ) ;
199     Size = MAP_APPFONT ( 50 , 14 ) ;
200   };
201   FixedLine GRP_SELECTOR_DESCRIPTION
202   {
203     Pos = MAP_APPFONT ( 6 , 168 ) ;
204     Size = MAP_APPFONT ( 224 , 8 ) ;
205     Group = TRUE ;
206     Text [ en-US ] = "Description" ;
207   };
208   FixedText TXT_SELECTOR_DESCRIPTION
209   {
210     Pos = MAP_APPFONT ( 12 , 179 ) ;
211     Size = MAP_APPFONT ( 224 , 48 ) ;
212     WordBreak = TRUE ;
213   };
215  // ********************************************************************** EOF