summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/gallery.src
blob: 0108027488b04f03dec78d11888eeee4fbda85e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include <sfx2/sfxsids.hrc>
#include "helpid.hrc"
#include "gallery.hrc"
#include <svx/exthelpid.hrc>

#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };

TabDialog RID_SVXTABDLG_GALLERY
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Text [ en-US ] = "Properties of " ;
    Moveable = TRUE ;
    TabControl 1
    {
        OutputSize = TRUE ;
        PageList =
        {
            PageItem
            {
                Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
                Text [ en-US ] = "General" ;
            };
        };
    };
};

/******************************************************************************/

TabDialog RID_SVXTABDLG_GALLERYTHEME
{
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Text [ en-US ] = "Properties of " ;
    Moveable = TRUE ;
    TabControl 1
    {
        OutputSize = TRUE ;
        PageList =
        {
            PageItem
            {
                Identifier = RID_SVXTABPAGE_GALLERY_GENERAL ;
                Text [ en-US ] = "General" ;
            };
            PageItem
            {
                Identifier = RID_SVXTABPAGE_GALLERYTHEME_FILES ;
                Text [ en-US ] = "Files" ;
            };
        };
    };
};

/******************************************************************************/

TabPage RID_SVXTABPAGE_GALLERY_GENERAL
{
    HelpId = HID_GALLERY_PROPERTIES_GENERAL;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedImage FI_MS_IMAGE
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 20 , 20 ) ;
    };
    Edit EDT_MS_NAME
    {
        HelpID = "cui:Edit:RID_SVXTABPAGE_GALLERY_GENERAL:EDT_MS_NAME";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 10 ) ;
        Size = MAP_APPFONT ( 194 , 12 ) ;
    };
    FixedLine FL_MS_GENERAL_FIRST
    {
        Pos = MAP_APPFONT ( 6 , 36 ) ;
        Size = MAP_APPFONT ( 248 , 1 ) ;
    };
    FixedText FT_MS_TYPE
    {
        Pos = MAP_APPFONT ( 6 , 43 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        LeftLabel = TRUE ;
        Text [ en-US ] = "Type:" ;
    };
    FixedText FT_MS_SHOW_TYPE
    {
        Pos = MAP_APPFONT ( 60 , 43 ) ;
        Size = MAP_APPFONT ( 194 , 10 ) ;
    };
    FixedText FT_MS_PATH
    {
        Pos = MAP_APPFONT ( 6 , 57 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        LeftLabel = TRUE ;
        Text [ en-US ] = "Location:" ;
    };
    FixedText FT_MS_SHOW_PATH
    {
        Pos = MAP_APPFONT ( 60 , 57 ) ;
        Size = MAP_APPFONT ( 194 , 10 ) ;
    };
    FixedText FT_MS_CONTENT
    {
        Pos = MAP_APPFONT ( 6 , 71 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        LeftLabel = TRUE ;
        Text [ en-US ] = "Contents:" ;
    };
    FixedText FT_MS_SHOW_CONTENT
    {
        Pos = MAP_APPFONT ( 60 , 71 ) ;
        Size = MAP_APPFONT ( 194 , 10 ) ;
    };
    FixedLine FL_MS_GENERAL_SECOND
    {
        Pos = MAP_APPFONT ( 6 , 91 ) ;
        Size = MAP_APPFONT ( 248 , 1 ) ;
    };
    FixedText FT_MS_CHANGEDATE
    {
        Pos = MAP_APPFONT ( 6 , 98 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        LeftLabel = TRUE ;
        Text [ en-US ] = "Modified:" ;
    };
    FixedText FT_MS_SHOW_CHANGEDATE
    {
        Pos = MAP_APPFONT ( 60 , 98 ) ;
        Size = MAP_APPFONT ( 194 , 10 ) ;
    };
};

/******************************************************************************/

TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES
{
    HelpId = HID_GALLERY_BROWSER ;
    Hide = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    FixedText FT_FILETYPE
    {
        Pos = MAP_APPFONT ( 6 , 8 ) ;
        Size = MAP_APPFONT ( 48 , 10 ) ;
        Text [ en-US ] = "~File type" ;
    };
    ComboBox CBB_FILETYPE
    {
        HelpID = "cui:ComboBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE";
        Pos = MAP_APPFONT ( 57 , 6 ) ;
        Size = MAP_APPFONT ( 121 , 69 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        AutoSize = TRUE;
        AutoHScroll = TRUE ;
    };
    MultiListBox LBX_FOUND
    {
        HelpID = "cui:MultiListBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 23  ) ;
        Size = MAP_APPFONT ( 172 , 156 ) ;
        TabStop = TRUE ;
        SimpleMode = TRUE ;
    };
    PushButton BTN_SEARCH
    {
        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH";
        Pos = MAP_APPFONT ( 184 , 6  ) ;
        Size = MAP_APPFONT ( 70 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Find Files..." ;
    };
    PushButton BTN_TAKE
    {
        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE";
        Pos = MAP_APPFONT ( 184 , 24  ) ;
        Size = MAP_APPFONT ( 70 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Add" ;
    };
    PushButton BTN_TAKEALL
    {
        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL";
        Pos = MAP_APPFONT ( 184 , 42 ) ;
        Size = MAP_APPFONT ( 70 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "A~dd All" ;
    };
    CheckBox CBX_PREVIEW
    {
        HelpID = "cui:CheckBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW";
        Pos = MAP_APPFONT ( 184 , 76  ) ;
        Size = MAP_APPFONT ( 70 , 12 ) ;
        Text [ en-US ] = "Pr~eview" ;
    };
    Window WND_BRSPRV
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 184 , 91 ) ;
        Size = MAP_APPFONT ( 70 , 88 ) ;
    };
    PushButton BTN_MADDIN1
    {
        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN1";
        Pos = MAP_APPFONT ( 220 , 63 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Maddin1" ;
    };
    PushButton BTN_MADDIN2
    {
        HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN2";
        Pos = MAP_APPFONT ( 220 , 80 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Maddin2" ;
    };
};

/******************************************************************************/

ModalDialog RID_SVXDLG_GALLERY_TITLE
{
    HelpId = HID_GALLERY_TITLE;
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 168 , 63 ) ;
    Text [ en-US ] = "Enter Title" ;
    Moveable = TRUE ;

    OkButton BTN_OK
    {
        DefButton = TRUE ;
        Pos = MAP_APPFONT ( 112 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 112 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 112 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };

    FixedLine FL_TITLE
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 100 , 8 ) ;
        Text [ en-US ] = "Title" ;
    };
    Edit EDT_TITLE
    {
        HelpId = HID_GALLERY_TITLE_EDIT;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 , 18 ) ;
        Size = MAP_APPFONT ( 88, 12 ) ;
    };
};

/******************************************************************************/

ModalDialog RID_SVXDLG_GALLERY_SEARCH_PROGRESS
{
    HelpId = HID_GALLERY_SEARCH ;
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 124 , 86 ) ;
    Text [ en-US ] = "Find" ;
    Moveable = TRUE ;
    FixedLine FL_SEARCH_DIR
    {
        Pos = MAP_APPFONT ( 6 , 33 ) ;
        Size = MAP_APPFONT ( 112 , 8 ) ;
        Text [ en-US ] = "Directory" ;
    };
    FixedText FT_SEARCH_DIR
    {
        Pos = MAP_APPFONT ( 12 , 44 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 37 , 66 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    FixedLine FL_SEARCH_TYPE
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 112 , 8 ) ;
        Text [ en-US ] = "File type" ;
    };
    FixedText FT_SEARCH_TYPE
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
    };
};

/******************************************************************************/

ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS
{
    HelpId = HID_GALLERY_APPLY ;
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 124 , 56 ) ;
    Text [ en-US ] = "Apply" ;
    Moveable = TRUE ;
    FixedLine FL_TAKE_PROGRESS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 112 , 8 ) ;
        Text [ en-US ] = "File" ;
    };
    FixedText FT_TAKE_FILE
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 37 , 36 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
};

