Update ooo320-m1
[ooovba.git] / svx / source / tbxctrls / tbxdraw.src
blobd0351585303d77b9f39fe6c343dac164fb854751
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: tbxdraw.src,v $
10  * $Revision: 1.46 $
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 "tbxdraw.hrc"
32 #include <svx/dialogs.hrc>
33 #include "helpid.hrc"
34 #include <svx/svxids.hrc>
35  // pragma ----------------------------------------------------------------
37  // -----------------------------------------------------------------------
38 #define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
39 FloatingWindow RID_SVXTBX_DRAW
41     Moveable = TRUE ;
42     Closeable = TRUE ;
43     Hide = TRUE ;
44     SVLook = TRUE ;
45     HelpID = HID_DRAWTOOL_TBX ;
46     ToolBox TBX_DRAW
47     {
48         HelpId = HID_SVXTBX_DRAW ;
49         SVLook = TRUE ;
50         ItemList =
51         {
52             ToolBoxItem
53             {
54                 Identifier = SID_OBJECT_SELECT ;
55                 HelpID = SID_OBJECT_SELECT ;
56                 RadioCheck = TRUE ;
57                 Text [ en-US ] = "Selection" ;
58             };
59             ToolBoxItem
60             {
61                 Identifier = SID_DRAW_LINE ;
62                 HelpID = SID_DRAW_LINE ;
63                 RadioCheck = TRUE ;
64                 Text [ en-US ] = "Line" ;
65             };
66             ToolBoxItem
67             {
68                 Identifier = SID_DRAW_RECT ;
69                 HelpID = SID_DRAW_RECT ;
70                 RadioCheck = TRUE ;
71                 Text [ en-US ] = "Rectangle" ;
72             };
73             ToolBoxItem
74             {
75                 Identifier = SID_DRAW_ELLIPSE ;
76                 HelpID = SID_DRAW_ELLIPSE ;
77                 RadioCheck = TRUE ;
78                 Text [ en-US ] = "Ellipse" ;
79             };
80             ToolBoxItem
81             {
82                 Identifier = SID_DRAW_POLYGON_NOFILL ;
83                 HelpID = SID_DRAW_POLYGON_NOFILL ;
84                 RadioCheck = TRUE ;
85                 Text [ en-US ] = "Polygon" ;
86             };
87             ToolBoxItem
88             {
89                 Identifier = SID_DRAW_BEZIER_NOFILL ;
90                 HelpID = SID_DRAW_BEZIER_NOFILL ;
91                 RadioCheck = TRUE ;
92                 Text [ en-US ] = "Curve";
93             };
94             ToolBoxItem
95             {
96                 Identifier = SID_DRAW_FREELINE_NOFILL ;
97                 HelpID = SID_DRAW_FREELINE_NOFILL ;
98                 RadioCheck = TRUE ;
99                 Text [ en-US ] = "Freeform Line";
100             };
101             ToolBoxItem
102             {
103                 Identifier = SID_DRAW_ARC ;
104                 HelpID = SID_DRAW_ARC ;
105                 RadioCheck = TRUE ;
106                 Text [ en-US ] = "Arc" ;
107             };
108             ToolBoxItem
109             {
110                 Identifier = SID_DRAW_PIE ;
111                 HelpID = SID_DRAW_PIE ;
112                 RadioCheck = TRUE ;
113                 Text [ en-US ] = "Ellipse Pie" ;
114             };
115             ToolBoxItem
116             {
117                 Identifier = SID_DRAW_CIRCLECUT ;
118                 HelpID = SID_DRAW_CIRCLECUT ;
119                 RadioCheck = TRUE ;
120                 Text [ en-US ] = "Circle Segment" ;
121             };
122             ToolBoxItem
123             {
124                 Identifier = SID_DRAW_TEXT ;
125                 HelpID = SID_DRAW_TEXT ;
126                 RadioCheck = TRUE ;
127                 Text [ en-US ] = "Text" ;
128             };
129             ToolBoxItem
130             {
131                 Identifier = SID_DRAW_TEXT_VERTICAL ;
132                 HelpID = SID_DRAW_TEXT_VERTICAL ;
133                 RadioCheck = TRUE ;
134                 Text [ en-US ] = "Vertical Text";
135             };
136             ToolBoxItem
137             {
138                 Identifier = SID_DRAW_TEXT_MARQUEE ;
139                 HelpID = SID_DRAW_TEXT_MARQUEE ;
140                 RadioCheck = TRUE ;
141                 Text [ en-US ] = "Text Animation" ;
142             };
143             ToolBoxItem
144             {
145                 Identifier = SID_DRAW_CAPTION ;
146                 HelpID = SID_DRAW_CAPTION ;
147                 RadioCheck = TRUE ;
148                 Text [ en-US ] = "Callouts" ;
149             };
150             ToolBoxItem
151             {
152                 Identifier = SID_DRAW_CAPTION_VERTICAL ;
153                 HelpID = SID_DRAW_CAPTION_VERTICAL ;
154                 RadioCheck = TRUE ;
155                 Text [ en-US ] = "Vertical Callout";
156             };
157         };
158     };
159     Text [ en-US ] = "Draw Functions" ;
161 FloatingWindow RID_SVXTBX_ALIGNMENT
163     Moveable = TRUE ;
164     Closeable = TRUE ;
165     Hide = TRUE ;
166     HelpID = HID_ALIGN_TBX ;
167     SVLook = TRUE ;
168     Text [ en-US ] = "Alignment" ;
169     ToolBox TBX_ALIGNMENT
170     {
171         HelpId = HID_SVXTBX_ALIGNMENT ;
172         SVLook = TRUE ;
173         HelpID = SID_OBJECT_ALIGN ;
174         ItemList =
175         {
176             ToolBoxItem
177             {
178                 Identifier = SID_OBJECT_ALIGN_LEFT ;
179                 HelpID = SID_OBJECT_ALIGN_LEFT ;
180                 Text [ en-US ] = "Left" ;
181             };
182             ToolBoxItem
183             {
184                 Identifier = SID_OBJECT_ALIGN_CENTER ;
185                 HelpID = SID_OBJECT_ALIGN_CENTER ;
186                 Text [ en-US ] = "Center" ;
187             };
188             ToolBoxItem
189             {
190                 Identifier = SID_OBJECT_ALIGN_RIGHT ;
191                 HelpID = SID_OBJECT_ALIGN_RIGHT ;
192                 Text [ en-US ] = "Right" ;
193             };
194             ToolBoxItem
195             {
196                 Identifier = SID_OBJECT_ALIGN_UP ;
197                 HelpID = SID_OBJECT_ALIGN_UP ;
198                 Text [ en-US ] = "Top" ;
199             };
200             ToolBoxItem
201             {
202                 Identifier = SID_OBJECT_ALIGN_MIDDLE ;
203                 HelpID = SID_OBJECT_ALIGN_MIDDLE ;
204                 Text [ en-US ] = "Centered" ;
205             };
206             ToolBoxItem
207             {
208                 Identifier = SID_OBJECT_ALIGN_DOWN ;
209                 HelpID = SID_OBJECT_ALIGN_DOWN ;
210                 Text [ en-US ] = "Bottom" ;
211             };
212         };
213     };
215  // ********************************************************************** EOF