summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/pggrid.src
blob: b6398f3d35d125990f5c33f61e8c1f59f9aca588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/*************************************************************************
 *
 *  OpenOffice.org - a multi-platform office productivity suite
 *
 *  $RCSfile: pggrid.src,v $
 *
 *  $Revision: 1.22 $
 *
 *  last change: $Author: hr $ $Date: 2005-09-23 13:10:18 $
 *
 *  The Contents of this file are made available subject to
 *  the terms of GNU Lesser General Public License Version 2.1.
 *
 *
 *    GNU Lesser General Public License Version 2.1
 *    =============================================
 *    Copyright 2005 by Sun Microsystems, Inc.
 *    901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *    This library is free software; you can redistribute it and/or
 *    modify it under the terms of the GNU Lesser General Public
 *    License version 2.1, as published by the Free Software Foundation.
 *
 *    This library is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *    Lesser General Public License for more details.
 *
 *    You should have received a copy of the GNU Lesser General Public
 *    License along with this library; if not, write to the Free Software
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *    MA  02111-1307  USA
 *
 ************************************************************************/
#include "globals.hrc"
#include "pggrid.hrc"
#include "helpid.h"
TabPage TP_TEXTGRID_PAGE
{
    HelpID = HID_TEXTGRID_PAGE;
    Pos = MAP_APPFONT ( 0 , 0 ) ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Hide = TRUE;
    FixedLine       FL_GRID_TYPE
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 164 , 8 ) ;
        Text [ de ] = "Raster" ;
        Text [ en-US ] = "Grid" ;
    };
    RadioButton     RB_NOGRID
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 158 , 10 ) ;
        Text [ de ] = "Kein Raster" ;
        Text [ en-US ] = "No grid" ;
    };
    RadioButton     RB_LINESGRID
    {
        Pos = MAP_APPFONT ( 12 , 27 ) ;
        Size = MAP_APPFONT ( 158 , 10 ) ;
        Text [ de ] = "Raster (nur Linien)" ;
        Text [ en-US ] = "Grid (lines only)" ;
    };
    RadioButton     RB_CHARSGRID
    {
        Pos = MAP_APPFONT ( 12 , 40 ) ;
        Size = MAP_APPFONT ( 158 , 10 ) ;
        Text [ de ] = "Raster (Linien und Zeichen)" ;
        Text [ en-US ] = "Grid (lines and characters)" ;
    };
    Window          WN_EXAMPLE
    {
        Pos = MAP_APPFONT ( 176 , 6 ) ;
        Size = MAP_APPFONT ( 75 , 46 ) ;
    };
    FixedLine       FL_LAYOUT
    {
        Pos = MAP_APPFONT ( 6 , 56 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Rasterlayout" ;
        Text [ en-US ] = "Grid layout" ;
        Text [ x-comment ] = "ZL: translation changed because of bug report from Jack";
    };
    FixedText       FT_LINESPERPAGE
    {
        Pos = MAP_APPFONT ( 12 , 69 ) ;
        Size = MAP_APPFONT ( 59 , 8 ) ;
        Text [ de ] = "Zeilen pro Seite" ;
        Text [ en-US ] = "Lines per page" ;
    };
    NumericField    NF_LINESPERPAGE
    {
        Pos = MAP_APPFONT ( 74 , 67 ) ;
        Size = MAP_APPFONT ( 25 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 154 ;
        Value = 1 ;
        First = 1 ;
        Last = 154 ;
        SpinSize = 1 ;
    };
    FixedText       FT_TEXTSIZE
    {
        Pos = MAP_APPFONT ( 133 , 69 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ de ] = "Max. Basistextgröße" ;
        Text [ en-US ] = "Max. base text size" ;
    };
    MetricField     MF_TEXTSIZE
    {
        Pos = MAP_APPFONT ( 216 , 67 ) ;
        Size = MAP_APPFONT ( 35 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 5600 ;
        DecimalDigits = 1 ;
        Unit = FUNIT_POINT ;
        First = 10 ;
        Last = 5600 ;
        SpinSize = 5 ;
    };
    FixedText       FT_CHARSPERLINE
    {
        Pos = MAP_APPFONT ( 12 , 85 ) ;
        Size = MAP_APPFONT ( 59 , 8 ) ;
        Text [ de ] = "Zeichen pro Zeile" ;
        Text [ en-US ] = "Characters per line" ;
    };
    NumericField    NF_CHARSPERLINE
    {
        Pos = MAP_APPFONT ( 74 , 83 ) ;
        Size = MAP_APPFONT ( 25 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 233 ;
        Value = 1 ;
        First = 1 ;
        Last = 233 ;
        SpinSize = 1 ;
    };
    FixedText       FT_RUBYSIZE
    {
        Pos = MAP_APPFONT ( 133 , 85 ) ;
        Size = MAP_APPFONT ( 80 , 8 ) ;
        Text [ de ] = "Max. Ruby-Textgröße" ;
        Text [ en-US ] = "Max. Ruby text size" ;
    };
    MetricField     MF_RUBYSIZE
    {
        Pos = MAP_APPFONT ( 216 , 83 ) ;
        Size = MAP_APPFONT ( 35 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 5600 ;
        DecimalDigits = 1 ;
        Unit = FUNIT_POINT;
        First = 10 ;
        Last = 5600 ;
        SpinSize = 5 ;
    };
    CheckBox        CB_RUBYBELOW
    {
        Pos = MAP_APPFONT ( 14 , 99 ) ;
        Size = MAP_APPFONT ( 242 , 10 ) ;
        Text [ de ] = "Ruby-Text unter/links vom Basistext" ;
        Text [ en-US ] = "Ruby text below/left from base text" ;
    };
    FixedLine       FL_DISPLAY
    {
        Pos = MAP_APPFONT ( 6 , 115 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ de ] = "Rasterdarstellung" ;
        Text [ en-US ] = "Grid display" ;
    };
    CheckBox        CB_DISPLAY
    {
        Pos = MAP_APPFONT ( 12 , 126 ) ;
        Size = MAP_APPFONT ( 112 , 10 ) ;
        Text [ de ] = "Raster anzeigen" ;
        Text [ en-US ] = "Display grid" ;
        Text [ x-comment ] = "ZL: translation changed because of bug report from Jack";
    };
    CheckBox        CB_PRINT
    {
        Pos = MAP_APPFONT ( 18 , 141 ) ;
        Size = MAP_APPFONT ( 106 , 10 ) ;
        Text [ de ] = "Raster ausdrucken" ;
        Text [ en-US ] = "Print grid" ;
        Text [ x-comment ] = "ZL: translation changed because of bug report from Jack";
    };
    FixedText       FT_COLOR
    {
        Pos = MAP_APPFONT ( 133 , 126 ) ;
        Size = MAP_APPFONT ( 55 , 8 ) ;
        Text [ de ] = "Rasterfarbe" ;
        Text [ en-US ] = "Grid color" ;
    };
    ListBox         LB_COLOR
    {
        Pos = MAP_APPFONT ( 191 , 124 ) ;
        Size = MAP_APPFONT ( 60 , 50 ) ;
        TabStop = TRUE;
        Border = TRUE;
        DropDown = TRUE;
    };
};