1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <sfx2/sfx.hrc>
23 #include <sfx2/sfxcommands.h>
25 // DLG_NEW_FILE ----------------------------------------------------------
26 ModalDialog DLG_NEW_FILE
28 HelpId = CMD_SID_NEWDOC ;
31 Size = MAP_APPFONT ( 336 , 96 ) ;
32 Text [ en-US ] = "New" ;
36 Pos = MAP_APPFONT ( 274 , 6 ) ;
37 Size = MAP_APPFONT ( 56 , 14 ) ;
40 CancelButton BT_CANCEL
42 Pos = MAP_APPFONT ( 274 , 23 ) ;
43 Size = MAP_APPFONT ( 56 , 14 ) ;
47 Pos = MAP_APPFONT ( 274 , 43 ) ;
48 Size = MAP_APPFONT ( 56 , 14 ) ;
52 HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_REGION";
54 Pos = MAP_APPFONT ( 6 , 18 ) ;
55 Size = MAP_APPFONT ( 127 , 72 ) ;
60 Pos = MAP_APPFONT ( 6 , 6 ) ;
61 Size = MAP_APPFONT ( 97 , 10 ) ;
62 Text [ en-US ] = "~Categories" ;
67 Pos = MAP_APPFONT ( 139 , 6 ) ;
68 Size = MAP_APPFONT ( 97 , 10 ) ;
69 Text [ en-US ] = "T~emplates" ;
74 HelpID = "sfx2:ListBox:DLG_NEW_FILE:LB_TEMPLATE";
76 Pos = MAP_APPFONT ( 139 , 18 ) ;
77 Size = MAP_APPFONT ( 127 , 72 ) ;
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" ;
87 MapUnit = MAP_APPFONT ;
92 Pos = MAP_APPFONT ( 6 , 110 ) ;
93 Size = MAP_APPFONT ( 127 , 129 ) ;
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" ;
107 Pos = MAP_APPFONT ( 139 , 97 ) ;
108 Size = MAP_APPFONT ( 186 , 8 ) ;
110 Text [ en-US ] = "Description" ;
112 CheckBox CB_TEXT_STYLE
114 HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_TEXT_STYLE";
115 Pos = MAP_APPFONT ( 6 , 94 ) ;
116 Size = MAP_APPFONT ( 50 , 10 ) ;
118 Text [ en-US ] = "Te~xt" ;
120 CheckBox CB_FRAME_STYLE
122 HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_FRAME_STYLE";
123 Pos = MAP_APPFONT ( 60 , 94 ) ;
124 Size = MAP_APPFONT ( 50 , 10 ) ;
126 Text [ en-US ] = "~Frame" ;
128 CheckBox CB_PAGE_STYLE
130 HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_PAGE_STYLE";
131 Pos = MAP_APPFONT ( 114 , 94 ) ;
132 Size = MAP_APPFONT ( 50 , 10 ) ;
134 Text [ en-US ] = "~Pages" ;
136 CheckBox CB_NUM_STYLE
138 HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_NUM_STYLE";
139 Pos = MAP_APPFONT ( 168 , 94 ) ;
140 Size = MAP_APPFONT ( 50 , 10 ) ;
142 Text [ en-US ] = "N~umbering" ;
144 CheckBox CB_MERGE_STYLE
146 HelpID = "sfx2:CheckBox:DLG_NEW_FILE:CB_MERGE_STYLE";
147 Pos = MAP_APPFONT ( 222 , 94 ) ;
148 Size = MAP_APPFONT ( 50 , 10 ) ;
150 Text [ en-US ] = "~Overwrite" ;
152 PushButton PB_LOAD_FILE
154 HelpID = "sfx2:PushButton:DLG_NEW_FILE:PB_LOAD_FILE";
155 Pos = MAP_APPFONT ( 274 , 92 ) ;
156 Size = MAP_APPFONT ( 56 , 14 ) ;
158 Text [ en-US ] = "From File...";
160 String STR_LOAD_TEMPLATE
162 Text [ en-US ] = "Load Styles" ;
166 Pos = MAP_APPFONT ( 145 , 108 ) ;
167 Size = MAP_APPFONT ( 175 , 10 ) ;
168 Text [ en-US ] = "~Title" ;
173 HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_TITLE";
175 Pos = MAP_APPFONT ( 145 , 121 ) ;
176 Size = MAP_APPFONT ( 175 , 12 ) ;
182 Pos = MAP_APPFONT ( 145 , 135 ) ;
183 Size = MAP_APPFONT ( 175 , 10 ) ;
184 Text [ en-US ] = "Subject" ;
189 HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_THEMA";
191 Pos = MAP_APPFONT ( 145 , 148 ) ;
192 Size = MAP_APPFONT ( 175 , 12 ) ;
196 FixedText FT_KEYWORDS
198 Pos = MAP_APPFONT ( 145 , 162 ) ;
199 Size = MAP_APPFONT ( 175 , 10 ) ;
200 Text [ en-US ] = "~Key words" ;
205 HelpID = "sfx2:Edit:DLG_NEW_FILE:ED_KEYWORDS";
207 Pos = MAP_APPFONT ( 145 , 175 ) ;
208 Size = MAP_APPFONT ( 175 , 12 ) ;
214 Pos = MAP_APPFONT ( 145 , 189 ) ;
215 Size = MAP_APPFONT ( 175 , 10 ) ;
216 Text [ en-US ] = "~Description" ;
219 MultiLineEdit ED_DESC
221 HelpID = "sfx2:MultiLineEdit:DLG_NEW_FILE:ED_DESC";
223 Pos = MAP_APPFONT ( 144 , 202 ) ;
224 Size = MAP_APPFONT ( 175 , 32 ) ;
236 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */