2005/01/20 10:13:17 os 1.30.304.2: #i39805#conntrols resized, again 2005/01/03 14:43:09 os 1.30.304.1: #i39805# label width increased
341 lines
8.0 KiB
Plaintext
341 lines
8.0 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: envprt.src,v $
|
|
*
|
|
* $Revision: 1.31 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2005-01-28 15:30:15 $
|
|
*
|
|
* 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 "envprt.hrc"
|
|
#include "helpid.h"
|
|
// TP_ENV_PRT ---------------------------------------------------------------
|
|
TabPage TP_ENV_PRT
|
|
{
|
|
HelpID = HID_ENV_PRT ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
Hide = TRUE ;
|
|
FixedLine FL_NONAME
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ de ] = "Umschlageinzug" ;
|
|
Text [ en-US ] = "Envelope orientation";
|
|
};
|
|
ToolBox BOX_ALIGN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
ItemList =
|
|
{
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_HOR_LEFT ;
|
|
HelpID = ITM_HOR_LEFT ;
|
|
};
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_HOR_CNTR ;
|
|
HelpID = ITM_HOR_CNTR ;
|
|
};
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_HOR_RGHT ;
|
|
HelpID = ITM_HOR_RGHT ;
|
|
};
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_VER_LEFT ;
|
|
HelpID = ITM_VER_LEFT ;
|
|
};
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_VER_CNTR ;
|
|
HelpID = ITM_VER_CNTR ;
|
|
};
|
|
ToolBoxItem
|
|
{
|
|
Identifier = ITM_VER_RGHT ;
|
|
HelpID = ITM_VER_RGHT ;
|
|
};
|
|
};
|
|
};
|
|
RadioButton BTN_TOP
|
|
{
|
|
Pos = MAP_APPFONT ( 18 , 42 ) ;
|
|
Size = MAP_APPFONT ( 179 , 10 ) ;
|
|
Text [ de ] = "Von ~oben bedrucken" ;
|
|
Text [ en-US ] = "~Print from top" ;
|
|
TabStop = TRUE ;
|
|
Group = TRUE ;
|
|
Check = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton BTN_BOTTOM
|
|
{
|
|
Pos = MAP_APPFONT ( 18 , 56 ) ;
|
|
Size = MAP_APPFONT ( 179 , 10 ) ;
|
|
Text [ de ] = "Von ~unten bedrucken" ;
|
|
Text [ en-US ] = "Print from ~bottom" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
FixedText TXT_RIGHT
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 74 ) ;
|
|
Size = MAP_APPFONT ( 72 , 8 ) ;
|
|
Text [ de ] = "Nach ~rechts" ;
|
|
Text [ en-US ] = "~Shift right" ;
|
|
Left = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MetricField FLD_RIGHT
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 86 , 72 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 0 ;
|
|
Maximum = 10000 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
First = 0 ;
|
|
Last = 10000 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedText TXT_DOWN
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 90 ) ;
|
|
Size = MAP_APPFONT ( 72 , 8 ) ;
|
|
Text [ de ] = "~Nach unten" ;
|
|
Text [ en-US ] = "Shift ~down" ;
|
|
Left = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
MetricField FLD_DOWN
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 86 , 88 ) ;
|
|
Size = MAP_APPFONT ( 40 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Left = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Minimum = 0 ;
|
|
Maximum = 10000 ;
|
|
DecimalDigits = 2 ;
|
|
Unit = FUNIT_CM ;
|
|
First = 0 ;
|
|
Last = 10000 ;
|
|
SpinSize = 10 ;
|
|
};
|
|
FixedLine FL_PRINTER
|
|
{
|
|
Pos = MAP_APPFONT ( 3 , 103 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text [ de ] = "Aktueller Drucker" ;
|
|
Text [ en-US ] = "Current printer";
|
|
};
|
|
FixedText TXT_PRINTER
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 116 ) ;
|
|
Size = MAP_APPFONT ( 179 , 8 ) ;
|
|
Text [ de ] = "- Kein Drucker installiert -" ;
|
|
Text [ en-US ] = "- No printer installed -" ;
|
|
Left = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
PushButton BTN_PRTSETUP
|
|
{
|
|
Pos = MAP_APPFONT ( 198 , 114 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ de ] = "~Einrichten..." ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Setup..." ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
};
|
|
// Bitmaps ******************************************************************
|
|
Bitmap BMP_HOR_LEFT_LOWER
|
|
{
|
|
File = "envhl_l.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_LEFT_UPPER
|
|
{
|
|
File = "envhl_u.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_CNTR_LOWER
|
|
{
|
|
File = "envhc_l.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_CNTR_UPPER
|
|
{
|
|
File = "envhc_u.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_RGHT_LOWER
|
|
{
|
|
File = "envhr_l.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_RGHT_UPPER
|
|
{
|
|
File = "envhr_u.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_LEFT_LOWER
|
|
{
|
|
File = "envvl_l.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_LEFT_UPPER
|
|
{
|
|
File = "envvl_u.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_CNTR_LOWER
|
|
{
|
|
File = "envvc_l.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_CNTR_UPPER
|
|
{
|
|
File = "envvc_u.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_RGHT_LOWER
|
|
{
|
|
File = "envvr_l.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_RGHT_UPPER
|
|
{
|
|
File = "envvr_u.bmp" ;
|
|
};
|
|
// HighContrast Bitmaps
|
|
Bitmap BMP_HOR_LEFT_LOWER_H
|
|
{
|
|
File = "envhl_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_LEFT_UPPER_H
|
|
{
|
|
File = "envhl_u_h.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_CNTR_LOWER_H
|
|
{
|
|
File = "envhc_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_CNTR_UPPER_H
|
|
{
|
|
File = "envhc_u_h.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_RGHT_LOWER_H
|
|
{
|
|
File = "envhr_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_HOR_RGHT_UPPER_H
|
|
{
|
|
File = "envhr_u_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_LEFT_LOWER_H
|
|
{
|
|
File = "envvl_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_LEFT_UPPER_H
|
|
{
|
|
File = "envvl_u_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_CNTR_LOWER_H
|
|
{
|
|
File = "envvc_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_CNTR_UPPER_H
|
|
{
|
|
File = "envvc_u_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_RGHT_LOWER_H
|
|
{
|
|
File = "envvr_l_h.bmp" ;
|
|
};
|
|
Bitmap BMP_VER_RGHT_UPPER_H
|
|
{
|
|
File = "envvr_u_h.bmp" ;
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|