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