Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / doc / docvor.src
blob32518e7ae8a537881043bf82a6e9e967ba0b5a1d
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 "docvor.hrc"
31 #include "helpid.hrc"
33 // DLG_ORGANIZE ----------------------------------------------------------
35 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
37 ModalDialog DLG_ORGANIZE
39     HelpId = CMD_SID_ORGANIZER ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 271 , 162 ) ;
43     Text [ en-US ] = "Template Management" ;
44     Moveable = TRUE ;
45     HelpButton BTN_HELP
46     {
47         Pos = MAP_APPFONT ( 205 , 43 ) ;
48         Size = MAP_APPFONT ( 60 , 14 ) ;
49         TabStop = TRUE ;
50     };
51     OKButton BTN_OK
52     {
53         Pos = MAP_APPFONT ( 205 , 6 ) ;
54         Size = MAP_APPFONT ( 60 , 14 ) ;
55         Text [ en-US ] = "Close" ;
56         TabStop = TRUE ;
57         DefButton = TRUE ;
58     };
59     PushButton BTN_FILES
60     {
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..." ;
65         TabStop = TRUE ;
66     };
67     PushButton BTN_ADDRESSTEMPLATE
68     {
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..." ;
73     };
74     ListBox LB_LEFT_TYP
75     {
76         HelpID = "sfx2:ListBox:DLG_ORGANIZE:LB_LEFT_TYP";
77         Border = TRUE ;
78         Pos = MAP_APPFONT ( 3 , 144 ) ;
79         Size = MAP_APPFONT ( 94 , 55 ) ;
80         TabStop = TRUE ;
81         DropDown = TRUE ;
82         CurPos = 0 ;
83         StringList [ en-US ] =
84         {
85             < "Templates" ; Default ; > ;
86             < "Documents" ; Default ; > ;
87         };
88     };
89     ListBox LB_RIGHT_TYP
90     {
91         HelpID = "sfx2:ListBox:DLG_ORGANIZE:LB_RIGHT_TYP";
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( 103 , 144 ) ;
94         Size = MAP_APPFONT ( 94 , 55 ) ;
95         TabStop = TRUE ;
96         DropDown = TRUE ;
97         CurPos = 1 ;
98         StringList [ en-US ] =
99         {
100             < "Templates" ; Default ; > ;
101             < "Documents" ; Default ; > ;
102         };
103     };
104     Control LB_LEFT
105     {
106         HelpId = HID_CTL_ORGANIZER_LEFT ;
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 3 , 6 ) ;
109         Size = MAP_APPFONT ( 94 , 132 ) ;
110         TabStop = TRUE ;
111         ClipChildren = TRUE ;
112     };
113     Control LB_RIGHT
114     {
115         HelpId = HID_CTL_ORGANIZER_RIGHT ;
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 103 , 6 ) ;
118         Size = MAP_APPFONT ( 94 , 132 ) ;
119         TabStop = TRUE ;
120         ClipChildren = TRUE ;
121     };
122     Accelerator ACC_EDIT
123     {
124         ItemList =
125         {
126             AcceleratorItem
127             {
128                 Identifier = ID_NEW ;
129                 Key = KeyCode
130                 {
131                     Code = KEY_INSERT ;
132                 };
133             };
134             AcceleratorItem
135             {
136                 Identifier = ID_DELETE ;
137                 Key = KeyCode
138                 {
139                     Code = KEY_DELETE ;
140                 };
141             };
142         };
143     };
144     MenuButton BTN_EDIT
145     {
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" ;
150         TabStop = TRUE ;
151         ButtonMenu = Menu
152         {
153             ItemList =
154             {
155                 MenuItem
156                 {
157                     Identifier = ID_NEW ;
158                     HelpId = HID_ORGANIZE_NEW ;
159                     Text [ en-US ] = "~New" ;
160                     AccelKey = KeyCode
161                     {
162                         Code = KEY_INSERT ;
163                     };
164                 };
165                 MenuItem
166                 {
167                     Identifier = ID_DELETE ;
168                     HelpId = HID_ORGANIZE_DELETE ;
169                     Text [ en-US ] = "~Delete" ;
170                     AccelKey = KeyCode
171                     {
172                         Code = KEY_DELETE ;
173                     };
174                 };
175                 MenuItem
176                 {
177                     Identifier = ID_EDIT ;
178                     HelpId = HID_ORGANIZE_EDIT ;
179                     Text [ en-US ] = "~Edit" ;
180                 };
181                 MenuItem
182                 {
183                     Separator = TRUE ;
184                 };
185                 MenuItem
186                 {
187                     Identifier = ID_COPY_FROM ;
188                     HelpId = HID_ORGANIZE_COPY_FROM ;
189                     Text [ en-US ] = "Import Template..." ;
190                 };
191                 MenuItem
192                 {
193                     Identifier = ID_COPY_TO ;
194                     HelpId = HID_ORGANIZE_COPY_TO ;
195                     Text [ en-US ] = "Export Template..." ;
196                 };
197                 MenuItem
198                 {
199                     Separator = TRUE ;
200                 };
201                 MenuItem
202                 {
203                     Identifier = ID_PRINT ;
204                     HelpId = HID_ORGANIZE_PRINT ;
205                     Text [ en-US ] = "~Print" ;
206                 };
207                 MenuItem
208                 {
209                     Identifier = ID_PRINTER_SETUP ;
210                     HelpId = HID_ORGANIZE_PRINTER_SETUP ;
211                     Text [ en-US ] = "Printer Settings..." ;
212                 };
213                 MenuItem
214                 {
215                     Separator = TRUE ;
216                 };
217                 MenuItem
218                 {
219                     Identifier = ID_RESCAN ;
220                     HelpId = HID_ORGANIZE_RESCAN ;
221                     Text [ en-US ] = "Update" ;
222                 };
223                 MenuItem
224                 {
225                     Separator = TRUE ;
226                 };
227                 MenuItem
228                 {
229                     Identifier = ID_DEFAULT_TEMPLATE ;
230                     HelpId = HID_ORGANIZE_STDTEMPLATE_ADD ;
231                     Text [ en-US ] = "Set As Default Template" ;
232                 };
233                 MenuItem
234                 {
235                     Identifier = ID_RESET_DEFAULT_TEMPLATE ;
236                     HelpId = HID_ORGANIZE_STDTEMPLATE_DEL ;
237                     Text [ en-US ] = "Reset Default Template" ;
238                 };
239             };
240         };
241     };
242     Image IMG_OPENED_FOLDER
243     {
244         MASKCOLOR ;
245         ImageBitmap = Bitmap { File = "folderop.bmp" ; } ;
246     };
247     Image IMG_CLOSED_FOLDER
248     {
249         MASKCOLOR ;
250         ImageBitmap = Bitmap { File = "foldercl.bmp" ; } ;
251     };
252     Image IMG_OPENED_DOC
253     {
254         MASKCOLOR ;
255         ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;
256     };
257     Image IMG_CLOSED_DOC
258     {
259         MASKCOLOR ;
260         ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;
261     };