Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / doc / new.src
blob26d02f9a488f02b42471ce70e6a1cae2a80218f2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfx.hrc>
21 #include "doc.hrc"
22 #include "new.hrc"
23 #include <sfx2/sfxcommands.h>
25  // DLG_NEW_FILE ----------------------------------------------------------
26 ModalDialog DLG_NEW_FILE
28     HelpId = CMD_SID_NEWDOC ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Size = MAP_APPFONT ( 336 , 96 ) ;
32     Text [ en-US ] = "New" ;
33     Moveable = TRUE ;
34     OKButton BT_OK
35     {
36         Pos = MAP_APPFONT ( 274 , 6 ) ;
37         Size = MAP_APPFONT ( 56 , 14 ) ;
38         DefButton = TRUE ;
39     };
40     CancelButton BT_CANCEL
41     {
42         Pos = MAP_APPFONT ( 274 , 23 ) ;
43         Size = MAP_APPFONT ( 56 , 14 ) ;
44     };
45     HelpButton BT_HELP
46     {
47         Pos = MAP_APPFONT ( 274 , 43 ) ;
48         Size = MAP_APPFONT ( 56 , 14 ) ;
49     };
50     ListBox LB_REGION
51     {
52         HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_REGION";
53         Border = TRUE ;
54         Pos = MAP_APPFONT ( 6 , 18 ) ;
55         Size = MAP_APPFONT ( 127 , 72 ) ;
56         CurPos = 0 ;
57     };
58     FixedText FT_REGION
59     {
60         Pos = MAP_APPFONT ( 6 , 6 ) ;
61         Size = MAP_APPFONT ( 97 , 10 ) ;
62         Text [ en-US ] = "~Categories" ;
63         Left = TRUE ;
64     };
65     FixedText FT_TEMPLATE
66     {
67         Pos = MAP_APPFONT ( 139 , 6 ) ;
68         Size = MAP_APPFONT ( 97 , 10 ) ;
69         Text [ en-US ] = "T~emplates" ;
70         Left = TRUE ;
71     };
72     ListBox LB_TEMPLATE
73     {
74         HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_TEMPLATE";
75         Border = TRUE ;
76         Pos = MAP_APPFONT ( 139 , 18 ) ;
77         Size = MAP_APPFONT ( 127 , 72 ) ;
78         CurPos = 0 ;
79     };
80     MoreButton BT_MORE
81     {
82         HelpID = "sfx2:MoreButton:DLG_NEW_FILE:BT_MORE";
83         Pos = MAP_APPFONT ( 274 , 70 ) ;
84         Size = MAP_APPFONT ( 50 , 14 ) ;
85         Text [ en-US ] = "~More" ;
86         Delta = 148 ;
87         MapUnit = MAP_APPFONT ;
88     };
89     Window WIN_PREVIEW
90     {
91         Border = TRUE ;
92         Pos = MAP_APPFONT ( 6 , 110 ) ;
93         Size = MAP_APPFONT ( 127 , 129 ) ;
94         Hide = TRUE ;
95         SVLook = FALSE ;
96     };
97     CheckBox BTN_PREVIEW
98     {
99         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:BTN_PREVIEW";
100         Pos = MAP_APPFONT ( 6 , 96 ) ;
101         Size = MAP_APPFONT ( 97 , 10 ) ;
102         Text [ en-US ] = "Pre~view" ;
103         Hide = TRUE ;
104     };
105     FixedLine GB_DOCINFO
106     {
107         Pos = MAP_APPFONT ( 139 , 97 ) ;
108         Size = MAP_APPFONT ( 186 , 8 ) ;
109         Hide = TRUE ;
110         Text [ en-US ] = "Description" ;
111     };
112     CheckBox CB_TEXT_STYLE
113     {
114         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_TEXT_STYLE";
115         Pos = MAP_APPFONT ( 6 , 94 ) ;
116         Size = MAP_APPFONT ( 50 , 10 ) ;
117         Hide = TRUE;
118         Text [ en-US ] = "Te~xt" ;
119     };
120     CheckBox CB_FRAME_STYLE
121     {
122         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_FRAME_STYLE";
123         Pos = MAP_APPFONT ( 60 , 94 ) ;
124         Size = MAP_APPFONT ( 50 , 10 ) ;
125         Hide = TRUE;
126         Text [ en-US ] = "~Frame" ;
127     };
128     CheckBox CB_PAGE_STYLE
129     {
130         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_PAGE_STYLE";
131         Pos = MAP_APPFONT ( 114 , 94 ) ;
132         Size = MAP_APPFONT ( 50 , 10 ) ;
133         Hide = TRUE;
134         Text [ en-US ] = "~Pages" ;
135     };
136     CheckBox CB_NUM_STYLE
137     {
138         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_NUM_STYLE";
139         Pos = MAP_APPFONT ( 168 , 94 ) ;
140         Size = MAP_APPFONT ( 50 , 10 ) ;
141         Hide = TRUE;
142         Text [ en-US ] = "N~umbering" ;
143     };
144     CheckBox CB_MERGE_STYLE
145     {
146         HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_MERGE_STYLE";
147         Pos = MAP_APPFONT ( 222 , 94 ) ;
148         Size = MAP_APPFONT ( 50 , 10 ) ;
149         Hide = TRUE;
150         Text [ en-US ] = "~Overwrite" ;
151     };
152     PushButton PB_LOAD_FILE
153     {
154         HelpID = "sfx2:PushButton:DLG_NEW_FILE:PB_LOAD_FILE";
155         Pos = MAP_APPFONT ( 274 , 92 ) ;
156         Size = MAP_APPFONT ( 56 , 14 ) ;
157         Hide = TRUE;
158         Text [ en-US ] = "From File...";
159     };
160     String STR_LOAD_TEMPLATE
161     {
162         Text [ en-US ] = "Load Styles" ;
163     };
164     FixedText FT_TITLE
165     {
166         Pos = MAP_APPFONT ( 145 , 108 ) ;
167         Size = MAP_APPFONT ( 175 , 10 ) ;
168         Text [ en-US ] = "~Title" ;
169         Hide = TRUE ;
170     };
171     Edit ED_TITLE
172     {
173         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_TITLE";
174         Border = TRUE ;
175         Pos = MAP_APPFONT ( 145 , 121 ) ;
176         Size = MAP_APPFONT ( 175 , 12 ) ;
177         ReadOnly = TRUE ;
178         Hide = TRUE ;
179     };
180     FixedText FT_THEMA
181     {
182         Pos = MAP_APPFONT ( 145 , 135 ) ;
183         Size = MAP_APPFONT ( 175 , 10 ) ;
184         Text [ en-US ] = "Subject" ;
185         Hide = TRUE ;
186     };
187     Edit ED_THEMA
188     {
189         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_THEMA";
190         Border = TRUE ;
191         Pos = MAP_APPFONT ( 145 , 148 ) ;
192         Size = MAP_APPFONT ( 175 , 12 ) ;
193         ReadOnly = TRUE ;
194         Hide = TRUE ;
195     };
196     FixedText FT_KEYWORDS
197     {
198         Pos = MAP_APPFONT ( 145 , 162 ) ;
199         Size = MAP_APPFONT ( 175 , 10 ) ;
200         Text [ en-US ] = "~Key words" ;
201         Hide = TRUE ;
202     };
203     Edit ED_KEYWORDS
204     {
205         HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_KEYWORDS";
206         Border = TRUE ;
207         Pos = MAP_APPFONT ( 145 , 175 ) ;
208         Size = MAP_APPFONT ( 175 , 12 ) ;
209         ReadOnly = TRUE ;
210         Hide = TRUE ;
211     };
212     FixedText FT_DESC
213     {
214         Pos = MAP_APPFONT ( 145 , 189 ) ;
215         Size = MAP_APPFONT ( 175 , 10 ) ;
216         Text [ en-US ] = "~Description" ;
217         Hide = TRUE ;
218     };
219     MultiLineEdit ED_DESC
220     {
221         HelpID = "sfx2:MultiLineEdit:DLG_NEW_FILE:ED_DESC";
222         Border = TRUE ;
223         Pos = MAP_APPFONT ( 144 , 202 ) ;
224         Size = MAP_APPFONT ( 175 , 32 ) ;
225         IgnoreTab = TRUE ;
226         ReadOnly = TRUE ;
227         Hide = TRUE ;
228     };
229     ExtraData =
230     {
231     103;
232     44;
233     };
236 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */