summaryrefslogtreecommitdiff
path: root/padmin/source/padialog.src
blob: 74b2d091e8defd05d72c8026610668da9247af4e (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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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 "padialog.hrc"

ModalDialog RID_PADIALOG
{
    HelpID = "padmin:ModalDialog:RID_PADIALOG";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 260 , 198 ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;

    FixedLine RID_PA_FL_SEPBUTTON
    {
        Pos = MAP_APPFONT( 0, 176 );
        Size = MAP_APPFONT( 260, 2 );
    };
    CancelButton RID_PA_BTN_CANCEL
    {
        DefButton = TRUE;
        Pos = MAP_APPFONT( 190, 181 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "Close";
    };

    FixedLine RID_PA_FL_PRINTERS
    {
        Pos = MAP_APPFONT( 6, 5 );
        Size = MAP_APPFONT( 248, 8 );
        Text [ en-US ] = "Installed ~printers";
    };
    ListBox RID_PA_LB_DEV
    {
        HelpID = "padmin:ListBox:RID_PADIALOG:RID_PA_LB_DEV";
        Pos = MAP_APPFONT( 12, 15 );
        Size = MAP_APPFONT( 168, 80 );
        Border = TRUE;
        Sort = TRUE;
    };
    FixedText RID_PA_TXT_COMMAND
    {
        Pos = MAP_APPFONT( 10, 100 );
        Size = MAP_APPFONT( 40, 8 );
        Text [ en-US ] = "Command:";
    };
    FixedText RID_PA_TXT_COMMAND_STRING
    {
        Pos = MAP_APPFONT( 55, 100 );
        Size = MAP_APPFONT( 135, 8 );
    };
    FixedText RID_PA_TXT_DRIVER
    {
        Pos = MAP_APPFONT( 10, 110 );
        Size = MAP_APPFONT( 40, 8 );
        Text [ en-US ] = "Driver:";
    };
    FixedText RID_PA_TXT_DRIVER_STRING
    {
        Pos = MAP_APPFONT( 55, 110 );
        Size = MAP_APPFONT( 135, 8 );
    };
    FixedText RID_PA_TXT_LOCATION
    {
        Pos = MAP_APPFONT( 10, 120 );
        Size = MAP_APPFONT( 40, 8 );
        Text [ en-US ] = "Location:";
    };
    FixedText RID_PA_TXT_LOCATION_STRING
    {
        Pos = MAP_APPFONT( 55, 120 );
        Size = MAP_APPFONT( 135, 8 );
    };
    FixedText RID_PA_TXT_COMMENT
    {
        Pos = MAP_APPFONT( 10, 130 );
        Size = MAP_APPFONT( 40, 8 );
        Text [ en-US ] = "Comment:";
    };
    FixedText RID_PA_TXT_COMMENT_STRING
    {
        Pos = MAP_APPFONT( 55, 130 );
        Size = MAP_APPFONT( 135, 8 );
    };
    PushButton RID_PA_BTN_CONF
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_CONF";
        Pos = MAP_APPFONT( 190, 15 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "Properties...";
    };
    PushButton RID_PA_BTN_RENAME
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_RENAME";
        Pos = MAP_APPFONT( 190, 32 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "R~ename...";
    };
    PushButton RID_PA_BTN_STD
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_STD";
        Pos = MAP_APPFONT( 190, 49 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "~Default";
    };
    PushButton RID_PA_BTN_DEL
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_DEL";
        Pos = MAP_APPFONT( 190, 66 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "Remo~ve...";
    };
    PushButton RID_PA_TESTPAGE
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_TESTPAGE";
        Pos = MAP_APPFONT( 190, 83 );
        Size = MAP_APPFONT( 60, 12 );
        Text [ en-US ] = "Test ~Page";
    };

    PushButton RID_PA_BTN_ADD
    {
        HelpID = "padmin:PushButton:RID_PADIALOG:RID_PA_BTN_ADD";
        Pos = MAP_APPFONT( 5, 181 );
        Size = MAP_APPFONT( 70, 12 );
        Text [ en-US ] = "New PDF Converter...";
    };

    String RID_PA_STR_DEFPRT
    {
        Text [ en-US ] = "Default printer";
    };
    String RID_PA_STR_RENAME
    {
        Text [ en-US ] = "Rename";
    };
    Text [ en-US ] = "Printer Administration";
};

String RID_ERR_NOPRINTER
{
    Text [ en-US ] = "Could not open printer %s.";
};

String RID_PA_TXT_TESTPAGE_PRINTED
{
    Text [ en-US ] = "The test page was printed successfully. Please check the result.";
};

String RID_ERR_NOWRITE
{
    Text [en-US] = "No printers can be installed, because the file system is read-only.\nPlease contact your system administrator.";
};

String RID_QRY_PRTNAME
{
    Text [ en-US ] = "~New printer name";
};

String RID_TXT_TESTPAGE_MODEL
{
    Text [ en-US ] = "Model";
};

String RID_TXT_TESTPAGE_NAME
{
    Text [ en-US ] = "Name";
};

String RID_TXT_TESTPAGE_COMMENT
{
    Text [ en-US ] = "Comment";
};

String RID_TXT_TESTPAGE_QUEUE
{
    Text [ en-US ] = "Queue";
};

String RID_TXT_TESTPAGE_DATE
{
    Text [ en-US ] = "Date";
};

String RID_TXT_TESTPAGE_TIME
{
    Text [ en-US ] = "Time";
};


String RID_BXT_TESTPAGE
{
    Text [ en-US ] = "Test page";
};

String RID_BXT_ENVIRONMENT
{
    Text [ en-US ] = "Wrong environment";
};

String RID_YOU_SURE
{
    Text [ en-US ] = "Are you sure ?";
};

Bitmap RID_BUTTERFLY
{
    File = "source/butter.png" ;
};

Bitmap RID_BMP_SMALL_PRINTER
{
    File = "source/print.png";
};

Bitmap RID_BMP_SMALL_PDF
{
    File = "source/pdf.png";
};

Bitmap RID_BMP_PRINTER
{
    File = "source/printer_large.png";
};

ModelessDialog RID_PROGRESS_DLG
{
    HelpID = "padmin:ModelessDialog:RID_PROGRESS_DLG";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Pos = MAP_APPFONT ( 10 , 10 ) ;
    Size = MAP_APPFONT ( 150 , 90 ) ;
    Moveable = TRUE ;
    Closeable = FALSE ;
    CancelButton RID_PROGRESS_BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 50 , 71 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    FixedText RID_PROGRESS_OPERATION_TXT
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 140 , 18 ) ;
    };
    FixedText RID_PROGRESS_PROGRESS_TXT
    {
        Pos = MAP_APPFONT( 6, 48 );
        Size = MAP_APPFONT( 140, 8 );
        Text [ en-US ] = "Progress";
    };
    Window RID_PROGRESS_STATUSBAR
    {
        SVLook = TRUE;
        Border = TRUE;
        Pos = MAP_APPFONT ( 6 , 58 ) ;
        Size = MAP_APPFONT( 140, 8 );
    };
    FixedText RID_PROGRESS_FILENAME_TXT
    {
        Pos = MAP_APPFONT ( 6 , 28 ) ;
        Size = MAP_APPFONT ( 140 , 8 ) ;
    };
    Text [ en-US ] = "Please wait";
};

ModalDialog RID_PPDIMPORT_DLG
{
    HelpID = "padmin:ModalDialog:RID_PPDIMPORT_DLG";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 265 , 225 ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;

    FixedLine RID_PPDIMP_GROUP_PATH
    {
        Pos = MAP_APPFONT( 5, 5 );
        Size = MAP_APPFONT( 200, 8 );
        Text [ en-US ] = "Dri~ver directory";
    };
    FixedText RID_PPDIMP_TXT_PATH
    {
        Pos = MAP_APPFONT( 10, 33 );
        Size = MAP_APPFONT( 190, 8 );
        Text [ en-US ] = "Please select the driver directory.";
    };
    ComboBox RID_PPDIMP_LB_PATH
    {
        HelpID = "padmin:ComboBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_PATH";
        Dropdown = TRUE;
        Border = TRUE;
        Sort = TRUE;

        Pos = MAP_APPFONT( 10, 15 );
        Size = MAP_APPFONT( 130, 80 );
    };
    PushButton RID_PPDIMP_BTN_SEARCH
    {
        HelpID = "padmin:PushButton:RID_PPDIMPORT_DLG:RID_PPDIMP_BTN_SEARCH";
        Pos = MAP_APPFONT( 145, 15 );
        Size = MAP_APPFONT( 50, 14 );
        Text [ en-US ] = "Browse...";
    };

    FixedLine RID_PPDIMP_GROUP_DRIVER
    {
        Pos = MAP_APPFONT( 5, 60 );
        Size = MAP_APPFONT( 200, 8 );
        Text [ en-US ] = "~Selection of drivers";
    };
    MultiListBox RID_PPDIMP_LB_DRIVER
    {
        HelpID = "padmin:MultiListBox:RID_PPDIMPORT_DLG:RID_PPDIMP_LB_DRIVER";
        Border = TRUE;
        Sort = TRUE;
        SimpleMode = TRUE;
        AutoHScroll = TRUE;
        Pos = MAP_APPFONT( 10, 70 );
        Size = MAP_APPFONT( 190, 120 );
    };
    FixedText RID_PPDIMP_TXT_DRIVER
    {
        Pos = MAP_APPFONT( 10, 195 );
        Size = MAP_APPFONT( 190, 60 );
        WordBreak = TRUE;
        Text [ en-US ] = "Please select the drivers to install and press \"%s\".";
    };
    String RID_PPDIMP_STR_LOADINGPPD
    {
        Text [ en-US ] = "Searching for drivers";
    };
    OKButton RID_PPDIMP_BTN_OK
    {
        DefButton = TRUE;
        Pos = MAP_APPFONT( 210, 10 );
        Size = MAP_APPFONT( 50, 14 );
    };
    CancelButton RID_PPDIMP_BTN_CANCEL
    {
        Pos = MAP_APPFONT( 210, 29 );
        Size = MAP_APPFONT( 50, 14 );
    };

    Text [ en-US ] = "Driver Installation";
};

