xref: /trunk/main/sc/source/ui/docshell/tpstat.src (revision 3309286857f19787ae62bd793a98b5af4edd2ad3)
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 "tpstat.hrc"
23TabPage RID_SCPAGE_STAT
24{
25    //  HelpID = HID_DOC_STAT ;
26    Hide = TRUE ;
27    Size = MAP_APPFONT ( 260, 185 ) ;
28    FixedText FT_TABLES_LBL
29    {
30        Pos = MAP_APPFONT ( 12, 17 ) ;
31        Size = MAP_APPFONT ( 90, 8 ) ;
32        Text [ en-US ] = "Number of sheets:" ;
33        Left = TRUE ;
34    };
35    FixedText FT_TABLES
36    {
37        Pos = MAP_APPFONT ( 108, 17 ) ;
38        Size = MAP_APPFONT ( 27, 8 ) ;
39        Left = TRUE ;
40    };
41    FixedText FT_CELLS_LBL
42    {
43        Pos = MAP_APPFONT ( 12, 29 ) ;
44        Size = MAP_APPFONT ( 90, 8 ) ;
45        Text [ en-US ] = "Number of cells:" ;
46        Left = TRUE ;
47    };
48    FixedText FT_CELLS
49    {
50        Pos = MAP_APPFONT ( 108, 29 ) ;
51        Size = MAP_APPFONT ( 27, 8 ) ;
52        Left = TRUE ;
53    };
54    FixedText FT_PAGES_LBL
55    {
56        Pos = MAP_APPFONT ( 12, 41 ) ;
57        Size = MAP_APPFONT ( 90, 8 ) ;
58        Text [ en-US ] = "Number of pages:" ;
59        Left = TRUE ;
60    };
61    FixedText FT_PAGES
62    {
63        Pos = MAP_APPFONT ( 108, 41 ) ;
64        Size = MAP_APPFONT ( 27, 8 ) ;
65        Left = TRUE ;
66    };
67    FixedLine FL_INFO
68    {
69        Pos = MAP_APPFONT ( 6, 3 ) ;
70        Size = MAP_APPFONT ( 248, 8 ) ;
71        Text [ en-US ] = "Document: " ;
72    };
73};
74
75// ********************************************************************** EOF
76