blob: 4cc04f2bf8565299176f9a1e6353f8809feb9fd0 [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.
*
*************************************************************/
#include "sc.hrc"
#include "styledlg.hrc" // -> TP_xxx
TabDialog RID_SCDLG_STYLES_PAR
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 289 , 176 ) ;
Text [ en-US ] = "Cell Style" ;
Moveable = TRUE ;
Closeable = FALSE ;
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
Identifier = TP_NUMBER ;
Text [ en-US ] = "Numbers" ;
};
PageItem
{
Identifier = TP_FONT ;
/* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
Text [ en-US ] = "Font" ;
};
PageItem
{
Identifier = TP_FONTEFF ;
Text [ en-US ] = "Font Effects";
};
PageItem
{
Identifier = TP_ALIGNMENT ;
Text [ en-US ] = "Alignment" ;
};
PageItem
{
Identifier = TP_ASIAN ;
Text [ en-US ] = "Asian Typography";
};
PageItem
{
Identifier = TP_BORDER ;
Text [ en-US ] = "Borders" ;
};
PageItem
{
Identifier = TP_BACKGROUND ;
Text [ en-US ] = "Background" ;
};
PageItem
{
Identifier = TP_PROTECTION ;
Text [ en-US ] = "Cell Protection" ;
};
};
};
};
TabDialog RID_SCDLG_STYLES_PAGE
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 280 , 165 ) ;
Text [ en-US ] = "Page Style" ;
Moveable = TRUE ;
Closeable = FALSE ;
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 6 ) ;
Size = MAP_APPFONT ( 260 , 135 ) ;
PageList =
{
PageItem
{
Identifier = TP_PAGE_STD ;
Text [ en-US ] = "Page" ;
};
PageItem
{
Identifier = TP_BORDER ;
Text [ en-US ] = "Borders" ;
};
PageItem
{
Identifier = TP_BACKGROUND ;
Text [ en-US ] = "Background" ;
};
PageItem
{
Identifier = TP_PAGE_HEADER ;
Text [ en-US ] = "Header" ;
};
PageItem
{
Identifier = TP_PAGE_FOOTER ;
Text [ en-US ] = "Footer" ;
};
PageItem
{
Identifier = TP_TABLE ;
Text [ en-US ] = "Sheet" ;
};
};
};
};