2002-02-07 14:17:04 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: pggrid.src,v $
|
|
|
|
|
*
|
2003-03-27 14:45:43 +00:00
|
|
|
|
* $Revision: 1.13 $
|
2002-02-07 14:17:04 +00:00
|
|
|
|
*
|
2003-03-27 14:45:43 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2003-03-27 15:44:04 $
|
2002-02-07 14:17:04 +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): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
#include "globals.hrc"
|
|
|
|
|
#include "pggrid.hrc"
|
|
|
|
|
#include "helpid.h"
|
|
|
|
|
TabPage TP_TEXTGRID_PAGE
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_TEXTGRID_PAGE;
|
|
|
|
|
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
Hide = TRUE;
|
|
|
|
|
FixedLine FL_GRID_TYPE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 164 , 8 ) ;
|
|
|
|
|
Text = "Raster" ;
|
|
|
|
|
Text [ english_us ] = "Grid" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Raster";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Grille";
|
|
|
|
|
Text[ spanish ] = "Cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukko";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gitter";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Raster";
|
|
|
|
|
Text[ polish ] = "Grid";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "行数と文字数";
|
|
|
|
|
Text[ korean ] = "그리드";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "格子线";
|
|
|
|
|
Text[ chinese_traditional ] = "格子線";
|
|
|
|
|
Text[ turkish ] = "Grid";
|
|
|
|
|
Text[ arabic ] = "Grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Captura/encaixa";
|
|
|
|
|
Text[ thai ] = "เส้นตาราง";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton RB_NOGRID
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 158 , 10 ) ;
|
|
|
|
|
Text = "Kein Raster" ;
|
|
|
|
|
Text [ english_us ] = "No grid" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "No grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "No grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "~Geen raster";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Aucune grille";
|
|
|
|
|
Text[ spanish ] = "Sin cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ei ruudukkoa";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Nessuna griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Intet gitter";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Inget raster";
|
|
|
|
|
Text[ polish ] = "No grid";
|
|
|
|
|
Text[ portuguese_brazilian ] = "No grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "標準の文字数を使う";
|
|
|
|
|
Text[ korean ] = "그리드 없음";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "不使用格子线";
|
|
|
|
|
Text[ chinese_traditional ] = "不使用格子線";
|
|
|
|
|
Text[ turkish ] = "No grid";
|
|
|
|
|
Text[ arabic ] = "No grid";
|
|
|
|
|
Text[ catalan ] = "No grid";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "No grid";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton RB_LINESGRID
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 27 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 158 , 10 ) ;
|
|
|
|
|
Text = "Raster (nur Linien)" ;
|
|
|
|
|
Text [ english_us ] = "Grid (lines only)" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid (lines only)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid (lines only)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Raster (a~lleen lijnen)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Grille (uniquement les lignes)";
|
|
|
|
|
Text[ spanish ] = "Cuadr<64>cula (s<>lo l<>neas)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukko (vain viivat)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Griglia (solo linee)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gitter (kun linjer)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Raster (bara linjer)";
|
|
|
|
|
Text[ polish ] = "Grid (lines only)";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid (lines only)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "行数だけを指定する";
|
|
|
|
|
Text[ korean ] = "그리드 (줄 만)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "格子线(仅线条)";
|
|
|
|
|
Text[ chinese_traditional ] = "格子線(僅線條)";
|
|
|
|
|
Text[ turkish ] = "Grid (lines only)";
|
|
|
|
|
Text[ arabic ] = "Grid (lines only)";
|
|
|
|
|
Text[ catalan ] = "Grid (lines only)";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Grid (lines only)";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton RB_CHARSGRID
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 40 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 158 , 10 ) ;
|
|
|
|
|
Text = "Raster (Linien und Zeichen)" ;
|
|
|
|
|
Text [ english_us ] = "Grid (lines and characters)" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid (lines and characters)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid (lines and characters)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Raster (li~jnen en tekens)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Grille (lignes et caract<63>res)";
|
|
|
|
|
Text[ spanish ] = "Cuadr<64>cula (l<>neas y caracteres)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukko (viivat ja merkit)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Griglia (linee e caratteri)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gitter (linier og tegn)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Raster (linjer och tecken)";
|
|
|
|
|
Text[ polish ] = "Grid (lines and characters)";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid (lines and characters)";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "行数と文字数を指定する";
|
|
|
|
|
Text[ korean ] = "그리드 (줄과 문자)";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "格子线(线条和字符)";
|
|
|
|
|
Text[ chinese_traditional ] = "格子線(線條和字元)";
|
|
|
|
|
Text[ turkish ] = "Grid (lines and characters)";
|
|
|
|
|
Text[ arabic ] = "Grid (lines and characters)";
|
|
|
|
|
Text[ catalan ] = "Grid (lines and characters)";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Grid (lines and characters)";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
Window WN_EXAMPLE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 176 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 75 , 46 ) ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_LAYOUT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 56 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
2002-04-15 08:38:40 +00:00
|
|
|
|
Text = "Rasterlayout" ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
Text [ english_us ] = "Grid layout" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid layout";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid layout";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Rasterlay-out";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Quadrillage";
|
|
|
|
|
Text[ spanish ] = "Dise<73>o de cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukon asettelu";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Layout griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gitterlayout";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Rasterlayout";
|
|
|
|
|
Text[ polish ] = "Grid layout";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid layout";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "行数と文字数の設定";
|
|
|
|
|
Text[ korean ] = "그리드 레이아웃";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "格子线版式";
|
|
|
|
|
Text[ chinese_traditional ] = "格子線版式";
|
|
|
|
|
Text[ turkish ] = "Grid layout";
|
|
|
|
|
Text[ arabic ] = "Grid layout";
|
|
|
|
|
Text[ catalan ] = "Grid layout";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Grid layout";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_LINESPERPAGE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 69 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 59 , 8 ) ;
|
|
|
|
|
Text = "Zeilen pro Seite" ;
|
|
|
|
|
Text [ english_us ] = "Lines per page" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Lines per page";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Lines per page";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Te~kens per pagina";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Lignes par page";
|
|
|
|
|
Text[ spanish ] = "L<>neas por p<>gina";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Rivej<65> sivulla";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Righe per pagina";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "R<>kker pr. side";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Rader per sida";
|
|
|
|
|
Text[ polish ] = "Lines per page";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Lines per page";
|
|
|
|
|
Text[ japanese ] = "ページ単位の行数";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ korean ] = "한 페이지 당 줄 수";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "每页的行数";
|
|
|
|
|
Text[ chinese_traditional ] = "毎頁的行數";
|
|
|
|
|
Text[ turkish ] = "Lines per page";
|
|
|
|
|
Text[ arabic ] = "Lines per page";
|
|
|
|
|
Text[ catalan ] = "Lines per page";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Lines per page";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField NF_LINESPERPAGE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 74 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 25 , 12 ) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 154 ;
|
|
|
|
|
Value = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
Last = 154 ;
|
|
|
|
|
SpinSize = 1 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_TEXTSIZE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 133 , 69 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 80 , 8 ) ;
|
2002-05-08 08:26:29 +00:00
|
|
|
|
Text = "Max. Basistextgr<67><72>e" ;
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text [ english_us ] = "Max. base text size" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Base text size";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Base text size";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "~Basistekstgrootte";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ french ] = "Taille max. du texte de base";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ spanish ] = "Tama<6D>o m<>x. del texto de base";
|
|
|
|
|
Text[ finnish ] = "Leip<69>tekstin koko";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ italian ] = "Dimensioni max. testo base";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Basistekstst<73>rrelse";
|
2002-05-27 19:19:06 +00:00
|
|
|
|
Text[ swedish ] = "Max. storlek bastext";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ polish ] = "Base text size";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Base text size";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ japanese ] = "対象文字列の最大サイズ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ korean ] = "대상 문자열 최대 크기";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ chinese_simplified ] = "最大的主文字大小";
|
2002-05-27 19:19:06 +00:00
|
|
|
|
Text[ chinese_traditional ] = "最大的主文字大小";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ turkish ] = "Base text size";
|
|
|
|
|
Text[ arabic ] = "Base text size";
|
|
|
|
|
Text[ catalan ] = "Base text size";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Base text size";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField MF_TEXTSIZE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 216 , 67 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 35 , 12 ) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 5600 ;
|
|
|
|
|
DecimalDigits = 1 ;
|
2002-04-22 13:07:55 +00:00
|
|
|
|
Unit = FUNIT_POINT ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
First = 10 ;
|
|
|
|
|
Last = 5600 ;
|
2002-02-11 11:30:58 +00:00
|
|
|
|
SpinSize = 5 ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_CHARSPERLINE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 85 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 59 , 8 ) ;
|
|
|
|
|
Text = "Zeichen pro Zeile" ;
|
|
|
|
|
Text [ english_us ] = "Characters per line" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Characters per line";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Characters per line";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "~Tekens per regel";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Caract<63>res par ligne";
|
|
|
|
|
Text[ spanish ] = "Caracteres por l<>nea";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Merkkej<65> rivill<6C>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Caratteri per riga";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Tegn pr. r<>kke";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Tecken per rad";
|
|
|
|
|
Text[ polish ] = "Characters per line";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Characters per line";
|
|
|
|
|
Text[ japanese ] = "行単位の文字数";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ korean ] = "한 줄당 문자 수";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "每行的字数";
|
|
|
|
|
Text[ chinese_traditional ] = "毎行的字數";
|
|
|
|
|
Text[ turkish ] = "Characters per line";
|
|
|
|
|
Text[ arabic ] = "Characters per line";
|
|
|
|
|
Text[ catalan ] = "Characters per line";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Characters per line";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
NumericField NF_CHARSPERLINE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 74 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 25 , 12 ) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 233 ;
|
|
|
|
|
Value = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
Last = 233 ;
|
|
|
|
|
SpinSize = 1 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_RUBYSIZE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 133 , 85 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 80 , 8 ) ;
|
2002-05-08 08:26:29 +00:00
|
|
|
|
Text = "Max. Ruby-Textgr<67><72>e" ;
|
2002-05-16 13:52:51 +00:00
|
|
|
|
Text [ english_us ] = "Max. Ruby text size" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Ruby text size";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Ruby text size";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Rub~y-tekstgrootte";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ french ] = "Taille max. du texte Ruby";
|
|
|
|
|
Text[ spanish ] = "Tama<6D>o m<>x. texto Ruby";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruby-tekstin koko";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ italian ] = "Dimens. max. testo Ruby";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Fonetisk tekst - Tekstst<73>rrelse";
|
2002-05-27 19:19:06 +00:00
|
|
|
|
Text[ swedish ] = "Max. storlek ruby-text";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ polish ] = "Ruby text size";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Ruby text size";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ japanese ] = "ルビ文字の最大サイズ";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ korean ] = "최대 덧말 문자 크기";
|
2002-06-13 12:31:46 +00:00
|
|
|
|
Text[ chinese_simplified ] = "最大的拼音文字大小";
|
2002-05-27 19:19:06 +00:00
|
|
|
|
Text[ chinese_traditional ] = "最大的注音符號大小";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ turkish ] = "Ruby text size";
|
|
|
|
|
Text[ arabic ] = "Ruby text size";
|
|
|
|
|
Text[ catalan ] = "Ruby text size";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Ruby text size";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField MF_RUBYSIZE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 216 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 35 , 12 ) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 5600 ;
|
|
|
|
|
DecimalDigits = 1 ;
|
2002-04-22 13:07:55 +00:00
|
|
|
|
Unit = FUNIT_POINT;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
First = 10 ;
|
|
|
|
|
Last = 5600 ;
|
2002-02-11 11:30:58 +00:00
|
|
|
|
SpinSize = 5 ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
CheckBox CB_RUBYBELOW
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 14 , 99 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 242 , 10 ) ;
|
|
|
|
|
Text = "Ruby-Text unter/links vom Basistext" ;
|
|
|
|
|
Text [ english_us ] = "Ruby text below/left from base text" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Ruby text below/left from base text";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Ruby text below/left from base text";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "R~uby-tekst onder/links van basistekst";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Texte Ruby en bas/<2F> gauche du texte de base";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ spanish ] = "Texto Ruby debajo/a la izquierda del texto de base";
|
|
|
|
|
Text[ finnish ] = "Leip<69>tekstin alapuolella tai vasemmalla oleva Ruby-teksti";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Testo Ruby in basso/a sinistra dal testo base";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Fonetisk tekst. Under/til venstre for basistekst";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Ruby-text nedanf<6E>r/till v<>nster om bastext";
|
|
|
|
|
Text[ polish ] = "Ruby text below/left from base text";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Ruby text below/left from base text";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "ルビを対象文字の下または左に表示";
|
|
|
|
|
Text[ korean ] = "덧말 문자를 기본 문자의 아래/왼쪽에 배치";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "拼音文字在主文字的左下方";
|
|
|
|
|
Text[ chinese_traditional ] = "注音符號在主文字的左下方";
|
|
|
|
|
Text[ turkish ] = "Ruby text below/left from base text";
|
|
|
|
|
Text[ arabic ] = "Ruby text below/left from base text";
|
|
|
|
|
Text[ catalan ] = "Ruby text below/left from base text";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Ruby text below/left from base text";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
FixedLine FL_DISPLAY
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 115 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
|
|
|
Text = "Rasterdarstellung" ;
|
|
|
|
|
Text [ english_us ] = "Grid display" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid display";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid display";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Rasterweergave";
|
|
|
|
|
Text[ french ] = "Affichage de la grille";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ spanish ] = "Representaci<63>n de la cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukon n<>ytt<74>minen";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Vista griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gittervisning";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Rastervisning";
|
|
|
|
|
Text[ polish ] = "Grid display";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid display";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "罫線の表示";
|
|
|
|
|
Text[ korean ] = "그리드 표시";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "显示格子线";
|
|
|
|
|
Text[ chinese_traditional ] = "顯示格子線";
|
|
|
|
|
Text[ turkish ] = "Grid display";
|
|
|
|
|
Text[ arabic ] = "Grid display";
|
|
|
|
|
Text[ catalan ] = "Grid display";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Grid display";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
CheckBox CB_DISPLAY
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 126 ) ;
|
2002-05-21 13:53:54 +00:00
|
|
|
|
Size = MAP_APPFONT ( 112 , 10 ) ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
Text = "Raster anzeigen" ;
|
|
|
|
|
Text [ english_us ] = "Display grid" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Display grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Display grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "~Raster weergeven";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Afficher la grille";
|
|
|
|
|
Text[ spanish ] = "Mostrar cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "N<>yt<79> ruudukko";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Mostra griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Vis gitter";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Visa raster";
|
|
|
|
|
Text[ polish ] = "Display grid";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Display grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "罫線を表示する";
|
|
|
|
|
Text[ korean ] = "그리드 표시";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "显示格子线";
|
|
|
|
|
Text[ chinese_traditional ] = "顯示格子線";
|
|
|
|
|
Text[ turkish ] = "Display grid";
|
|
|
|
|
Text[ arabic ] = "Display grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ catalan ] = "Visualitza la graella";
|
|
|
|
|
Text[ thai ] = "แสดงเส้นตาราง";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
CheckBox CB_PRINT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 18 , 141 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 106 , 10 ) ;
|
|
|
|
|
Text = "Raster ausdrucken" ;
|
|
|
|
|
Text [ english_us ] = "Print grid" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Print grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Print grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "R~aster afdrukken";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Imprimer la grille";
|
|
|
|
|
Text[ spanish ] = "Imprimir cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Tulosta ruudukko";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Stampa griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Udskriv gitter";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Skriv ut raster";
|
|
|
|
|
Text[ polish ] = "Print grid";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Print grid";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "罫線を印刷する";
|
|
|
|
|
Text[ korean ] = "그리드 인쇄";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "打印格子线";
|
|
|
|
|
Text[ chinese_traditional ] = "列印格子線";
|
|
|
|
|
Text[ turkish ] = "Print grid";
|
|
|
|
|
Text[ arabic ] = "Print grid";
|
|
|
|
|
Text[ catalan ] = "Print grid";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Print grid";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_COLOR
|
|
|
|
|
{
|
2002-05-21 13:53:54 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 133 , 126 ) ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
Size = MAP_APPFONT ( 55 , 8 ) ;
|
|
|
|
|
Text = "Rasterfarbe" ;
|
|
|
|
|
Text [ english_us ] = "Grid color" ;
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ portuguese ] = "Grid color";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ greek ] = "Grid color";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ dutch ] = "Rast~erkleur";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ french ] = "Couleur de la grille";
|
|
|
|
|
Text[ spanish ] = "Color de la cuadr<64>cula";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ finnish ] = "Ruudukon v<>ri";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ italian ] = "Colore griglia";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ danish ] = "Gitterfarve";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ swedish ] = "Rasterf<72>rg";
|
|
|
|
|
Text[ polish ] = "Grid color";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Grid color";
|
2003-03-27 14:45:43 +00:00
|
|
|
|
Text[ japanese ] = "罫線の色";
|
|
|
|
|
Text[ korean ] = "그리드 색상";
|
2002-04-19 19:11:19 +00:00
|
|
|
|
Text[ chinese_simplified ] = "格子线的颜色";
|
|
|
|
|
Text[ chinese_traditional ] = "格子線的顔色";
|
|
|
|
|
Text[ turkish ] = "Grid color";
|
|
|
|
|
Text[ arabic ] = "Grid color";
|
|
|
|
|
Text[ catalan ] = "Grid color";
|
2002-05-03 00:08:07 +00:00
|
|
|
|
Text[ thai ] = "Grid color";
|
2002-02-07 14:17:04 +00:00
|
|
|
|
};
|
|
|
|
|
ListBox LB_COLOR
|
|
|
|
|
{
|
2002-05-21 13:53:54 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 191 , 124 ) ;
|
2002-02-07 14:17:04 +00:00
|
|
|
|
Size = MAP_APPFONT ( 60 , 50 ) ;
|
|
|
|
|
TabStop = TRUE;
|
|
|
|
|
Border = TRUE;
|
|
|
|
|
DropDown = TRUE;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 14:45:43 +00:00
|
|
|
|
|
|
|
|
|
|