Files
libreoffice/svx/source/dialog/hyperdlg.src

1144 lines
29 KiB
Plaintext
Raw Normal View History

/*************************************************************************
*
* $RCSfile: hyperdlg.src,v $
*
* $Revision: 1.69 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 11:55:03 $
*
* 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 "dialogs.hrc"
#include "helpid.hrc"
#include "hyperdlg.hrc"
#define MASKCOLOR MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
/*************************************************************************
|
| Tabpage : Internet
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_INTERNET
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_INTERNET;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
FixedLine GRP_LINKTYPE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Art des Hyperlinks" ;
Text [ en-US ] = "Hyperlink type" ;
};
RadioButton RB_LINKTYP_INTERNET
{
Pos = MAP_APPFONT( COL_2, 13 );
Size = MAP_APPFONT( 57, 10 );
Text [ de ] = "~Web";
Text [ en-US ] = "~Web";
Text [ x-comment ] = " ";
};
RadioButton RB_LINKTYP_FTP
{
Pos = MAP_APPFONT( 114 + COL_DIFF, 13 );
Size = MAP_APPFONT( 56 - COL_DIFF, 10 );
Text [ de ] = "FT~P";
Text [ en-US ] = "~FTP";
};
RadioButton RB_LINKTYP_TELNET
{
Pos = MAP_APPFONT( 173, 13 );
Size = MAP_APPFONT( 56, 10 );
Text [ de ] = "T~elnet";
Text [ en-US ] = "~Telnet";
};
FixedText FT_TARGET_HTML
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF, 8 ) ;
Text [ de ] = "Sprungzie~l";
Text [ en-US ] = "Tar~get" ;
};
FixedText FT_LOGIN
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Loginname";
Text [ en-US ] = "~Login name" ;
};
Edit ED_LOGIN
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 42 ) ;
Size = MAP_APPFONT ( 80 - COL_DIFF , 12 ) ;
};
FixedText FT_PASSWD
{
Pos = MAP_APPFONT ( 12 , 60 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Kennwort";
Text [ en-US ] = "~Password" ;
Text [ x-comment ] = " ";
};
Edit ED_PASSWD
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 59 ) ;
Size = MAP_APPFONT ( 80 - COL_DIFF , 12 ) ;
PassWord = TRUE ;
};
CheckBox CBX_ANONYMOUS
{
Pos = MAP_APPFONT ( COL_2 , 75 ) ;
Size = MAP_APPFONT ( 89 - COL_DIFF , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Anonymer Ben~utzer" ;
Text [ en-US ] = "Anonymous ~user" ;
Text [ x-comment ] = " ";
};
ImageButton BTN_BROWSE
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "WWW-Browser" ;
Text [ en-US ] = "WWW Browser";
QuickHelpText [ de ] = "WWW-Browser" ;
QuickHelpText [ en-US ] = "WWW Browser" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "browse.bmp" ; };
MASKCOLOR
};
};
Image IMG_BROWSE_HC
{
ImageBitmap = Bitmap { File = "browse_hc.bmp" ; };
MASKCOLOR
};
ImageButton BTN_TARGET
{
Pos = MAP_APPFONT ( 235, 40 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Sprungziel im Dokument" ;
Text [ en-US ] = "Target in Document";
QuickHelpText [ de ] = "Sprungziel im Dokument" ;
QuickHelpText [ en-US ] = "Target in Document" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "target.bmp" ; };
MASKCOLOR
};
};
Image IMG_TARGET_HC
{
ImageBitmap = Bitmap { File = "target_hc.bmp" ; };
MASKCOLOR
};
FixedLine GRP_MORE
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Weitere Einstellungen" ;
Text [ en-US ] = "Further settings" ;
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Frame";
Text [ en-US ] = "F~rame" ;
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 104 ) ;
Size = MAP_APPFONT ( 66 - COL_DIFF , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 126 , 105 ) ;
Size = MAP_APPFONT ( 33 , 8 ) ;
Text [ de ] = "F~orm";
Text [ en-US ] = "F~orm" ;
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList [ de ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ en-US ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ x-comment ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Te~xt";
Text [ en-US ] = "Te~xt" ;
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 122 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "N~ame";
Text [ en-US ] = "N~ame" ;
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 139 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Ereignisse" ;
QuickHelpText [ de ] = "Ereignisse" ;
QuickHelpText [ en-US ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Events";
};
Image IMG_SCRIPT_HC
{
ImageBitmap = Bitmap { File = "script_hc.bmp" ; };
MASKCOLOR
};
};
/*************************************************************************
|
| Tabpage : Mail & News
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_MAIL
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_MAIL;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
FixedLine GRP_MAILNEWS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Mail & News" ;
Text [ en-US ] = "Mail & news" ;
};
RadioButton RB_LINKTYP_MAIL
{
Pos = MAP_APPFONT( COL_2, 13 );
Size = MAP_APPFONT( 56 - COL_DIFF, 10 );
Text [ de ] = "~E-Mail";
Text [ en-US ] = "~E-mail";
Text [ x-comment ] = " ";
};
RadioButton RB_LINKTYP_NEWS
{
Pos = MAP_APPFONT( 113, 13 );
Size = MAP_APPFONT( 56, 10 );
Text [ de ] = "~News";
Text [ en-US ] = "~News";
Text [ x-comment ] = " ";
};
FixedText FT_RECEIVER
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "E~mpf<70>nger";
Text [ en-US ] = "Re~ceiver" ;
};
FixedText FT_SUBJECT
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Betreff";
Text [ en-US ] = "~Subject" ;
};
Edit ED_SUBJECT
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 42 ) ;
Size = MAP_APPFONT ( 176 - COL_DIFF , 12 ) ;
};
ImageButton BTN_ADRESSBOOK
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "adrbook.bmp" ; };
MASKCOLOR
};
Text [ de ] = "Datenquellen..." ;
Text [ en-US ] = "Data Sources...";
QuickHelpText [ de ] = "Datenquellen..." ;
QuickHelpText [ en-US ] = "Data Sources..." ;
};
Image IMG_ADRESSBOOK_HC
{
ImageBitmap = Bitmap { File = "adrbook_hc.bmp" ; };
MASKCOLOR
};
FixedLine GRP_MORE
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Weitere Einstellungen" ;
Text [ en-US ] = "Further settings" ;
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Frame";
Text [ en-US ] = "F~rame" ;
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 104 ) ;
Size = MAP_APPFONT ( 66 - COL_DIFF , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 126 , 105 ) ;
Size = MAP_APPFONT ( 33 , 10 ) ;
Text [ de ] = "F~orm";
Text [ en-US ] = "F~orm" ;
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList [ de ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ en-US ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ x-comment ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Te~xt";
Text [ en-US ] = "Te~xt" ;
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 122 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "N~ame";
Text [ en-US ] = "N~ame" ;
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 139 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Ereignisse" ;
QuickHelpText [ de ] = "Ereignisse" ;
QuickHelpText [ en-US ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Events";
};
Image IMG_SCRIPT_HC
{
ImageBitmap = Bitmap { File = "script_hc.bmp" ; };
MASKCOLOR
};
};
/*************************************************************************
|
| Tabpage : Documents
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_DOCUMENT;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
FixedLine GRP_DOCUMENT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Dokument" ;
Text [ en-US ] = "Document" ;
Text [ x-comment ] = " ";
};
FixedText FT_PATH_DOC
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Pfad";
Text [ en-US ] = "~Path" ;
};
ImageButton BTN_FILEOPEN
{
Pos = MAP_APPFONT ( 235, 14 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Datei <20>ffnen" ;
QuickHelpText [ de ] = "Datei <20>ffnen" ;
QuickHelpText [ en-US ] = "Open File" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "fileopen.bmp" ; };
MASKCOLOR
};
QuickHelpText [ x-comment ] = " ";
Text [ en-US ] = "Open File";
};
Image IMG_FILEOPEN_HC
{
ImageBitmap = Bitmap { File = "fileopen_hc.bmp" ; };
MASKCOLOR
};
FixedLine GRP_TARGET
{
Pos = MAP_APPFONT ( 6 , 38 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Sprungziel im Dokument" ;
Text [ en-US ] = "Target in document" ;
};
FixedText FT_TARGET_DOC
{
Pos = MAP_APPFONT ( 12 , 53 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Sprungzie~l";
Text [ en-US ] = "Targ~et" ;
};
Edit ED_TARGET_DOC
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 52 ) ;
Size = MAP_APPFONT ( 176 - COL_DIFF , 12 ) ;
};
FixedText FT_URL
{
Pos = MAP_APPFONT ( 12 , 70 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "URL";
Text [ en-US ] = "URL" ;
Text [ x-comment ] = " ";
};
FixedText FT_FULL_URL
{
Pos = MAP_APPFONT ( COL_2 , 70 ) ;
Size = MAP_APPFONT ( 176 - COL_DIFF , 12 ) ;
Text [ de ] = "Testtext";
Text [ en-US ] = "Test text" ;
Text [ x-comment ] = " ";
};
ImageButton BTN_BROWSE
{
Pos = MAP_APPFONT ( 235, 51 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Sprungziel im Dokument" ;
QuickHelpText [ de ] = "Sprungziel im Dokument" ;
QuickHelpText [ en-US ] = "Target in Document" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "target.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Target in Document";
};
Image IMG_BROWSE_HC
{
ImageBitmap = Bitmap { File = "target_hc.bmp" ; };
MASKCOLOR
};
FixedLine GRP_MORE
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Weitere Einstellungen" ;
Text [ en-US ] = "Further settings" ;
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Frame";
Text [ en-US ] = "F~rame" ;
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 104 ) ;
Size = MAP_APPFONT ( 66 - COL_DIFF , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 126 , 105 ) ;
Size = MAP_APPFONT ( 33 , 10 ) ;
Text [ de ] = "F~orm";
Text [ en-US ] = "F~orm" ;
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList [ de ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ en-US ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ x-comment ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Te~xt";
Text [ en-US ] = "Te~xt" ;
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 122 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "N~ame";
Text [ en-US ] = "N~ame" ;
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 139 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Ereignisse" ;
QuickHelpText [ de ] = "Ereignisse" ;
QuickHelpText [ en-US ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Events";
};
Image IMG_SCRIPT_HC
{
ImageBitmap = Bitmap { File = "script_hc.bmp" ; };
MASKCOLOR
};
};
/*************************************************************************
|
| Tabpage : New Documents
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_NEWDOCUMENT;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
FixedLine GRP_NEWDOCUMENT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Neues Dokument" ;
Text [ en-US ] = "New document" ;
Text [ x-comment ] = " ";
};
RadioButton RB_EDITNOW
{
Pos = MAP_APPFONT( COL_2, 13 );
Size = MAP_APPFONT( 85 - COL_DIFF, 10 );
Text [ de ] = "Sofort ~bearbeiten";
Text [ en-US ] = "Edit ~now";
};
RadioButton RB_EDITLATER
{
Pos = MAP_APPFONT( 142, 13 );
Size = MAP_APPFONT( 84, 10 );
Text [ de ] = "~Sp<53>ter bearbeiten";
Text [ en-US ] = "Edit ~later";
};
FixedText FT_PATH_NEWDOC
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Datei";
Text [ en-US ] = "~File" ;
};
Edit ED_PATH_NEWDOC
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 25 ) ;
Size = MAP_APPFONT ( 176 - COL_DIFF , 12 ) ;
};
FixedText FT_DOCUMENT_TYPES
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Dateit~yp";
Text [ en-US ] = "File ~type" ;
Text [ x-comment ] = " ";
};
ListBox LB_DOCUMENT_TYPES
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 42 ) ;
Size = MAP_APPFONT ( 176 - COL_DIFF , 40 ) ;
TabStop = TRUE ;
DropDown = FALSE ;
};
ImageButton BTN_CREATE
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Pfad ausw<73>hlen" ;
QuickHelpText [ de ] = "Pfad ausw<73>hlen" ;
QuickHelpText [ en-US ] = "Select Path" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "newdoc.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Select Path";
};
Image IMG_CREATE_HC
{
ImageBitmap = Bitmap { File = "newdoc_hc.bmp" ; };
MASKCOLOR
};
FixedLine GRP_MORE
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Weitere Einstellungen" ;
Text [ en-US ] = "Further settings" ;
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "~Frame";
Text [ en-US ] = "F~rame" ;
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 104 ) ;
Size = MAP_APPFONT ( 66 - COL_DIFF , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 126 , 105 ) ;
Size = MAP_APPFONT ( 33 , 10 ) ;
Text [ de ] = "F~orm";
Text [ en-US ] = "F~orm" ;
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList [ de ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ en-US ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ x-comment ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "Te~xt";
Text [ en-US ] = "Te~xt" ;
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 122 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 39 + COL_DIFF , 8 ) ;
Text [ de ] = "N~ame";
Text [ en-US ] = "N~ame" ;
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( COL_2 , 139 ) ;
Size = MAP_APPFONT ( 194 - COL_DIFF , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
Text [ de ] = "Ereignisse" ;
QuickHelpText [ de ] = "Ereignisse" ;
QuickHelpText [ en-US ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MASKCOLOR
};
Text [ en-US ] = "Events";
};
Image IMG_SCRIPT_HC
{
ImageBitmap = Bitmap { File = "script_hc.bmp" ; };
MASKCOLOR
};
};
/*************************************************************************
|
| Tabpage-Dialog : Hyperlinks
|
*************************************************************************/
ModalDialog RID_SVXDLG_NEWHYPERLINK
{
HelpID = SID_HYPERLINK_DIALOG;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 325 , 185 ) ;
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
Moveable = TRUE ;
};
/*************************************************************************
|
| Tabpage-Dialog : Hyperlinks
|
*************************************************************************/
String RID_SVXSTR_HYPDLG_APPLYBUT
{
Text [ de ] = "<22>bernehmen" ;
Text [ en-US ] = "Apply" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_HYPDLG_CLOSEBUT
{
Text [ de ] = "Schlie<69>en" ;
Text [ en-US ] = "Close" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_HYPDLG_MACROACT1
{
Text [ de ] = "Maus <20>ber Objekt" ;
Text [ en-US ] = "Mouse over object" ;
};
String RID_SVXSTR_HYPDLG_MACROACT2
{
Text [ de ] = "Hyperlink ausl<73>sen" ;
Text [ en-US ] = "Trigger hyperlink" ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_HYPDLG_MACROACT3
{
Text [ de ] = "Maus verl<72>sst Objekt" ;
Text [ en-US ] = "Mouse leaves object" ;
};
String RID_SVXSTR_HYPDLG_NOVALIDFILENAME
{
Text [ de ] = "Geben Sie bitte einen g<>ltigen Dateinamen ein.";
Text [ en-US ] = "Please type in a valid file name." ;
Text [ x-comment ] = " ";
};
String RID_SVXSTR_HYPERDLG_HLINETTP
{
Text [ de ] = "Internet";
Text [ en-US ] = "Internet" ;
};
String RID_SVXSTR_HYPERDLG_HLINETTP_HELP
{
Text [ de ] = "Erstellen Sie einen Hyperlink zu einer Webseite, einem FTP Server oder einer Telnet-Verbindung." ;
Text [ en-US ] = "This is where you create a hyperlink to a Web page, FTP server or Telnet connection." ;
};
String RID_SVXSTR_HYPERDLG_HLMAILTP
{
Text [ de ] = "Mail & News";
Text [ en-US ] = "Mail & News" ;
};
String RID_SVXSTR_HYPERDLG_HLMAILTP_HELP
{
Text [ de ] = "Erstellen Sie einen Hyperlink auf eine Mail-Adresse oder zu einem News-Forum." ;
Text [ en-US ] = "This is where you create a hyperlink to an e-mail address or newsgroup." ;
};
String RID_SVXSTR_HYPERDLG_HLDOCTP
{
Text [ de ] = "Dokument";
Text [ en-US ] = "Document" ;
};
String RID_SVXSTR_HYPERDLG_HLDOCTP_HELP
{
Text [ de ] = "Erstellen Sie einen Hyperlink zu einem bestehenden Dokument oder ein Ziel innerhalb eines Dokumentes." ;
Text [ en-US ] = "This is where you create a hyperlink to an exisitng document or a target within a document." ;
};
String RID_SVXSTR_HYPERDLG_HLDOCNTP
{
Text [ de ] = "Neues Dokument";
Text [ en-US ] = "New Document" ;
};
String RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP
{
Text [ de ] = "Erstellen Sie ein neues Dokument, auf das dann der neue Hyperlink verweist." ;
Text [ en-US ] = "This is where you create a new document to which the new link points." ;
};
String RID_SVXSTR_HYPERDLG_FORM_BUTTON
{
Text [ de ] = "Button" ;
Text [ en-US ] = "Button" ;
Text [ x-comment ] = "Button" ;
};
String RID_SVXSTR_HYPERDLG_FROM_TEXT
{
Text [ de ] = "Text" ;
Text [ en-US ] = "Text" ;
Text [ x-comment ] = "Text" ;
};
String RID_SVXSTR_HYPERDLG_QUERYOVERWRITE
{
Text [ de ] = "Die Datei existiert bereits. Soll sie <20>berschrieben werden?" ;
Text [ en-US ] = "The file already exists. Overwrite?" ;
};
Image RID_SVXBMP_HLINETTP
{
ImageBitmap = Bitmap { File = "hlinettp.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLMAILTP
{
ImageBitmap = Bitmap { File = "hlmailtp.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLDOCTP
{
ImageBitmap = Bitmap { File = "hldoctp.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLDOCNTP
{
ImageBitmap = Bitmap { File = "hldocntp.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLINETTP_H
{
ImageBitmap = Bitmap { File = "hlinettp_h.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLMAILTP_H
{
ImageBitmap = Bitmap { File = "hlmailtp_h.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLDOCTP_H
{
ImageBitmap = Bitmap { File = "hldoctp_h.bmp" ; };
MASKCOLOR
};
Image RID_SVXBMP_HLDOCNTP_H
{
ImageBitmap = Bitmap { File = "hldocntp_h.bmp" ; };
MASKCOLOR
};