merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / misc / pggrid.src
blob771ec0359255437ff084d8746a13392a86837343
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: pggrid.src,v $
10  * $Revision: 1.26 $
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 "globals.hrc"
31 #include "pggrid.hrc"
32 #include "helpid.h"
33 TabPage TP_TEXTGRID_PAGE
35     HelpID = HID_TEXTGRID_PAGE;
36     Pos = MAP_APPFONT ( 0 , 0 ) ;
37     Size = MAP_APPFONT ( 260 , 185 ) ;
38     Hide = TRUE;
39     FixedLine       FL_GRID_TYPE
40     {
41         Pos = MAP_APPFONT ( 6 , 3 ) ;
42         Size = MAP_APPFONT ( 164 , 8 ) ;
43         Text [ en-US ] = "Grid" ;
44     };
45     RadioButton     RB_NOGRID
46     {
47         Pos = MAP_APPFONT ( 12 , 14 ) ;
48         Size = MAP_APPFONT ( 158 , 10 ) ;
49         Text [ en-US ] = "No grid" ;
50     };
51     RadioButton     RB_LINESGRID
52     {
53         Pos = MAP_APPFONT ( 12 , 27 ) ;
54         Size = MAP_APPFONT ( 158 , 10 ) ;
55         Text [ en-US ] = "Grid (lines only)" ;
56     };
57     RadioButton     RB_CHARSGRID
58     {
59         Pos = MAP_APPFONT ( 12 , 40 ) ;
60         Size = MAP_APPFONT ( 158 , 10 ) ;
61         Text [ en-US ] = "Grid (lines and characters)" ;
62     };
63     CheckBox        CB_SNAPTOCHARS
64     {
65         Pos = MAP_APPFONT ( 14 , 53 ) ;
66         Size = MAP_APPFONT ( 158 , 10 ) ;
67         Text [ en-US ] = "~Snap to characters" ;
68         Text [ zh-CN ] = "文字对齐字符网格" ;
69     };
70     Window          WN_EXAMPLE
71     {
72         Pos = MAP_APPFONT ( 176 , 6 ) ;
73         Size = MAP_APPFONT ( 75 , 46 ) ;
74     };
75     FixedLine       FL_LAYOUT
76     {
77         Pos = MAP_APPFONT ( 6 , 69 ) ;
78         Size = MAP_APPFONT ( 248 , 8 ) ;
79         Text [ en-US ] = "Grid layout" ;
80     };
81     FixedText       FT_LINESPERPAGE
82     {
83         Pos = MAP_APPFONT ( 12 , 82 ) ;
84         Size = MAP_APPFONT ( 59 , 8 ) ;
85         Text [ en-US ] = "Lines per page" ;
86     };
87     NumericField    NF_LINESPERPAGE
88     {
89         Pos = MAP_APPFONT ( 74 , 80 ) ;
90         Size = MAP_APPFONT ( 25 , 12 ) ;
91         Border = TRUE ;
92         TabStop = TRUE ;
93         Left = TRUE ;
94         Repeat = TRUE ;
95         Spin = TRUE ;
96         Minimum = 1 ;
97         Maximum = 154 ;
98         Value = 1 ;
99         First = 1 ;
100         Last = 154 ;
101         SpinSize = 1 ;
102     };
103     FixedText       FT_LINERANGE
104     {
105         Pos = MAP_APPFONT ( 103 , 82 ) ;
106         Size = MAP_APPFONT ( 25 , 8 );
107         Text [ en-US ] = "( 1 - 48 )" ;
108     };
109     FixedText       FT_TEXTSIZE
110     {
111         Pos = MAP_APPFONT ( 133 , 82 ) ;
112         Size = MAP_APPFONT ( 80 , 8 ) ;
113         Text [ en-US ] = "Max. base text size" ;
114     };
115     MetricField     MF_TEXTSIZE
116     {
117         Pos = MAP_APPFONT ( 216 , 80 ) ;
118         Size = MAP_APPFONT ( 35 , 12 ) ;
119         Border = TRUE ;
120         TabStop = TRUE ;
121         Left = TRUE ;
122         Repeat = TRUE ;
123         Spin = TRUE ;
124         Minimum = 100 ;
125         Maximum = 5600 ;
126         DecimalDigits = 2 ;
127         Unit = FUNIT_POINT ;
128         First = 10 ;
129         Last = 5600 ;
130         SpinSize = 5 ;
131     };
132     FixedText       FT_CHARSPERLINE
133     {
134         Pos = MAP_APPFONT ( 12 , 98 ) ;
135         Size = MAP_APPFONT ( 59 , 8 ) ;
136         Text [ en-US ] = "Characters per line" ;
137     };
138     NumericField    NF_CHARSPERLINE
139     {
140         Pos = MAP_APPFONT ( 74 , 96 ) ;
141         Size = MAP_APPFONT ( 25 , 12 ) ;
142         Border = TRUE ;
143         TabStop = TRUE ;
144         Left = TRUE ;
145         Repeat = TRUE ;
146         Spin = TRUE ;
147         Minimum = 1 ;
148         Maximum = 233 ;
149         Value = 1 ;
150         First = 1 ;
151         Last = 233 ;
152         SpinSize = 1 ;
153     };
154     FixedText       FT_CHARWIDTH
155     {
156         Pos = MAP_APPFONT ( 133 , 98 ) ;
157         Size = MAP_APPFONT ( 80 , 8 ) ;
158         Text [ en-US ] = "Character ~width" ;
159         Text [ zh-CN ] = "字符跨度" ;
160     };
161     MetricField     MF_CHARWIDTH
162     {
163         Pos = MAP_APPFONT ( 216 , 96 ) ;
164         Size = MAP_APPFONT ( 35 , 12 ) ;
165         Border = TRUE ;
166         TabStop = TRUE ;
167         Left = TRUE ;
168         Repeat = TRUE ;
169         Spin = TRUE ;
170         Minimum = 100 ;
171         Maximum = 5600 ;
172         DecimalDigits = 2 ;
173         Unit = FUNIT_POINT;
174         First = 0 ;
175         Last = 5600 ;
176         SpinSize = 5 ;
177     };
178     FixedText       FT_CHARRANGE
179     {
180         Pos = MAP_APPFONT ( 103 , 96 ) ;
181         Size = MAP_APPFONT ( 25 , 8 ) ;
182         Text [ en-US ] = "( 1 - 45 )" ;
183     };
184     FixedText       FT_RUBYSIZE
185     {
186         Pos = MAP_APPFONT ( 133 , 98 ) ;
187         Size = MAP_APPFONT ( 80 , 8 ) ;
188         Text [ en-US ] = "Max. Ruby text size" ;
189     };
190     MetricField     MF_RUBYSIZE
191     {
192         Pos = MAP_APPFONT ( 216 , 96 ) ;
193         Size = MAP_APPFONT ( 35 , 12 ) ;
194         Border = TRUE ;
195         TabStop = TRUE ;
196         Left = TRUE ;
197         Repeat = TRUE ;
198         Spin = TRUE ;
199         Minimum = 100 ;
200         Maximum = 5600 ;
201         DecimalDigits = 2 ;
202         Unit = FUNIT_POINT;
203         First = 0 ;
204         Last = 5600 ;
205         SpinSize = 5 ;
206     };
207     CheckBox        CB_RUBYBELOW
208     {
209         Pos = MAP_APPFONT ( 14 , 112 ) ;
210         Size = MAP_APPFONT ( 237 , 10 ) ;
211         Text [ en-US ] = "Ruby text below/left from base text" ;
212     };
213     FixedLine       FL_DISPLAY
214     {
215         Pos = MAP_APPFONT ( 6 , 128 ) ;
216         Size = MAP_APPFONT ( 248 , 8 ) ;
217         Text [ en-US ] = "Grid display" ;
218     };
219     CheckBox        CB_DISPLAY
220     {
221         Pos = MAP_APPFONT ( 12 , 139 ) ;
222         Size = MAP_APPFONT ( 118 , 10 ) ;
223         Text [ en-US ] = "Display grid" ;
224     };
225     CheckBox        CB_PRINT
226     {
227         Pos = MAP_APPFONT ( 18 , 154 ) ;
228         Size = MAP_APPFONT ( 112 , 10 ) ;
229         Text [ en-US ] = "Print grid" ;
230     };
231     FixedText       FT_COLOR
232     {
233         Pos = MAP_APPFONT ( 133 , 139 ) ;
234         Size = MAP_APPFONT ( 55 , 8 ) ;
235         Text [ en-US ] = "Grid color" ;
236     };
237     ListBox         LB_COLOR
238     {
239         Pos = MAP_APPFONT ( 191 , 137 ) ;
240         Size = MAP_APPFONT ( 60 , 50 ) ;
241         TabStop = TRUE;
242         Border = TRUE;
243         DropDown = TRUE;
244     };