Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / doc / new.src
bloba524a50bd0890e022240d5465bbc351b2bd91ea1
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  ************************************************************************/
28 #include <sfx2/sfx.hrc>
29 #include "doc.hrc"
30 #include "new.hrc"
31 #include <sfx2/sfxcommands.h>
33  // DLG_NEW_FILE ----------------------------------------------------------
34 ModalDialog DLG_NEW_FILE
36     HelpId = CMD_SID_NEWDOC ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 336 , 96 ) ;
40     Text [ en-US ] = "New" ;
41     Moveable = TRUE ;
42     OKButton BT_OK
43     {
44         Pos = MAP_APPFONT ( 274 , 6 ) ;
45         Size = MAP_APPFONT ( 56 , 14 ) ;
46         DefButton = TRUE ;
47     };
48     CancelButton BT_CANCEL
49     {
50         Pos = MAP_APPFONT ( 274 , 23 ) ;
51         Size = MAP_APPFONT ( 56 , 14 ) ;
52     };
53     HelpButton BT_HELP
54     {
55         Pos = MAP_APPFONT ( 274 , 43 ) ;
56         Size = MAP_APPFONT ( 56 , 14 ) ;
57     };
58     ListBox LB_REGION
59     {
60         HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_REGION";
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 6 , 18 ) ;
63         Size = MAP_APPFONT ( 127 , 72 ) ;
64         CurPos = 0 ;
65     };
66     FixedText FT_REGION
67     {
68         Pos = MAP_APPFONT ( 6 , 6 ) ;
69         Size = MAP_APPFONT ( 97 , 10 ) ;
70         Text [ en-US ] = "~Categories" ;
71         Left = TRUE ;
72     };
73     FixedText FT_TEMPLATE
74     {
75         Pos = MAP_APPFONT ( 139 , 6 ) ;
76         Size = MAP_APPFONT ( 97 , 10 ) ;
77         Text [ en-US ] = "T~emplates" ;
78         Left = TRUE ;
79     };
80     ListBox LB_TEMPLATE
81     {
82         HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_TEMPLATE";
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 139 , 18 ) ;
85         Size = MAP_APPFONT ( 127 , 72 ) ;
86         CurPos = 0 ;
87     };
88     MoreButton BT_MORE
89     {
90         HelpID = "sfx2:MoreButton:DLG_NEW_FILE:BT_MORE";
91         Pos = MAP_APPFONT ( 274 , 70 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         Text [ en-US ] = "~More" ;
94         Delta = 148 ;
95         MapUnit = MAP_APPFONT ;
96     };
97     Window WIN_PREVIEW
98     {
99         Border = TRUE ;
100         Pos = MAP_APPFONT ( 6 , 110 ) ;
101         Size = MAP_APPFONT ( 127 , 129 ) ;
102         Hide = TRUE ;
103         SVLook = FALSE ;
104     };
105     CheckBox BTN_PREVIEW
106     {
107         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:BTN_PREVIEW";
108         Pos = MAP_APPFONT ( 6 , 96 ) ;
109         Size = MAP_APPFONT ( 97 , 10 ) ;
110         Text [ en-US ] = "Pre~view" ;
111         Hide = TRUE ;
112     };
113     FixedLine GB_DOCINFO
114     {
115         Pos = MAP_APPFONT ( 139 , 97 ) ;
116         Size = MAP_APPFONT ( 186 , 8 ) ;
117         Hide = TRUE ;
118         Text [ en-US ] = "Description" ;
119     };
120     CheckBox CB_TEXT_STYLE
121     {
122         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_TEXT_STYLE";
123         Pos = MAP_APPFONT ( 6 , 94 ) ;
124         Size = MAP_APPFONT ( 50 , 10 ) ;
125         Hide = TRUE;
126         Text [ en-US ] = "Te~xt" ;
127     };
128     CheckBox CB_FRAME_STYLE
129     {
130         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_FRAME_STYLE";
131         Pos = MAP_APPFONT ( 60 , 94 ) ;
132         Size = MAP_APPFONT ( 50 , 10 ) ;
133         Hide = TRUE;
134         Text [ en-US ] = "~Frame" ;
135     };
136     CheckBox CB_PAGE_STYLE
137     {
138         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_PAGE_STYLE";
139         Pos = MAP_APPFONT ( 114 , 94 ) ;
140         Size = MAP_APPFONT ( 50 , 10 ) ;
141         Hide = TRUE;
142         Text [ en-US ] = "~Pages" ;
143     };
144     CheckBox CB_NUM_STYLE
145     {
146         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_NUM_STYLE";
147         Pos = MAP_APPFONT ( 168 , 94 ) ;
148         Size = MAP_APPFONT ( 50 , 10 ) ;
149         Hide = TRUE;
150         Text [ en-US ] = "N~umbering" ;
151     };
152     CheckBox CB_MERGE_STYLE
153     {
154         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_MERGE_STYLE";
155         Pos = MAP_APPFONT ( 222 , 94 ) ;
156         Size = MAP_APPFONT ( 50 , 10 ) ;
157         Hide = TRUE;
158         Text [ en-US ] = "~Overwrite" ;
159     };
160     PushButton PB_LOAD_FILE
161     {
162         HelpID = "sfx2:PushButton:DLG_NEW_FILE:PB_LOAD_FILE";
163         Pos = MAP_APPFONT ( 274 , 92 ) ;
164         Size = MAP_APPFONT ( 56 , 14 ) ;
165         Hide = TRUE;
166         Text [ en-US ] = "From File...";
167     };
168     String STR_LOAD_TEMPLATE
169     {
170         Text [ en-US ] = "Load Styles" ;
171     };
172     FixedText FT_TITLE
173     {
174         Pos = MAP_APPFONT ( 145 , 108 ) ;
175         Size = MAP_APPFONT ( 175 , 10 ) ;
176         Text [ en-US ] = "~Title" ;
177         Hide = TRUE ;
178     };
179     Edit ED_TITLE
180     {
181         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_TITLE";
182         Border = TRUE ;
183         Pos = MAP_APPFONT ( 145 , 121 ) ;
184         Size = MAP_APPFONT ( 175 , 12 ) ;
185         ReadOnly = TRUE ;
186         Hide = TRUE ;
187     };
188     FixedText FT_THEMA
189     {
190         Pos = MAP_APPFONT ( 145 , 135 ) ;
191         Size = MAP_APPFONT ( 175 , 10 ) ;
192         Text [ en-US ] = "Subject" ;
193         Hide = TRUE ;
194     };
195     Edit ED_THEMA
196     {
197         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_THEMA";
198         Border = TRUE ;
199         Pos = MAP_APPFONT ( 145 , 148 ) ;
200         Size = MAP_APPFONT ( 175 , 12 ) ;
201         ReadOnly = TRUE ;
202         Hide = TRUE ;
203     };
204     FixedText FT_KEYWORDS
205     {
206         Pos = MAP_APPFONT ( 145 , 162 ) ;
207         Size = MAP_APPFONT ( 175 , 10 ) ;
208         Text [ en-US ] = "~Key words" ;
209         Hide = TRUE ;
210     };
211     Edit ED_KEYWORDS
212     {
213         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_KEYWORDS";
214         Border = TRUE ;
215         Pos = MAP_APPFONT ( 145 , 175 ) ;
216         Size = MAP_APPFONT ( 175 , 12 ) ;
217         ReadOnly = TRUE ;
218         Hide = TRUE ;
219     };
220     FixedText FT_DESC
221     {
222         Pos = MAP_APPFONT ( 145 , 189 ) ;
223         Size = MAP_APPFONT ( 175 , 10 ) ;
224         Text [ en-US ] = "~Description" ;
225         Hide = TRUE ;
226     };
227     MultiLineEdit ED_DESC
228     {
229         HelpID = "sfx2:MultiLineEdit:DLG_NEW_FILE:ED_DESC";
230         Border = TRUE ;
231         Pos = MAP_APPFONT ( 144 , 202 ) ;
232         Size = MAP_APPFONT ( 175 , 32 ) ;
233         IgnoreTab = TRUE ;
234         ReadOnly = TRUE ;
235         Hide = TRUE ;
236     };
237     ExtraData =
238     {
239     103;
240     44;
241     };