fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / morphdlg.src
blob975a7af8b0556ef3ee305b34d3d745caa9987da0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "app.hrc"
21 #include "morphdlg.hrc"
22 #include "helpids.h"
24 ModalDialog DLG_MORPH
26     HelpID = CMD_SID_POLYGON_MORPHING ;
27     HelpID = ".uno:Morphing" ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Size = MAP_APPFONT ( 196 , 68 ) ;
31     Moveable = TRUE ;
32     Closeable = TRUE ;
33     OKButton BTN_OK
34     {
35         Pos = MAP_APPFONT ( 141 , 6 ) ;
36         Size = MAP_APPFONT ( 50 , 14 ) ;
37         TabStop = TRUE ;
38         DefButton = TRUE ;
39     };
40     CancelButton BTN_CANCEL
41     {
42         Pos = MAP_APPFONT ( 141 , 23 ) ;
43         Size = MAP_APPFONT ( 50 , 14 ) ;
44         TabStop = TRUE ;
45     };
46     HelpButton BTN_HELP
47     {
48         Pos = MAP_APPFONT ( 140 , 43 ) ;
49         Size = MAP_APPFONT ( 50 , 14 ) ;
50         TabStop = TRUE ;
51     };
52     FixedLine GRP_PRESET
53     {
54         Pos = MAP_APPFONT ( 6 , 3 ) ;
55         Size = MAP_APPFONT ( 129 , 8 ) ;
56         Text [ en-US ] = "Settings" ;
57     };
58     FixedText FT_STEPS
59     {
60         Pos = MAP_APPFONT ( 12 , 16 ) ;
61         Size = MAP_APPFONT ( 40 , 10 ) ;
62         Text [ en-US ] = "Increments" ;
63     };
64     MetricField MTF_STEPS
65     {
66         HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS";
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 56 , 14 ) ;
69         Size = MAP_APPFONT ( 30 , 12 ) ;
70         TabStop = TRUE ;
71         Spin = TRUE ;
72         Repeat = TRUE ;
73         Minimum = 1 ;
74         Maximum = 256 ;
75         First = 1 ;
76         Last = 256 ;
77     };
78     CheckBox CBX_ATTRIBUTES
79     {
80         HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES";
81         Pos = MAP_APPFONT ( 12 , 29 ) ;
82         Size = MAP_APPFONT ( 121 , 12 ) ;
83         TabStop = TRUE ;
84         Text [ en-US ] = "Cross-fade attributes" ;
85     };
86     CheckBox CBX_ORIENTATION
87     {
88         HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION";
89         Pos = MAP_APPFONT ( 12 , 44 ) ;
90         Size = MAP_APPFONT ( 121 , 12 ) ;
91         TabStop = TRUE ;
92         Text [ en-US ] = "Same orientation" ;
93     };
94     Text [ en-US ] = "Cross-fading" ;
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */