bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / envelp / labprt.src
blobb55a94973f7c8147e5d07bfe24c7222479d77384
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "labprt.hrc"
21 #include "helpid.h"
22  // TP_LAB_PRT ---------------------------------------------------------------
23 TabPage TP_LAB_PRT
25     HelpID = HID_LAB_PRT ;
26     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
27     Hide = TRUE ;
28     RadioButton BTN_PAGE
29     {
30         HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_PAGE";
31         Pos = MAP_APPFONT ( 12 , 14 ) ;
32         Size = MAP_APPFONT ( 70 , 10 ) ;
33         TabStop = TRUE ;
34         Group = TRUE ;
35         Text [ en-US ] = "~Entire page" ;
36     };
37     RadioButton BTN_SINGLE
38     {
39         HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_SINGLE";
40         Pos = MAP_APPFONT ( 12 , 28 ) ;
41         Size = MAP_APPFONT ( 70 , 10 ) ;
42         Text [ en-US ] = "~Single label" ;
43     };
44     FixedText TXT_COL
45     {
46         Pos = MAP_APPFONT ( 127 , 29 ) ;
47         Size = MAP_APPFONT ( 30 , 8 ) ;
48         Text [ en-US ] = "Colu~mn" ;
49         Left = TRUE ;
50     };
51     NumericField FLD_COL
52     {
53         HelpID = "sw:NumericField:TP_LAB_PRT:FLD_COL";
54         Border = TRUE ;
55         Pos = MAP_APPFONT ( 160 , 27 ) ;
56         Size = MAP_APPFONT ( 24 , 12 ) ;
57         TabStop = TRUE ;
58         Left = TRUE ;
59         Repeat = TRUE ;
60         Spin = TRUE ;
61         Minimum = 1 ;
62         First = 1 ;
63     };
64     FixedText TXT_ROW
65     {
66         Pos = MAP_APPFONT ( 191 , 29 ) ;
67         Size = MAP_APPFONT ( 30 , 8 ) ;
68         Text [ en-US ] = "Ro~w" ;
69         Left = TRUE ;
70     };
71     NumericField FLD_ROW
72     {
73         HelpID = "sw:NumericField:TP_LAB_PRT:FLD_ROW";
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 224 , 27 ) ;
76         Size = MAP_APPFONT ( 24 , 12 ) ;
77         TabStop = TRUE ;
78         Left = TRUE ;
79         Repeat = TRUE ;
80         Spin = TRUE ;
81         Minimum = 1 ;
82         First = 1 ;
83     };
84     CheckBox CB_SYNCHRON
85     {
86         HelpID = "sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON";
87         Pos = MAP_APPFONT ( 12 , 43 ) ;
88         Size = MAP_APPFONT ( 120 , 10 ) ;
89         TabStop = TRUE ;
90         Text [ en-US ] = "Synchroni~ze contents" ;
91     };
92     FixedLine FL_DONTKNOW
93     {
94         Pos = MAP_APPFONT ( 6 , 3 ) ;
95         Size = MAP_APPFONT ( 248 , 8 ) ;
96         Text [ en-US ] = "Distribute";
97     };
98     FixedText INF_PRINTER
99     {
100         Pos = MAP_APPFONT ( 12 , 73 ) ;
101         Size = MAP_APPFONT ( 182 , 8 ) ;
102         Left = TRUE ;
103         Text [ en-US ] = "Printer Name" ;
104     };
105     PushButton BTN_PRTSETUP
106     {
107         HelpID = "sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP";
108         Pos = MAP_APPFONT ( 198 , 70 ) ;
109         Size = MAP_APPFONT ( 50 , 14 ) ;
110         TabStop = TRUE ;
111         Text [ en-US ] = "Setup..." ;
112     };
113     FixedLine FL_PRINTER
114     {
115         Pos = MAP_APPFONT ( 6 , 59 ) ;
116         Size = MAP_APPFONT ( 248 , 8 ) ;
117         Text [ en-US ] = " Printer " ;
118     };
120  // **************************************************************************
122 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */