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