1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 // TP_LAB_PRT ---------------------------------------------------------------
25 HelpID = HID_LAB_PRT ;
26 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30 HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_PAGE";
31 Pos = MAP_APPFONT ( 12 , 14 ) ;
32 Size = MAP_APPFONT ( 70 , 10 ) ;
35 Text [ en-US ] = "~Entire page" ;
37 RadioButton BTN_SINGLE
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" ;
46 Pos = MAP_APPFONT ( 127 , 29 ) ;
47 Size = MAP_APPFONT ( 30 , 8 ) ;
48 Text [ en-US ] = "Colu~mn" ;
53 HelpID = "sw:NumericField:TP_LAB_PRT:FLD_COL";
55 Pos = MAP_APPFONT ( 160 , 27 ) ;
56 Size = MAP_APPFONT ( 24 , 12 ) ;
66 Pos = MAP_APPFONT ( 191 , 29 ) ;
67 Size = MAP_APPFONT ( 30 , 8 ) ;
68 Text [ en-US ] = "Ro~w" ;
73 HelpID = "sw:NumericField:TP_LAB_PRT:FLD_ROW";
75 Pos = MAP_APPFONT ( 224 , 27 ) ;
76 Size = MAP_APPFONT ( 24 , 12 ) ;
86 HelpID = "sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON";
87 Pos = MAP_APPFONT ( 12 , 43 ) ;
88 Size = MAP_APPFONT ( 120 , 10 ) ;
90 Text [ en-US ] = "Synchroni~ze contents" ;
94 Pos = MAP_APPFONT ( 6 , 3 ) ;
95 Size = MAP_APPFONT ( 248 , 8 ) ;
96 Text [ en-US ] = "Distribute";
100 Pos = MAP_APPFONT ( 12 , 73 ) ;
101 Size = MAP_APPFONT ( 182 , 8 ) ;
103 Text [ en-US ] = "Printer Name" ;
105 PushButton BTN_PRTSETUP
107 HelpID = "sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP";
108 Pos = MAP_APPFONT ( 198 , 70 ) ;
109 Size = MAP_APPFONT ( 50 , 14 ) ;
111 Text [ en-US ] = "Setup..." ;
115 Pos = MAP_APPFONT ( 6 , 59 ) ;
116 Size = MAP_APPFONT ( 248 , 8 ) ;
117 Text [ en-US ] = " Printer " ;
120 // **************************************************************************
122 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */