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 23 24#include "tpstat.hrc" 25TabPage RID_SCPAGE_STAT 26{ 27 // HelpID = HID_DOC_STAT; 28 Hide = TRUE ; 29 Size = MAP_APPFONT ( 260 , 185 ) ; 30 FixedText FT_TABLES_LBL 31 { 32 Pos = MAP_APPFONT ( 12 , 17 ) ; 33 Size = MAP_APPFONT ( 90 , 8 ) ; 34 Text [ en-US ] = "Number of sheets:" ; 35 Left = TRUE ; 36 }; 37 FixedText FT_TABLES 38 { 39 Pos = MAP_APPFONT ( 108 , 17 ) ; 40 Size = MAP_APPFONT ( 27 , 8 ) ; 41 Left = TRUE ; 42 }; 43 FixedText FT_CELLS_LBL 44 { 45 Pos = MAP_APPFONT ( 12 , 29 ) ; 46 Size = MAP_APPFONT ( 90 , 8 ) ; 47 Text [ en-US ] = "Number of cells:" ; 48 Left = TRUE ; 49 }; 50 FixedText FT_CELLS 51 { 52 Pos = MAP_APPFONT ( 108 , 29 ) ; 53 Size = MAP_APPFONT ( 27 , 8 ) ; 54 Left = TRUE ; 55 }; 56 FixedText FT_PAGES_LBL 57 { 58 Pos = MAP_APPFONT ( 12 , 41 ) ; 59 Size = MAP_APPFONT ( 90 , 8 ) ; 60 Text [ en-US ] = "Number of pages:" ; 61 Left = TRUE ; 62 }; 63 FixedText FT_PAGES 64 { 65 Pos = MAP_APPFONT ( 108 , 41 ) ; 66 Size = MAP_APPFONT ( 27 , 8 ) ; 67 Left = TRUE ; 68 }; 69 FixedLine FL_INFO 70 { 71 Pos = MAP_APPFONT ( 6 , 3 ) ; 72 Size = MAP_APPFONT ( 248 , 8 ) ; 73 Text [ en-US ] = "Document: " ; 74 }; 75}; 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109