update dev300-m58
[ooovba.git] / sw / source / ui / dialog / wordcountdialog.src
blob002dd49fc57b693eccbbbde6a88fe090d1bfa16a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: wordcountdialog.src,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include <helpid.h>
31 #include <dialog.hrc>
32 #include <wordcountdialog.hrc>
33 ModalDialog DLG_WORDCOUNT
35     HelpID = HID_DLG_WORDCOUNT ;
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 170 , 108 ) ;
39     Text [ en-US ] = "Word Count" ;
40     Moveable = TRUE ;
42     FixedLine  FL_CURRENT
43     {
44         Pos = MAP_APPFONT ( 6 , 3 ) ;
45         Size = MAP_APPFONT ( 158 , 8 ) ;
46         Text [ en-US ] = "Current selection";
47     };
48     FixedText       FT_CURRENTWORD
49     {
50         Pos = MAP_APPFONT ( 12 , 14 ) ;
51         Size = MAP_APPFONT ( 80 , 8 ) ;
52         Text [ en-US ] = "Words:";
53     };
54     FixedText       FI_CURRENTWORD
55     {
56         Pos = MAP_APPFONT ( 111 , 14 ) ;
57         Size = MAP_APPFONT ( 50 , 8 ) ;
58         Right = TRUE;
59     };
60     FixedText       FT_CURRENTCHARACTER
61     {
62         Pos = MAP_APPFONT ( 12 , 26 ) ;
63         Size = MAP_APPFONT ( 80 , 8 ) ;
64         Text [ en-US ] = "Characters:";
65     };
66     FixedText       FI_CURRENTCHARACTER
67     {
68         Pos = MAP_APPFONT ( 111 , 26 ) ;
69         Size = MAP_APPFONT ( 50 , 8 ) ;
70         Right = TRUE;
71     };
72     FixedLine       FL_DOC
73     {
74         Pos = MAP_APPFONT (  6, 40 ) ;
75         Size = MAP_APPFONT ( 158 , 8 ) ;
76         Text [ en-US ] = "Whole document";
77     };
78     FixedText       FT_DOCWORD
79     {
80         Pos = MAP_APPFONT (  12, 51 ) ;
81         Size = MAP_APPFONT ( 80 , 8 ) ;
82         Text [ en-US ] = "Words:";
83     };
84     FixedText       FI_DOCWORD
85     {
86         Pos = MAP_APPFONT ( 111 , 51 ) ;
87         Size = MAP_APPFONT ( 50 , 8 ) ;
88         Right = TRUE;
89     };
90     FixedText       FT_DOCCHARACTER
91     {
92         Pos = MAP_APPFONT ( 12 , 63 ) ;
93         Size = MAP_APPFONT ( 80 , 8 ) ;
94         Text [ en-US ] = "Characters:";
95     };
96     FixedText       FI_DOCCHARACTER
97     {
98         Pos = MAP_APPFONT (  111, 63 ) ;
99         Size = MAP_APPFONT (  50, 8 ) ;
100         Right = TRUE;
101     };
102     FixedLine  FL_BOTTOM
103     {
104         Pos = MAP_APPFONT ( 6 , 77 ) ;
105         Size = MAP_APPFONT ( 158 , 8 ) ;
106     };
107     OKButton        PB_OK
108     {
109         Pos = MAP_APPFONT ( 61 , 88 ) ;
110         Size = MAP_APPFONT ( 50 , 14 ) ;
111         DefButton = TRUE ;
112     };
113     HelpButton      PB_HELP
114     {
115         Pos = MAP_APPFONT ( 114 , 88 ) ;
116         Size = MAP_APPFONT ( 50 , 14 ) ;
117     };