blob: 8503504248c8dba4e6aa41ff4092c9f4de7ea72d [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif
#ifndef DBAUI_SBATTRDLG_HRC
#include "dlgattr.hrc"
#endif
//================================================
// Der Attributdialog:
TabDialog DLG_ATTR
{
Moveable = TRUE ;
Closeable = TRUE ;
OutputSize = TRUE ;
SVLook = TRUE ;
Text [ en-US ] = "Field Format" ;
TabControl 1
{
OutputSize = TRUE ;
};
OKButton 1
{
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
DefButton = TRUE;
};
CancelButton 1
{
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
Size = MAP_APPFONT ( 40 , 12 ) ;
TabStop = TRUE ;
};
PushButton 1
{
TabStop = TRUE ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Text [ en-US ] = "Bac~k" ;
};
String TP_ATTR_CHAR
{
/* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
Text [ en-US ] = "Font" ;
};
String TP_ATTR_NUMBER
{
Text [ en-US ] = "Format" ;
};
String TP_ATTR_ALIGN
{
Text [ en-US ] = "Alignment" ;
};
String ST_ROW
{
Text [ en-US ] = "Table Format" ;
};
};