update ooo310-m15
[ooovba.git] / sw / source / ui / chrdlg / drpcps.src
blob6ca046e91aac3523af531146acd11ad00efe3dd5
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: drpcps.src,v $
10  * $Revision: 1.39 $
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  ************************************************************************/
31  // #include *****************************************************************
32 #include "globals.hrc"
33 #include "chrdlg.hrc"
34 #include "drpcps.hrc"
35 #include "helpid.h"
36  // TabDialog ****************************************************************
37 TabDialog DLG_DROPCAPS
39         OutputSize = TRUE ;
40         SVLook = TRUE ;
41         Text [ en-US ] = "Drop Caps" ;
42         Moveable = TRUE ;
43         TabControl 1
44         {
45                 OutputSize = TRUE ;
46                 PageList =
47                 {
48                         PageItem
49                         {
50                                 Identifier = TP_DROPCAPS ;
51                                 Text [ en-US ] = "Drop Caps" ;
52                                 PageResID = TP_DROPCAPS ;
53                         };
54                 };
55         };
57  // TabPage ******************************************************************
58 TabPage TP_DROPCAPS
60         HelpID = HID_DROPCAPS ;
61         Size = MAP_APPFONT ( 260 , 185 ) ;
62         Hide = TRUE ;
63         CheckBox CB_SWITCH
64         {
65                 Pos = MAP_APPFONT ( 12 , 14 ) ;
66                 Size = MAP_APPFONT ( 90 , 10 ) ;
67                 Text [ en-US ] = "Display drop caps" ;
68         };
69         CheckBox CB_WORD
70         {
71                 Pos = MAP_APPFONT ( 12 , 28 ) ;
72                 Size = MAP_APPFONT ( 90 , 10 ) ;
73                 Text [ en-US ] = "~Whole word" ;
74         };
75         FixedText FT_DROPCAPS
76         {
77                 Pos = MAP_APPFONT ( 12 , 44 ) ;
78         Size = MAP_APPFONT ( 70 , 8 ) ;
79                 Text [ en-US ] = "Number of ~characters:" ;
80         };
81         NumericField FLD_DROPCAPS
82         {
83                 Border = TRUE ;
84                 First = 1 ;
85                 Last = 9 ;
86                 Left = TRUE ;
87                 Maximum = 9 ;
88                 Minimum = 1 ;
89                 Pos = MAP_APPFONT ( 89 , 42 ) ;
90                 Repeat = TRUE ;
91                 Size = MAP_APPFONT ( 36 , 12 ) ;
92                 Spin = TRUE ;
93                 TabStop = TRUE ;
94         };
95         FixedText TXT_LINES
96         {
97                 Left = TRUE ;
98                 Pos = MAP_APPFONT ( 12 , 60 ) ;
99         Size = MAP_APPFONT ( 70 , 8 ) ;
100                 Text [ en-US ] = "~Lines" ;
101         };
102         NumericField FLD_LINES
103         {
104                 Border = TRUE ;
105                 First = 2 ;
106                 Last = 9 ;
107                 Left = TRUE ;
108                 Maximum = 9 ;
109                 Minimum = 2 ;
110                 Pos = MAP_APPFONT ( 89 , 58 ) ;
111                 Repeat = TRUE ;
112                 Size = MAP_APPFONT ( 36 , 12 ) ;
113                 Spin = TRUE ;
114                 TabStop = TRUE ;
115         };
116         FixedText TXT_DISTANCE
117         {
118                 Left = TRUE ;
119         Pos = MAP_APPFONT ( 12 , 76 ) ;
120         Size = MAP_APPFONT ( 70 , 8 ) ;
121                 Text [ en-US ] = "Space to text" ;
122         };
123         MetricField FLD_DISTANCE
124         {
125                 Border = TRUE ;
126                 DecimalDigits = 2 ;
127                 First = 0 ;
128                 Last = 200 ;
129                 Left = TRUE ;
130                 Maximum = 200 ;
131                 Minimum = 0 ;
132         Pos = MAP_APPFONT ( 89 , 74 ) ;
133                 Repeat = TRUE ;
134                 Size = MAP_APPFONT ( 36 , 12 ) ;
135                 Spin = TRUE ;
136                 SpinSize = 10 ;
137                 TabStop = TRUE ;
138                 Unit = FUNIT_CM ;
139         };
140     FixedLine FL_SETTINGS
141         {
142                 Pos = MAP_APPFONT ( 6 , 3 ) ;
143         Size = MAP_APPFONT ( 125 , 8 ) ;
144                 Text [ en-US ] = "Settings" ;
145         };
146         Control CNT_PICT
147         {
148                 Border = TRUE ;
149         Pos = MAP_APPFONT ( 143 , 7 ) ;
150         Size = MAP_APPFONT ( 105 , 80 ) ;
151         };
152         FixedText TXT_TEXT
153         {
154                 Left = TRUE ;
155         Pos = MAP_APPFONT ( 12 , 102 ) ;
156         Size = MAP_APPFONT ( 125 , 8 ) ;
157                 Text [ en-US ] = "~Text" ;
158         };
159         Edit EDT_TEXT
160         {
161                 Border = TRUE ;
162                 Left = TRUE ;
163         Pos = MAP_APPFONT ( 143 , 100 ) ;
164                 Size = MAP_APPFONT ( 105 , 12 ) ;
165                 TabStop = TRUE ;
166                 MaxTextLength = 9 ;
167         };
168         FixedText TXT_TEMPLATE
169         {
170                 Left = TRUE ;
171         Pos = MAP_APPFONT ( 12 , 118 ) ;
172         Size = MAP_APPFONT ( 125 , 8 ) ;
173                 Text [ en-US ] = "Character St~yle" ;
174         };
175         ListBox BOX_TEMPLATE
176         {
177                 Border = TRUE ;
178                 DropDown = TRUE ;
179         Pos = MAP_APPFONT ( 143 , 116 ) ;
180                 Size = MAP_APPFONT ( 105 , 61 ) ;
181                 TabStop = TRUE ;
182         };
183     FixedLine FL_CONTENT
184         {
185         Pos = MAP_APPFONT ( 6 , 89 ) ;
186         Size = MAP_APPFONT ( 248 , 8 ) ;
187                 Text [ en-US ] = "Contents" ;
188         };
190  // ********************************************************************** EOF