247 lines
6.8 KiB
Plaintext
247 lines
6.8 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: createaddresslistdialog.src,v $
|
||
*
|
||
* $Revision: 1.5 $
|
||
*
|
||
* last change: $Author: rt $ $Date: 2005-09-09 06:49:28 $
|
||
*
|
||
* 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 <createaddresslistdialog.hrc>
|
||
#include <dbui.hrc>
|
||
#include <helpid.h>
|
||
|
||
/*-- 13.04.2004 13:58:13---------------------------------------------------
|
||
|
||
-----------------------------------------------------------------------*/
|
||
ModalDialog DLG_MM_CREATEADDRESSLIST
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = HID_MM_CREATEADDRESSLIST;
|
||
Size = MAP_APPFONT ( 318 , 231 ) ;
|
||
Moveable = TRUE ;
|
||
|
||
Text [ de ] = "Neue Adressenliste";
|
||
Text [ en-US ] = "New Address List";
|
||
|
||
FixedText FI_ADDRESSINFORMATION
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 150 , 8 ) ;
|
||
Text [ de ] = "Addressdaten";
|
||
Text [ en-US ] = "Address Information";
|
||
};
|
||
Control CT_ADDRESS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 14 ) ;
|
||
Size = MAP_APPFONT ( 250 , 160 ) ;
|
||
Border = TRUE;
|
||
DialogControl = TRUE;
|
||
OutputSize = TRUE ;
|
||
|
||
ScrollBar SCR_1
|
||
{
|
||
Pos = MAP_APPFONT ( 240 , 0 ) ;
|
||
Size = MAP_APPFONT ( 10 , 160 ) ;
|
||
};
|
||
Window WIN_DATA
|
||
{
|
||
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
||
Size = MAP_APPFONT ( 240 , 160 ) ;
|
||
DialogControl = TRUE;
|
||
};
|
||
};
|
||
PushButton PB_NEW
|
||
{
|
||
Pos = MAP_APPFONT ( 262 , 14 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Neu";
|
||
Text [ en-US ] = "~New";
|
||
};
|
||
PushButton PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 262 , 32 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "L<>schen";
|
||
Text [ en-US ] = "~Delete";
|
||
};
|
||
PushButton PB_FIND
|
||
{
|
||
Pos = MAP_APPFONT ( 262 , 50 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Suchen...";
|
||
Text [ en-US ] = "~Find...";
|
||
};
|
||
PushButton PB_CUSTOMIZE
|
||
{
|
||
Pos = MAP_APPFONT ( 262 , 68 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Anpassen...";
|
||
Text [ en-US ] = "C~ustomize...";
|
||
};
|
||
FixedText FI_VIEWENTRIES
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 183 ) ;
|
||
Size = MAP_APPFONT ( 92 , 8 ) ;
|
||
Text [ de ] = "Eintragsnummer anzeigen";
|
||
Text [ en-US ] = "Sho~w entry number";
|
||
};
|
||
PushButton PB_START
|
||
{
|
||
Pos = MAP_APPFONT ( 100 , 180 ) ;
|
||
Size = MAP_APPFONT ( 20 , 14 ) ;
|
||
Text = "|<";
|
||
};
|
||
PushButton PB_PREV
|
||
{
|
||
Pos = MAP_APPFONT ( 123 , 180 ) ;
|
||
Size = MAP_APPFONT ( 20 , 14 ) ;
|
||
Text = "<";
|
||
};
|
||
NumericField NF_SETNO
|
||
{
|
||
Pos = MAP_APPFONT ( 146 , 180 ) ;
|
||
Size = MAP_APPFONT ( 20 , 14 ) ;
|
||
Border = TRUE;
|
||
Left = TRUE ;
|
||
First = 1 ;
|
||
Minimum = 1 ;
|
||
Value = 1;
|
||
Repeat = TRUE ;
|
||
Spin = FALSE ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton PB_NEXT
|
||
{
|
||
Pos = MAP_APPFONT ( 169 , 180 ) ;
|
||
Size = MAP_APPFONT ( 20 , 14 ) ;
|
||
Text = ">";
|
||
};
|
||
PushButton PB_END
|
||
{
|
||
Pos = MAP_APPFONT ( 192 , 180 ) ;
|
||
Size = MAP_APPFONT ( 20 , 14 ) ;
|
||
Text = ">|";
|
||
};
|
||
FixedLine FL_SEPARATOR
|
||
{
|
||
Pos = MAP_APPFONT ( 0 , 200 ) ;
|
||
Size = MAP_APPFONT ( 318 , 8 ) ;
|
||
};
|
||
|
||
OKButton PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 153 , 211 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
DefButton = TRUE;
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 206 , 211 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 262 , 211 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
|
||
String ST_FILTERNAME
|
||
{
|
||
Text [ de ] = "%PRODUCTNAME Adressenliste (.csv)";
|
||
Text [ en-US ] = "%PRODUCTNAME Adress List (.csv)";
|
||
};
|
||
};
|
||
|
||
/*-- 13.04.2004 13:58:13---------------------------------------------------
|
||
|
||
-----------------------------------------------------------------------*/
|
||
ModelessDialog DLG_MM_FIND_ENTRY
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
HelpID = HID_MM_FIND_ENTRY;
|
||
Size = MAP_APPFONT ( 188 , 63 ) ;
|
||
Moveable = TRUE ;
|
||
|
||
Text [ de ] = "Eintrag suchen";
|
||
Text [ en-US ] = "Find Entry";
|
||
|
||
FixedText FT_FIND
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 120 , 8 ) ;
|
||
Text [ de ] = "Suchen";
|
||
Text [ en-US ] = "F~ind";
|
||
};
|
||
Edit ED_FIND
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 14) ;
|
||
Size = MAP_APPFONT ( 120 , 12 ) ;
|
||
Border = TRUE;
|
||
};
|
||
CheckBox CB_FINDONLY
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 32 ) ;
|
||
Size = MAP_APPFONT ( 120 , 10 ) ;
|
||
Text [ de ] = "Nur suchen in";
|
||
Text [ en-US ] = "Find ~only in";
|
||
};
|
||
ListBox LB_FINDONLY
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 45 ) ;
|
||
Size = MAP_APPFONT ( 114 , 50 ) ;
|
||
Border = TRUE;
|
||
DropDown = TRUE;
|
||
};
|
||
PushButton PB_FIND
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 3 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
DefButton = TRUE;
|
||
Text [ de ] = "Suchen";
|
||
Text [ en-US ] = "~Find";
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 20 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
Text [ de ] = "Schlie<69>en";
|
||
Text [ en-US ] = "~Close";
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 132 , 40 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
};
|
||
};
|
||
|
||
|