xref: /trunk/main/sw/source/ui/dialog/docstdlg.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "docstdlg.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweir // #define TP_DOC_STAT 256
28cdf0e10cSrcweirTabPage TP_DOC_STAT
29cdf0e10cSrcweir{
30cdf0e10cSrcweir    HelpID = HID_DOC_STAT ;
31cdf0e10cSrcweir    Hide = TRUE;
32cdf0e10cSrcweir    Size = MAP_APPFONT ( 260 , 185 ) ;
33cdf0e10cSrcweir    FixedText FT_PAGE
34cdf0e10cSrcweir    {
35cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 6 ) ;
36cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
37cdf0e10cSrcweir        Text [ en-US ] = "Number of Pages:" ;
38cdf0e10cSrcweir        Left = TRUE ;
39cdf0e10cSrcweir    };
40cdf0e10cSrcweir    FixedText FT_TABLE
41cdf0e10cSrcweir    {
42cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 18 ) ;
43cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
44cdf0e10cSrcweir        Text [ en-US ] = "Number of Tables:" ;
45cdf0e10cSrcweir        Left = TRUE ;
46cdf0e10cSrcweir    };
47cdf0e10cSrcweir    FixedText FT_GRF
48cdf0e10cSrcweir    {
49cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 30 ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
51cdf0e10cSrcweir        Text [ en-US ] = "Number of Graphics:" ;
52cdf0e10cSrcweir        Left = TRUE ;
53cdf0e10cSrcweir    };
54cdf0e10cSrcweir    FixedText FT_OLE
55cdf0e10cSrcweir    {
56cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 42 ) ;
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
58cdf0e10cSrcweir        Text [ en-US ] = "Number of OLE Objects:" ;
59cdf0e10cSrcweir        Left = TRUE ;
60cdf0e10cSrcweir    };
61cdf0e10cSrcweir    FixedText FT_PARA
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 54 ) ;
64cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
65cdf0e10cSrcweir        Text [ en-US ] = "Number of Paragraphs:" ;
66cdf0e10cSrcweir        Left = TRUE ;
67cdf0e10cSrcweir    };
68cdf0e10cSrcweir    FixedText FT_WORD
69cdf0e10cSrcweir    {
70cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 68 ) ;
71cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
72cdf0e10cSrcweir        Text [ en-US ] = "Number of Words:" ;
73cdf0e10cSrcweir        Left = TRUE ;
74cdf0e10cSrcweir    };
75cdf0e10cSrcweir    FixedText FT_CHAR
76cdf0e10cSrcweir    {
77cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 82 ) ;
78cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
79cdf0e10cSrcweir        Text [ en-US ] = "Number of Characters:" ;
80cdf0e10cSrcweir        Left = TRUE ;
81cdf0e10cSrcweir    };
82cdf0e10cSrcweir    FixedText FT_LINE
83cdf0e10cSrcweir    {
84cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 96 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 8 ) ;
86cdf0e10cSrcweir        Text [ en-US ] = "Number of Lines:" ;
87cdf0e10cSrcweir    };
88cdf0e10cSrcweir    FixedText FT_PAGE_COUNT
89cdf0e10cSrcweir    {
90cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 6 ) ;
91cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
92cdf0e10cSrcweir        Left = TRUE ;
93cdf0e10cSrcweir    };
94cdf0e10cSrcweir    FixedText FT_TABLE_COUNT
95cdf0e10cSrcweir    {
96cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 18 ) ;
97cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
98cdf0e10cSrcweir        Left = TRUE ;
99cdf0e10cSrcweir    };
100cdf0e10cSrcweir    FixedText FT_GRF_COUNT
101cdf0e10cSrcweir    {
102cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 30 ) ;
103cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
104cdf0e10cSrcweir        Left = TRUE ;
105cdf0e10cSrcweir    };
106cdf0e10cSrcweir    FixedText FT_OLE_COUNT
107cdf0e10cSrcweir    {
108cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 42 ) ;
109cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
110cdf0e10cSrcweir        Left = TRUE ;
111cdf0e10cSrcweir    };
112cdf0e10cSrcweir    FixedText FT_PARA_COUNT
113cdf0e10cSrcweir    {
114cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 54 ) ;
115cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
116cdf0e10cSrcweir        Left = TRUE ;
117cdf0e10cSrcweir    };
118cdf0e10cSrcweir    FixedText FT_WORD_COUNT
119cdf0e10cSrcweir    {
120cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 68 ) ;
121cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
122cdf0e10cSrcweir        Left = TRUE ;
123cdf0e10cSrcweir    };
124cdf0e10cSrcweir    FixedText FT_CHAR_COUNT
125cdf0e10cSrcweir    {
126cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 82 ) ;
127cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
128cdf0e10cSrcweir        Left = TRUE ;
129cdf0e10cSrcweir    };
130cdf0e10cSrcweir    FixedText FT_LINE_COUNT
131cdf0e10cSrcweir    {
132cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 96 ) ;
133cdf0e10cSrcweir        Size = MAP_APPFONT ( 27 , 8 ) ;
134cdf0e10cSrcweir        Left = TRUE ;
135cdf0e10cSrcweir        Text = "..." ;
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir    PushButton PB_PDATE
138cdf0e10cSrcweir    {
139cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_DOC_STAT:PB_PDATE";
140cdf0e10cSrcweir        Pos = MAP_APPFONT ( 204 , 94 ) ;
141cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
142cdf0e10cSrcweir        Text [ en-US ] = "~Update" ;
143cdf0e10cSrcweir    };
144cdf0e10cSrcweir};
145