xref: /trunk/main/sw/source/ui/frmdlg/frmpage.src (revision f17f7a00f458b6513cc9d6467cc2b1eef3fc5432)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "frmui.hrc"
25cdf0e10cSrcweir#include "frmpage.hrc"
26cdf0e10cSrcweir#include "globals.hrc"
27cdf0e10cSrcweir#include "helpid.h"
28cdf0e10cSrcweir#include "svx/dialogs.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweirTabDialog DLG_FRM_STD
31cdf0e10cSrcweir{
32cdf0e10cSrcweir    OutputSize = TRUE ;
33cdf0e10cSrcweir    SVLook = TRUE ;
34cdf0e10cSrcweir    Text [ en-US ] = "Frame" ;
35cdf0e10cSrcweir    Moveable = TRUE ;
36cdf0e10cSrcweir    TabControl 1
37cdf0e10cSrcweir    {
38cdf0e10cSrcweir        OutputSize = TRUE ;
39cdf0e10cSrcweir        PageList =
40cdf0e10cSrcweir        {
41cdf0e10cSrcweir            PageItem
42cdf0e10cSrcweir            {
43cdf0e10cSrcweir                Identifier = TP_FRM_STD ;
44cdf0e10cSrcweir                PageResID = TP_FRM_STD ;
45cdf0e10cSrcweir                Text [ en-US ] = "Type" ;
46cdf0e10cSrcweir            };
47cdf0e10cSrcweir            PageItem
48cdf0e10cSrcweir            {
49cdf0e10cSrcweir                Identifier = TP_FRM_ADD ;
50cdf0e10cSrcweir                PageResID = TP_FRM_ADD ;
51cdf0e10cSrcweir                Text [ en-US ] = "Options" ;
52cdf0e10cSrcweir            };
53cdf0e10cSrcweir            PageItem
54cdf0e10cSrcweir            {
55cdf0e10cSrcweir                Identifier = TP_FRM_WRAP ;
56cdf0e10cSrcweir                PageResID = TP_FRM_WRAP ;
57cdf0e10cSrcweir                Text [ en-US ] = "Wrap" ;
58cdf0e10cSrcweir            };
59cdf0e10cSrcweir            PageItem
60cdf0e10cSrcweir            {
61cdf0e10cSrcweir                Identifier = TP_FRM_URL ;
62cdf0e10cSrcweir                PageResID = TP_FRM_URL ;
63cdf0e10cSrcweir                Text [ en-US ] = "Hyperlink" ;
64cdf0e10cSrcweir            };
65cdf0e10cSrcweir            PageItem
66cdf0e10cSrcweir            {
67cdf0e10cSrcweir                Identifier = TP_BORDER ;
68cdf0e10cSrcweir                PageResID = TP_BORDER ;
69cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
70cdf0e10cSrcweir            };
7164b14621SArmin Le Grand
7264b14621SArmin Le Grand            // UUUU new Area and Transparence TabPages
73cdf0e10cSrcweir            PageItem
74cdf0e10cSrcweir            {
7564b14621SArmin Le Grand                Identifier = RID_SVXPAGE_AREA ;
7664b14621SArmin Le Grand                PageResID = RID_SVXPAGE_AREA ;
7764b14621SArmin Le Grand                Text [ en-US ] = "Area" ;
78cdf0e10cSrcweir            };
79cdf0e10cSrcweir            PageItem
80cdf0e10cSrcweir            {
8164b14621SArmin Le Grand                Identifier = RID_SVXPAGE_TRANSPARENCE ;
8264b14621SArmin Le Grand                PageResID = RID_SVXPAGE_TRANSPARENCE ;
8364b14621SArmin Le Grand                Text [ en-US ] = "Transparency" ;
8464b14621SArmin Le Grand            };
8564b14621SArmin Le Grand
8664b14621SArmin Le Grand            // UUUU remove?
8764b14621SArmin Le Grand            //PageItem
8864b14621SArmin Le Grand            //{
8964b14621SArmin Le Grand            //  Identifier = TP_BACKGROUND ;
9064b14621SArmin Le Grand            //  PageResID = TP_BACKGROUND ;
9164b14621SArmin Le Grand            //  Text [ en-US ] = "Background" ;
9264b14621SArmin Le Grand            //};
9364b14621SArmin Le Grand
9464b14621SArmin Le Grand            PageItem
9564b14621SArmin Le Grand            {
96cdf0e10cSrcweir                Identifier = TP_COLUMN ;
97cdf0e10cSrcweir                PageResID = TP_COLUMN ;
98cdf0e10cSrcweir                Text [ en-US ] = "Columns" ;
99cdf0e10cSrcweir            };
100cdf0e10cSrcweir            PageItem
101cdf0e10cSrcweir            {
102cdf0e10cSrcweir                Identifier = TP_MACRO_ASSIGN ;
103cdf0e10cSrcweir                Text [ en-US ] = "Macro" ;
104cdf0e10cSrcweir            };
105cdf0e10cSrcweir        };
106cdf0e10cSrcweir    };
107cdf0e10cSrcweir};
108cdf0e10cSrcweirTabDialog DLG_FRM_GRF
109cdf0e10cSrcweir{
110cdf0e10cSrcweir    SVLook = TRUE ;
111cdf0e10cSrcweir    Text [ en-US ] = "Picture" ;
112cdf0e10cSrcweir    Moveable = TRUE ;
113cdf0e10cSrcweir    TabControl 1
114cdf0e10cSrcweir    {
115cdf0e10cSrcweir        OutputSize = TRUE ;
116cdf0e10cSrcweir        PageList =
117cdf0e10cSrcweir        {
118cdf0e10cSrcweir            PageItem
119cdf0e10cSrcweir            {
120cdf0e10cSrcweir                Identifier = TP_FRM_STD ;
121cdf0e10cSrcweir                PageResID = TP_FRM_STD ;
122cdf0e10cSrcweir                Text [ en-US ] = "Type" ;
123cdf0e10cSrcweir            };
124cdf0e10cSrcweir            PageItem
125cdf0e10cSrcweir            {
126cdf0e10cSrcweir                Identifier = TP_FRM_ADD ;
127cdf0e10cSrcweir                PageResID = TP_FRM_ADD ;
128cdf0e10cSrcweir                Text [ en-US ] = "Options" ;
129cdf0e10cSrcweir            };
130cdf0e10cSrcweir            PageItem
131cdf0e10cSrcweir            {
132cdf0e10cSrcweir                Identifier = TP_FRM_WRAP ;
133cdf0e10cSrcweir                PageResID = TP_FRM_WRAP ;
134cdf0e10cSrcweir                Text [ en-US ] = "Wrap" ;
135cdf0e10cSrcweir            };
136cdf0e10cSrcweir            PageItem
137cdf0e10cSrcweir            {
138cdf0e10cSrcweir                Identifier = TP_FRM_URL ;
139cdf0e10cSrcweir                PageResID = TP_FRM_URL ;
140cdf0e10cSrcweir                Text [ en-US ] = "Hyperlink" ;
141cdf0e10cSrcweir            };
142cdf0e10cSrcweir            PageItem
143cdf0e10cSrcweir            {
144cdf0e10cSrcweir                Identifier = TP_GRF_EXT ;
145cdf0e10cSrcweir                PageResID = TP_GRF_EXT ;
146cdf0e10cSrcweir                Text [ en-US ] = "Picture" ;
147cdf0e10cSrcweir            };
148cdf0e10cSrcweir            PageItem
149cdf0e10cSrcweir            {
150cdf0e10cSrcweir                Identifier = RID_SVXPAGE_GRFCROP ;
151cdf0e10cSrcweir                PageResID = RID_SVXPAGE_GRFCROP ;
152cdf0e10cSrcweir                Text [ en-US ] = "Crop" ;
153cdf0e10cSrcweir            };
154cdf0e10cSrcweir            PageItem
155cdf0e10cSrcweir            {
156cdf0e10cSrcweir                Identifier = TP_BORDER ;
157cdf0e10cSrcweir                PageResID = TP_BORDER ;
158cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
159cdf0e10cSrcweir            };
160b740b198SArmin Le Grand
161b740b198SArmin Le Grand            // UUUU new Area and Transparence TabPages
162cdf0e10cSrcweir            PageItem
163cdf0e10cSrcweir            {
164b740b198SArmin Le Grand                Identifier = RID_SVXPAGE_AREA ;
165b740b198SArmin Le Grand                PageResID = RID_SVXPAGE_AREA ;
166b740b198SArmin Le Grand                Text [ en-US ] = "Area" ;
167cdf0e10cSrcweir            };
168cdf0e10cSrcweir            PageItem
169cdf0e10cSrcweir            {
170b740b198SArmin Le Grand                Identifier = RID_SVXPAGE_TRANSPARENCE ;
171b740b198SArmin Le Grand                PageResID = RID_SVXPAGE_TRANSPARENCE ;
172b740b198SArmin Le Grand                Text [ en-US ] = "Transparency" ;
173b740b198SArmin Le Grand            };
174b740b198SArmin Le Grand
175b740b198SArmin Le Grand            // UUUU remove?
176b740b198SArmin Le Grand            //PageItem
177b740b198SArmin Le Grand            //{
178b740b198SArmin Le Grand            //  Identifier = TP_BACKGROUND ;
179b740b198SArmin Le Grand            //  PageResID = TP_BACKGROUND ;
180b740b198SArmin Le Grand            //  Text [ en-US ] = "Background" ;
181b740b198SArmin Le Grand            //};
182b740b198SArmin Le Grand
183b740b198SArmin Le Grand            PageItem
184b740b198SArmin Le Grand            {
185cdf0e10cSrcweir                Identifier = TP_MACRO_ASSIGN ;
186cdf0e10cSrcweir                Text [ en-US ] = "Macro" ;
187cdf0e10cSrcweir            };
188cdf0e10cSrcweir        };
189cdf0e10cSrcweir    };
190cdf0e10cSrcweir};
191cdf0e10cSrcweirTabDialog DLG_FRM_OLE
192cdf0e10cSrcweir{
193cdf0e10cSrcweir    OutputSize = TRUE ;
194cdf0e10cSrcweir    SVLook = TRUE ;
195cdf0e10cSrcweir    Text [ en-US ] = "Object" ;
196cdf0e10cSrcweir    Moveable = TRUE ;
197cdf0e10cSrcweir    TabControl 1
198cdf0e10cSrcweir    {
199cdf0e10cSrcweir        OutputSize = TRUE ;
200cdf0e10cSrcweir        PageList =
201cdf0e10cSrcweir        {
202cdf0e10cSrcweir            PageItem
203cdf0e10cSrcweir            {
204cdf0e10cSrcweir                Identifier = TP_FRM_STD ;
205cdf0e10cSrcweir                PageResID = TP_FRM_STD ;
206cdf0e10cSrcweir                Text [ en-US ] = "Type" ;
207cdf0e10cSrcweir            };
208cdf0e10cSrcweir            PageItem
209cdf0e10cSrcweir            {
210cdf0e10cSrcweir                Identifier = TP_FRM_ADD ;
211cdf0e10cSrcweir                PageResID = TP_FRM_ADD ;
212cdf0e10cSrcweir                Text [ en-US ] = "Options" ;
213cdf0e10cSrcweir            };
214cdf0e10cSrcweir            PageItem
215cdf0e10cSrcweir            {
216cdf0e10cSrcweir                Identifier = TP_FRM_WRAP ;
217cdf0e10cSrcweir                PageResID = TP_FRM_WRAP ;
218cdf0e10cSrcweir                Text [ en-US ] = "Wrap" ;
219cdf0e10cSrcweir            };
220cdf0e10cSrcweir            PageItem
221cdf0e10cSrcweir            {
222cdf0e10cSrcweir                Identifier = TP_FRM_URL ;
223cdf0e10cSrcweir                PageResID = TP_FRM_URL ;
224cdf0e10cSrcweir                Text [ en-US ] = "Hyperlink" ;
225cdf0e10cSrcweir            };
226cdf0e10cSrcweir            PageItem
227cdf0e10cSrcweir            {
228cdf0e10cSrcweir                Identifier = TP_BORDER ;
229cdf0e10cSrcweir                PageResID = TP_BORDER ;
230cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
231cdf0e10cSrcweir            };
232b740b198SArmin Le Grand
233b740b198SArmin Le Grand            // UUUU new Area and Transparence TabPages
234b740b198SArmin Le Grand            PageItem
235b740b198SArmin Le Grand            {
236b740b198SArmin Le Grand                Identifier = RID_SVXPAGE_AREA ;
237b740b198SArmin Le Grand                PageResID = RID_SVXPAGE_AREA ;
238b740b198SArmin Le Grand                Text [ en-US ] = "Area" ;
239b740b198SArmin Le Grand            };
240b740b198SArmin Le Grand            PageItem
241b740b198SArmin Le Grand            {
242b740b198SArmin Le Grand                Identifier = RID_SVXPAGE_TRANSPARENCE ;
243b740b198SArmin Le Grand                PageResID = RID_SVXPAGE_TRANSPARENCE ;
244b740b198SArmin Le Grand                Text [ en-US ] = "Transparency" ;
245b740b198SArmin Le Grand            };
246b740b198SArmin Le Grand
247b740b198SArmin Le Grand            // UUUU remove?
248*f17f7a00Smseidel            //PageItem
249*f17f7a00Smseidel            //{
250*f17f7a00Smseidel            //  Identifier = TP_BACKGROUND ;
251*f17f7a00Smseidel            //  PageResID = TP_BACKGROUND ;
252*f17f7a00Smseidel            //  Text [ en-US ] = "Background" ;
253*f17f7a00Smseidel            //};
254b740b198SArmin Le Grand
255cdf0e10cSrcweir            /*
256cdf0e10cSrcweir            PageItem {
257cdf0e10cSrcweir                Identifier = TP_COLUMN ;
258cdf0e10cSrcweir                PageResID = TP_COLUMN ;
259cdf0e10cSrcweir                Text [ en-US ] = "Columns" ;
260cdf0e10cSrcweir            };
261cdf0e10cSrcweir            */
262cdf0e10cSrcweir            PageItem
263cdf0e10cSrcweir            {
264cdf0e10cSrcweir                Identifier = TP_MACRO_ASSIGN ;
265cdf0e10cSrcweir                Text [ en-US ] = "Macro" ;
266cdf0e10cSrcweir            };
267cdf0e10cSrcweir        };
268cdf0e10cSrcweir    };
269cdf0e10cSrcweir};
270cdf0e10cSrcweirTabPage TP_FRM_STD
271cdf0e10cSrcweir{
272cdf0e10cSrcweir    HelpID = HID_FRM_STD ;
273cdf0e10cSrcweir    SVLook = TRUE ;
274cdf0e10cSrcweir    Pos = MAP_APPFONT ( 0, 0 ) ;
275cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
276cdf0e10cSrcweir    Hide = TRUE ;
277cdf0e10cSrcweir    FixedText FT_WIDTH
278cdf0e10cSrcweir    {
279cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_1, SWFRMPG_ROW_2 ) ;
280cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_3-SWFRMPG_COL_1-1), RSC_CD_FIXEDTEXT_HEIGHT ) ;
281cdf0e10cSrcweir        Left = TRUE ;
282cdf0e10cSrcweir        Text [ en-US ] = "~Width" ;
283cdf0e10cSrcweir    };
284cdf0e10cSrcweir    FixedText FT_WIDTH_AUTO
285cdf0e10cSrcweir    {
286cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_1, SWFRMPG_ROW_2 ) ;
287cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_3-SWFRMPG_COL_1-1), RSC_CD_FIXEDTEXT_HEIGHT ) ;
288cdf0e10cSrcweir        Left = TRUE ;
289cdf0e10cSrcweir        Text [ en-US ] = "~Width (at least)" ;
290cdf0e10cSrcweir    };
291cdf0e10cSrcweir    MetricField ED_WIDTH
292cdf0e10cSrcweir    {
293cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_FRM_STD:ED_WIDTH" ;
294cdf0e10cSrcweir        Border = TRUE ;
295cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_3, SWFRMPG_ROW_1 ) ;
296cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_3), RSC_CD_TEXTBOX_HEIGHT ) ;
297cdf0e10cSrcweir        Text = "12,99" ;
298cdf0e10cSrcweir        TabStop = TRUE ;
299cdf0e10cSrcweir        Left = TRUE ;
300cdf0e10cSrcweir        Repeat = TRUE ;
301cdf0e10cSrcweir        Spin = TRUE ;
302cdf0e10cSrcweir        Minimum = 5 ;
303cdf0e10cSrcweir        Maximum = 9999 ;
304cdf0e10cSrcweir        DecimalDigits = 2 ;
305cdf0e10cSrcweir        Unit = FUNIT_CM ;
306cdf0e10cSrcweir        First = 5 ;
307cdf0e10cSrcweir        Last = 9999 ;
308cdf0e10cSrcweir        SpinSize = 10 ;
309cdf0e10cSrcweir    };
310cdf0e10cSrcweir    CheckBox CB_REL_WIDTH
311cdf0e10cSrcweir    {
312cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_REL_WIDTH" ;
313cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_3 ) ;
314cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_2), RSC_CD_CHECKBOX_HEIGHT ) ;
315cdf0e10cSrcweir        TabStop = TRUE ;
316cdf0e10cSrcweir        Text [ en-US ] = "Relat~ive" ;
317cdf0e10cSrcweir    };
318cdf0e10cSrcweir    CheckBox CB_AUTOWIDTH
319cdf0e10cSrcweir    {
320cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_AUTOWIDTH" ;
321cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_4 ) ;
322cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_2), RSC_CD_CHECKBOX_HEIGHT ) ;
323cdf0e10cSrcweir        TabStop = TRUE ;
324cdf0e10cSrcweir        Text [ en-US ] = "Automatic" ;
325cdf0e10cSrcweir    };
326cdf0e10cSrcweir    FixedText FT_HEIGHT
327cdf0e10cSrcweir    {
328cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_1, SWFRMPG_ROW_6 ) ;
329cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_3-SWFRMPG_COL_1-1), RSC_CD_FIXEDTEXT_HEIGHT ) ;
330cdf0e10cSrcweir        Left = TRUE ;
331cdf0e10cSrcweir        Text [ en-US ] = "H~eight" ;
332cdf0e10cSrcweir    };
333cdf0e10cSrcweir    FixedText FT_HEIGHT_AUTO
334cdf0e10cSrcweir    {
335cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_1, SWFRMPG_ROW_6 ) ;
336cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_3-SWFRMPG_COL_1-1), RSC_CD_FIXEDTEXT_HEIGHT ) ;
337cdf0e10cSrcweir        Left = TRUE ;
338cdf0e10cSrcweir        Text [ en-US ] = "H~eight (at least)" ;
339cdf0e10cSrcweir    };
340cdf0e10cSrcweir    MetricField ED_HEIGHT
341cdf0e10cSrcweir    {
342cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_FRM_STD:ED_HEIGHT" ;
343cdf0e10cSrcweir        Border = TRUE ;
344cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_3, SWFRMPG_ROW_5 ) ;
345cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_3), RSC_CD_TEXTBOX_HEIGHT ) ;
346cdf0e10cSrcweir        TabStop = TRUE ;
347cdf0e10cSrcweir        Left = TRUE ;
348cdf0e10cSrcweir        Repeat = TRUE ;
349cdf0e10cSrcweir        Spin = TRUE ;
350cdf0e10cSrcweir        Minimum = 5 ;
351cdf0e10cSrcweir        Maximum = 9999 ;
352cdf0e10cSrcweir        DecimalDigits = 2 ;
353cdf0e10cSrcweir        Unit = FUNIT_CM ;
354cdf0e10cSrcweir        First = 5 ;
355cdf0e10cSrcweir        Last = 9999 ;
356cdf0e10cSrcweir        SpinSize = 10 ;
357cdf0e10cSrcweir    };
358cdf0e10cSrcweir    CheckBox CB_REL_HEIGHT
359cdf0e10cSrcweir    {
360cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_REL_HEIGHT" ;
361cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_7 ) ;
362cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_2), RSC_CD_CHECKBOX_HEIGHT ) ;
363cdf0e10cSrcweir        TabStop = TRUE ;
364cdf0e10cSrcweir        Text [ en-US ] = "Re~lative" ;
365cdf0e10cSrcweir    };
366cdf0e10cSrcweir    CheckBox CB_AUTOHEIGHT
367cdf0e10cSrcweir    {
368cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_AUTOHEIGHT" ;
369cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_8 ) ;
370cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_2), RSC_CD_CHECKBOX_HEIGHT ) ;
371cdf0e10cSrcweir        TabStop = TRUE ;
372cdf0e10cSrcweir        Text [ en-US ] = "AutoSize" ;
373cdf0e10cSrcweir    };
374cdf0e10cSrcweir    CheckBox CB_FIXEDRATIO
375cdf0e10cSrcweir    {
376cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_FIXEDRATIO" ;
377cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_1, SWFRMPG_ROW_9 ) ;
378cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_1), RSC_CD_CHECKBOX_HEIGHT ) ;
379cdf0e10cSrcweir        TabStop = TRUE ;
380cdf0e10cSrcweir        Text [ en-US ] = "~Keep ratio" ;
381cdf0e10cSrcweir    };
382cdf0e10cSrcweir    PushButton BT_REALSIZE
383cdf0e10cSrcweir    {
384cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_FRM_STD:BT_REALSIZE" ;
385cdf0e10cSrcweir        Pos = MAP_APPFONT ( 35, 86 ) ;
386cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 14 ) ;
387cdf0e10cSrcweir        TabStop = TRUE ;
388cdf0e10cSrcweir        Hide = TRUE ;
389cdf0e10cSrcweir        Text [ en-US ] = "~Original Size" ;
390cdf0e10cSrcweir    };
391cdf0e10cSrcweir    FixedLine FL_SIZE
392cdf0e10cSrcweir    {
393cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_0, SWFRMPG_ROW_0 ) ;
394cdf0e10cSrcweir        Size = MAP_APPFONT ( (SWFRMPG_COL_4-SWFRMPG_COL_0), RSC_CD_FIXEDLINE_HEIGHT ) ;
395cdf0e10cSrcweir        Text [ en-US ] = "Size" ;
396cdf0e10cSrcweir    };
397cdf0e10cSrcweir    FixedLine FL_TYPE_SEP
398cdf0e10cSrcweir    {
399cdf0e10cSrcweir        Pos = MAP_APPFONT ( 111, 14 ) ;
400cdf0e10cSrcweir        Size = MAP_APPFONT ( 4, (SWFRMPG_ROW_9+RSC_CD_CHECKBOX_HEIGHT-SWFRMPG_ROW_1) ) ;
401cdf0e10cSrcweir        Vert = TRUE ;
402cdf0e10cSrcweir    };
403cdf0e10cSrcweir    RadioButton RB_ANCHOR_PAGE
404cdf0e10cSrcweir    {
405cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_FRM_STD:RB_ANCHOR_PAGE" ;
406cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 14 ) ;
407cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
408cdf0e10cSrcweir        Text [ en-US ] = "To ~page" ;
409cdf0e10cSrcweir    };
410cdf0e10cSrcweir    RadioButton RB_ANCHOR_PARA
411cdf0e10cSrcweir    {
412cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_FRM_STD:RB_ANCHOR_PARA" ;
413cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 28 ) ;
414cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
415cdf0e10cSrcweir        Text [ en-US ] = "To paragrap~h" ;
416cdf0e10cSrcweir    };
417cdf0e10cSrcweir    RadioButton RB_ANCHOR_AT_CHAR
418cdf0e10cSrcweir    {
419cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_FRM_STD:RB_ANCHOR_AT_CHAR" ;
420cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 42 ) ;
421cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
422cdf0e10cSrcweir        Text [ en-US ] = "To cha~racter" ;
423cdf0e10cSrcweir    };
424cdf0e10cSrcweir    RadioButton RB_ANCHOR_AS_CHAR
425cdf0e10cSrcweir    {
426cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_FRM_STD:RB_ANCHOR_AS_CHAR" ;
427cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 56 ) ;
428cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
429cdf0e10cSrcweir        Text [ en-US ] = "~As character" ;
430cdf0e10cSrcweir    };
431cdf0e10cSrcweir    RadioButton RB_ANCHOR_FRAME
432cdf0e10cSrcweir    {
433cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_FRM_STD:RB_ANCHOR_FRAME" ;
434cdf0e10cSrcweir        Pos = MAP_APPFONT ( 122, 70 ) ;
435cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
436cdf0e10cSrcweir        Text [ en-US ] = "To ~frame" ;
437cdf0e10cSrcweir    };
438cdf0e10cSrcweir    FixedLine FL_TYPE
439cdf0e10cSrcweir    {
440cdf0e10cSrcweir        Pos = MAP_APPFONT ( 116, 3 ) ;
441cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 8 ) ;
442cdf0e10cSrcweir        Text [ en-US ] = "Anchor" ;
443cdf0e10cSrcweir    };
444cdf0e10cSrcweir    Window WN_BSP
445cdf0e10cSrcweir    {
446cdf0e10cSrcweir        Pos = MAP_APPFONT ( 202, 14 ) ;
447cdf0e10cSrcweir        Size = MAP_APPFONT ( 52, 86 ) ;
448cdf0e10cSrcweir    };
449cdf0e10cSrcweir    FixedText FT_HORIZONTAL
450cdf0e10cSrcweir    {
451cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, SWFRMPG_ROW_12 ) ;
452cdf0e10cSrcweir        Size = MAP_APPFONT ( 35, RSC_CD_FIXEDTEXT_HEIGHT ) ;
453cdf0e10cSrcweir        Left = TRUE ;
454cdf0e10cSrcweir        Text [ en-US ] = "Hori~zontal" ;
455cdf0e10cSrcweir    };
456cdf0e10cSrcweir    ListBox DLB_HORIZONTAL
457cdf0e10cSrcweir    {
458cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_STD:DLB_HORIZONTAL" ;
459cdf0e10cSrcweir        Pos = MAP_APPFONT ( 49, SWFRMPG_ROW_11 ) ;
460cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 60 ) ;
461cdf0e10cSrcweir        TabStop = TRUE ;
462cdf0e10cSrcweir        DropDown = TRUE ;
463cdf0e10cSrcweir    };
464cdf0e10cSrcweir    FixedText FT_AT_HORZ_POS
465cdf0e10cSrcweir    {
466cdf0e10cSrcweir        Pos = MAP_APPFONT ( 101, SWFRMPG_ROW_12 ) ;
467cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, RSC_CD_FIXEDLINE_HEIGHT ) ;
468cdf0e10cSrcweir        Center = TRUE ;
469cdf0e10cSrcweir        Text [ en-US ] = "b~y" ;
470cdf0e10cSrcweir    };
471cdf0e10cSrcweir    MetricField ED_AT_HORZ_POS
472cdf0e10cSrcweir    {
473cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_FRM_STD:ED_AT_HORZ_POS" ;
474cdf0e10cSrcweir        Border = TRUE ;
475cdf0e10cSrcweir        Pos = MAP_APPFONT ( 123, SWFRMPG_ROW_11 ) ;
476cdf0e10cSrcweir        Size = MAP_APPFONT ( 35, RSC_CD_TEXTBOX_HEIGHT ) ;
477cdf0e10cSrcweir        TabStop = TRUE ;
478cdf0e10cSrcweir        Left = TRUE ;
479cdf0e10cSrcweir        Repeat = TRUE ;
480cdf0e10cSrcweir        Spin = TRUE ;
481cdf0e10cSrcweir        Minimum = -9999 ;
482cdf0e10cSrcweir        Maximum = 9999 ;
483cdf0e10cSrcweir        DecimalDigits = 2 ;
484cdf0e10cSrcweir        Unit = FUNIT_CM ;
485cdf0e10cSrcweir        First = -9999 ;
486cdf0e10cSrcweir        Last = 9999 ;
487cdf0e10cSrcweir        SpinSize = 10 ;
488cdf0e10cSrcweir    };
489cdf0e10cSrcweir    FixedText FT_HORI_RELATION
490cdf0e10cSrcweir    {
491cdf0e10cSrcweir        Pos = MAP_APPFONT ( 160, SWFRMPG_ROW_12 ) ;
492cdf0e10cSrcweir        Size = MAP_APPFONT ( 21, RSC_CD_FIXEDTEXT_HEIGHT ) ;
493cdf0e10cSrcweir        Center = TRUE ;
494cdf0e10cSrcweir        Text [ en-US ] = "~to" ;
495cdf0e10cSrcweir    };
496cdf0e10cSrcweir    ListBox LB_HORI_RELATION
497cdf0e10cSrcweir    {
498cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_STD:LB_HORI_RELATION" ;
499cdf0e10cSrcweir        Pos = MAP_APPFONT ( 183, SWFRMPG_ROW_11 ) ;
500cdf0e10cSrcweir        Size = MAP_APPFONT ( 65, 60 ) ;
501cdf0e10cSrcweir        TabStop = TRUE ;
502cdf0e10cSrcweir        DropDown = TRUE ;
503cdf0e10cSrcweir    };
504cdf0e10cSrcweir    CheckBox CB_MIRROR
505cdf0e10cSrcweir    {
506cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_MIRROR" ;
507cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_13 ) ;
508cdf0e10cSrcweir        Size = MAP_APPFONT ( (260-SWFRMPG_COL_2-1), RSC_CD_CHECKBOX_HEIGHT ) ;
509cdf0e10cSrcweir        TabStop = TRUE ;
510cdf0e10cSrcweir        Text [ en-US ] = "~Mirror on even pages" ;
511cdf0e10cSrcweir    };
512cdf0e10cSrcweir    FixedText FT_VERTICAL
513cdf0e10cSrcweir    {
514cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, SWFRMPG_ROW_15 ) ;
515cdf0e10cSrcweir        Size = MAP_APPFONT ( 35, RSC_CD_FIXEDTEXT_HEIGHT ) ;
516cdf0e10cSrcweir        Left = TRUE ;
517cdf0e10cSrcweir        Text [ en-US ] = "~Vertical" ;
518cdf0e10cSrcweir    };
519cdf0e10cSrcweir    ListBox DLB_VERTICAL
520cdf0e10cSrcweir    {
521cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_STD:DLB_VERTICAL" ;
522cdf0e10cSrcweir        Pos = MAP_APPFONT ( 49, SWFRMPG_ROW_14 ) ;
523cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 60 ) ;
524cdf0e10cSrcweir        TabStop = TRUE ;
525cdf0e10cSrcweir        DropDown = TRUE ;
526cdf0e10cSrcweir    };
527cdf0e10cSrcweir    FixedText FT_AT_VERT_POS
528cdf0e10cSrcweir    {
529cdf0e10cSrcweir        Pos = MAP_APPFONT ( 101, SWFRMPG_ROW_15 ) ;
530cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, RSC_CD_FIXEDTEXT_HEIGHT ) ;
531cdf0e10cSrcweir        Center = TRUE ;
532cdf0e10cSrcweir        Text [ en-US ] = "by" ;
533cdf0e10cSrcweir    };
534cdf0e10cSrcweir    MetricField ED_AT_VERT_POS
535cdf0e10cSrcweir    {
536cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_FRM_STD:ED_AT_VERT_POS" ;
537cdf0e10cSrcweir        Border = TRUE ;
538cdf0e10cSrcweir        Pos = MAP_APPFONT ( 123, SWFRMPG_ROW_14 ) ;
539cdf0e10cSrcweir        Size = MAP_APPFONT ( 35, RSC_CD_TEXTBOX_HEIGHT ) ;
540cdf0e10cSrcweir        TabStop = TRUE ;
541cdf0e10cSrcweir        Left = TRUE ;
542cdf0e10cSrcweir        Repeat = TRUE ;
543cdf0e10cSrcweir        Spin = TRUE ;
544cdf0e10cSrcweir        Minimum = -9999 ;
545cdf0e10cSrcweir        Maximum = 9999 ;
546cdf0e10cSrcweir        DecimalDigits = 2 ;
547cdf0e10cSrcweir        Unit = FUNIT_CM ;
548cdf0e10cSrcweir        First = -9999 ;
549cdf0e10cSrcweir        Last = 9999 ;
550cdf0e10cSrcweir        SpinSize = 10 ;
551cdf0e10cSrcweir    };
552cdf0e10cSrcweir    FixedText FT_VERT_RELATION
553cdf0e10cSrcweir    {
554cdf0e10cSrcweir        Pos = MAP_APPFONT ( 160, SWFRMPG_ROW_15 ) ;
555cdf0e10cSrcweir        Size = MAP_APPFONT ( 21, RSC_CD_FIXEDTEXT_HEIGHT ) ;
556cdf0e10cSrcweir        Center = TRUE ;
557cdf0e10cSrcweir        Text [ en-US ] = "t~o" ;
558cdf0e10cSrcweir    };
559cdf0e10cSrcweir    ListBox LB_VERT_RELATION
560cdf0e10cSrcweir    {
561cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_STD:LB_VERT_RELATION" ;
562cdf0e10cSrcweir        Pos = MAP_APPFONT ( 183, SWFRMPG_ROW_14 ) ;
563cdf0e10cSrcweir        Size = MAP_APPFONT ( 65, 60 ) ;
564cdf0e10cSrcweir        TabStop = TRUE ;
565cdf0e10cSrcweir        DropDown = TRUE ;
566cdf0e10cSrcweir    };
567cdf0e10cSrcweir    CheckBox CB_FOLLOWTEXTFLOW
568cdf0e10cSrcweir    {
569cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_STD:CB_FOLLOWTEXTFLOW" ;
570cdf0e10cSrcweir        Pos = MAP_APPFONT ( SWFRMPG_COL_2, SWFRMPG_ROW_16 ) ;
571cdf0e10cSrcweir        Size = MAP_APPFONT ( (260-SWFRMPG_COL_2-1), RSC_CD_CHECKBOX_HEIGHT ) ;
572cdf0e10cSrcweir        TabStop = TRUE ;
573cdf0e10cSrcweir        Text [ en-US ] = "Follow text flow" ;
574cdf0e10cSrcweir    };
575cdf0e10cSrcweir    FixedLine FL_POSITION
576cdf0e10cSrcweir    {
577cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, SWFRMPG_ROW_10 ) ;
578cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
579cdf0e10cSrcweir        Text [ en-US ] = "Position" ;
580cdf0e10cSrcweir    };
581cdf0e10cSrcweir};
582cdf0e10cSrcweirTabPage TP_GRF_EXT
583cdf0e10cSrcweir{
584cdf0e10cSrcweir    Hide = TRUE ;
585cdf0e10cSrcweir    HelpID = HID_GRF_EXT ;
586cdf0e10cSrcweir    SVLook = TRUE ;
587cdf0e10cSrcweir    Pos = MAP_APPFONT ( 0, 0 ) ;
588cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
589cdf0e10cSrcweir    Bitmap BMP_EXAMPLE
590cdf0e10cSrcweir    {
591dd974154Smseidel        File = "dog.png" ;
592cdf0e10cSrcweir    };
593cdf0e10cSrcweir    Bitmap BMP_EXAMPLE_HC
594cdf0e10cSrcweir    {
595dd974154Smseidel        File = "dog_h.png" ;
596cdf0e10cSrcweir    };
597cdf0e10cSrcweir    FixedLine FL_CONNECT
598cdf0e10cSrcweir    {
599cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 87 ) ;
600cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
601cdf0e10cSrcweir        Text [ en-US ] = "Link" ;
602cdf0e10cSrcweir    };
603cdf0e10cSrcweir    FixedText FT_CONNECT
604cdf0e10cSrcweir    {
605cdf0e10cSrcweir        Pos = MAP_APPFONT ( 13, 98 ) ;
606cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 8 ) ;
607cdf0e10cSrcweir        Text [ en-US ] = "~File name" ;
608cdf0e10cSrcweir    };
609cdf0e10cSrcweir    Edit ED_CONNECT
610cdf0e10cSrcweir    {
611cdf0e10cSrcweir        HelpID = "sw:Edit:TP_GRF_EXT:ED_CONNECT" ;
612cdf0e10cSrcweir        Pos = MAP_APPFONT ( 13, 109 ) ;
613cdf0e10cSrcweir        Size = MAP_APPFONT ( 200, 12 ) ;
614cdf0e10cSrcweir        Text [ en-US ] = "[None]" ;
615cdf0e10cSrcweir        Readonly = TRUE ;
616cdf0e10cSrcweir        Left = TRUE ;
617cdf0e10cSrcweir        Border = TRUE ;
618cdf0e10cSrcweir    };
619cdf0e10cSrcweir    PushButton PB_BROWSE
620cdf0e10cSrcweir    {
621cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_GRF_EXT:PB_BROWSE" ;
622cdf0e10cSrcweir        Disable = TRUE ;
623cdf0e10cSrcweir        Pos = MAP_APPFONT ( 230, 109 ) ;
624cdf0e10cSrcweir        Size = MAP_APPFONT ( 12, 12 ) ;
625cdf0e10cSrcweir        Disable = TRUE ;
626cdf0e10cSrcweir        TabStop = TRUE ;
627cdf0e10cSrcweir        Text [ en-US ] = "~..." ;
628cdf0e10cSrcweir    };
629cdf0e10cSrcweir    CheckBox CB_VERT
630cdf0e10cSrcweir    {
631cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_GRF_EXT:CB_VERT" ;
632cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
633cdf0e10cSrcweir        Size = MAP_APPFONT ( 48, 10 ) ;
634cdf0e10cSrcweir        TabStop = TRUE ;
635cdf0e10cSrcweir        Group = TRUE ;
636cdf0e10cSrcweir        Text [ en-US ] = "~Vertically" ;
637cdf0e10cSrcweir    };
638cdf0e10cSrcweir    CheckBox CB_HOR
639cdf0e10cSrcweir    {
640cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_GRF_EXT:CB_HOR" ;
641cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 28 ) ;
642cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 10 ) ;
643cdf0e10cSrcweir        TabStop = TRUE ;
644cdf0e10cSrcweir        Text [ en-US ] = "Hori~zontally" ;
645cdf0e10cSrcweir    };
646cdf0e10cSrcweir    RadioButton RB_MIRROR_ALL_PAGES
647cdf0e10cSrcweir    {
648cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_GRF_EXT:RB_MIRROR_ALL_PAGES" ;
649cdf0e10cSrcweir        Pos = MAP_APPFONT ( 18, 42 ) ;
650cdf0e10cSrcweir        Size = MAP_APPFONT ( 100, 10 ) ;
651cdf0e10cSrcweir        TabStop = TRUE ;
652cdf0e10cSrcweir        Text [ en-US ] = "On all pages" ;
653cdf0e10cSrcweir    };
654cdf0e10cSrcweir    RadioButton RB_MIRROR_LEFT_PAGES
655cdf0e10cSrcweir    {
656cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_GRF_EXT:RB_MIRROR_LEFT_PAGES" ;
657cdf0e10cSrcweir        Pos = MAP_APPFONT ( 18, 56 ) ;
658cdf0e10cSrcweir        Size = MAP_APPFONT ( 100, 10 ) ;
659cdf0e10cSrcweir        TabStop = TRUE ;
660cdf0e10cSrcweir        Text [ en-US ] = "On left pages" ;
661cdf0e10cSrcweir    };
662cdf0e10cSrcweir    RadioButton RB_MIRROR_RIGHT_PAGES
663cdf0e10cSrcweir    {
664cdf0e10cSrcweir        HelpID = "sw:RadioButton:TP_GRF_EXT:RB_MIRROR_RIGHT_PAGES" ;
665cdf0e10cSrcweir        Pos = MAP_APPFONT ( 18, 70 ) ;
666cdf0e10cSrcweir        Size = MAP_APPFONT ( 100, 10 ) ;
667cdf0e10cSrcweir        TabStop = TRUE ;
668cdf0e10cSrcweir        Text [ en-US ] = "On right pages" ;
669cdf0e10cSrcweir    };
670cdf0e10cSrcweir    Window WN_BMP
671cdf0e10cSrcweir    {
672cdf0e10cSrcweir        Pos = MAP_APPFONT ( 120, 14 ) ;
673cdf0e10cSrcweir        Size = MAP_APPFONT ( 127, 66 ) ;
674cdf0e10cSrcweir    };
675cdf0e10cSrcweir    FixedLine FL_MIRROR
676cdf0e10cSrcweir    {
677cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
678cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
679cdf0e10cSrcweir        Text [ en-US ] = "Flip" ;
680cdf0e10cSrcweir    };
681cdf0e10cSrcweir};
682cdf0e10cSrcweirString STR_EDIT_GRF
683cdf0e10cSrcweir{
684cdf0e10cSrcweir    Text [ en-US ] = "Link" ;
685cdf0e10cSrcweir};
686cdf0e10cSrcweir
687cdf0e10cSrcweirTabPage TP_FRM_URL
688cdf0e10cSrcweir{
689cdf0e10cSrcweir    Hide = TRUE ;
690cdf0e10cSrcweir    SVLook = TRUE ;
691cdf0e10cSrcweir    HelpID = HID_FRM_URL ;
692cdf0e10cSrcweir    Pos = MAP_APPFONT ( 0, 0 ) ;
693cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
694cdf0e10cSrcweir    FixedText FT_URL
695cdf0e10cSrcweir    {
696cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 16 ) ;
697cdf0e10cSrcweir        Size = MAP_APPFONT ( 30, 8 ) ;
698cdf0e10cSrcweir        Text [ en-US ] = "~URL" ;
699cdf0e10cSrcweir    };
700cdf0e10cSrcweir    Edit ED_URL
701cdf0e10cSrcweir    {
702cdf0e10cSrcweir        HelpID = "sw:Edit:TP_FRM_URL:ED_URL" ;
703cdf0e10cSrcweir        Pos = MAP_APPFONT ( 45, 14 ) ;
704cdf0e10cSrcweir        Size = MAP_APPFONT ( 149, 12 ) ;
705cdf0e10cSrcweir        Left = TRUE ;
706cdf0e10cSrcweir        Border = TRUE ;
707cdf0e10cSrcweir        TabStop = TRUE ;
708cdf0e10cSrcweir    };
709cdf0e10cSrcweir    FixedText FT_NAME
710cdf0e10cSrcweir    {
711cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 32 ) ;
712cdf0e10cSrcweir        Size = MAP_APPFONT ( 30, 8 ) ;
713cdf0e10cSrcweir        Text [ en-US ] = "~Name" ;
714cdf0e10cSrcweir    };
715cdf0e10cSrcweir    Edit ED_NAME
716cdf0e10cSrcweir    {
717cdf0e10cSrcweir        HelpID = "sw:Edit:TP_FRM_URL:ED_NAME" ;
718cdf0e10cSrcweir        Pos = MAP_APPFONT ( 45, 30 ) ;
719cdf0e10cSrcweir        Size = MAP_APPFONT ( 149, 12 ) ;
720cdf0e10cSrcweir        Left = TRUE ;
721cdf0e10cSrcweir        Border = TRUE ;
722cdf0e10cSrcweir        TabStop = TRUE ;
723cdf0e10cSrcweir    };
724cdf0e10cSrcweir    FixedText FT_FRAME
725cdf0e10cSrcweir    {
726cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 48 ) ;
727cdf0e10cSrcweir        Size = MAP_APPFONT ( 30, 8 ) ;
728cdf0e10cSrcweir        Text [ en-US ] = "Frame" ;
729cdf0e10cSrcweir    };
730cdf0e10cSrcweir    ComboBox CB_FRAME
731cdf0e10cSrcweir    {
732cdf0e10cSrcweir        HelpID = "sw:ComboBox:TP_FRM_URL:CB_FRAME" ;
733cdf0e10cSrcweir        Pos = MAP_APPFONT ( 45, 46 ) ;
734cdf0e10cSrcweir        Size = MAP_APPFONT ( 89, 50 ) ;
735cdf0e10cSrcweir        Left = TRUE ;
736cdf0e10cSrcweir        DropDown = TRUE ;
737cdf0e10cSrcweir        TabStop = TRUE ;
738cdf0e10cSrcweir    };
739cdf0e10cSrcweir    PushButton PB_SEARCH
740cdf0e10cSrcweir    {
741cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_FRM_URL:PB_SEARCH" ;
742cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198, 13 ) ;
743cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
744cdf0e10cSrcweir        TabStop = TRUE ;
745cdf0e10cSrcweir        Text [ en-US ] = "~Browse..." ;
746cdf0e10cSrcweir    };
747cdf0e10cSrcweir    FixedLine FL_HYPERLINK
748cdf0e10cSrcweir    {
749cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
750cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
751cdf0e10cSrcweir        Text [ en-US ] = "Link to" ;
752cdf0e10cSrcweir    };
753cdf0e10cSrcweir    CheckBox CB_SERVER
754cdf0e10cSrcweir    {
755cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_URL:CB_SERVER" ;
756cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 75 ) ;
757cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
758cdf0e10cSrcweir        Text [ en-US ] = "~Server-side image map" ;
759cdf0e10cSrcweir    };
760cdf0e10cSrcweir    CheckBox CB_CLIENT
761cdf0e10cSrcweir    {
762cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_URL:CB_CLIENT" ;
763cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 89 ) ;
764cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
765cdf0e10cSrcweir        Text [ en-US ] = "~Client-side image map" ;
766cdf0e10cSrcweir    };
767cdf0e10cSrcweir    FixedLine FL_IMAGE
768cdf0e10cSrcweir    {
769cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 64 ) ;
770cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
771cdf0e10cSrcweir        Text [ en-US ] = "Image map" ;
772cdf0e10cSrcweir    };
773cdf0e10cSrcweir};
774cdf0e10cSrcweirTabPage TP_FRM_ADD
775cdf0e10cSrcweir{
776cdf0e10cSrcweir    Hide = TRUE ;
777cdf0e10cSrcweir    SVLook = TRUE ;
778cdf0e10cSrcweir    HelpID = HID_FRM_ADD ;
779cdf0e10cSrcweir    Pos = MAP_APPFONT ( 0, 0 ) ;
780cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
781cdf0e10cSrcweir    FixedText FT_NAME
782cdf0e10cSrcweir    {
783cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 16 ) ;
784cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 8 ) ;
785cdf0e10cSrcweir        Text [ en-US ] = "~Name" ;
786cdf0e10cSrcweir    };
787cdf0e10cSrcweir    Edit ED_NAME
788cdf0e10cSrcweir    {
789cdf0e10cSrcweir        HelpID = "sw:Edit:TP_FRM_ADD:ED_NAME" ;
790cdf0e10cSrcweir        Border = TRUE ;
791cdf0e10cSrcweir        Pos = MAP_APPFONT ( 91, 14 ) ;
792cdf0e10cSrcweir        Size = MAP_APPFONT ( 157, 12 ) ;
793cdf0e10cSrcweir        TabStop = TRUE ;
794cdf0e10cSrcweir    };
795cdf0e10cSrcweir    FixedText FT_ALT_NAME
796cdf0e10cSrcweir    {
797cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 32 ) ;
798cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 8 ) ;
799cdf0e10cSrcweir        Text [ en-US ] = "~Alternative (Text only)" ;
800cdf0e10cSrcweir    };
801cdf0e10cSrcweir    Edit ED_ALT_NAME
802cdf0e10cSrcweir    {
803cdf0e10cSrcweir        HelpID = "sw:Edit:TP_FRM_ADD:ED_ALT_NAME" ;
804cdf0e10cSrcweir        Border = TRUE ;
805cdf0e10cSrcweir        Pos = MAP_APPFONT ( 91, 30 ) ;
806cdf0e10cSrcweir        Size = MAP_APPFONT ( 157, 12 ) ;
807cdf0e10cSrcweir        TabStop = TRUE ;
808cdf0e10cSrcweir    };
809cdf0e10cSrcweir    FixedText FT_PREV
810cdf0e10cSrcweir    {
811cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 48 ) ;
812cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 8 ) ;
813cdf0e10cSrcweir        Text [ en-US ] = "~Previous link" ;
814cdf0e10cSrcweir    };
815cdf0e10cSrcweir    ListBox LB_PREV
816cdf0e10cSrcweir    {
817cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_ADD:LB_PREV" ;
818cdf0e10cSrcweir        Border = TRUE ;
819cdf0e10cSrcweir        Pos = MAP_APPFONT ( 91, 46 ) ;
820cdf0e10cSrcweir        Size = MAP_APPFONT ( 157, 50 ) ;
821cdf0e10cSrcweir        TabStop = TRUE ;
822cdf0e10cSrcweir        DropDown = TRUE ;
823cdf0e10cSrcweir        StringList [ en-US ] =
824cdf0e10cSrcweir        {
825cdf0e10cSrcweir            < "<None>" ;    > ;
826cdf0e10cSrcweir        };
827cdf0e10cSrcweir    };
828cdf0e10cSrcweir    FixedText FT_NEXT
829cdf0e10cSrcweir    {
830cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 64 ) ;
831cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 8 ) ;
832cdf0e10cSrcweir        Text [ en-US ] = "~Next link" ;
833cdf0e10cSrcweir    };
834cdf0e10cSrcweir    ListBox LB_NEXT
835cdf0e10cSrcweir    {
836cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_ADD:LB_NEXT" ;
837cdf0e10cSrcweir        Border = TRUE ;
838cdf0e10cSrcweir        Pos = MAP_APPFONT ( 91, 62 ) ;
839cdf0e10cSrcweir        Size = MAP_APPFONT ( 157, 50 ) ;
840cdf0e10cSrcweir        Border = TRUE ;
841cdf0e10cSrcweir        DropDown = TRUE ;
842cdf0e10cSrcweir        StringList [ en-US ] =
843cdf0e10cSrcweir        {
844cdf0e10cSrcweir            < "<None>" ;    > ;
845cdf0e10cSrcweir        };
846cdf0e10cSrcweir    };
847cdf0e10cSrcweir    FixedLine FL_NAME
848cdf0e10cSrcweir    {
849cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
850cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
851cdf0e10cSrcweir        Text [ en-US ] = "Names" ;
852cdf0e10cSrcweir    };
853cdf0e10cSrcweir    CheckBox CB_PROTECT_CONTENT
854cdf0e10cSrcweir    {
855cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_ADD:CB_PROTECT_CONTENT" ;
856cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 91 ) ;
857cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 10 ) ;
858cdf0e10cSrcweir        TabStop = TRUE ;
859cdf0e10cSrcweir        Text [ en-US ] = "~Contents" ;
860cdf0e10cSrcweir    };
861cdf0e10cSrcweir    CheckBox CB_PROTECT_FRAME
862cdf0e10cSrcweir    {
863cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_ADD:CB_PROTECT_FRAME" ;
864cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 105 ) ;
865cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 10 ) ;
866cdf0e10cSrcweir        TabStop = TRUE ;
867cdf0e10cSrcweir        Text [ en-US ] = "P~osition" ;
868cdf0e10cSrcweir    };
869cdf0e10cSrcweir    CheckBox CB_PROTECT_SIZE
870cdf0e10cSrcweir    {
871cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_ADD:CB_PROTECT_SIZE" ;
872cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 119 ) ;
873cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 10 ) ;
874cdf0e10cSrcweir        TabStop = TRUE ;
875cdf0e10cSrcweir        Text [ en-US ] = "~Size" ;
876cdf0e10cSrcweir    };
877cdf0e10cSrcweir    FixedLine FL_PROTECT
878cdf0e10cSrcweir    {
879cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 80 ) ;
880cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
881cdf0e10cSrcweir        Text [ en-US ] = "Protect" ;
882cdf0e10cSrcweir    };
883cdf0e10cSrcweir    CheckBox CB_EDIT_IN_READONLY
884cdf0e10cSrcweir    {
885cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_ADD:CB_EDIT_IN_READONLY" ;
886cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 146 ) ;
887cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
888cdf0e10cSrcweir        TabStop = TRUE ;
889cdf0e10cSrcweir        Text [ en-US ] = "~Editable in read-only document" ;
890cdf0e10cSrcweir    };
891cdf0e10cSrcweir    CheckBox CB_PRINT_FRAME
892cdf0e10cSrcweir    {
893cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_FRM_ADD:CB_PRINT_FRAME" ;
894cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 160 ) ;
895cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
896cdf0e10cSrcweir        TabStop = TRUE ;
897cdf0e10cSrcweir        Text [ en-US ] = "Prin~t" ;
898cdf0e10cSrcweir    };
899cdf0e10cSrcweir    FixedLine FL_EXT
900cdf0e10cSrcweir    {
901cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 135 ) ;
902cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
903cdf0e10cSrcweir        Text [ en-US ] = "Properties" ;
904cdf0e10cSrcweir    };
905cdf0e10cSrcweir
906cdf0e10cSrcweir    FixedText FT_TEXTFLOW
907cdf0e10cSrcweir    {
908cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 174 ) ;
909cdf0e10cSrcweir        Size = MAP_APPFONT ( 65, 8 ) ;
910cdf0e10cSrcweir        Left = TRUE ;
911cdf0e10cSrcweir        Hide = TRUE ;
912cdf0e10cSrcweir        Text [ en-US ] = "~Text direction" ;
913cdf0e10cSrcweir    };
914cdf0e10cSrcweir    ListBox LB_TEXTFLOW
915cdf0e10cSrcweir    {
916cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_FRM_ADD:LB_TEXTFLOW" ;
917cdf0e10cSrcweir        Border = TRUE ;
918cdf0e10cSrcweir        Pos = MAP_APPFONT ( 81, 172 ) ;
919cdf0e10cSrcweir        Size = MAP_APPFONT ( 167, 50 ) ;
920cdf0e10cSrcweir        DropDown = TRUE ;
921cdf0e10cSrcweir        Hide = TRUE ;
922cdf0e10cSrcweir        StringList [ en-US ] =
923cdf0e10cSrcweir        {
924cdf0e10cSrcweir            < "Left-to-right (horizontal)" ; 0;         > ;
925cdf0e10cSrcweir            < "Right-to-left (horizontal)" ; 1;         > ;
926cdf0e10cSrcweir            < "Right-to-left (vertical)" ; 2;           > ;
927cdf0e10cSrcweir            < "Use superordinate object settings" ; 4;  > ;
928cdf0e10cSrcweir        };
929cdf0e10cSrcweir    };
930cdf0e10cSrcweir};
931cdf0e10cSrcweir
932*f17f7a00Smseidel// ********************************************************************** EOF
933