xref: /aoo41x/main/svx/source/dialog/fontwork.src (revision 09a1d057)
1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*09a1d057SAndrew Rist *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*09a1d057SAndrew Rist *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19*09a1d057SAndrew Rist *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include <svx/svxids.hrc>
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#include "fontwork.hrc"
27cdf0e10cSrcweir#include "helpid.hrc"
28cdf0e10cSrcweir // pragma ----------------------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir // RID_SVXDLG_FONTWORK ---------------------------------------------------
31cdf0e10cSrcweirDockingWindow RID_SVXDLG_FONTWORK
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = CMD_SID_FONTWORK ;
34cdf0e10cSrcweir	OutputSize = TRUE ;
35cdf0e10cSrcweir	SVLook = TRUE ;
36cdf0e10cSrcweir	Hide = TRUE ;
37cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
38cdf0e10cSrcweir	Size = MAP_APPFONT ( 89 , 193 ) ;
39cdf0e10cSrcweir	Text [ en-US ] = "Fontwork" ;
40cdf0e10cSrcweir	Moveable = TRUE ;
41cdf0e10cSrcweir	Zoomable = TRUE ;
42cdf0e10cSrcweir	Closeable = TRUE ;
43cdf0e10cSrcweir	Dockable = TRUE ;
44cdf0e10cSrcweir	EnableResizing = TRUE ;
45cdf0e10cSrcweir	Control VS_FORMS
46cdf0e10cSrcweir	{
47cdf0e10cSrcweir		HelpId = HID_FONTWORK_CTL_FORMS ;
48cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 4 ) ;
49cdf0e10cSrcweir		Size = MAP_APPFONT ( 71 , 30 ) ;
50cdf0e10cSrcweir		Border = TRUE ;
51cdf0e10cSrcweir		TabStop = TRUE ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir	ToolBox TBX_STYLE
54cdf0e10cSrcweir	{
55cdf0e10cSrcweir		SVLook = TRUE ;
56cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 41 ) ;
57cdf0e10cSrcweir		ItemList  =
58cdf0e10cSrcweir		{
59cdf0e10cSrcweir			ToolBoxItem
60cdf0e10cSrcweir			{
61cdf0e10cSrcweir				AutoCheck = TRUE ;
62cdf0e10cSrcweir				Identifier = TBI_STYLE_OFF ;
63cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_STYLE_OFF ;
64cdf0e10cSrcweir				Text [ en-US ] = "Off" ;
65cdf0e10cSrcweir			};
66cdf0e10cSrcweir			ToolBoxItem
67cdf0e10cSrcweir			{
68cdf0e10cSrcweir				Type = TOOLBOXITEM_SEPARATOR ;
69cdf0e10cSrcweir			};
70cdf0e10cSrcweir			ToolBoxItem
71cdf0e10cSrcweir			{
72cdf0e10cSrcweir				AutoCheck = TRUE ;
73cdf0e10cSrcweir				RadioCheck = TRUE ;
74cdf0e10cSrcweir				Identifier = TBI_STYLE_ROTATE ;
75cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_STYLE_ROTATE ;
76cdf0e10cSrcweir				Text [ en-US ] = "Rotate" ;
77cdf0e10cSrcweir			};
78cdf0e10cSrcweir			ToolBoxItem
79cdf0e10cSrcweir			{
80cdf0e10cSrcweir				AutoCheck = TRUE ;
81cdf0e10cSrcweir				RadioCheck = TRUE ;
82cdf0e10cSrcweir				Identifier = TBI_STYLE_UPRIGHT ;
83cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_STYLE_UPRIGHT ;
84cdf0e10cSrcweir				Text [ en-US ] = "Upright" ;
85cdf0e10cSrcweir			};
86cdf0e10cSrcweir			ToolBoxItem
87cdf0e10cSrcweir			{
88cdf0e10cSrcweir				AutoCheck = TRUE ;
89cdf0e10cSrcweir				RadioCheck = TRUE ;
90cdf0e10cSrcweir				Identifier = TBI_STYLE_SLANTX ;
91cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_STYLE_SLANTX ;
92cdf0e10cSrcweir				Text [ en-US ] = "Slant Horizontal" ;
93cdf0e10cSrcweir			};
94cdf0e10cSrcweir			ToolBoxItem
95cdf0e10cSrcweir			{
96cdf0e10cSrcweir				AutoCheck = TRUE ;
97cdf0e10cSrcweir				RadioCheck = TRUE ;
98cdf0e10cSrcweir				Identifier = TBI_STYLE_SLANTY ;
99cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_STYLE_SLANTY ;
100cdf0e10cSrcweir				Text [ en-US ] = "Slant Vertical" ;
101cdf0e10cSrcweir			};
102cdf0e10cSrcweir		};
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	ToolBox TBX_ADJUST
105cdf0e10cSrcweir	{
106cdf0e10cSrcweir		SVLook = TRUE ;
107cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 63 ) ;
108cdf0e10cSrcweir		ItemList  =
109cdf0e10cSrcweir		{
110cdf0e10cSrcweir			ToolBoxItem
111cdf0e10cSrcweir			{
112cdf0e10cSrcweir				AutoCheck = TRUE ;
113cdf0e10cSrcweir				Checkable = TRUE ;
114cdf0e10cSrcweir				Identifier = TBI_ADJUST_MIRROR ;
115cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_ADJUST_MIRROR ;
116cdf0e10cSrcweir				Text [ en-US ] = "Orientation" ;
117cdf0e10cSrcweir			};
118cdf0e10cSrcweir			ToolBoxItem
119cdf0e10cSrcweir			{
120cdf0e10cSrcweir				Type = TOOLBOXITEM_SEPARATOR ;
121cdf0e10cSrcweir			};
122cdf0e10cSrcweir			ToolBoxItem
123cdf0e10cSrcweir			{
124cdf0e10cSrcweir				AutoCheck = TRUE ;
125cdf0e10cSrcweir				RadioCheck = TRUE ;
126cdf0e10cSrcweir				Identifier = TBI_ADJUST_LEFT ;
127cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_ADJUST_LEFT ;
128cdf0e10cSrcweir				Text [ en-US ] = "Align Left" ;
129cdf0e10cSrcweir			};
130cdf0e10cSrcweir			ToolBoxItem
131cdf0e10cSrcweir			{
132cdf0e10cSrcweir				AutoCheck = TRUE ;
133cdf0e10cSrcweir				RadioCheck = TRUE ;
134cdf0e10cSrcweir				Identifier = TBI_ADJUST_CENTER ;
135cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_ADJUST_CENTER ;
136cdf0e10cSrcweir				Text [ en-US ] = "Center" ;
137cdf0e10cSrcweir			};
138cdf0e10cSrcweir			ToolBoxItem
139cdf0e10cSrcweir			{
140cdf0e10cSrcweir				AutoCheck = TRUE ;
141cdf0e10cSrcweir				RadioCheck = TRUE ;
142cdf0e10cSrcweir				Identifier = TBI_ADJUST_RIGHT ;
143cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_ADJUST_RIGHT ;
144cdf0e10cSrcweir				Text [ en-US ] = "Align Right" ;
145cdf0e10cSrcweir			};
146cdf0e10cSrcweir			ToolBoxItem
147cdf0e10cSrcweir			{
148cdf0e10cSrcweir				AutoCheck = TRUE ;
149cdf0e10cSrcweir				RadioCheck = TRUE ;
150cdf0e10cSrcweir				Identifier = TBI_ADJUST_AUTOSIZE ;
151cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_ADJUST_AUTOSIZE ;
152cdf0e10cSrcweir				Text [ en-US ] = "AutoSize Text" ;
153cdf0e10cSrcweir			};
154cdf0e10cSrcweir		};
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir	FixedImage FB_DISTANCE
157cdf0e10cSrcweir	{
158cdf0e10cSrcweir		Pos = MAP_APPFONT ( 10 , 84 ) ;
159cdf0e10cSrcweir		Size = MAP_APPFONT ( 14 , 15 ) ;
160cdf0e10cSrcweir	};
161cdf0e10cSrcweir	MetricField MTR_FLD_DISTANCE
162cdf0e10cSrcweir	{
163cdf0e10cSrcweir	    HelpID = "svx:MetricField:RID_SVXDLG_FONTWORK:MTR_FLD_DISTANCE";
164cdf0e10cSrcweir		Border = TRUE ;
165cdf0e10cSrcweir		Pos = MAP_APPFONT ( 29 , 85 ) ;
166cdf0e10cSrcweir		Size = MAP_APPFONT ( 48 , 12 ) ;
167cdf0e10cSrcweir		TabStop = TRUE ;
168cdf0e10cSrcweir		Repeat = TRUE ;
169cdf0e10cSrcweir		Spin = TRUE ;
170cdf0e10cSrcweir		Minimum = -5000000 ;
171cdf0e10cSrcweir		Maximum = 5000000 ;
172cdf0e10cSrcweir		StrictFormat = TRUE ;
173cdf0e10cSrcweir		DecimalDigits = 2 ;
174cdf0e10cSrcweir		Unit = FUNIT_MM ;
175cdf0e10cSrcweir		First = -5000000 ;
176cdf0e10cSrcweir		Last = 5000000 ;
177cdf0e10cSrcweir		SpinSize = 50 ;
178cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Distance" ;
179cdf0e10cSrcweir
180cdf0e10cSrcweir	};
181cdf0e10cSrcweir	FixedImage FB_TEXTSTART
182cdf0e10cSrcweir	{
183cdf0e10cSrcweir		Pos = MAP_APPFONT ( 10 , 99 ) ;
184cdf0e10cSrcweir		Size = MAP_APPFONT ( 14 , 15 ) ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	MetricField MTR_FLD_TEXTSTART
187cdf0e10cSrcweir	{
188cdf0e10cSrcweir	    HelpID = "svx:MetricField:RID_SVXDLG_FONTWORK:MTR_FLD_TEXTSTART";
189cdf0e10cSrcweir		Border = TRUE ;
190cdf0e10cSrcweir		Pos = MAP_APPFONT ( 29 , 100 ) ;
191cdf0e10cSrcweir		Size = MAP_APPFONT ( 48 , 12 ) ;
192cdf0e10cSrcweir		TabStop = TRUE ;
193cdf0e10cSrcweir		Repeat = TRUE ;
194cdf0e10cSrcweir		Spin = TRUE ;
195cdf0e10cSrcweir		Maximum = 5000000 ;
196cdf0e10cSrcweir		StrictFormat = TRUE ;
197cdf0e10cSrcweir		DecimalDigits = 2 ;
198cdf0e10cSrcweir		Unit = FUNIT_MM ;
199cdf0e10cSrcweir		Last = 5000000 ;
200cdf0e10cSrcweir		SpinSize = 50 ;
201cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Indent" ;
202cdf0e10cSrcweir	};
203cdf0e10cSrcweir	ToolBox TBX_SHADOW
204cdf0e10cSrcweir	{
205cdf0e10cSrcweir		SVLook = TRUE ;
206cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 122 ) ;
207cdf0e10cSrcweir		ItemList  =
208cdf0e10cSrcweir		{
209cdf0e10cSrcweir			ToolBoxItem
210cdf0e10cSrcweir			{
211cdf0e10cSrcweir				AutoCheck = TRUE ;
212cdf0e10cSrcweir				Checkable = TRUE ;
213cdf0e10cSrcweir				Identifier = TBI_SHOWFORM ;
214cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_SHOWFORM ;
215cdf0e10cSrcweir				Text [ en-US ] = "Contour" ;
216cdf0e10cSrcweir			};
217cdf0e10cSrcweir			ToolBoxItem
218cdf0e10cSrcweir			{
219cdf0e10cSrcweir				AutoCheck = TRUE ;
220cdf0e10cSrcweir				Checkable = TRUE ;
221cdf0e10cSrcweir				Identifier = TBI_OUTLINE ;
222cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_OUTLINE ;
223cdf0e10cSrcweir				Text [ en-US ] = "Text Contour" ;
224cdf0e10cSrcweir			};
225cdf0e10cSrcweir			ToolBoxItem
226cdf0e10cSrcweir			{
227cdf0e10cSrcweir				Type = TOOLBOXITEM_SEPARATOR ;
228cdf0e10cSrcweir			};
229cdf0e10cSrcweir			ToolBoxItem
230cdf0e10cSrcweir			{
231cdf0e10cSrcweir				AutoCheck = TRUE ;
232cdf0e10cSrcweir				RadioCheck = TRUE ;
233cdf0e10cSrcweir				Identifier = TBI_SHADOW_OFF ;
234cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_SHADOW_OFF ;
235cdf0e10cSrcweir				Text [ en-US ] = "No Shadow" ;
236cdf0e10cSrcweir			};
237cdf0e10cSrcweir			ToolBoxItem
238cdf0e10cSrcweir			{
239cdf0e10cSrcweir				AutoCheck = TRUE ;
240cdf0e10cSrcweir				RadioCheck = TRUE ;
241cdf0e10cSrcweir				Identifier = TBI_SHADOW_NORMAL ;
242cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_SHADOW_NORMAL ;
243cdf0e10cSrcweir				Text [ en-US ] = "Vertical" ;
244cdf0e10cSrcweir			};
245cdf0e10cSrcweir			ToolBoxItem
246cdf0e10cSrcweir			{
247cdf0e10cSrcweir				AutoCheck = TRUE ;
248cdf0e10cSrcweir				RadioCheck = TRUE ;
249cdf0e10cSrcweir				Identifier = TBI_SHADOW_SLANT ;
250cdf0e10cSrcweir				HelpId = HID_FONTWORK_TBI_SHADOW_SLANT ;
251cdf0e10cSrcweir				Text [ en-US ] = "Slant" ;
252cdf0e10cSrcweir			};
253cdf0e10cSrcweir		};
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir	FixedImage FB_SHADOW_X
256cdf0e10cSrcweir	{
257cdf0e10cSrcweir		Pos = MAP_APPFONT ( 10 , 143 ) ;
258cdf0e10cSrcweir		Size = MAP_APPFONT ( 14 , 15 ) ;
259cdf0e10cSrcweir	};
260cdf0e10cSrcweir	MetricField MTR_FLD_SHADOW_X
261cdf0e10cSrcweir	{
262cdf0e10cSrcweir	    HelpID = "svx:MetricField:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_X";
263cdf0e10cSrcweir		Border = TRUE ;
264cdf0e10cSrcweir		Pos = MAP_APPFONT ( 29 , 144 ) ;
265cdf0e10cSrcweir		Size = MAP_APPFONT ( 48 , 12 ) ;
266cdf0e10cSrcweir		TabStop = TRUE ;
267cdf0e10cSrcweir		Repeat = TRUE ;
268cdf0e10cSrcweir		Spin = TRUE ;
269cdf0e10cSrcweir		Minimum = -5000000 ;
270cdf0e10cSrcweir		Maximum = 5000000 ;
271cdf0e10cSrcweir		StrictFormat = TRUE ;
272cdf0e10cSrcweir		DecimalDigits = 2 ;
273cdf0e10cSrcweir		Unit = FUNIT_MM ;
274cdf0e10cSrcweir		CustomUnitText [ en-US ] = " degrees" ;
275cdf0e10cSrcweir		First = -5000000 ;
276cdf0e10cSrcweir		Last = 5000000 ;
277cdf0e10cSrcweir		SpinSize = 50 ;
278cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Distance X" ;
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir	FixedImage FB_SHADOW_Y
281cdf0e10cSrcweir	{
282cdf0e10cSrcweir		Pos = MAP_APPFONT ( 10 , 158 ) ;
283cdf0e10cSrcweir		Size = MAP_APPFONT ( 14 , 15 ) ;
284cdf0e10cSrcweir	};
285cdf0e10cSrcweir	MetricField MTR_FLD_SHADOW_Y
286cdf0e10cSrcweir	{
287cdf0e10cSrcweir	    HelpID = "svx:MetricField:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_Y";
288cdf0e10cSrcweir		Border = TRUE ;
289cdf0e10cSrcweir		Pos = MAP_APPFONT ( 29 , 159 ) ;
290cdf0e10cSrcweir		Size = MAP_APPFONT ( 48 , 12 ) ;
291cdf0e10cSrcweir		TabStop = TRUE ;
292cdf0e10cSrcweir		Repeat = TRUE ;
293cdf0e10cSrcweir		Spin = TRUE ;
294cdf0e10cSrcweir		Maximum = 5000000 ;
295cdf0e10cSrcweir		StrictFormat = TRUE ;
296cdf0e10cSrcweir		DecimalDigits = 2 ;
297cdf0e10cSrcweir		Unit = FUNIT_MM ;
298cdf0e10cSrcweir		Last = 5000000 ;
299cdf0e10cSrcweir		SpinSize = 50 ;
300cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Distance Y" ;
301cdf0e10cSrcweir		CustomUnitText [ en-US ] = "%" ;
302cdf0e10cSrcweir	};
303cdf0e10cSrcweir	ListBox CLB_SHADOW_COLOR
304cdf0e10cSrcweir	{
305cdf0e10cSrcweir	    HelpID = "svx:ListBox:RID_SVXDLG_FONTWORK:CLB_SHADOW_COLOR";
306cdf0e10cSrcweir		Border = TRUE ;
307cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 174 ) ;
308cdf0e10cSrcweir		Size = MAP_APPFONT ( 71 , 60 ) ;
309cdf0e10cSrcweir		DropDown = TRUE ;
310cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shadow Color" ;
311cdf0e10cSrcweir		Text = "-";
312cdf0e10cSrcweir	};
313cdf0e10cSrcweir
314cdf0e10cSrcweir#define FONTWORK_IDLIST \
315cdf0e10cSrcweir        IdList =            \
316cdf0e10cSrcweir        {                   \
317cdf0e10cSrcweir			TBI_STYLE_OFF ;	\
318cdf0e10cSrcweir			TBI_STYLE_ROTATE ;	\
319cdf0e10cSrcweir			TBI_STYLE_UPRIGHT ;	\
320cdf0e10cSrcweir			TBI_STYLE_SLANTX ;	\
321cdf0e10cSrcweir			TBI_STYLE_SLANTY ;	\
322cdf0e10cSrcweir			TBI_ADJUST_MIRROR ;	\
323cdf0e10cSrcweir			TBI_ADJUST_LEFT ;	\
324cdf0e10cSrcweir			TBI_ADJUST_CENTER ;	\
325cdf0e10cSrcweir			TBI_ADJUST_RIGHT ;	\
326cdf0e10cSrcweir			TBI_ADJUST_AUTOSIZE ; \
327cdf0e10cSrcweir			TBI_SHOWFORM ;	\
328cdf0e10cSrcweir			TBI_OUTLINE ;	\
329cdf0e10cSrcweir			TBI_SHADOW_OFF ;	\
330cdf0e10cSrcweir			TBI_SHADOW_NORMAL ;	\
331cdf0e10cSrcweir			TBI_SHADOW_SLANT ; \
332cdf0e10cSrcweir			TBI_SHADOW_XDIST ; \
333cdf0e10cSrcweir			TBI_SHADOW_YDIST ; \
334cdf0e10cSrcweir			TBI_SHADOW_ANGLE ; \
335cdf0e10cSrcweir			TBI_SHADOW_SIZE ; \
336cdf0e10cSrcweir			TBI_DISTANCE ; \
337cdf0e10cSrcweir			TBI_TEXTSTART ; \
338cdf0e10cSrcweir        };                 \
339cdf0e10cSrcweir        IdCount = { 21 ; };
340cdf0e10cSrcweir
341cdf0e10cSrcweir	#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
342cdf0e10cSrcweir
343cdf0e10cSrcweir	ImageList IL_FONTWORK
344cdf0e10cSrcweir	{
345cdf0e10cSrcweir        Prefix = "fw";
346cdf0e10cSrcweir		MaskColor = IMAGE_STDBTN_COLOR ;
347cdf0e10cSrcweir        FONTWORK_IDLIST
348cdf0e10cSrcweir    };
349cdf0e10cSrcweir    ImageList ILH_FONTWORK
350cdf0e10cSrcweir	{
351cdf0e10cSrcweir        Prefix = "fwh";
352cdf0e10cSrcweir		MaskColor = IMAGE_STDBTN_COLOR ;
353cdf0e10cSrcweir        FONTWORK_IDLIST
354cdf0e10cSrcweir    };
355cdf0e10cSrcweir};
356cdf0e10cSrcweir // Bitmaps ---------------------------------------------------------------
357cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM1
358cdf0e10cSrcweir{
359cdf0e10cSrcweir	File = "fwthcirc.bmp" ;
360cdf0e10cSrcweir};
361cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM2
362cdf0e10cSrcweir{
363cdf0e10cSrcweir	File = "fwbhcirc.bmp" ;
364cdf0e10cSrcweir};
365cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM3
366cdf0e10cSrcweir{
367cdf0e10cSrcweir	File = "fwlhcirc.bmp" ;
368cdf0e10cSrcweir};
369cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM4
370cdf0e10cSrcweir{
371cdf0e10cSrcweir	File = "fwrhcirc.bmp" ;
372cdf0e10cSrcweir};
373cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM5
374cdf0e10cSrcweir{
375cdf0e10cSrcweir	File = "fwtoparc.bmp" ;
376cdf0e10cSrcweir};
377cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM6
378cdf0e10cSrcweir{
379cdf0e10cSrcweir	File = "fwbotarc.bmp" ;
380cdf0e10cSrcweir};
381cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM7
382cdf0e10cSrcweir{
383cdf0e10cSrcweir	File = "fwlftarc.bmp" ;
384cdf0e10cSrcweir};
385cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM8
386cdf0e10cSrcweir{
387cdf0e10cSrcweir	File = "fwrgtarc.bmp" ;
388cdf0e10cSrcweir};
389cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM9
390cdf0e10cSrcweir{
391cdf0e10cSrcweir	File = "fwbuttn1.bmp" ;
392cdf0e10cSrcweir};
393cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM10
394cdf0e10cSrcweir{
395cdf0e10cSrcweir	File = "fwbuttn2.bmp" ;
396cdf0e10cSrcweir};
397cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM11
398cdf0e10cSrcweir{
399cdf0e10cSrcweir	File = "fwbuttn3.bmp" ;
400cdf0e10cSrcweir};
401cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM12
402cdf0e10cSrcweir{
403cdf0e10cSrcweir	File = "fwbuttn4.bmp" ;
404cdf0e10cSrcweir};
405cdf0e10cSrcweir
406cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM1_H
407cdf0e10cSrcweir{
408cdf0e10cSrcweir	File = "fwthcirc_h.bmp" ;
409cdf0e10cSrcweir};
410cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM2_H
411cdf0e10cSrcweir{
412cdf0e10cSrcweir	File = "fwbhcirc_h.bmp" ;
413cdf0e10cSrcweir};
414cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM3_H
415cdf0e10cSrcweir{
416cdf0e10cSrcweir	File = "fwlhcirc_h.bmp" ;
417cdf0e10cSrcweir};
418cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM4_H
419cdf0e10cSrcweir{
420cdf0e10cSrcweir	File = "fwrhcirc_h.bmp" ;
421cdf0e10cSrcweir};
422cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM5_H
423cdf0e10cSrcweir{
424cdf0e10cSrcweir	File = "fwtoparc_h.bmp" ;
425cdf0e10cSrcweir};
426cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM6_H
427cdf0e10cSrcweir{
428cdf0e10cSrcweir	File = "fwbotarc_h.bmp" ;
429cdf0e10cSrcweir};
430cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM7_H
431cdf0e10cSrcweir{
432cdf0e10cSrcweir	File = "fwlftarc_h.bmp" ;
433cdf0e10cSrcweir};
434cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM8_H
435cdf0e10cSrcweir{
436cdf0e10cSrcweir	File = "fwrgtarc_h.bmp" ;
437cdf0e10cSrcweir};
438cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM9_H
439cdf0e10cSrcweir{
440cdf0e10cSrcweir	File = "fwbuttn1_h.bmp" ;
441cdf0e10cSrcweir};
442cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM10_H
443cdf0e10cSrcweir{
444cdf0e10cSrcweir	File = "fwbuttn2_h.bmp" ;
445cdf0e10cSrcweir};
446cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM11_H
447cdf0e10cSrcweir{
448cdf0e10cSrcweir	File = "fwbuttn3_h.bmp" ;
449cdf0e10cSrcweir};
450cdf0e10cSrcweirBitmap RID_SVXBMP_FONTWORK_FORM12_H
451cdf0e10cSrcweir{
452cdf0e10cSrcweir	File = "fwbuttn4_h.bmp" ;
453cdf0e10cSrcweir};
454cdf0e10cSrcweir
455cdf0e10cSrcweir // Strings ---------------------------------------------------------------
456cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM1
457cdf0e10cSrcweir{
458cdf0e10cSrcweir	Text [ en-US ] = "Upper Semicircle" ;
459cdf0e10cSrcweir};
460cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM2
461cdf0e10cSrcweir{
462cdf0e10cSrcweir	Text [ en-US ] = "Lower Semicircle" ;
463cdf0e10cSrcweir};
464cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM3
465cdf0e10cSrcweir{
466cdf0e10cSrcweir	Text [ en-US ] = "Left Semicircle" ;
467cdf0e10cSrcweir};
468cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM4
469cdf0e10cSrcweir{
470cdf0e10cSrcweir	Text [ en-US ] = "Right Semicircle" ;
471cdf0e10cSrcweir};
472cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM5
473cdf0e10cSrcweir{
474cdf0e10cSrcweir	Text [ en-US ] = "Upper Arc" ;
475cdf0e10cSrcweir};
476cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM6
477cdf0e10cSrcweir{
478cdf0e10cSrcweir	Text [ en-US ] = "Lower Arc" ;
479cdf0e10cSrcweir};
480cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM7
481cdf0e10cSrcweir{
482cdf0e10cSrcweir	Text [ en-US ] = "Left Arc" ;
483cdf0e10cSrcweir};
484cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM8
485cdf0e10cSrcweir{
486cdf0e10cSrcweir	Text [ en-US ] = "Right Arc" ;
487cdf0e10cSrcweir};
488cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM9
489cdf0e10cSrcweir{
490cdf0e10cSrcweir	Text [ en-US ] = "Open Circle" ;
491cdf0e10cSrcweir};
492cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM10
493cdf0e10cSrcweir{
494cdf0e10cSrcweir	Text [ en-US ] = "Closed Circle" ;
495cdf0e10cSrcweir};
496cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM11
497cdf0e10cSrcweir{
498cdf0e10cSrcweir	Text [ en-US ] = "Closed Circle II" ;
499cdf0e10cSrcweir};
500cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_FORM12
501cdf0e10cSrcweir{
502cdf0e10cSrcweir	Text [ en-US ] = "Open Circle Vertical" ;
503cdf0e10cSrcweir};
504cdf0e10cSrcweirString RID_SVXSTR_FONTWORK_UNDOCREATE
505cdf0e10cSrcweir{
506cdf0e10cSrcweir	Text [ en-US ] = "Create Fontwork object" ;
507cdf0e10cSrcweir};
508cdf0e10cSrcweir // ********************************************************************** EOF
509cdf0e10cSrcweir
510cdf0e10cSrcweir
511cdf0e10cSrcweir
512cdf0e10cSrcweir
513cdf0e10cSrcweir
514cdf0e10cSrcweir
515cdf0e10cSrcweir
516cdf0e10cSrcweir
517cdf0e10cSrcweir
518cdf0e10cSrcweir
519cdf0e10cSrcweir
520cdf0e10cSrcweir
521cdf0e10cSrcweir
522cdf0e10cSrcweir
523cdf0e10cSrcweir
524cdf0e10cSrcweir
525cdf0e10cSrcweir
526cdf0e10cSrcweir
527cdf0e10cSrcweir
528cdf0e10cSrcweir
529cdf0e10cSrcweir
530cdf0e10cSrcweir
531cdf0e10cSrcweir
532cdf0e10cSrcweir
533cdf0e10cSrcweir
534cdf0e10cSrcweir
535cdf0e10cSrcweir
536cdf0e10cSrcweir
537cdf0e10cSrcweir
538cdf0e10cSrcweir
539cdf0e10cSrcweir
540cdf0e10cSrcweir
541cdf0e10cSrcweir
542cdf0e10cSrcweir
543cdf0e10cSrcweir
544cdf0e10cSrcweir
545cdf0e10cSrcweir
546cdf0e10cSrcweir
547cdf0e10cSrcweir
548cdf0e10cSrcweir
549cdf0e10cSrcweir
550cdf0e10cSrcweir
551cdf0e10cSrcweir
552cdf0e10cSrcweir
553cdf0e10cSrcweir
554cdf0e10cSrcweir
555cdf0e10cSrcweir
556cdf0e10cSrcweir
557