1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#include "sc.hrc" 23#include "styledlg.hrc" // -> TP_xxx 24TabDialog RID_SCDLG_STYLES_PAR 25{ 26 OutputSize = TRUE ; 27 SVLook = TRUE ; 28 Size = MAP_APPFONT ( 289, 176 ) ; 29 Text [ en-US ] = "Cell Style" ; 30 Moveable = TRUE ; 31 Closeable = FALSE ; 32 TabControl 1 33 { 34 OutputSize = TRUE ; 35 Pos = MAP_APPFONT ( 3, 3 ) ; 36 Size = MAP_APPFONT ( 260, 135 ) ; 37 PageList = 38 { 39 PageItem 40 { 41 Identifier = TP_NUMBER ; 42 Text [ en-US ] = "Numbers" ; 43 }; 44 PageItem 45 { 46 Identifier = TP_FONT ; 47 Text [ en-US ] = "Font" ; 48 }; 49 PageItem 50 { 51 Identifier = TP_FONTEFF ; 52 Text [ en-US ] = "Font Effects" ; 53 }; 54 PageItem 55 { 56 Identifier = TP_ALIGNMENT ; 57 Text [ en-US ] = "Alignment" ; 58 }; 59 PageItem 60 { 61 Identifier = TP_ASIAN ; 62 Text [ en-US ] = "Asian Typography" ; 63 }; 64 PageItem 65 { 66 Identifier = TP_BORDER ; 67 Text [ en-US ] = "Borders" ; 68 }; 69 PageItem 70 { 71 Identifier = TP_BACKGROUND ; 72 Text [ en-US ] = "Background" ; 73 }; 74 PageItem 75 { 76 Identifier = TP_PROTECTION ; 77 Text [ en-US ] = "Cell Protection" ; 78 }; 79 }; 80 }; 81}; 82TabDialog RID_SCDLG_STYLES_PAGE 83{ 84 OutputSize = TRUE ; 85 SVLook = TRUE ; 86 Size = MAP_APPFONT ( 280, 165 ) ; 87 Text [ en-US ] = "Page Style" ; 88 Moveable = TRUE ; 89 Closeable = FALSE ; 90 TabControl 1 91 { 92 OutputSize = TRUE ; 93 Pos = MAP_APPFONT ( 3, 6 ) ; 94 Size = MAP_APPFONT ( 260, 135 ) ; 95 PageList = 96 { 97 PageItem 98 { 99 Identifier = TP_PAGE_STD ; 100 Text [ en-US ] = "Page" ; 101 }; 102 PageItem 103 { 104 Identifier = TP_BORDER ; 105 Text [ en-US ] = "Borders" ; 106 }; 107 PageItem 108 { 109 Identifier = TP_BACKGROUND ; 110 Text [ en-US ] = "Background" ; 111 }; 112 PageItem 113 { 114 Identifier = TP_PAGE_HEADER ; 115 Text [ en-US ] = "Header" ; 116 }; 117 PageItem 118 { 119 Identifier = TP_PAGE_FOOTER ; 120 Text [ en-US ] = "Footer" ; 121 }; 122 PageItem 123 { 124 Identifier = TP_TABLE ; 125 Text [ en-US ] = "Sheet" ; 126 }; 127 }; 128 }; 129}; 130 131// ********************************************************************** EOF 132