1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #include <sfx2/sfx.hrc>
33 // DLG_ORGANIZE ----------------------------------------------------------
35 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
37 ModalDialog DLG_ORGANIZE
39 HelpId = CMD_SID_ORGANIZER ;
42 Size = MAP_APPFONT ( 271 , 162 ) ;
43 Text [ en-US ] = "Template Management" ;
47 Pos = MAP_APPFONT ( 205 , 43 ) ;
48 Size = MAP_APPFONT ( 60 , 14 ) ;
53 Pos = MAP_APPFONT ( 205 , 6 ) ;
54 Size = MAP_APPFONT ( 60 , 14 ) ;
55 Text [ en-US ] = "Close" ;
61 HelpID = "sfx2:PushButton:DLG_ORGANIZE:BTN_FILES";
62 Pos = MAP_APPFONT ( 205 , 143 ) ;
63 Size = MAP_APPFONT ( 60 , 14 ) ;
64 Text [ en-US ] = "~File..." ;
67 PushButton BTN_ADDRESSTEMPLATE
69 HelpID = "sfx2:PushButton:DLG_ORGANIZE:BTN_ADDRESSTEMPLATE";
70 Pos = MAP_APPFONT ( 205 , 124 ) ;
71 Size = MAP_APPFONT ( 60 , 14 ) ;
72 Text [ en-US ] = "~Address Book..." ;
76 HelpID = "sfx2:ListBox:DLG_ORGANIZE:LB_LEFT_TYP";
78 Pos = MAP_APPFONT ( 3 , 144 ) ;
79 Size = MAP_APPFONT ( 94 , 55 ) ;
83 StringList [ en-US ] =
85 < "Templates" ; Default ; > ;
86 < "Documents" ; Default ; > ;
91 HelpID = "sfx2:ListBox:DLG_ORGANIZE:LB_RIGHT_TYP";
93 Pos = MAP_APPFONT ( 103 , 144 ) ;
94 Size = MAP_APPFONT ( 94 , 55 ) ;
98 StringList [ en-US ] =
100 < "Templates" ; Default ; > ;
101 < "Documents" ; Default ; > ;
106 HelpId = HID_CTL_ORGANIZER_LEFT ;
108 Pos = MAP_APPFONT ( 3 , 6 ) ;
109 Size = MAP_APPFONT ( 94 , 132 ) ;
111 ClipChildren = TRUE ;
115 HelpId = HID_CTL_ORGANIZER_RIGHT ;
117 Pos = MAP_APPFONT ( 103 , 6 ) ;
118 Size = MAP_APPFONT ( 94 , 132 ) ;
120 ClipChildren = TRUE ;
128 Identifier = ID_NEW ;
136 Identifier = ID_DELETE ;
146 HelpID = "sfx2:MenuButton:DLG_ORGANIZE:BTN_EDIT";
147 Pos = MAP_APPFONT ( 205 , 23 ) ;
148 Size = MAP_APPFONT ( 60 , 14 ) ;
149 Text [ en-US ] = "Commands" ;
157 Identifier = ID_NEW ;
158 HelpId = HID_ORGANIZE_NEW ;
159 Text [ en-US ] = "~New" ;
167 Identifier = ID_DELETE ;
168 HelpId = HID_ORGANIZE_DELETE ;
169 Text [ en-US ] = "~Delete" ;
177 Identifier = ID_EDIT ;
178 HelpId = HID_ORGANIZE_EDIT ;
179 Text [ en-US ] = "~Edit" ;
187 Identifier = ID_COPY_FROM ;
188 HelpId = HID_ORGANIZE_COPY_FROM ;
189 Text [ en-US ] = "Import Template..." ;
193 Identifier = ID_COPY_TO ;
194 HelpId = HID_ORGANIZE_COPY_TO ;
195 Text [ en-US ] = "Export Template..." ;
203 Identifier = ID_PRINT ;
204 HelpId = HID_ORGANIZE_PRINT ;
205 Text [ en-US ] = "~Print" ;
209 Identifier = ID_PRINTER_SETUP ;
210 HelpId = HID_ORGANIZE_PRINTER_SETUP ;
211 Text [ en-US ] = "Printer Settings..." ;
219 Identifier = ID_RESCAN ;
220 HelpId = HID_ORGANIZE_RESCAN ;
221 Text [ en-US ] = "Update" ;
229 Identifier = ID_DEFAULT_TEMPLATE ;
230 HelpId = HID_ORGANIZE_STDTEMPLATE_ADD ;
231 Text [ en-US ] = "Set As Default Template" ;
235 Identifier = ID_RESET_DEFAULT_TEMPLATE ;
236 HelpId = HID_ORGANIZE_STDTEMPLATE_DEL ;
237 Text [ en-US ] = "Reset Default Template" ;
242 Image IMG_OPENED_FOLDER
245 ImageBitmap = Bitmap { File = "folderop.bmp" ; } ;
247 Image IMG_CLOSED_FOLDER
250 ImageBitmap = Bitmap { File = "foldercl.bmp" ; } ;
255 ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;
260 ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;