7d617b69b2
2005/09/05 13:21:44 rt 1.44.140.1: #i54170# Change license header: remove SISSL
628 lines
16 KiB
Text
628 lines
16 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: dlgass.src,v $
|
|
*
|
|
* $Revision: 1.45 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2005-09-09 03:54:29 $
|
|
*
|
|
* 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 "dlgass.hrc"
|
|
#include "helpids.h"
|
|
ModalDialog DLG_ASS
|
|
{
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 272 , 190 ) ;
|
|
Text [ de ] = "Präsentations-Assistent" ;
|
|
Text[ en-US ] = "Presentation Wizard";
|
|
|
|
HelpId = HID_SD_AUTOPILOT_PAGE1 ;
|
|
Moveable = TRUE ;
|
|
Closeable = FALSE;
|
|
|
|
Control CT_PREVIEW
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 144 , 40 ) ;
|
|
Size = MAP_APPFONT ( 122 , 96 ) ;
|
|
SVLook = FALSE ;
|
|
};
|
|
|
|
CheckBox CB_PREVIEW
|
|
{
|
|
Pos = MAP_APPFONT ( 144 , 140 );
|
|
Size = MAP_APPFONT ( 122 , 10 );
|
|
TabStop = TRUE;
|
|
Text [ de ] = "~Vorschau";
|
|
Text [ en-US ] = "~Preview";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
CheckBox CB_STARTWITH
|
|
{
|
|
Pos = MAP_APPFONT ( 144 , 154 );
|
|
Size = MAP_APPFONT ( 122 , 10 );
|
|
TabStop = TRUE;
|
|
Text [ de ] = "Diesen Assistenten ~nicht mehr zeigen" ;
|
|
Text [ en-US ] = "~Do not show this wizard again" ;
|
|
};
|
|
|
|
// Seite 1
|
|
|
|
FixedBitmap FB_PAGE1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Scale = TRUE;
|
|
Border = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
Size = MAP_APPFONT ( 258 , 29 ) ;
|
|
Fixed = Bitmap { File = "dlgass1.bmp" ; };
|
|
};
|
|
|
|
FixedLine FL_PAGE1_ARTGROUP
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 37 );
|
|
Size =MAP_APPFONT ( 132 , 8 );
|
|
Text [ de ] = "Art";
|
|
Text [ en-US ] = "Type";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE1_EMPTY
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 48 );
|
|
Size = MAP_APPFONT ( 130 , 10 );
|
|
Text [ de ] = "~Leere Präsentation";
|
|
TabStop = TRUE;
|
|
Text [ en-US ] = "~Empty presentation";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE1_TEMPLATE
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 62 );
|
|
Size = MAP_APPFONT ( 130 , 10 );
|
|
Text [ de ] = "~Aus Vorlage";
|
|
Text [ en-US ] = "~From template";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE1_OPEN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 76 );
|
|
Size = MAP_APPFONT ( 130 , 10 );
|
|
Text [ de ] = "~Öffnen einer vorhandenen Präsentation";
|
|
Text [ en-US ] = "~Open existing presentation";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
PushButton PB_PAGE1_OPEN
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 18 , 89 ) ;
|
|
Size = MAP_APPFONT ( 50 , 18 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
ListBox LB_PAGE1_REGION
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 90 );
|
|
Size = MAP_APPFONT ( 120 , 12 );
|
|
TabStop = TRUE ;
|
|
Border = TRUE ;
|
|
DropDown = TRUE ;
|
|
HelpId = HID_SD_AUTOPILOT_REGION ;
|
|
};
|
|
|
|
ListBox LB_PAGE1_TEMPLATES
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 106 ) ;
|
|
Size = MAP_APPFONT ( 120 , 59 ) ;
|
|
HelpId = HID_SD_AUTOPILOT_TEMPLATES ;
|
|
};
|
|
|
|
ListBox LB_PAGE1_OPEN
|
|
{
|
|
Pos = MAP_APPFONT ( 18 , 110 );
|
|
Size = MAP_APPFONT ( 120 , 55 );
|
|
TabStop = TRUE;
|
|
Border = TRUE;
|
|
HelpId = HID_SD_AUTOPILOT_OPEN ;
|
|
};
|
|
|
|
// Seite 2
|
|
FixedBitmap FB_PAGE2
|
|
{
|
|
OutputSize = TRUE ;
|
|
Scale = TRUE;
|
|
Border = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
Size = MAP_APPFONT ( 258 , 29 ) ;
|
|
Fixed = Bitmap { File = "dlgass2.bmp" ; };
|
|
};
|
|
|
|
FixedLine FL_PAGE2_LAYOUT
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 37 ) ;
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
|
Text [ de ] = "Wählen Sie eine ~Seitenvorlage" ;
|
|
Text [ en-US ] = "~Select a slide design" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
ListBox LB_PAGE2_REGION
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 48 );
|
|
Size = MAP_APPFONT ( 120 , 12 );
|
|
TabStop = TRUE ;
|
|
Border = TRUE ;
|
|
DropDown = TRUE ;
|
|
HelpId = HID_SD_AUTOPILOT_PAGETEMPLATES ;
|
|
};
|
|
|
|
ListBox LB_PAGE2_LAYOUT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 64 ) ;
|
|
Size = MAP_APPFONT ( 120 , 40 ) ;
|
|
};
|
|
|
|
FixedLine FL_PAGE2_OUTPUTTYPES
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 110 ) ;
|
|
Size = MAP_APPFONT ( 132 , 8 ) ;
|
|
Text [ de ] = "Wählen Sie ein Ausgabemedium" ;
|
|
Text [ en-US ] = "Select an output medium" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE2_MEDIUM5
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 12 , 121 );
|
|
Size = MAP_APPFONT ( 59 , 10 );
|
|
Text [ de ] = "~Original";
|
|
Text [ en-US ] = "~Original";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE2_MEDIUM1
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 75 , 121 ) ;
|
|
Size = MAP_APPFONT ( 59 , 10 ) ;
|
|
Text [ de ] = "~Bildschirm";
|
|
Text [ en-US ] = "Sc~reen";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE2_MEDIUM2
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 75 , 135 ) ;
|
|
Size = MAP_APPFONT ( 59 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "Folie" ;
|
|
Text [ en-US ] = "Sli~de" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE2_MEDIUM3
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 135 ) ;
|
|
Size = MAP_APPFONT ( 59 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "F~olie" ;
|
|
Text [ en-US ] = "O~verhead sheet" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE2_MEDIUM4
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 149 ) ;
|
|
Size = MAP_APPFONT ( 59 , 10 ) ;
|
|
Text [ de ] = "~Papier" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "P~aper" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
// Seite 3
|
|
FixedBitmap FB_PAGE3
|
|
{
|
|
OutputSize = TRUE ;
|
|
Scale = TRUE;
|
|
Border = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
Size = MAP_APPFONT ( 258 , 29 ) ;
|
|
Fixed = Bitmap { File = "dlgass3.bmp" ; };
|
|
};
|
|
|
|
FixedLine FL_PAGE3_EFFECT
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 37 );
|
|
Size = MAP_APPFONT ( 132 , 8 );
|
|
Text [ de ] = "Wählen Sie einen Folienwechsel";
|
|
Text [ en-US ] = "Select a slide transition";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedText FT_PAGE3_EFFECT
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 49 );
|
|
Size = MAP_APPFONT ( 60 , 10 );
|
|
Text [ de ] = "~Effekt";
|
|
Text [ en-US ] = "~Effect";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
ListBox LB_PAGE3_EFFECT
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 72 , 48 );
|
|
Size = MAP_APPFONT ( 60 , 12 );
|
|
TabStop = TRUE;
|
|
Border = TRUE;
|
|
DropDown = TRUE;
|
|
};
|
|
|
|
FixedText FT_PAGE3_SPEED
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 65 );
|
|
Size = MAP_APPFONT ( 60 , 10 );
|
|
Text [ de ] = "~Geschwindigkeit";
|
|
Text [ en-US ] = "~Speed";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
ListBox LB_PAGE3_SPEED
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 72 , 64 );
|
|
Size = MAP_APPFONT ( 60 , 12 );
|
|
TabStop = TRUE;
|
|
Border = TRUE;
|
|
DropDown = TRUE;
|
|
};
|
|
|
|
FixedLine FL_PAGE3_PRESTYPE
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 83 );
|
|
Size = MAP_APPFONT ( 132 , 8 );
|
|
Text [ de ] = "Wählen Sie die Art der Präsentation";
|
|
Text [ en-US ] = "Select the presentation type";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE3_LIVE
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 12 , 94 );
|
|
Size = MAP_APPFONT ( 120 , 10 );
|
|
Text [ de ] = "~Standard";
|
|
Text [ en-US ] = "~Default";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
RadioButton RB_PAGE3_KIOSK
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 12 , 108 );
|
|
Size = MAP_APPFONT ( 120 , 10 );
|
|
Text [ de ] = "~Automatisch";
|
|
Text [ en-US ] = "~Automatic";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedText FT_PAGE3_TIME
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 21 , 123 );
|
|
Size = MAP_APPFONT ( 55 , 10 );
|
|
Text [ de ] = "Stand~dauer";
|
|
Text [ en-US ] = "D~uration of page";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
TimeField TMF_PAGE3_TIME
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 77 , 122 ) ;
|
|
Size = MAP_APPFONT ( 55 , 12 ) ;
|
|
Border = TRUE ;
|
|
TabStop = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Duration = TRUE ;
|
|
StrictFormat = TRUE ;
|
|
Maximum = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
Last = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
};
|
|
|
|
FixedText FT_PAGE3_BREAK
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 21 , 139 );
|
|
Size = MAP_APPFONT ( 55 , 10 );
|
|
Text [ de ] = "~Pausendauer";
|
|
Text [ en-US ] = "Du~ration of pause";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
TimeField TMF_PAGE3_BREAK
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 77 , 138 ) ;
|
|
Size = MAP_APPFONT ( 55 , 12 ) ;
|
|
Border = TRUE ;
|
|
TabStop = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Duration = TRUE ;
|
|
StrictFormat = TRUE ;
|
|
Maximum = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
Last = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
};
|
|
|
|
CheckBox CB_PAGE3_LOGO
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 21 , 154 );
|
|
Size = MAP_APPFONT ( 111 , 10 );
|
|
TabStop = TRUE;
|
|
Text [ de ] = "~Logo einblenden";
|
|
Text [ en-US ] = "Sh~ow logo";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
// Seite 4
|
|
FixedBitmap FB_PAGE4
|
|
{
|
|
OutputSize = TRUE ;
|
|
Scale = TRUE;
|
|
Border = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
Size = MAP_APPFONT ( 258 , 29 ) ;
|
|
Fixed = Bitmap { File = "dlgass4.bmp" ; };
|
|
};
|
|
|
|
FixedLine FL_PAGE4_PERSONAL
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 37 );
|
|
Size = MAP_APPFONT ( 260 , 8 );
|
|
Text [ de ] = "Nennen Sie Ihre Grundgedanken" ;
|
|
Text [ en-US ] = "Describe your basic ideas" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedText FT_PAGE4_ASKNAME
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 48 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ de ] = "Wie ist Ihr Name oder der Name Ihrer Firma?" ;
|
|
Text [ en-US ] = "What is your name or the name of your company?" ;
|
|
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Edit EDT_PAGE4_ASKNAME
|
|
{
|
|
OutputSize = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 59 ) ;
|
|
Size = MAP_APPFONT ( 248 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
FixedText FT_PAGE4_ASKTOPIC
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 77 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ de ] = "Was ist der Themenbereich Ihrer Präsentation?" ;
|
|
Text [ en-US ] = "What is the subject of your presentation?" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
Edit EDT_PAGE4_ASKTOPIC
|
|
{
|
|
OutputSize = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 88 ) ;
|
|
Size = MAP_APPFONT ( 248 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
FixedText FT_PAGE4_ASKINFORMATION
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 106 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ de ] = "Weitere darzustellende Gedanken?" ;
|
|
Text [ en-US ] = "Further ideas to be presented?" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MultiLineEdit EDT_PAGE4_ASKINFORMATION
|
|
{
|
|
OutputSize = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 12 , 117 ) ;
|
|
Size = MAP_APPFONT ( 248 , 47 ) ;
|
|
TabStop = TRUE ;
|
|
IgnoreTab = TRUE ;
|
|
VSCROLL = TRUE ;
|
|
};
|
|
|
|
// Seite 5
|
|
FixedBitmap FB_PAGE5
|
|
{
|
|
OutputSize = TRUE ;
|
|
Scale = TRUE;
|
|
Border = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
Size = MAP_APPFONT ( 258 , 29 ) ;
|
|
Fixed = Bitmap { File = "dlgass5.bmp" ; };
|
|
};
|
|
|
|
FixedText FT_PAGE5_PAGELIST
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 39 );
|
|
Size = MAP_APPFONT ( 132 , 8 );
|
|
Text [ de ] = "~Wählen Sie die gewünschten Seiten";
|
|
Text [ en-US ] = "Ch~oose your pages";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
Control CT_PAGE5_PAGELIST
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 50 );
|
|
Size = MAP_APPFONT ( 132 , 100 );
|
|
Border = TRUE;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
CheckBox CB_PAGE5_SUMMARY
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 6 , 154 );
|
|
Size = MAP_APPFONT ( 132 , 10 );
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "~Zusammenfassung erstellen";
|
|
Text [ en-US ] = "C~reate summary";
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
// generell
|
|
HelpButton BUT_HELP
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 170 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
CancelButton BUT_CANCEL
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 59 , 170 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
PushButton BUT_LAST
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 112 , 170 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "<< ~Zurück" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "<< ~Back" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
PushButton BUT_NEXT
|
|
{
|
|
DefButton = TRUE ;
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 165 , 170 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Weiter >>" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Next >>" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
OKButton BUT_FINISH
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 218 , 170 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Fertig stellen" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Create" ;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|