xref: /AOO41X/main/sw/source/ui/envelp/labprt.src (revision 8660f102e0dedad7df9a3fe0f3e5d0f91bcf072b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23 // #pragma ******************************************************************
24
25 // #include *****************************************************************
26#include "labprt.hrc"
27#include "helpid.h"
28 // TP_LAB_PRT ---------------------------------------------------------------
29TabPage TP_LAB_PRT
30{
31    HelpID = HID_LAB_PRT ;
32    Size = MAP_APPFONT ( 260 , 185 ) ;
33    Hide = TRUE ;
34    RadioButton BTN_PAGE
35    {
36        HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_PAGE";
37        Pos = MAP_APPFONT ( 12 , 14 ) ;
38        Size = MAP_APPFONT ( 70 , 10 ) ;
39        TabStop = TRUE ;
40        Group = TRUE ;
41        Text [ en-US ] = "~Entire page" ;
42    };
43    RadioButton BTN_SINGLE
44    {
45        HelpID = "sw:RadioButton:TP_LAB_PRT:BTN_SINGLE";
46        Pos = MAP_APPFONT ( 12 , 28 ) ;
47        Size = MAP_APPFONT ( 70 , 10 ) ;
48        Text [ en-US ] = "~Single label" ;
49    };
50    FixedText TXT_COL
51    {
52        Pos = MAP_APPFONT ( 127 , 29 ) ;
53        Size = MAP_APPFONT ( 30 , 8 ) ;
54        Text [ en-US ] = "Colu~mn" ;
55        Left = TRUE ;
56    };
57    NumericField FLD_COL
58    {
59        HelpID = "sw:NumericField:TP_LAB_PRT:FLD_COL";
60        Border = TRUE ;
61        Pos = MAP_APPFONT ( 160 , 27 ) ;
62        Size = MAP_APPFONT ( 24 , 12 ) ;
63        TabStop = TRUE ;
64        Left = TRUE ;
65        Repeat = TRUE ;
66        Spin = TRUE ;
67        Minimum = 1 ;
68        First = 1 ;
69    };
70    FixedText TXT_ROW
71    {
72        Pos = MAP_APPFONT ( 191 , 29 ) ;
73        Size = MAP_APPFONT ( 30 , 8 ) ;
74        Text [ en-US ] = "Ro~w" ;
75        Left = TRUE ;
76    };
77    NumericField FLD_ROW
78    {
79        HelpID = "sw:NumericField:TP_LAB_PRT:FLD_ROW";
80        Border = TRUE ;
81        Pos = MAP_APPFONT ( 224 , 27 ) ;
82        Size = MAP_APPFONT ( 24 , 12 ) ;
83        TabStop = TRUE ;
84        Left = TRUE ;
85        Repeat = TRUE ;
86        Spin = TRUE ;
87        Minimum = 1 ;
88        First = 1 ;
89    };
90    CheckBox CB_SYNCHRON
91    {
92        HelpID = "sw:CheckBox:TP_LAB_PRT:CB_SYNCHRON";
93        Pos = MAP_APPFONT ( 12 , 43 ) ;
94        Size = MAP_APPFONT ( 120 , 10 ) ;
95        TabStop = TRUE ;
96        Text [ en-US ] = "Synchroni~ze contents" ;
97    };
98    FixedLine FL_DONTKNOW
99    {
100        Pos = MAP_APPFONT ( 6 , 3 ) ;
101        Size = MAP_APPFONT ( 248 , 8 ) ;
102        Text [ en-US ] = "Distribute";
103    };
104    FixedText INF_PRINTER
105    {
106        Pos = MAP_APPFONT ( 12 , 73 ) ;
107        Size = MAP_APPFONT ( 182 , 8 ) ;
108        Left = TRUE ;
109        Text [ en-US ] = "Printer Name" ;
110    };
111    PushButton BTN_PRTSETUP
112    {
113        HelpID = "sw:PushButton:TP_LAB_PRT:BTN_PRTSETUP";
114        Pos = MAP_APPFONT ( 198 , 70 ) ;
115        Size = MAP_APPFONT ( 50 , 14 ) ;
116        TabStop = TRUE ;
117        Text [ en-US ] = "Setup..." ;
118    };
119    FixedLine FL_PRINTER
120    {
121        Pos = MAP_APPFONT ( 6 , 59 ) ;
122        Size = MAP_APPFONT ( 248 , 8 ) ;
123        Text [ en-US ] = " Printer " ;
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