merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / labprt.src
blob7d39017ab00789361f3ecb9a0df2216038cd2f86
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: labprt.src,v $
10  * $Revision: 1.35 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // #pragma ******************************************************************
32  // #include *****************************************************************
33 #include "labprt.hrc"
34 #include "helpid.h"
35  // TP_LAB_PRT ---------------------------------------------------------------
36 TabPage TP_LAB_PRT
38     HelpID = HID_LAB_PRT ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     Hide = TRUE ;
41     RadioButton BTN_PAGE
42     {
43         Pos = MAP_APPFONT ( 12 , 14 ) ;
44         Size = MAP_APPFONT ( 70 , 10 ) ;
45         TabStop = TRUE ;
46         Group = TRUE ;
47         Text [ en-US ] = "~Entire page" ;
48     };
49     RadioButton BTN_SINGLE
50     {
51         Pos = MAP_APPFONT ( 12 , 28 ) ;
52         Size = MAP_APPFONT ( 70 , 10 ) ;
53         Text [ en-US ] = "~Single label" ;
54     };
55     FixedText TXT_COL
56     {
57         Pos = MAP_APPFONT ( 127 , 29 ) ;
58         Size = MAP_APPFONT ( 30 , 8 ) ;
59         Text [ en-US ] = "Colu~mn" ;
60         Left = TRUE ;
61     };
62     NumericField FLD_COL
63     {
64         Border = TRUE ;
65         Pos = MAP_APPFONT ( 160 , 27 ) ;
66         Size = MAP_APPFONT ( 24 , 12 ) ;
67         TabStop = TRUE ;
68         Left = TRUE ;
69         Repeat = TRUE ;
70         Spin = TRUE ;
71         Minimum = 1 ;
72         First = 1 ;
73     };
74     FixedText TXT_ROW
75     {
76         Pos = MAP_APPFONT ( 191 , 29 ) ;
77         Size = MAP_APPFONT ( 30 , 8 ) ;
78         Text [ en-US ] = "Ro~w" ;
79         Left = TRUE ;
80     };
81     NumericField FLD_ROW
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 224 , 27 ) ;
85         Size = MAP_APPFONT ( 24 , 12 ) ;
86         TabStop = TRUE ;
87         Left = TRUE ;
88         Repeat = TRUE ;
89         Spin = TRUE ;
90         Minimum = 1 ;
91         First = 1 ;
92     };
93     CheckBox CB_SYNCHRON
94     {
95         Pos = MAP_APPFONT ( 12 , 43 ) ;
96         Size = MAP_APPFONT ( 120 , 10 ) ;
97         TabStop = TRUE ;
98         Text [ en-US ] = "Synchroni~ze contents" ;
99     };
100     FixedLine FL_DONTKNOW
101     {
102         Pos = MAP_APPFONT ( 6 , 3 ) ;
103         Size = MAP_APPFONT ( 248 , 8 ) ;
104         Text [ en-US ] = "Distribute";
105     };
106     FixedText INF_PRINTER
107     {
108         Pos = MAP_APPFONT ( 12 , 73 ) ;
109         Size = MAP_APPFONT ( 182 , 8 ) ;
110         Left = TRUE ;
111         Text [ en-US ] = "Printer Name" ;
112     };
113     PushButton BTN_PRTSETUP
114     {
115         Pos = MAP_APPFONT ( 198 , 70 ) ;
116         Size = MAP_APPFONT ( 50 , 14 ) ;
117         TabStop = TRUE ;
118         Text [ en-US ] = "Setup..." ;
119     };
120     FixedLine FL_PRINTER
121     {
122         Pos = MAP_APPFONT ( 6 , 59 ) ;
123         Size = MAP_APPFONT ( 248 , 8 ) ;
124         Text [ en-US ] = " Printer " ;
125     };
127  // **************************************************************************