String RID_QUERY_REMOVEDRIVER
{
    Text [ en-US ] = "Do you really want to remove the driver \"%s\"?";
};

String RID_QUERY_REMOVEPRINTER
{
    Text [ en-US ] = "Do you really want to remove this printer ?";
};

String RID_QUERY_DRIVERUSED
{
    Text [ en-US ] = "There are still printers using the driver \"%s\". Do you really want to remove it? The corresponding printers will also be removed.";
};

String RID_ERR_REMOVESGENPRT
{
    Text [ en-US ] = "The driver \"%s\" is always needed and can therefore not be removed.";
};

String RID_ERR_REMOVEDRIVERFAILED
{
    Text [ en-US ] = "The driver \"%s1\" could not be removed. It was not possible to remove the file\n\n%s2.";
};

String RID_ERR_REMOVEDEFAULTDRIVER
{
    Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be removed.";
};

String RID_ERR_PRINTERNOTREMOVABLE
{
    Text [ en-US ] = "The printer %s cannot be removed.";
};

String RID_TXT_PRINTERALREADYEXISTS
{
    Text [ en-US ] = "A printer named \"%s\" already exists. This printer will not be imported.";
};

ModalDialog RID_ADD_PRINTER_DIALOG
{
    HelpID = "padmin:ModalDialog:RID_ADD_PRINTER_DIALOG";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 240 , 172 ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;

    Control RID_ADDP_CTRL_TITLE
    {
        Pos = MAP_APPFONT( 0, 0 );
        Size = MAP_APPFONT( 240, 26 );
    };
    FixedLine RID_ADDP_LINE
    {
        Pos = MAP_APPFONT( 0, 150 );
        Size = MAP_APPFONT( 240, 2 );
    };
    OKButton RID_ADDP_BTN_FINISH
    {
        Pos = MAP_APPFONT( 185, 155 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Finish";
    };
    CancelButton RID_ADDP_BTN_CANCEL
    {
        Pos = MAP_APPFONT( 5, 155 );
        Size = MAP_APPFONT( 50, 12 );
    };
    PushButton RID_ADDP_BTN_NEXT
    {
        HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_NEXT";
        Pos = MAP_APPFONT( 130, 155 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Next >>";
    };
    PushButton RID_ADDP_BTN_PREV
    {
        HelpID = "padmin:PushButton:RID_ADD_PRINTER_DIALOG:RID_ADDP_BTN_PREV";
        Pos = MAP_APPFONT( 75, 155 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "<< ~Back";
    };
    Text [ en-US ] = "Add Printer";
};

TabPage RID_ADDP_PAGE_CHOOSEDRIVER
{
    HelpID = "padmin:TabPage:RID_ADDP_PAGE_CHOOSEDRIVER";
    Hide = TRUE;
    Pos = MAP_APPFONT( 0, 30 );
    Size = MAP_APPFONT( 240, 120 );
    String RID_ADDP_STR_TITLE
    {
        Text [ en-US ] = "Choose a driver";
    };
    FixedText RID_ADDP_CHDRV_TXT_DRIVER
    {
        Pos = MAP_APPFONT( 5, 5 );
        Size = MAP_APPFONT( 230, 8 );
        Text [ en-US ] = "Please select a s~uitable driver.";
    };
    ListBox RID_ADDP_CHDRV_BOX_DRIVER
    {
        HelpID = "padmin:ListBox:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BOX_DRIVER";
        Pos = MAP_APPFONT( 5, 15 );
        Size = MAP_APPFONT( 175, 100 );
        Border = TRUE;
        Sort = TRUE;
    };
    PushButton RID_ADDP_CHDRV_BTN_ADD
    {
        HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_ADD";
        Pos = MAP_APPFONT( 185, 15 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Import...";
    };
    PushButton RID_ADDP_CHDRV_BTN_REMOVE
    {
        HelpID = "padmin:PushButton:RID_ADDP_PAGE_CHOOSEDRIVER:RID_ADDP_CHDRV_BTN_REMOVE";
        Pos = MAP_APPFONT( 185, 32 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Delete";
    };
    String RID_ADDP_CHDRV_STR_REMOVE
    {
        Text [ en-US ] = "Delete driver";
    };
};

TabPage RID_ADDP_PAGE_NAME
{
    HelpID = "padmin:TabPage:RID_ADDP_PAGE_NAME";
    Hide = TRUE;
    Pos = MAP_APPFONT( 0, 30 );
    Size = MAP_APPFONT( 240, 120 );
    String RID_ADDP_STR_TITLE
    {
        Text [ en-US ] = "Choose a name";
    };
    FixedText RID_ADDP_NAME_TXT_NAME
    {
        Pos = MAP_APPFONT( 40, 25 );
        Size = MAP_APPFONT( 220, 8 );
        Text [ en-US ] = "Please enter a name for the printer.";
    };
    FixedText RID_ADDP_NAME_TXT_PDFNAME
    {
        Pos = MAP_APPFONT( 40, 25 );
        Size = MAP_APPFONT( 220, 8 );
        Text [ en-US ] = "Please enter a name for the PDF connection.";
    };
    Edit RID_ADDP_NAME_EDT_NAME
    {
        HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_NAME";
        Pos = MAP_APPFONT( 40, 35 );
        Size = MAP_APPFONT( 160, 12 );
        Border = TRUE;
    };
    Edit RID_ADDP_NAME_EDT_PDFNAME
    {
        HelpID = "padmin:Edit:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_EDT_PDFNAME";
        Pos = MAP_APPFONT( 40, 35 );
        Size = MAP_APPFONT( 160, 12 );
        Border = TRUE;
        Text [ en-US ] = "PDF converter";
    };
    CheckBox RID_ADDP_NAME_BOX_DEFAULT
    {
        HelpID = "padmin:CheckBox:RID_ADDP_PAGE_NAME:RID_ADDP_NAME_BOX_DEFAULT";
        Pos = MAP_APPFONT( 40, 50 );
        Size = MAP_APPFONT( 160, 12 );
        Text [ en-US ] = "~Use as default printer";
    };
};

TabPage RID_ADDP_PAGE_COMMAND
{
    HelpID = "padmin:TabPage:RID_ADDP_PAGE_COMMAND";
    Hide = TRUE;
    Pos = MAP_APPFONT( 0, 30 );
    Size = MAP_APPFONT( 240, 120 );
    String RID_ADDP_STR_TITLE
    {
        Text [ en-US ] = "Choose a command line";
    };
    FixedText RID_ADDP_CMD_TXT_COMMAND
    {
        Pos = MAP_APPFONT( 10, 2 );
        Size = MAP_APPFONT( 160, 24 );
        WordBreak = TRUE;
        Text [ en-US ] = "Please enter a c~ommand line appropriate for this device.";
    };
    ComboBox RID_ADDP_CMD_BOX_COMMAND
    {
        HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_COMMAND";
        Pos = MAP_APPFONT( 10, 30);
        Size = MAP_APPFONT( 220, 85 );
        Border = TRUE;
    };
    ComboBox RID_ADDP_CMD_BOX_PDFCOMMAND
    {
        HelpID = "padmin:ComboBox:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BOX_PDFCOMMAND";
        Pos = MAP_APPFONT( 10, 30);
        Size = MAP_APPFONT( 220, 60 );
        Border = TRUE;
    };
    FixedText RID_ADDP_CMD_TXT_PDFDIR
    {
        Pos = MAP_APPFONT( 10, 95 );
        Size = MAP_APPFONT( 220, 8 );
        Text [ en-US ] = "PDF ~target directory";
    };
    Edit RID_ADDP_CMD_EDT_PDFDIR
    {
        HelpID = "padmin:Edit:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_EDT_PDFDIR";
        Border = TRUE;
        Pos = MAP_APPFONT( 10, 104 );
        Size = MAP_APPFONT( 190, 12 );
    };
    PushButton RID_ADDP_CMD_BTN_PDFDIR
    {
        HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_PDFDIR";
        Pos = MAP_APPFONT( 205, 104 );
        Size = MAP_APPFONT( 25, 12 );
        Text = "~...";
    };
    PushButton RID_ADDP_CMD_BTN_HELP
    {
        HelpID = "padmin:PushButton:RID_ADDP_PAGE_COMMAND:RID_ADDP_CMD_BTN_HELP";
        Pos = MAP_APPFONT( 180, 2 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Help";
    };
    String RID_ADDP_CMD_STR_PDFHELP
    {
        Text [ en-US ] = "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe).";
    };
};

TabPage RID_ADDP_PAGE_PDFDRIVER
{
    HelpID = "padmin:TabPage:RID_ADDP_PAGE_PDFDRIVER";
    Hide = TRUE;
    Pos = MAP_APPFONT( 0, 30 );
    Size = MAP_APPFONT( 240, 120 );
    String RID_ADDP_STR_TITLE
    {
        Text [ en-US ] = "Choose a driver";
    };
    FixedText RID_ADDP_PDFDRV_TXT_DRIVER
    {
        Pos = MAP_APPFONT( 40, 20 );
        Size = MAP_APPFONT( 160, 19 );
        WordBreak = TRUE;
        Text [ en-US ] = "Use the following driver for this PDF converter";
    };
    RadioButton RID_ADDP_PDFDRV_BTN_DEFAULT
    {
        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DEFAULT";
        Pos = MAP_APPFONT( 40, 40 );
        Size = MAP_APPFONT( 160, 10 );
        Text [ en-US ] = "T~he default driver";
    };
    RadioButton RID_ADDP_PDFDRV_BTN_DIST
    {
        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_DIST";
        Pos = MAP_APPFONT( 40,50 );
        Size = MAP_APPFONT( 160, 10 );
        Text [ en-US ] = "The Adobe D~istiller(tm) driver";
    };
    RadioButton RID_ADDP_PDFDRV_BTN_SELECT
    {
        HelpID = "padmin:RadioButton:RID_ADDP_PAGE_PDFDRIVER:RID_ADDP_PDFDRV_BTN_SELECT";
        Pos = MAP_APPFONT( 40, 60 );
        Size = MAP_APPFONT( 160, 24 );
        Text [ en-US ] = "A spec~ific driver, to adapt the format to another printer";
    };
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */