1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include "morphdlg.hrc"
26 HelpID = CMD_SID_POLYGON_MORPHING ;
27 HelpID = ".uno:Morphing" ;
30 Size = MAP_APPFONT ( 196 , 68 ) ;
35 Pos = MAP_APPFONT ( 141 , 6 ) ;
36 Size = MAP_APPFONT ( 50 , 14 ) ;
40 CancelButton BTN_CANCEL
42 Pos = MAP_APPFONT ( 141 , 23 ) ;
43 Size = MAP_APPFONT ( 50 , 14 ) ;
48 Pos = MAP_APPFONT ( 140 , 43 ) ;
49 Size = MAP_APPFONT ( 50 , 14 ) ;
54 Pos = MAP_APPFONT ( 6 , 3 ) ;
55 Size = MAP_APPFONT ( 129 , 8 ) ;
56 Text [ en-US ] = "Settings" ;
60 Pos = MAP_APPFONT ( 12 , 16 ) ;
61 Size = MAP_APPFONT ( 40 , 10 ) ;
62 Text [ en-US ] = "Increments" ;
66 HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS";
68 Pos = MAP_APPFONT ( 56 , 14 ) ;
69 Size = MAP_APPFONT ( 30 , 12 ) ;
78 CheckBox CBX_ATTRIBUTES
80 HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES";
81 Pos = MAP_APPFONT ( 12 , 29 ) ;
82 Size = MAP_APPFONT ( 121 , 12 ) ;
84 Text [ en-US ] = "Cross-fade attributes" ;
86 CheckBox CBX_ORIENTATION
88 HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION";
89 Pos = MAP_APPFONT ( 12 , 44 ) ;
90 Size = MAP_APPFONT ( 121 , 12 ) ;
92 Text [ en-US ] = "Same orientation" ;
94 Text [ en-US ] = "Cross-fading" ;
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */