blob: 4ab89078abcd1c3b9cc6b1ff02aaafe09f63046c [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "app.hrc"
#include "morphdlg.hrc"
#include "helpids.h"
/******************************************************************************
|*
|*
|*
\******************************************************************************/
ModalDialog DLG_MORPH
{
HelpID = CMD_SID_POLYGON_MORPHING ;
HelpID = ".uno:Morphing" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 196 , 68 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Überblenden : šberblenden */
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 141 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 141 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 140 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
FixedLine GRP_PRESET
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 129 , 8 ) ;
Text [ en-US ] = "Settings" ;
};
FixedText FT_STEPS
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text [ en-US ] = "Increments" ;
};
MetricField MTF_STEPS
{
HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS";
Border = TRUE ;
Pos = MAP_APPFONT ( 56 , 14 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Repeat = TRUE ;
Minimum = 1 ;
Maximum = 256 ;
First = 1 ;
Last = 256 ;
};
CheckBox CBX_ATTRIBUTES
{
HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES";
Pos = MAP_APPFONT ( 12 , 29 ) ;
Size = MAP_APPFONT ( 121 , 12 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Attributierung überblenden : Attributierung ³berblenden */
TabStop = TRUE ;
Text [ en-US ] = "Cross-fade attributes" ;
};
CheckBox CBX_ORIENTATION
{
HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION";
Pos = MAP_APPFONT ( 12 , 44 ) ;
Size = MAP_APPFONT ( 121 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Same orientation" ;
};
Text [ en-US ] = "Cross-fading" ;
};