update dev300-m57
[ooovba.git] / sfx2 / source / dialog / templdlg.src
blobf1e1ba4671a21644ae11dd82da18977f90d7fa18
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: templdlg.src,v $
10  * $Revision: 1.39 $
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 "dialog.hrc"
33 #include "templdlg.hrc"
34 #include "helpid.hrc"
36 ImageList DLG_STYLE_DESIGNER
38     Prefix = "sc";
39     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
40     IdList =
41     {
42         SID_STYLE_WATERCAN ;
43         SID_STYLE_NEW_BY_EXAMPLE ;
44         SID_STYLE_UPDATE_BY_EXAMPLE ;
45     };
46     IdCount = { 3 ; };
48 ImageList IMG_LST_STYLE_DESIGNER_HC
50     Prefix = "sch";
51     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
52     IdList =
53     {
54         SID_STYLE_WATERCAN ;
55         SID_STYLE_NEW_BY_EXAMPLE ;
56         SID_STYLE_UPDATE_BY_EXAMPLE ;
57     };
58     IdCount = { 3 ; };
60  // RID_STYLECATALOG ------------------------------------------------------
61 ModalDialog RID_STYLECATALOG
63     HelpId = SID_STYLE_CATALOG ;
64     OutputSize = TRUE ;
65     SVLook = TRUE ;
66     Size = MAP_APPFONT ( 181 , 134 ) ;
67     Text [ en-US ] = "Style Catalog" ;
68     Moveable = TRUE ;
69     OKButton BT_OK
70     {
71         DefButton = TRUE ;
72         Pos = MAP_APPFONT ( 123 , 6 ) ;
73         Size = MAP_APPFONT ( 50 , 14 ) ;
74         TabStop = TRUE ;
75     };
76     CancelButton BT_CANCEL
77     {
78         Pos = MAP_APPFONT ( 123 , 23 ) ;
79         Size = MAP_APPFONT ( 50 , 14 ) ;
80         TabStop = TRUE ;
81     };
82     PushButton BT_ORG
83     {
84         Pos = MAP_APPFONT ( 123 , 97 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         Text [ en-US ] = "~Organizer..." ;
87         TabStop = TRUE ;
88     };
89     PushButton BT_DEL
90     {
91         Pos = MAP_APPFONT ( 123 , 78 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         Text [ en-US ] = "~Delete..." ;
94         TabStop = TRUE ;
95     };
96     PushButton BT_EDIT
97     {
98         Pos = MAP_APPFONT ( 123 , 60 ) ;
99         Size = MAP_APPFONT ( 50 , 14 ) ;
100         Text [ en-US ] = "~Modify..." ;
101         TabStop = TRUE ;
102     };
103     PushButton BT_NEW
104     {
105         Pos = MAP_APPFONT ( 123 , 43 ) ;
106         Size = MAP_APPFONT ( 50 , 14 ) ;
107         Text [ en-US ] = "~New..." ;
108         TabStop = TRUE ;
109     };
110     HelpButton BT_HELP
111     {
112         Pos = MAP_APPFONT ( 123 , 114 ) ;
113         Size = MAP_APPFONT ( 50 , 14 ) ;
114         TabStop = TRUE ;
115     };
116     ListBox BT_TOOL
117     {
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 6 , 6 ) ;
120         Size = MAP_APPFONT ( 110 , 55 ) ;
121         TabStop = TRUE ;
122         DropDown = TRUE ;
123     };
124     Control BT_VLIST
125     {
126         HelpId = HID_TEMPLATE_FMT ;
127         Border = TRUE ;
128         Pos = MAP_APPFONT ( 6 , 23 ) ;
129         Size = MAP_APPFONT ( 110 , 89 ) ;
130         TabStop = TRUE ;
131     };
132     ListBox BT_FLIST
133     {
134         Border = TRUE ;
135         Pos = MAP_APPFONT ( 6 , 114 ) ;
136         Size = MAP_APPFONT ( 110 , 77 ) ;
137         TabStop = TRUE ;
138         Hide = TRUE ;
139         DropDown = TRUE ;
140     };
142  // Strings ---------------------------------------------------------------
143 String STR_STYLE_FILTER_HIERARCHICAL
145     Text [ en-US ] = "Hierarchical" ;
147  // DLG_STYLE_DESIGNER ----------------------------------------------------
148 DockingWindow DLG_STYLE_DESIGNER
150     Text [ en-US ] = "Styles and Formatting" ;
152     HelpId = SID_STYLE_DESIGNER ;
153     OutputSize = TRUE ;
154     Hide = TRUE ;
155     SVLook = TRUE ;
156     Size = MAP_APPFONT ( 116 , 215 ) ;
157     Pos = MAP_APPFONT ( 0 , 0 ) ;
158     Closeable = TRUE ;
159     Zoomable = TRUE ;
160     Sizeable = TRUE ;
161     Dockable = TRUE ;
162     EnableResizing = TRUE ;
163      // HideWhenDeactivate = TRUE;
164     Border = TRUE ;
165     Moveable = TRUE ;
166     ToolBox TB_ACTION
167     {
168         Pos = MAP_APPFONT ( 3 , 3 ) ;
169         Size = MAP_APPFONT ( 57 , 42 ) ;
170         LineCount = 1 ;
171         ItemImageList = DLG_STYLE_DESIGNER ;
172         HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
173         ItemList =
174         {
175             ToolBoxItem
176             {
177                 HelpId = HID_TEMPLDLG_WATERCAN ;
178                 Identifier = SID_STYLE_WATERCAN ;
179                 Text [ en-US ] = "Fill Format Mode" ;
180             };
181             ToolBoxItem
182             {
183                 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
184                 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
185                 Text [ en-US ] = "New Style from Selection" ;
186             };
187             ToolBoxItem
188             {
189                 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
190                 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
191                 Text [ en-US ] = "Update Style" ;
192             };
193         };
194     };