/******************************************************************************/

ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
{
    HelpId = HID_GALLERY_ACTUALIZE;
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 124 , 56 ) ;
    Text [ en-US ] = "Update" ;
    Moveable = TRUE ;
    FixedLine FL_ACTUALIZE_PROGRESS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 112 , 8 ) ;
        Text [ en-US ] = "File" ;
    };
    FixedText FT_ACTUALIZE_FILE
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 37 , 36 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
};

ModalDialog RID_SVXDLG_GALLERY_THEMEID
{
    HelpID = "cui:ModalDialog:RID_SVXDLG_GALLERY_THEMEID";
    OutputSize = TRUE ;
    Border = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 180 , 63 ) ;
    Text [ en-US ] = "Theme ID" ;
    Moveable = TRUE ;
    OkButton BTN_OK
    {
        Pos = MAP_APPFONT ( 124 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 124 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    FixedLine FL_ID
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 112 , 8 ) ;
        Text [ en-US ] = "ID";
    };
    ListBox LB_RESNAME
    {
        HelpID = "cui:ListBox:RID_SVXDLG_GALLERY_THEMEID:LB_RESNAME";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 100 , 60 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        HScroll = TRUE ;
        VScroll = TRUE ;
    };
};

String RID_SVXSTR_GALLERY_NOFILES
{
    Text [ en-US ] = "<No Files>" ;
};
String RID_SVXSTR_GALLERY_SEARCH
{
    Text [ en-US ] = "Do you want to update the file list?" ;
};
String RID_SVXSTR_GALLERYPROPS_OBJECT
{
    Text [ en-US ] = "Object;Objects" ;
};
String RID_SVXSTR_GALLERY_READONLY
{
    Text [ en-US ] = "(read-only)" ;
};
String RID_SVXSTR_GALLERY_ALLFILES
{
    Text [ en-US ] = "<All Files>" ;
};
String RID_SVXSTR_GALLERY_ID_EXISTS
{
    Text [ en-US ] = "This ID already exists..." ;
};

/******************************************************************************/

Bitmap RID_SVXBMP_THEME_NORMAL_BIG
{
    File = "galnorl.bmp" ;
};

Bitmap RID_SVXBMP_THEME_IMPORTED_BIG
{
    File = "galimpl.bmp" ;
};

Bitmap RID_SVXBMP_THEME_READONLY_BIG
{
    File = "galrdol.bmp" ;
};

Bitmap RID_SVXBMP_THEME_DEFAULT_BIG
{
    File = "galdefl.bmp" ;
};