xref: /aoo41x/main/cui/source/tabpages/labdlg.src (revision 0e2af6af)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include "labdlg.hrc"
26cdf0e10cSrcweir#include <svx/dialogs.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir // RID_SVXPAGE_CAPTION ---------------------------------------------------
29cdf0e10cSrcweirTabPage RID_SVXPAGE_CAPTION
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpId = HID_CAPTION ;
32cdf0e10cSrcweir	Hide = TRUE ;
33cdf0e10cSrcweir	//Size = MAP_APPFONT ( 189 , 97 ) ;
34cdf0e10cSrcweir    Size = MAP_APPFONT ( 260 , 185 ) ;
35cdf0e10cSrcweir	Text [ en-US ] = "Callouts" ;
36cdf0e10cSrcweir	Control CT_CAPTTYPE
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		HelpId = HID_CAPTION_CTL_TYPE ;
39cdf0e10cSrcweir		Border = TRUE ;
40cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6  ) ;
41cdf0e10cSrcweir		Size = MAP_APPFONT ( 187 , 38 ) ;
42cdf0e10cSrcweir		TabStop = TRUE ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	FixedText FT_ABSTAND
45cdf0e10cSrcweir	{
46cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 53  ) ;
47cdf0e10cSrcweir		Size = MAP_APPFONT ( 42 , 8 ) ;
48cdf0e10cSrcweir		Text [ en-US ] = "~Spacing" ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	MetricField MF_ABSTAND
51cdf0e10cSrcweir	{
52cdf0e10cSrcweir	    HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ABSTAND";
53cdf0e10cSrcweir		Border = TRUE ;
54cdf0e10cSrcweir		Pos = MAP_APPFONT ( 50 , 51  ) ;
55cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 12 ) ;
56cdf0e10cSrcweir		TabStop = TRUE ;
57cdf0e10cSrcweir		Repeat = TRUE ;
58cdf0e10cSrcweir		Spin = TRUE ;
59cdf0e10cSrcweir		Maximum = 240000 ;
60cdf0e10cSrcweir		StrictFormat = TRUE ;
61cdf0e10cSrcweir		DecimalDigits = 2 ;
62cdf0e10cSrcweir		Unit = FUNIT_MM ;
63cdf0e10cSrcweir		SpinSize = 50 ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	FixedText FT_WINKEL
66cdf0e10cSrcweir	{
67cdf0e10cSrcweir		Pos = MAP_APPFONT ( 106 , 53  ) ;
68cdf0e10cSrcweir		Size = MAP_APPFONT ( 35 , 8 ) ;
69cdf0e10cSrcweir		Text [ en-US ] = "~Angle" ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	ListBox LB_WINKEL
72cdf0e10cSrcweir	{
73cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_WINKEL";
74cdf0e10cSrcweir		Border = TRUE ;
75cdf0e10cSrcweir		Pos = MAP_APPFONT ( 143 , 51  ) ;
76cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 60 ) ;
77cdf0e10cSrcweir		TabStop = TRUE ;
78cdf0e10cSrcweir		DropDown = TRUE ;
79cdf0e10cSrcweir		CurPos = 0 ;
80cdf0e10cSrcweir		StringList [ en-US ] =
81cdf0e10cSrcweir		{
82cdf0e10cSrcweir			< "Free" ; 1 ; > ;
83cdf0e10cSrcweir			< "30 Degrees" ; 3000 ; > ;
84cdf0e10cSrcweir			< "45 Degrees" ; 4500 ; > ;
85cdf0e10cSrcweir			< "60 Degrees" ; 6000 ; > ;
86cdf0e10cSrcweir			< "90 Degrees" ; 9000 ; > ;
87cdf0e10cSrcweir		};
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir	FixedText FT_ANSATZ
90cdf0e10cSrcweir	{
91cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 69  ) ;
92cdf0e10cSrcweir		Size = MAP_APPFONT ( 42 , 8 ) ;
93cdf0e10cSrcweir		Text [ en-US ] = "~Extension" ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	ListBox LB_ANSATZ
96cdf0e10cSrcweir	{
97cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ";
98cdf0e10cSrcweir		Border = TRUE ;
99cdf0e10cSrcweir		Pos = MAP_APPFONT ( 50 , 67  ) ;
100cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 60 ) ;
101cdf0e10cSrcweir		TabStop = TRUE ;
102cdf0e10cSrcweir		DropDown = TRUE ;
103cdf0e10cSrcweir		CurPos = 0 ;
104cdf0e10cSrcweir		StringList [ en-US ] =
105cdf0e10cSrcweir		{
106cdf0e10cSrcweir			< "Optimal" ; 4 ; > ;
107cdf0e10cSrcweir			< "From top" ; 3 ; > ;
108cdf0e10cSrcweir			< "From left" ; 3 ; > ;
109cdf0e10cSrcweir			< "Horizontal" ; 1 ; > ;
110cdf0e10cSrcweir			< "Vertical" ; 2 ; > ;
111cdf0e10cSrcweir		};
112cdf0e10cSrcweir	};
113cdf0e10cSrcweir	FixedText FT_UM
114cdf0e10cSrcweir	{
115cdf0e10cSrcweir		Pos = MAP_APPFONT ( 106 , 69  ) ;
116cdf0e10cSrcweir		Size = MAP_APPFONT ( 35 , 8 ) ;
117cdf0e10cSrcweir		Text [ en-US ] = "~By" ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	MetricField MF_ANSATZ
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir	    HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ANSATZ";
122cdf0e10cSrcweir		Border = TRUE ;
123cdf0e10cSrcweir		Pos = MAP_APPFONT ( 143 , 67  ) ;
124cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 12 ) ;
125cdf0e10cSrcweir		TabStop = TRUE ;
126cdf0e10cSrcweir		Repeat = TRUE ;
127cdf0e10cSrcweir		Spin = TRUE ;
128cdf0e10cSrcweir		Maximum = 240000 ;
129cdf0e10cSrcweir		StrictFormat = TRUE ;
130cdf0e10cSrcweir		DecimalDigits = 2 ;
131cdf0e10cSrcweir		Unit = FUNIT_MM ;
132cdf0e10cSrcweir		SpinSize = 50 ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	FixedText FT_ANSATZ_REL
135cdf0e10cSrcweir	{
136cdf0e10cSrcweir		Pos = MAP_APPFONT ( 106 , 69  ) ;
137cdf0e10cSrcweir		Size = MAP_APPFONT ( 35 , 8 ) ;
138cdf0e10cSrcweir		Text [ en-US ] = "~Position" ;
139cdf0e10cSrcweir	};
140cdf0e10cSrcweir	ListBox LB_ANSATZ_REL
141cdf0e10cSrcweir	{
142cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL";
143cdf0e10cSrcweir		Border = TRUE ;
144cdf0e10cSrcweir		Pos = MAP_APPFONT ( 143 , 67  ) ;
145cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 60 ) ;
146cdf0e10cSrcweir		TabStop = TRUE ;
147cdf0e10cSrcweir		DropDown = TRUE ;
148cdf0e10cSrcweir	};
149cdf0e10cSrcweir	FixedText FT_LAENGE
150cdf0e10cSrcweir	{
151cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 85  ) ;
152cdf0e10cSrcweir		Size = MAP_APPFONT ( 42 , 8 ) ;
153cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�nge : ~L�nge */
154cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�nge : ~L�nge */
155cdf0e10cSrcweir		Text [ en-US ] = "~Length" ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir	MetricField MF_LAENGE
158cdf0e10cSrcweir	{
159cdf0e10cSrcweir	    HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_LAENGE";
160cdf0e10cSrcweir		Border = TRUE ;
161cdf0e10cSrcweir		Pos = MAP_APPFONT ( 50 , 83  ) ;
162cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 12 ) ;
163cdf0e10cSrcweir		TabStop = TRUE ;
164cdf0e10cSrcweir		Repeat = TRUE ;
165cdf0e10cSrcweir		Spin = TRUE ;
166cdf0e10cSrcweir		Maximum = 240000 ;
167cdf0e10cSrcweir		StrictFormat = TRUE ;
168cdf0e10cSrcweir		DecimalDigits = 2 ;
169cdf0e10cSrcweir		Unit = FUNIT_MM ;
170cdf0e10cSrcweir		SpinSize = 50 ;
171cdf0e10cSrcweir	};
172cdf0e10cSrcweir	CheckBox CB_LAENGE
173cdf0e10cSrcweir	{
174cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SVXPAGE_CAPTION:CB_LAENGE";
175cdf0e10cSrcweir		Pos = MAP_APPFONT ( 106 , 84  ) ;
176cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 10 ) ;
177cdf0e10cSrcweir		TabStop = TRUE ;
178cdf0e10cSrcweir		Text [ en-US ] = "~Optimal" ;
179cdf0e10cSrcweir	};
180cdf0e10cSrcweir	String STR_CAPTTYPE_1
181cdf0e10cSrcweir	{
182cdf0e10cSrcweir		Text [ en-US ] = "Straight Line" ;
183cdf0e10cSrcweir	};
184cdf0e10cSrcweir	String STR_CAPTTYPE_2
185cdf0e10cSrcweir	{
186cdf0e10cSrcweir		Text [ en-US ] = "Angled Line" ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	String STR_CAPTTYPE_3
189cdf0e10cSrcweir	{
190cdf0e10cSrcweir		Text [ en-US ] = "Angled Connector Line" ;
191cdf0e10cSrcweir	};
192cdf0e10cSrcweir	String STR_CAPTTYPE_4
193cdf0e10cSrcweir	{
194cdf0e10cSrcweir		Text [ en-US ] = "Double-angled line" ;
195cdf0e10cSrcweir	};
196cdf0e10cSrcweir	String STR_HORZ_LIST
197cdf0e10cSrcweir	{
198cdf0e10cSrcweir		Text [ en-US ] = "Top;Middle;Bottom" ;
199cdf0e10cSrcweir	};
200cdf0e10cSrcweir	String STR_VERT_LIST
201cdf0e10cSrcweir	{
202cdf0e10cSrcweir		Text [ en-US ] = "Left;Middle;Right" ;
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_1
205cdf0e10cSrcweir	{
206cdf0e10cSrcweir		File = "legtyp1.bmp" ;
207cdf0e10cSrcweir	};
208cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_2
209cdf0e10cSrcweir	{
210cdf0e10cSrcweir		File = "legtyp2.bmp" ;
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_3
213cdf0e10cSrcweir	{
214cdf0e10cSrcweir		File = "legtyp3.bmp" ;
215cdf0e10cSrcweir	};
216cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_4
217cdf0e10cSrcweir	{
218cdf0e10cSrcweir		File = "legtyp4.bmp" ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_1_H
221cdf0e10cSrcweir	{
222cdf0e10cSrcweir		File = "legtyp1_hc.bmp" ;
223cdf0e10cSrcweir	};
224cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_2_H
225cdf0e10cSrcweir	{
226cdf0e10cSrcweir		File = "legtyp2_hc.bmp" ;
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_3_H
229cdf0e10cSrcweir	{
230cdf0e10cSrcweir		File = "legtyp3_hc.bmp" ;
231cdf0e10cSrcweir	};
232cdf0e10cSrcweir	Bitmap BMP_CAPTTYPE_4_H
233cdf0e10cSrcweir	{
234cdf0e10cSrcweir		File = "legtyp4_hc.bmp" ;
235cdf0e10cSrcweir	};
236cdf0e10cSrcweir};
237cdf0e10cSrcweir // RID_SVXDLG_CAPTION ----------------------------------------------------
238cdf0e10cSrcweir
239cdf0e10cSrcweir#define  _POS_SIZE_TEXT \
240cdf0e10cSrcweir                Text [ en-US ] = "Position and Size" ;             \
241cdf0e10cSrcweir
242cdf0e10cSrcweirTabDialog RID_SVXDLG_CAPTION\
243cdf0e10cSrcweir{
244cdf0e10cSrcweir	OutputSize = TRUE ;
245cdf0e10cSrcweir	SVLook = TRUE ;
246cdf0e10cSrcweir	Size = MAP_APPFONT ( 237 , 161 ) ;
247cdf0e10cSrcweir	Text [ en-US ] = "Callouts" ;\
248cdf0e10cSrcweir	Moveable = TRUE ;
249cdf0e10cSrcweir	TabControl TAB_CONTROL\
250cdf0e10cSrcweir	{
251cdf0e10cSrcweir		OutputSize = TRUE ;
252cdf0e10cSrcweir		Pos = MAP_APPFONT ( 3 , 3 ) ;
253cdf0e10cSrcweir		Size = MAP_APPFONT ( 189 , 97 ) ;
254cdf0e10cSrcweir		PageList =
255cdf0e10cSrcweir		{
256cdf0e10cSrcweir			PageItem\
257cdf0e10cSrcweir			{
258cdf0e10cSrcweir				Identifier = RID_SVXPAGE_POSITION_SIZE ;
259cdf0e10cSrcweir				PageResID = RID_SVXPAGE_POSITION_SIZE ;
260cdf0e10cSrcweir                _POS_SIZE_TEXT
261cdf0e10cSrcweir            };
262cdf0e10cSrcweir            PageItem
263cdf0e10cSrcweir            {
264cdf0e10cSrcweir                Identifier = RID_SVXPAGE_SWPOSSIZE;
265cdf0e10cSrcweir                PageResID = RID_SVXPAGE_SWPOSSIZE;
266cdf0e10cSrcweir                _POS_SIZE_TEXT
267cdf0e10cSrcweir            };
268cdf0e10cSrcweir            PageItem
269cdf0e10cSrcweir			{
270cdf0e10cSrcweir				Identifier = RID_SVXPAGE_CAPTION ;
271cdf0e10cSrcweir				PageResID = RID_SVXPAGE_CAPTION ;
272cdf0e10cSrcweir				Text [ en-US ] = "Callout" ;
273cdf0e10cSrcweir			};
274cdf0e10cSrcweir		};
275cdf0e10cSrcweir	};
276cdf0e10cSrcweir};
277cdf0e10cSrcweir // ********************************************************************** EOF
278cdf0e10cSrcweir
279cdf0e10cSrcweir
280cdf0e10cSrcweir
281cdf0e10cSrcweir
282cdf0e10cSrcweir
283cdf0e10cSrcweir
284cdf0e10cSrcweir
285cdf0e10cSrcweir
286cdf0e10cSrcweir
287cdf0e10cSrcweir
288cdf0e10cSrcweir
289cdf0e10cSrcweir
290cdf0e10cSrcweir
291cdf0e10cSrcweir
292cdf0e10cSrcweir
293cdf0e10cSrcweir
294cdf0e10cSrcweir
295cdf0e10cSrcweir
296cdf0e10cSrcweir
297cdf0e10cSrcweir
298cdf0e10cSrcweir
299cdf0e10cSrcweir
300cdf0e10cSrcweir
301cdf0e10cSrcweir
302