summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.src
blob: a7cbab1900c412784ad8f9fcd39be8d77d33ba20 (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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org 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 version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "labfmt.hrc"
#include "helpid.h"
 // TP_LAB_FMT ---------------------------------------------------------------
TabPage TP_LAB_FMT
{
    HelpID = HID_LAB_FMT ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Hide = TRUE ;
    FixedText FI_MAKE
    {
        Pos = MAP_APPFONT ( 108 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
    };
    FixedText FI_TYPE
    {
        Pos = MAP_APPFONT ( 162 , 6 ) ;
        Size = MAP_APPFONT ( 92 , 8 ) ;
    };
    Window WIN_PREVIEW
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 108 , 17 ) ;
        Size = MAP_APPFONT ( 146 , 161 ) ;
    };
    FixedText TXT_HDIST
    {
        Pos = MAP_APPFONT ( 6 , 19 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Hori~zontal pitch" ;
        Group = TRUE ;
        Left = TRUE ;
    };
    MetricField FLD_HDIST
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_HDIST";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 17 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    FixedText TXT_VDIST
    {
        Pos = MAP_APPFONT ( 6 , 35 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Vertical pitch" ;
        Left = TRUE ;
    };
    MetricField FLD_VDIST
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_VDIST";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 33 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    FixedText TXT_WIDTH
    {
        Pos = MAP_APPFONT ( 6 , 51 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Width" ;
        Left = TRUE ;
    };
    MetricField FLD_WIDTH
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_WIDTH";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 49 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    FixedText TXT_HEIGHT
    {
        Pos = MAP_APPFONT ( 6 , 67 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Height" ;
        Left = TRUE ;
    };
    MetricField FLD_HEIGHT
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_HEIGHT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 65 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    FixedText TXT_LEFT
    {
        Pos = MAP_APPFONT ( 6 , 83 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Left margin" ;
        Left = TRUE ;
    };
    MetricField FLD_LEFT
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_LEFT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 81 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        Minimum = 0 ;
        First = 0 ;
        SpinSize = 10 ;
    };
    FixedText TXT_UPPER
    {
        Pos = MAP_APPFONT ( 6 , 99 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Top margin" ;
        Left = TRUE ;
    };
    MetricField FLD_UPPER
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_UPPER";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 97 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        Minimum = 0 ;
        First = 0 ;
        SpinSize = 10 ;
    };
    FixedText TXT_COLUMNS
    {
        Pos = MAP_APPFONT ( 6 , 115 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Columns" ;
        Left = TRUE ;
    };
    NumericField FLD_COLUMNS
    {
        HelpID = "sw:NumericField:TP_LAB_FMT:FLD_COLUMNS";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 113 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        First = 1 ;
    };
    FixedText TXT_ROWS
    {
        Pos = MAP_APPFONT ( 6 , 131 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "R~ows" ;
        Left = TRUE ;
    };
    NumericField FLD_ROWS
    {
        HelpID = "sw:NumericField:TP_LAB_FMT:FLD_ROWS";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 129 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        First = 1 ;
    };
    PushButton  PB_SAVE
    {
        HelpID = "sw:PushButton:TP_LAB_FMT:PB_SAVE";
        Pos = MAP_APPFONT ( 50 , 148 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text [ en-US ] = "~Save...";
    };
};
 // String *******************************************************************
String STR_HDIST
{
    Text [ en-US ] = "H. Pitch" ;
};
String STR_VDIST
{
    Text [ en-US ] = "V. Pitch" ;
};
String STR_WIDTH
{
    Text [ en-US ] = "Width" ;
};
String STR_HEIGHT
{
    Text [ en-US ] = "Height" ;
};
String STR_LEFT
{
    Text [ en-US ] = "Left margin" ;
};
String STR_UPPER
{
    Text [ en-US ] = "Top margin" ;
};
String STR_COLS
{
    Text [ en-US ] = "Columns" ;
};
String STR_ROWS
{
    Text [ en-US ] = "Rows" ;
};
ModalDialog DLG_SAVE_LABEL
{
    HelpID = HID_SAVE_LABEL_DLG ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 230 , 60 ) ;
    Moveable = TRUE ;
    FixedText FT_MAKE
    {
        Pos = MAP_APPFONT ( 12 , 16 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        Text [ en-US ] = "Brand" ;
        Left = TRUE ;
    };
    ComboBox CB_MAKE
    {
        HelpID = "sw:ComboBox:DLG_SAVE_LABEL:CB_MAKE";
        Pos = MAP_APPFONT ( 65 , 15 ) ;
        Size = MAP_APPFONT ( 100 , 50 ) ;
        Border = TRUE;
        DropDown = TRUE;
    };
    FixedText FT_TYPE
    {
        Pos = MAP_APPFONT ( 12 , 31 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        Text [ en-US ] = "T~ype" ;
        Left = TRUE ;
    };
    Edit ED_TYPE
    {
        HelpID = "sw:Edit:DLG_SAVE_LABEL:ED_TYPE";
        Pos = MAP_APPFONT ( 65 , 30 ) ;
        Size = MAP_APPFONT ( 100 , 12 ) ;
        Border = TRUE;
    };
    FixedLine FL_OPTIONS
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 165 , 8 ) ;
        Text [ en-US ] = "Options";
    };
    OKButton PB_OK
    {
        Pos = MAP_APPFONT ( 174 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Group = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton PB_CANCEL
    {
        Pos = MAP_APPFONT ( 174 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Group = TRUE ;
    };
    HelpButton PB_HELP
    {
        Pos = MAP_APPFONT ( 174 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Group = TRUE ;
    };
    QueryBox MB_QUERY
    {
        Buttons = WB_YES_NO ;
        DefButton = WB_DEF_CANCEL ;
        Message [ en-US ] = "The label \"%1 / %2\" already exists.\nDo you want to overwrite it?";
    };
    Text [ en-US ] = "Save Label Format";
};