summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.src
blob: 8bb7bbe53380a6fec5f3f082a15a60b90f0acef6 (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
369
370
371
372
373
374
375
376
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "labfmt.hrc"
#include "helpid.h"
 // TP_LAB_FMT ---------------------------------------------------------------
TabPage TP_LAB_FMT
{
    HelpID = HID_LAB_FMT ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    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 , 6 ) ;
        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 , 4 ) ;
        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 , 22 ) ;
        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 , 20 ) ;
        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 , 38 ) ;
        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 , 36 ) ;
        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 , 54 ) ;
        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 , 52 ) ;
        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 , 70 ) ;
        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 , 68 ) ;
        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 , 86 ) ;
        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 , 84 ) ;
        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 , 102 ) ;
        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 , 100 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        First = 1 ;
    };
    FixedText TXT_ROWS
    {
        Pos = MAP_APPFONT ( 6 , 118 ) ;
        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 , 116 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        First = 1 ;
    };
    FixedText TXT_PWIDTH
    {
        Pos = MAP_APPFONT ( 6 , 134 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "P~age Width" ;
        Left = TRUE ;
    };
    MetricField FLD_PWIDTH
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_PWIDTH";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 132 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    FixedText TXT_PHEIGHT
    {
        Pos = MAP_APPFONT ( 6 , 150 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Pa~ge Height" ;
        Left = TRUE ;
    };
    MetricField FLD_PHEIGHT
    {
        HelpID = "sw:MetricField:TP_LAB_FMT:FLD_PHEIGHT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 60 , 148 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Spin = TRUE ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        Repeat = TRUE ;
        SpinSize = 10 ;
    };
    PushButton  PB_SAVE
    {
        HelpID = "sw:PushButton:TP_LAB_FMT:PB_SAVE";
        Pos = MAP_APPFONT ( 50 , 167 ) ;
        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" ;
};
String STR_PWIDTH
{
    Text [ en-US ] = "Page Width" ;
};
String STR_PHEIGHT
{
    Text [ en-US ] = "Page Height" ;
};
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";
};