xref: /trunk/main/cui/source/dialogs/gallery.src (revision a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
1/**************************************************************
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
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
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.
19 *
20 *************************************************************/
21
22#include <sfx2/sfxsids.hrc>
23#include "helpid.hrc"
24#include "gallery.hrc"
25#include <svx/exthelpid.hrc>
26
27TabDialog RID_SVXTABDLG_GALLERY
28{
29    OutputSize = TRUE ;
30    SVLook = TRUE ;
31    Text [ en-US ] = "Properties of " ;
32    Moveable = TRUE ;
33    TabControl 1
34    {
35        OutputSize = TRUE ;
36        PageList =
37        {
38            PageItem
39            {
40                Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
41                Text [ en-US ] = "General" ;
42            };
43        };
44    };
45};
46
47/******************************************************************************/
48
49TabDialog RID_SVXTABDLG_GALLERYTHEME
50{
51    OutputSize = TRUE ;
52    SVLook = TRUE ;
53    Text [ en-US ] = "Properties of " ;
54    Moveable = TRUE ;
55    TabControl 1
56    {
57        OutputSize = TRUE ;
58        PageList =
59        {
60            PageItem
61            {
62                Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
63                Text [ en-US ] = "General" ;
64            };
65            PageItem
66            {
67                Identifier = RID_SVXTABPAGE_GALLERYTHEME_FILES ;
68                Text [ en-US ] = "Files" ;
69            };
70        };
71    };
72};
73
74/******************************************************************************/
75
76TabPage RID_SVXTABPAGE_GALLERY_GENERAL
77{
78    HelpId = HID_GALLERY_PROPERTIES_GENERAL ;
79    SVLook = TRUE ;
80    Hide = TRUE ;
81    Size = MAP_APPFONT ( 260, 185 ) ;
82    FixedImage FI_MS_IMAGE
83    {
84        Pos = MAP_APPFONT ( 6, 6 ) ;
85        Size = MAP_APPFONT ( 20, 20 ) ;
86    };
87    Edit EDT_MS_NAME
88    {
89        HelpID = "cui:Edit:RID_SVXTABPAGE_GALLERY_GENERAL:EDT_MS_NAME" ;
90        Border = TRUE ;
91        Pos = MAP_APPFONT ( 60, 10 ) ;
92        Size = MAP_APPFONT ( 194, 12 ) ;
93    };
94    FixedLine FL_MS_GENERAL_FIRST
95    {
96        Pos = MAP_APPFONT ( 6, 36 ) ;
97        Size = MAP_APPFONT ( 248, 1 ) ;
98    };
99    FixedText FT_MS_TYPE
100    {
101        Pos = MAP_APPFONT ( 6, 43 ) ;
102        Size = MAP_APPFONT ( 51, 10 ) ;
103        LeftLabel = TRUE ;
104        Text [ en-US ] = "Type:" ;
105    };
106    FixedText FT_MS_SHOW_TYPE
107    {
108        Pos = MAP_APPFONT ( 60, 43 ) ;
109        Size = MAP_APPFONT ( 194, 10 ) ;
110    };
111    FixedText FT_MS_PATH
112    {
113        Pos = MAP_APPFONT ( 6, 57 ) ;
114        Size = MAP_APPFONT ( 51, 10 ) ;
115        LeftLabel = TRUE ;
116        Text [ en-US ] = "Location:" ;
117    };
118    FixedText FT_MS_SHOW_PATH
119    {
120        Pos = MAP_APPFONT ( 60, 57 ) ;
121        Size = MAP_APPFONT ( 194, 10 ) ;
122    };
123    FixedText FT_MS_CONTENT
124    {
125        Pos = MAP_APPFONT ( 6, 71 ) ;
126        Size = MAP_APPFONT ( 51, 10 ) ;
127        LeftLabel = TRUE ;
128        Text [ en-US ] = "Contents:" ;
129    };
130    FixedText FT_MS_SHOW_CONTENT
131    {
132        Pos = MAP_APPFONT ( 60, 71 ) ;
133        Size = MAP_APPFONT ( 194, 10 ) ;
134    };
135    FixedLine FL_MS_GENERAL_SECOND
136    {
137        Pos = MAP_APPFONT ( 6, 91 ) ;
138        Size = MAP_APPFONT ( 248, 1 ) ;
139    };
140    FixedText FT_MS_CHANGEDATE
141    {
142        Pos = MAP_APPFONT ( 6, 98 ) ;
143        Size = MAP_APPFONT ( 51, 10 ) ;
144        LeftLabel = TRUE ;
145        Text [ en-US ] = "Modified:" ;
146    };
147    FixedText FT_MS_SHOW_CHANGEDATE
148    {
149        Pos = MAP_APPFONT ( 60, 98 ) ;
150        Size = MAP_APPFONT ( 194, 10 ) ;
151    };
152};
153
154/******************************************************************************/
155
156TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
157{
158    HelpId = HID_GALLERY_BROWSER ;
159    Hide = TRUE ;
160    SVLook = TRUE ;
161    Size = MAP_APPFONT ( 260, 185 ) ;
162    FixedText FT_FILETYPE
163    {
164        Pos = MAP_APPFONT ( 6, 8 ) ;
165        Size = MAP_APPFONT ( 48, 10 ) ;
166        Text [ en-US ] = "~File type" ;
167    };
168    ComboBox CBB_FILETYPE
169    {
170        HelpID = "cui:ComboBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE" ;
171        Pos = MAP_APPFONT ( 57, 6 ) ;
172        Size = MAP_APPFONT ( 121, 69 ) ;
173        TabStop = TRUE ;
174        DropDown = TRUE ;
175        AutoSize = TRUE ;
176        AutoHScroll = TRUE ;
177    };
178    MultiListBox LBX_FOUND
179    {
180        HelpID = "cui:MultiListBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND" ;
181        Border = TRUE ;
182        Pos = MAP_APPFONT ( 6, 23 ) ;
183        Size = MAP_APPFONT ( 172, 156 ) ;
184        TabStop = TRUE ;
185        SimpleMode = TRUE ;
186    };
187    PushButton BTN_SEARCH
188    {
189        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH" ;
190        Pos = MAP_APPFONT ( 184, 6 ) ;
191        Size = MAP_APPFONT ( 70, 14 ) ;
192        TabStop = TRUE ;
193        Text [ en-US ] = "~Find Files..." ;
194    };
195    PushButton BTN_TAKE
196    {
197        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE" ;
198        Pos = MAP_APPFONT ( 184, 24 ) ;
199        Size = MAP_APPFONT ( 70, 14 ) ;
200        TabStop = TRUE ;
201        Text [ en-US ] = "~Add" ;
202    };
203    PushButton BTN_TAKEALL
204    {
205        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL" ;
206        Pos = MAP_APPFONT ( 184, 42 ) ;
207        Size = MAP_APPFONT ( 70, 14 ) ;
208        TabStop = TRUE ;
209        Text [ en-US ] = "A~dd All" ;
210    };
211    CheckBox CBX_PREVIEW
212    {
213        HelpID = "cui:CheckBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW" ;
214        Pos = MAP_APPFONT ( 184, 76 ) ;
215        Size = MAP_APPFONT ( 70, 12 ) ;
216        Text [ en-US ] = "Pr~eview" ;
217    };
218    Window WND_BRSPRV
219    {
220        Border = TRUE ;
221        Pos = MAP_APPFONT ( 184, 91 ) ;
222        Size = MAP_APPFONT ( 70, 88 ) ;
223    };
224    PushButton BTN_MADDIN1
225    {
226        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN1" ;
227        Pos = MAP_APPFONT ( 220, 63 ) ;
228        Size = MAP_APPFONT ( 50, 14 ) ;
229        TabStop = TRUE ;
230        Text [ en-US ] = "Maddin1" ;
231    };
232    PushButton BTN_MADDIN2
233    {
234        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN2" ;
235        Pos = MAP_APPFONT ( 220, 80 ) ;
236        Size = MAP_APPFONT ( 50, 14 ) ;
237        TabStop = TRUE ;
238        Text [ en-US ] = "Maddin2" ;
239    };
240};
241
242/******************************************************************************/
243
244ModalDialog RID_SVXDLG_GALLERY_TITLE
245{
246    HelpId = HID_GALLERY_TITLE ;
247    OutputSize = TRUE ;
248    Border = TRUE ;
249    SVLook = TRUE ;
250    Size = MAP_APPFONT ( 168, 63 ) ;
251    Text [ en-US ] = "Enter Title" ;
252    Moveable = TRUE ;
253
254    OkButton BTN_OK
255    {
256        DefButton = TRUE ;
257        Pos = MAP_APPFONT ( 112, 6 ) ;
258        Size = MAP_APPFONT ( 50, 14 ) ;
259        TabStop = TRUE ;
260    };
261    CancelButton BTN_CANCEL
262    {
263        Pos = MAP_APPFONT ( 112, 23 ) ;
264        Size = MAP_APPFONT ( 50, 14 ) ;
265        TabStop = TRUE ;
266    };
267    HelpButton BTN_HELP
268    {
269        Pos = MAP_APPFONT ( 112, 43 ) ;
270        Size = MAP_APPFONT ( 50, 14 ) ;
271        TabStop = TRUE ;
272    };
273
274    FixedLine FL_TITLE
275    {
276        Pos = MAP_APPFONT ( 6, 6 ) ;
277        Size = MAP_APPFONT ( 100, 8 ) ;
278        Text [ en-US ] = "Title" ;
279    };
280    Edit EDT_TITLE
281    {
282        HelpId = HID_GALLERY_TITLE_EDIT ;
283        Border = TRUE ;
284        Pos = MAP_APPFONT ( 12, 18 ) ;
285        Size = MAP_APPFONT ( 88, 12 ) ;
286    };
287};
288
289/******************************************************************************/
290
291ModalDialog RID_SVXDLG_GALLERY_SEARCH_PROGRESS
292{
293    HelpId = HID_GALLERY_SEARCH ;
294    OutputSize = TRUE ;
295    Border = TRUE ;
296    SVLook = TRUE ;
297    Size = MAP_APPFONT ( 124, 86 ) ;
298    Text [ en-US ] = "Find" ;
299    Moveable = TRUE ;
300    FixedLine FL_SEARCH_DIR
301    {
302        Pos = MAP_APPFONT ( 6, 33 ) ;
303        Size = MAP_APPFONT ( 112, 8 ) ;
304        Text [ en-US ] = "Directory" ;
305    };
306    FixedText FT_SEARCH_DIR
307    {
308        Pos = MAP_APPFONT ( 12, 44 ) ;
309        Size = MAP_APPFONT ( 100, 10 ) ;
310    };
311    CancelButton BTN_CANCEL
312    {
313        Pos = MAP_APPFONT ( 37, 66 ) ;
314        Size = MAP_APPFONT ( 50, 14 ) ;
315        TabStop = TRUE ;
316    };
317    FixedLine FL_SEARCH_TYPE
318    {
319        Pos = MAP_APPFONT ( 6, 3 ) ;
320        Size = MAP_APPFONT ( 112, 8 ) ;
321        Text [ en-US ] = "File type" ;
322    };
323    FixedText FT_SEARCH_TYPE
324    {
325        Pos = MAP_APPFONT ( 12, 14 ) ;
326        Size = MAP_APPFONT ( 100, 10 ) ;
327    };
328};
329
330/******************************************************************************/
331
332ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS
333{
334    HelpId = HID_GALLERY_APPLY ;
335    OutputSize = TRUE ;
336    Border = TRUE ;
337    SVLook = TRUE ;
338    Size = MAP_APPFONT ( 124, 56 ) ;
339    Text [ en-US ] = "Apply" ;
340    Moveable = TRUE ;
341    FixedLine FL_TAKE_PROGRESS
342    {
343        Pos = MAP_APPFONT ( 6, 3 ) ;
344        Size = MAP_APPFONT ( 112, 8 ) ;
345        Text [ en-US ] = "File" ;
346    };
347    FixedText FT_TAKE_FILE
348    {
349        Pos = MAP_APPFONT ( 12, 14 ) ;
350        Size = MAP_APPFONT ( 100, 10 ) ;
351    };
352    CancelButton BTN_CANCEL
353    {
354        Pos = MAP_APPFONT ( 37, 36 ) ;
355        Size = MAP_APPFONT ( 50, 14 ) ;
356        TabStop = TRUE ;
357    };
358};
359
360/******************************************************************************/
361
362ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
363{
364    HelpId = HID_GALLERY_ACTUALIZE ;
365    OutputSize = TRUE ;
366    Border = TRUE ;
367    SVLook = TRUE ;
368    Size = MAP_APPFONT ( 124, 56 ) ;
369    Text [ en-US ] = "Update" ;
370    Moveable = TRUE ;
371    FixedLine FL_ACTUALIZE_PROGRESS
372    {
373        Pos = MAP_APPFONT ( 6, 3 ) ;
374        Size = MAP_APPFONT ( 112, 8 ) ;
375        Text [ en-US ] = "File" ;
376    };
377    FixedText FT_ACTUALIZE_FILE
378    {
379        Pos = MAP_APPFONT ( 12, 14 ) ;
380        Size = MAP_APPFONT ( 100, 10 ) ;
381    };
382    CancelButton BTN_CANCEL
383    {
384        Pos = MAP_APPFONT ( 37, 36 ) ;
385        Size = MAP_APPFONT ( 50, 14 ) ;
386        TabStop = TRUE ;
387    };
388};
389
390ModalDialog RID_SVXDLG_GALLERY_THEMEID
391{
392    HelpID = "cui:ModalDialog:RID_SVXDLG_GALLERY_THEMEID" ;
393    OutputSize = TRUE ;
394    Border = TRUE ;
395    SVLook = TRUE ;
396    Size = MAP_APPFONT ( 180, 63 ) ;
397    Text [ en-US ] = "Theme ID" ;
398    Moveable = TRUE ;
399    OkButton BTN_OK
400    {
401        Pos = MAP_APPFONT ( 124, 6 ) ;
402        Size = MAP_APPFONT ( 50, 14 ) ;
403        TabStop = TRUE ;
404        DefButton = TRUE ;
405    };
406    CancelButton BTN_CANCEL
407    {
408        Pos = MAP_APPFONT ( 124, 23 ) ;
409        Size = MAP_APPFONT ( 50, 14 ) ;
410        TabStop = TRUE ;
411    };
412    FixedLine FL_ID
413    {
414        Pos = MAP_APPFONT ( 6, 3 ) ;
415        Size = MAP_APPFONT ( 112, 8 ) ;
416        Text [ en-US ] = "ID" ;
417    };
418    ListBox LB_RESNAME
419    {
420        HelpID = "cui:ListBox:RID_SVXDLG_GALLERY_THEMEID:LB_RESNAME" ;
421        Border = TRUE ;
422        Pos = MAP_APPFONT ( 12, 14 ) ;
423        Size = MAP_APPFONT ( 100, 60 ) ;
424        TabStop = TRUE ;
425        DropDown = TRUE ;
426        HScroll = TRUE ;
427        VScroll = TRUE ;
428    };
429};
430
431String RID_SVXSTR_GALLERY_NOFILES
432{
433    Text [ en-US ] = "<No Files>" ;
434};
435String RID_SVXSTR_GALLERY_SEARCH
436{
437    Text [ en-US ] = "Do you want to update the file list?" ;
438};
439String RID_SVXSTR_GALLERYPROPS_OBJECT
440{
441    Text [ en-US ] = "Object;Objects" ;
442};
443String RID_SVXSTR_GALLERY_READONLY
444{
445    Text [ en-US ] = " (read-only)" ;
446};
447String RID_SVXSTR_GALLERY_ALLFILES
448{
449    Text [ en-US ] = "<All Files>" ;
450};
451String RID_SVXSTR_GALLERY_ID_EXISTS
452{
453    Text [ en-US ] = "This ID already exists..." ;
454};
455
456/******************************************************************************/
457
458Bitmap RID_SVXBMP_THEME_NORMAL_BIG
459{
460    File = "galnorl.png" ;
461};
462
463Bitmap RID_SVXBMP_THEME_IMPORTED_BIG
464{
465    File = "galimpl.png" ;
466};
467
468Bitmap RID_SVXBMP_THEME_READONLY_BIG
469{
470    File = "galrdol.png" ;
471};
472
473Bitmap RID_SVXBMP_THEME_DEFAULT_BIG
474{
475    File = "galdefl.png" ;
476};
477
478// ********************************************************************** EOF
479