merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / doc / new.src
blob54d5c8d77a789aa3705eb1d13aa5429588f8f687
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: new.src,v $
10  * $Revision: 1.32 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <sfx2/sfx.hrc>
32 #include "doc.hrc"
33 #include "new.hrc"
34  // pragma ----------------------------------------------------------------
36  // DLG_NEW_FILE ----------------------------------------------------------
37 ModalDialog DLG_NEW_FILE
39     HelpId = SID_NEWDOC ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 336 , 96 ) ;
43     Text [ en-US ] = "New" ;
44     Moveable = TRUE ;
45     OKButton BT_OK
46     {
47         Pos = MAP_APPFONT ( 274 , 6 ) ;
48         Size = MAP_APPFONT ( 56 , 14 ) ;
49         DefButton = TRUE ;
50     };
51     CancelButton BT_CANCEL
52     {
53         Pos = MAP_APPFONT ( 274 , 23 ) ;
54         Size = MAP_APPFONT ( 56 , 14 ) ;
55     };
56     HelpButton BT_HELP
57     {
58         Pos = MAP_APPFONT ( 274 , 43 ) ;
59         Size = MAP_APPFONT ( 56 , 14 ) ;
60     };
61     ListBox LB_REGION
62     {
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 6 , 18 ) ;
65         Size = MAP_APPFONT ( 127 , 72 ) ;
66         CurPos = 0 ;
67     };
68     FixedText FT_REGION
69     {
70         Pos = MAP_APPFONT ( 6 , 6 ) ;
71         Size = MAP_APPFONT ( 97 , 10 ) ;
72         Text [ en-US ] = "~Categories" ;
73         Left = TRUE ;
74     };
75     FixedText FT_TEMPLATE
76     {
77         Pos = MAP_APPFONT ( 139 , 6 ) ;
78         Size = MAP_APPFONT ( 97 , 10 ) ;
79         Text [ en-US ] = "T~emplates" ;
80         Left = TRUE ;
81     };
82     ListBox LB_TEMPLATE
83     {
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 139 , 18 ) ;
86         Size = MAP_APPFONT ( 127 , 72 ) ;
87         CurPos = 0 ;
88     };
89     MoreButton BT_MORE
90     {
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         Pos = MAP_APPFONT ( 6 , 96 ) ;
108         Size = MAP_APPFONT ( 97 , 10 ) ;
109         Text [ en-US ] = "Pre~view" ;
110         Hide = TRUE ;
111     };
112     FixedLine GB_DOCINFO
113     {
114         Pos = MAP_APPFONT ( 139 , 97 ) ;
115         Size = MAP_APPFONT ( 186 , 8 ) ;
116         Hide = TRUE ;
117         Text [ en-US ] = "Description" ;
118     };
119     CheckBox CB_TEXT_STYLE
120     {
121         Pos = MAP_APPFONT ( 6 , 94 ) ;
122         Size = MAP_APPFONT ( 50 , 10 ) ;
123         Hide = TRUE;
124         Text [ en-US ] = "Te~xt" ;
125     };
126     CheckBox CB_FRAME_STYLE
127     {
128         Pos = MAP_APPFONT ( 60 , 94 ) ;
129         Size = MAP_APPFONT ( 50 , 10 ) ;
130         Hide = TRUE;
131         Text [ en-US ] = "~Frame" ;
132     };
133     CheckBox CB_PAGE_STYLE
134     {
135         Pos = MAP_APPFONT ( 114 , 94 ) ;
136         Size = MAP_APPFONT ( 50 , 10 ) ;
137         Hide = TRUE;
138         Text [ en-US ] = "~Pages" ;
139     };
140     CheckBox CB_NUM_STYLE
141     {
142         Pos = MAP_APPFONT ( 168 , 94 ) ;
143         Size = MAP_APPFONT ( 50 , 10 ) ;
144         Hide = TRUE;
145         Text [ en-US ] = "N~umbering" ;
146     };
147     CheckBox CB_MERGE_STYLE
148     {
149         Pos = MAP_APPFONT ( 222 , 94 ) ;
150         Size = MAP_APPFONT ( 50 , 10 ) ;
151         Hide = TRUE;
152         Text [ en-US ] = "~Overwrite" ;
153     };
154     PushButton PB_LOAD_FILE
155     {
156         Pos = MAP_APPFONT ( 274 , 92 ) ;
157         Size = MAP_APPFONT ( 56 , 14 ) ;
158         Hide = TRUE;
159         Text [ en-US ] = "From File...";
160     };
161     String STR_LOAD_TEMPLATE
162     {
163         Text [ en-US ] = "Load Styles" ;
164     };
165     FixedText FT_TITLE
166     {
167         Pos = MAP_APPFONT ( 145 , 108 ) ;
168         Size = MAP_APPFONT ( 175 , 10 ) ;
169         Text [ en-US ] = "~Title" ;
170         Hide = TRUE ;
171     };
172     Edit ED_TITLE
173     {
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         Border = TRUE ;
190         Pos = MAP_APPFONT ( 145 , 148 ) ;
191         Size = MAP_APPFONT ( 175 , 12 ) ;
192         ReadOnly = TRUE ;
193         Hide = TRUE ;
194     };
195     FixedText FT_KEYWORDS
196     {
197         Pos = MAP_APPFONT ( 145 , 162 ) ;
198         Size = MAP_APPFONT ( 175 , 10 ) ;
199         Text [ en-US ] = "~Key words" ;
200         Hide = TRUE ;
201     };
202     Edit ED_KEYWORDS
203     {
204         Border = TRUE ;
205         Pos = MAP_APPFONT ( 145 , 175 ) ;
206         Size = MAP_APPFONT ( 175 , 12 ) ;
207         ReadOnly = TRUE ;
208         Hide = TRUE ;
209     };
210     FixedText FT_DESC
211     {
212         Pos = MAP_APPFONT ( 145 , 189 ) ;
213         Size = MAP_APPFONT ( 175 , 10 ) ;
214         Text [ en-US ] = "~Description" ;
215         Hide = TRUE ;
216     };
217     MultiLineEdit ED_DESC
218     {
219         Border = TRUE ;
220         Pos = MAP_APPFONT ( 144 , 202 ) ;
221         Size = MAP_APPFONT ( 175 , 32 ) ;
222         IgnoreTab = TRUE ;
223         ReadOnly = TRUE ;
224         Hide = TRUE ;
225     };
226     ExtraData =
227     {
228     103;
229     44;
230     };