2003-07-03 15:05:14 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: labfmt.src,v $
|
|
|
|
|
*
|
2004-06-26 02:27:30 +00:00
|
|
|
|
* $Revision: 1.25 $
|
2003-07-03 15:05:14 +00:00
|
|
|
|
*
|
2004-06-26 02:27:30 +00:00
|
|
|
|
* last change: $Author: hjs $ $Date: 2004-06-26 03:27:30 $
|
2003-07-03 15:05:14 +00:00
|
|
|
|
*
|
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
|
* either of the following licenses
|
|
|
|
|
*
|
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
|
*
|
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
|
*
|
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2000 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
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
|
* =================================================
|
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
|
* Source License Version 1.1 (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.openoffice.org/license.html.
|
|
|
|
|
*
|
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
|
* obligations concerning the Software.
|
|
|
|
|
*
|
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// #pragma ******************************************************************
|
|
|
|
|
|
|
|
|
|
// #include *****************************************************************
|
|
|
|
|
#include "labfmt.hrc"
|
|
|
|
|
#include "helpid.h"
|
|
|
|
|
// TP_LAB_FMT ---------------------------------------------------------------
|
|
|
|
|
TabPage TP_LAB_FMT
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_LAB_FMT ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
FixedText FI_MAKE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 108 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FI_TYPE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 162 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 92 , 8 ) ;
|
|
|
|
|
};
|
|
|
|
|
Window WIN_PREVIEW
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 108 , 17 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 146 , 161 ) ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_HDIST
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Horiz. Abstand" ;
|
|
|
|
|
Text [ en-US ] = "Hori~zontal pitch" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_HDIST
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 17 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_VDIST
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 35 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Vert. Abstand" ;
|
|
|
|
|
Text [ en-US ] = "~Vertical pitch" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_VDIST
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 33 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_WIDTH
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 51 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Breite" ;
|
|
|
|
|
Text [ en-US ] = "~Width" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_WIDTH
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 49 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_HEIGHT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "H~<7E>he" ;
|
|
|
|
|
Text [ en-US ] = "~Height" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_HEIGHT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 65 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_LEFT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Rand ~links" ;
|
|
|
|
|
Text [ en-US ] = "~Left margin" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_LEFT
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 81 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Minimum = 0 ;
|
|
|
|
|
First = 0 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_UPPER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 99 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Rand ~oben" ;
|
|
|
|
|
Text [ en-US ] = "~Top margin" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField FLD_UPPER
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 97 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
DecimalDigits = 2 ;
|
|
|
|
|
Unit = FUNIT_CM ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Minimum = 0 ;
|
|
|
|
|
First = 0 ;
|
|
|
|
|
SpinSize = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_COLUMNS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 115 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Spalten" ;
|
|
|
|
|
Text [ en-US ] = "~Columns" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField FLD_COLUMNS
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 113 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_ROWS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 131 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Zeilen" ;
|
|
|
|
|
Text [ en-US ] = "R~ows" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField FLD_ROWS
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 60 , 129 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
};
|
|
|
|
|
PushButton PB_SAVE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 148 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Speichern..." ;
|
|
|
|
|
Text [ en-US ] = "~Save...";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
// String *******************************************************************
|
|
|
|
|
String STR_HDIST
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "H. Abstand" ;
|
|
|
|
|
Text [ en-US ] = "H. Pitch" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_VDIST
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "V. Abstand" ;
|
|
|
|
|
Text [ en-US ] = "V. Pitch" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_WIDTH
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Breite" ;
|
|
|
|
|
Text [ en-US ] = "Width" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_HEIGHT
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "H<>he" ;
|
|
|
|
|
Text [ en-US ] = "Height" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_LEFT
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Rand links" ;
|
|
|
|
|
Text [ en-US ] = "Left margin" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_UPPER
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Rand oben" ;
|
|
|
|
|
Text [ en-US ] = "Top margin" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_COLS
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Spalten" ;
|
|
|
|
|
Text [ en-US ] = "Columns" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_ROWS
|
|
|
|
|
{
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Zeilen" ;
|
|
|
|
|
Text [ en-US ] = "Rows" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
ModalDialog DLG_SAVE_LABEL
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_SAVE_LABEL_DLG ;
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 230 , 60 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Etikettenformat speichern" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
FixedText FT_MAKE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Marke" ;
|
|
|
|
|
Text [ en-US ] = "Brand" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
ComboBox CB_MAKE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 65 , 15 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 100 , 50 ) ;
|
|
|
|
|
Border = TRUE;
|
|
|
|
|
DropDown = TRUE;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_TYPE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 31 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "~Typ" ;
|
|
|
|
|
Text [ en-US ] = "T~ype" ;
|
2003-07-03 15:05:14 +00:00
|
|
|
|
Left = TRUE ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
Edit ED_TYPE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 65 , 30 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 100 , 12 ) ;
|
|
|
|
|
Border = TRUE;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_OPTIONS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 165 , 8 ) ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ de ] = "Optionen";
|
|
|
|
|
Text [ en-US ] = "Options";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
OKButton PB_OK
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
DefButton = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CancelButton PB_CANCEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 23 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
HelpButton PB_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 43 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
QueryBox MB_QUERY
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
|
|
|
|
DefButton = WB_DEF_CANCEL ;
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Message [ de ] = "Das Etikett \"%1 / %2\" ist bereits vorhanden.\nM<6E>chten Sie die Daten <20>berschreiben?" ;
|
|
|
|
|
Message [ en-US ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
2004-06-26 02:27:30 +00:00
|
|
|
|
Text [ en-US ] = "Save Label Format";
|
2003-07-03 15:05:14 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:53:54 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:05:14 +00:00
|
|
|
|
|
2003-12-17 17:59:18 +00:00
|
|
|
|
|
2003-07-03 15:05:14 +00:00
|
|
|
|
|
|
|
|
|
|