merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / morphdlg.src
blob813230abeb70afb12131c4c0d3ed06dab888c808
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: morphdlg.src,v $
10  * $Revision: 1.25 $
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  ************************************************************************/
31 #include "app.hrc"
32 #include "morphdlg.hrc"
33 /******************************************************************************
37 \******************************************************************************/
38 ModalDialog DLG_MORPH
40     HelpID = SID_POLYGON_MORPHING ;
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( 196 , 68 ) ;
44     /* ### ACHTUNG: Neuer Text in Resource? Überblenden : šberblenden */
45     Moveable = TRUE ;
46     Closeable = TRUE ;
47     OKButton BTN_OK
48     {
49         Pos = MAP_APPFONT ( 141 , 6 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52         DefButton = TRUE ;
53     };
54     CancelButton BTN_CANCEL
55     {
56         Pos = MAP_APPFONT ( 141 , 23 ) ;
57         Size = MAP_APPFONT ( 50 , 14 ) ;
58         TabStop = TRUE ;
59     };
60     HelpButton BTN_HELP
61     {
62         Pos = MAP_APPFONT ( 140 , 43 ) ;
63         Size = MAP_APPFONT ( 50 , 14 ) ;
64         TabStop = TRUE ;
65     };
66     FixedLine GRP_PRESET
67     {
68         Pos = MAP_APPFONT ( 6 , 3 ) ;
69         Size = MAP_APPFONT ( 129 , 8 ) ;
70         Text [ en-US ] = "Settings" ;
71     };
72     FixedText FT_STEPS
73     {
74         Pos = MAP_APPFONT ( 12 , 16 ) ;
75         Size = MAP_APPFONT ( 40 , 10 ) ;
76         Text [ en-US ] = "Increments" ;
77     };
78     MetricField MTF_STEPS
79     {
80         Border = TRUE ;
81         Pos = MAP_APPFONT ( 56 , 14 ) ;
82         Size = MAP_APPFONT ( 30 , 12 ) ;
83         TabStop = TRUE ;
84         Spin = TRUE ;
85         Repeat = TRUE ;
86         Minimum = 1 ;
87         Maximum = 256 ;
88         First = 1 ;
89         Last = 256 ;
90     };
91     CheckBox CBX_ATTRIBUTES
92     {
93         Pos = MAP_APPFONT ( 12 , 29 ) ;
94         Size = MAP_APPFONT ( 121 , 12 ) ;
95         /* ### ACHTUNG: Neuer Text in Resource? Attributierung überblenden : Attributierung ³berblenden */
96         TabStop = TRUE ;
97         Text [ en-US ] = "Cross-fade attributes" ;
98     };
99     CheckBox CBX_ORIENTATION
100     {
101         Pos = MAP_APPFONT ( 12 , 44 ) ;
102         Size = MAP_APPFONT ( 121 , 12 ) ;
103         TabStop = TRUE ;
104         Text [ en-US ] = "Same orientation" ;
105     };
106     Text [ en-US ] = "Cross-fading" ;