xref: /aoo42x/main/sd/source/ui/dlg/masterlayoutdlg.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <dialogs.hrc>
29#include <masterlayoutdlg.hrc>
30#include <strings.hrc>
31
32ModalDialog RID_SD_DLG_MASTER_LAYOUT
33{
34    HelpID = "sd:ModalDialog:RID_SD_DLG_MASTER_LAYOUT";
35	Size = MAP_APPFONT( 89 , 92 );
36	OutputSize = TRUE;
37	SVLook   = TRUE;
38	Moveable = TRUE;
39	CloseAble = TRUE;
40	FixedLine FL_PLACEHOLDERS
41	{
42		Pos = MAP_APPFONT( 3, 3 );
43		Size = MAP_APPFONT( 83, 10 );
44
45		Text [ en-US ] = "Placeholders";
46	};
47
48	CheckBox CB_HEADER
49	{
50	    HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER";
51		Pos = MAP_APPFONT( 6, 16 );
52		Size = MAP_APPFONT( 134 , 10 );
53		TabStop = TRUE;
54
55		Text [ en-US ] = "Header";
56	};
57
58	CheckBox CB_DATE
59	{
60	    HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE";
61		Pos = MAP_APPFONT( 6, 29 );
62		Size = MAP_APPFONT( 134 , 10 );
63		TabStop = TRUE;
64
65		Text [ en-US ] = "Date/time";
66	};
67
68	CheckBox CB_FOOTER
69	{
70	    HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER";
71		Pos = MAP_APPFONT( 6, 42 );
72		Size = MAP_APPFONT( 134 , 10 );
73		TabStop = TRUE;
74
75		Text [ en-US ] = "Footer";
76	};
77
78	CheckBox CB_PAGE_NUMBER
79	{
80	    HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER";
81		Pos = MAP_APPFONT( 6, 55 );
82		Size = MAP_APPFONT( 134 , 10 );
83		TabStop = TRUE;
84
85		Text [ en-US ] = "Page number";
86	};
87
88	OKButton BT_OK
89	{
90		Pos = MAP_APPFONT( 3, 71 );
91		Size = MAP_APPFONT( 40 , 14 );
92		TabStop = TRUE;
93	};
94
95	CancelButton BT_CANCEL
96	{
97		Pos = MAP_APPFONT( 46, 71 );
98		Size = MAP_APPFONT( 40 , 14 );
99		TabStop = TRUE;
100	};
101
102	String STR_SLIDE_NUMBER
103	{
104		Text [ en-US ] = "Slide number";
105	};
106
107	String STR_MASTER_LAYOUT_TITLE
108	{
109		Text [ en-US ] = "Master Elements";
110	};
111};
112
113
114
115
116