638 lines
18 KiB
Plaintext
638 lines
18 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: dlg_ObjectProperties.src,v $
|
|
*
|
|
* $Revision: 1.7 $
|
|
*
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 16:00:45 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
#include "dlg_ObjectProperties.hrc"
|
|
#include "TabPages.hrc"
|
|
|
|
#ifndef _SVX_DIALOGS_HRC
|
|
#include <svx/dialogs.hrc>
|
|
#endif
|
|
|
|
#define PAGE_LINE \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_LINE ; \
|
|
PageResID = RID_SVXPAGE_LINE ; \
|
|
Text [ en-US ] = "Borders" ; \
|
|
};
|
|
|
|
#define PAGE_AREA \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_AREA ; \
|
|
PageResID = RID_SVXPAGE_AREA ; \
|
|
Text [ en-US ] = "Area" ; \
|
|
};
|
|
|
|
#define PAGE_TRANSPARENCE \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_TRANSPARENCE ; \
|
|
PageResID = RID_SVXPAGE_TRANSPARENCE ; \
|
|
Text [ en-US ] = "Transparency"; \
|
|
};
|
|
|
|
#define PAGE_CHARACTERS \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_CHAR_NAME ; \
|
|
PageResID = RID_SVXPAGE_CHAR_NAME ; \
|
|
Text [ en-US ] = "Characters" ; \
|
|
};
|
|
|
|
#define PAGE_FONTEFFECTS \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_CHAR_EFFECTS ; \
|
|
PageResID = RID_SVXPAGE_CHAR_EFFECTS ; \
|
|
Text [ en-US ] = "Font Effects" ; \
|
|
};
|
|
|
|
#define PAGE_DATALABELS \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_DATA_DESCR ; \
|
|
PageResID = TP_DATA_DESCR ; \
|
|
Text [ en-US ] = "Data Labels" ; \
|
|
};
|
|
|
|
#define PAGE_STATISTIC \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_STAT ; \
|
|
PageResID = TP_STAT ; \
|
|
Text [ en-US ] = "Statistics" ; \
|
|
};
|
|
|
|
#define PAGE_LAYOUT \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_LAYOUT ; \
|
|
PageResID = TP_LAYOUT ; \
|
|
Text [ en-US ] = "Layout"; \
|
|
};
|
|
|
|
#define PAGE_OPTIONS \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_OPTIONS; \
|
|
PageResID = TP_OPTIONS; \
|
|
Text [ en-US ] = "Options"; \
|
|
};
|
|
|
|
#define PAGE_AXISLABEL \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_AXIS_LABEL ; \
|
|
PageResID = TP_AXIS_LABEL ; \
|
|
Text [ en-US ] = "Label" ; \
|
|
};
|
|
|
|
#define PAGE_AXISSCALE \
|
|
PageItem \
|
|
{ \
|
|
Identifier = TP_SCALE_Y ; \
|
|
PageResID = TP_SCALE_Y ; \
|
|
Text [ en-US ] = "Scale" ; \
|
|
};
|
|
|
|
#define PAGE_NUMBERFORMAT \
|
|
PageItem \
|
|
{ \
|
|
Identifier = RID_SVXPAGE_NUMBERFORMAT ; \
|
|
PageResID = RID_SVXPAGE_NUMBERFORMAT ; \
|
|
Text [ en-US ] = "Numbers" ; \
|
|
};
|
|
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#define BUTTONS \
|
|
OKButton 1 \
|
|
{ \
|
|
Pos = MAP_APPFONT ( 6 , 151 ) ; \
|
|
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
|
TabStop = TRUE ; \
|
|
}; \
|
|
CancelButton 1 \
|
|
{ \
|
|
Pos = MAP_APPFONT ( 60 , 151 ) ; \
|
|
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
|
TabStop = TRUE ; \
|
|
}; \
|
|
HelpButton 1 \
|
|
{ \
|
|
Pos = MAP_APPFONT ( 114 , 151 ) ; \
|
|
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
|
TabStop = TRUE ; \
|
|
}; \
|
|
PushButton 1 \
|
|
{ \
|
|
Pos = MAP_APPFONT ( 169 , 151 ) ; \
|
|
Size = MAP_APPFONT ( 50 , 14 ) ; \
|
|
TabStop = TRUE ; \
|
|
Text [ en-US ] = "Back" ; \
|
|
};
|
|
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_TITLE
|
|
{
|
|
// HelpID = SID_CHART_TITLE ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Title" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PageItem
|
|
{
|
|
Identifier = TP_ALIGNMENT ;
|
|
Text [ en-US ] = "Alignment" ;
|
|
PageResID = TP_ALIGNMENT ;
|
|
};
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_LEGEND
|
|
{
|
|
// HelpID = SID_LEGEND ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Legend" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PageItem
|
|
{
|
|
Identifier = TP_LEGEND_POS ;
|
|
Text [ en-US ] = "Position" ;
|
|
PageResID = TP_LEGEND_POS ;
|
|
};
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DATA_ROW
|
|
{
|
|
// HelpID = HID_SCH_DATA_ROW ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Data Series" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_DATALABELS
|
|
PAGE_STATISTIC
|
|
PAGE_LAYOUT
|
|
PAGE_OPTIONS
|
|
};
|
|
};
|
|
// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
/*
|
|
TabDialog TAB_DATA_LINE
|
|
{
|
|
// HelpID = HID_SCH_DATA_LINE ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Data Series" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_DATALABELS
|
|
PAGE_STATISTIC
|
|
PAGE_OPTIONS
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
*/
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DATA_POINT
|
|
{
|
|
// HelpID = HID_SCH_DATA_POINT ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Data Point" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_DATALABELS
|
|
PAGE_STATISTIC
|
|
PAGE_LAYOUT
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_LINE
|
|
{
|
|
// HelpID = SID_DIAGRAM_GRID ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "Lines" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DIAGRAM_STOCK_LOSS
|
|
{
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
Text [ en-US ] = "Negative deviation";
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DIAGRAM_STOCK_PLUS
|
|
{
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
Text [ en-US ] = "Positive deviation";
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_AXIS
|
|
{
|
|
// HelpID = HID_SCH_DIAGRAM_Y_AXIS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text = "Achse" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog has Cancel and/or OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_AXISSCALE
|
|
PAGE_NUMBERFORMAT
|
|
PAGE_AXISLABEL
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
/*
|
|
TabDialog TAB_AXIS
|
|
{
|
|
// HelpID = SID_DIAGRAM_AXIS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "Axes" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_AXISLABEL
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_X_AXIS
|
|
{
|
|
// HelpID = HID_SCH_DIAGRAM_X_AXIS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "X Axis" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_AXISSCALE
|
|
PAGE_NUMBERFORMAT
|
|
PAGE_AXISLABEL
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_Y_AXIS
|
|
{
|
|
// HelpID = HID_SCH_DIAGRAM_Y_AXIS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "Y Axis" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_AXISSCALE
|
|
PAGE_NUMBERFORMAT
|
|
PAGE_AXISLABEL
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_Z_AXIS
|
|
{
|
|
// HelpID = SID_DIAGRAM_AXIS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "Z Axis" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_CHARACTERS
|
|
PAGE_FONTEFFECTS
|
|
PAGE_AXISLABEL
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
*/
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_GRID
|
|
{
|
|
// HelpID = SID_DIAGRAM_GRID ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 289 , 176 ) ;
|
|
Text [ en-US ] = "Grid" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
Size = MAP_APPFONT ( 260 , 135 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DIAGRAM_WALL
|
|
{
|
|
// HelpID = SID_DIAGRAM_WALL ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
};
|
|
};
|
|
// BUTTONS
|
|
Text [ en-US ] = "Chart Wall";
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DIAGRAM_FLOOR
|
|
{
|
|
// HelpID = SID_DIAGRAM_FLOOR ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Chart Floor" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
TabDialog TAB_DIAGRAM_AREA
|
|
{
|
|
// HelpID = SID_DIAGRAM_AREA ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Text [ en-US ] = "Chart Area" ;
|
|
Moveable = TRUE ;
|
|
// Closeable = TRUE; // Dialog hat Cancel und/oder OK-Button ! (KH)
|
|
TabControl 1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
PageList =
|
|
{
|
|
PAGE_LINE
|
|
PAGE_AREA
|
|
PAGE_TRANSPARENCE
|
|
};
|
|
};
|
|
//// BUTTONS
|
|
};
|