2000-09-18 15:18:56 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: grid.src,v $
|
|
|
|
|
*
|
2001-06-08 21:20:02 +00:00
|
|
|
|
* $Revision: 1.6 $
|
2000-09-18 15:18:56 +00:00
|
|
|
|
*
|
2001-06-08 21:20:02 +00:00
|
|
|
|
* last change: $Author: kz $ $Date: 2001-06-08 22:20:02 $
|
2000-09-18 15:18:56 +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 <grid.hrc>
|
|
|
|
|
|
|
|
|
|
ModalDialog GRID_DIALOG
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 10 , 10 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 300, 200 ) ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
Closeable = TRUE ;
|
|
|
|
|
|
|
|
|
|
OKButton GRID_DIALOG_OK_BTN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT( 245, 5 );
|
|
|
|
|
Size = MAP_APPFONT( 50, 15 );
|
|
|
|
|
DefButton = TRUE;
|
|
|
|
|
};
|
|
|
|
|
CancelButton GRID_DIALOG_CANCEL_BTN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 245 , 25 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 15 ) ;
|
|
|
|
|
};
|
|
|
|
|
ListBox GRID_DIALOG_TYPE_BOX
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Dropdown = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT( 245, 45 );
|
|
|
|
|
Size = MAP_APPFONT( 50, 130 );
|
|
|
|
|
};
|
|
|
|
|
PushButton GRID_DIALOG_RESET_BTN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT( 245, 65 );
|
|
|
|
|
Size = MAP_APPFONT( 50, 15 );
|
|
|
|
|
Text = "Setzen";
|
|
|
|
|
Text [ English ] = "Set";
|
|
|
|
|
Text[ english_us ] = "Set";
|
|
|
|
|
Text[ portuguese ] = "Definir";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Zetten";
|
|
|
|
|
Text[ french ] = "Restaurer";
|
|
|
|
|
Text[ spanish ] = "Definir";
|
|
|
|
|
Text[ italian ] = "Imposta";
|
|
|
|
|
Text[ danish ] = "Definer";
|
|
|
|
|
Text[ swedish ] = "Definiera";
|
2001-06-08 21:20:02 +00:00
|
|
|
|
Text[ polish ] = "Osad<61>";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Set";
|
|
|
|
|
Text[ japanese ] = "<22>ݒ<EFBFBD>";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_simplified ] = "<22>趨";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>w";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Tan<61>mla";
|
2001-05-04 19:04:12 +00:00
|
|
|
|
Text[ catalan ] = "Definir";
|
2001-05-10 04:59:11 +00:00
|
|
|
|
Text[ finnish ] = "M<><4D>rit<69>";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
Bitmap GRID_DIALOG_HANDLE_BMP
|
|
|
|
|
{
|
|
|
|
|
File = "handle.bmp";
|
|
|
|
|
};
|
|
|
|
|
String RESET_TYPE_LINEAR_ASCENDING
|
|
|
|
|
{
|
|
|
|
|
Text = "Linear steigend";
|
|
|
|
|
Text [ English ] = "Linear ascending";
|
|
|
|
|
Text[ english_us ] = "Linear ascending";
|
|
|
|
|
Text[ portuguese ] = "Linear crescente";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Lineair stijgend";
|
|
|
|
|
Text[ french ] = "Croissance lin<69>aire";
|
|
|
|
|
Text[ spanish ] = "Lineal ascendente";
|
|
|
|
|
Text[ italian ] = "Lineare crescente";
|
|
|
|
|
Text[ danish ] = "Line<6E>r stigende";
|
|
|
|
|
Text[ swedish ] = "Linj<6E>rt stigande";
|
|
|
|
|
Text[ polish ] = "Wzrastaj<61>ce linearnie";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Linear ascending";
|
2000-09-27 19:25:29 +00:00
|
|
|
|
Text[ japanese ] = "<22>܂<EFBFBD><DC82><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɏ㏸";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>u<EFBFBD>ʤW<CAA4>@";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Do<44>rusal art<72><74>";
|
2001-05-04 19:04:12 +00:00
|
|
|
|
Text[ catalan ] = "Lineal ascendente";
|
2001-05-10 04:59:11 +00:00
|
|
|
|
Text[ finnish ] = "Lineaarinen nouseva";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String RESET_TYPE_LINEAR_DESCENDING
|
|
|
|
|
{
|
|
|
|
|
Text = "Linear fallend";
|
|
|
|
|
Text [ English ] = "Linear descending";
|
|
|
|
|
Text[ english_us ] = "Linear descending";
|
|
|
|
|
Text[ portuguese ] = "Linear decrescente";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Lineair dalend";
|
|
|
|
|
Text[ french ] = "D<>croissance lin<69>aire";
|
|
|
|
|
Text[ spanish ] = "Lineal descendente";
|
|
|
|
|
Text[ italian ] = "Lineare descrescente";
|
|
|
|
|
Text[ danish ] = "Line<6E>r faldende";
|
|
|
|
|
Text[ swedish ] = "Linj<6E>rt fallande";
|
|
|
|
|
Text[ polish ] = "Spadaj<61>ce linearnie";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Linear descending";
|
2000-09-27 19:25:29 +00:00
|
|
|
|
Text[ japanese ] = "<22>܂<EFBFBD><DC82><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɉ<EFBFBD><C989>~";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>½<EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22>u<EFBFBD>ʤU<CAA4><55>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "Do<44>rusal d<><64><EFBFBD><EFBFBD>";
|
2001-05-04 19:04:12 +00:00
|
|
|
|
Text[ catalan ] = "Lineal descendente";
|
2001-05-10 04:59:11 +00:00
|
|
|
|
Text[ finnish ] = "Lineaarinen laskeva";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String RESET_TYPE_RESET
|
|
|
|
|
{
|
|
|
|
|
Text = "Originalwerte";
|
|
|
|
|
Text [ English ] = "Original values";
|
|
|
|
|
Text[ english_us ] = "Original values";
|
|
|
|
|
Text[ portuguese ] = "Valores originais";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Oorspronkelijke waarden";
|
|
|
|
|
Text[ french ] = "Restaurer les valeurs d'origine";
|
|
|
|
|
Text[ spanish ] = "Valores originales";
|
|
|
|
|
Text[ italian ] = "Valori originali";
|
|
|
|
|
Text[ danish ] = "Originalv<6C>rdier";
|
|
|
|
|
Text[ swedish ] = "Originalv<6C>rden";
|
2001-06-08 21:20:02 +00:00
|
|
|
|
Text[ polish ] = "Warto<74>ci oryginalne";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
Text[ portuguese_brazilian ] = "Original values";
|
|
|
|
|
Text[ japanese ] = "<22>ؼ<EFBFBD><D8BC>ْl";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_simplified ] = "ԭʼ<D4AD><CABC>ֵ";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>l<EFBFBD><6C>";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "As<41>l de<64>erler";
|
2001-05-04 19:04:12 +00:00
|
|
|
|
Text[ catalan ] = "Valores originales";
|
2001-05-10 04:59:11 +00:00
|
|
|
|
Text[ finnish ] = "Alkuper<65>iset arvot";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
String RESET_TYPE_EXPONENTIAL
|
|
|
|
|
{
|
|
|
|
|
Text = "Exponentiell wachsend";
|
|
|
|
|
Text [ English ] = "Exponential raise";
|
|
|
|
|
Text[ english_us ] = "Exponential increasing";
|
|
|
|
|
Text[ portuguese ] = "Exponencial crescente";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Exponentiele groei";
|
|
|
|
|
Text[ french ] = "Croissance exponentielle";
|
|
|
|
|
Text[ spanish ] = "Exponencial aumentando";
|
|
|
|
|
Text[ italian ] = "Esponenziale crescente";
|
|
|
|
|
Text[ danish ] = "Eksponentiel v<>kst";
|
|
|
|
|
Text[ swedish ] = "Exponentiellt v<>xande";
|
|
|
|
|
Text[ polish ] = "Rosn<73>ce wyk<79>adniczo";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Exponential raise";
|
|
|
|
|
Text[ japanese ] = "<22>}<7D><><EFBFBD>ɑ<EFBFBD><C991>₷";
|
|
|
|
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_simplified ] = "ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ chinese_traditional ] = "<22><><EFBFBD>Ʀ<EFBFBD><C6A6><EFBFBD><EFBFBD>W";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text[ turkish ] = "<22>stel art<72><74>";
|
2001-05-04 19:04:12 +00:00
|
|
|
|
Text[ catalan ] = "Exponencial aumentando";
|
2001-05-10 04:59:11 +00:00
|
|
|
|
Text[ finnish ] = "Eksponentiaalinen lis<69>ys";
|
2000-09-18 15:18:56 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
2001-06-08 21:20:02 +00:00
|
|
|
|
|