summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envprt.src
blob: 44c7449161705de68127ded758567e27abd93e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "envprt.hrc"
#include "helpid.h"
 // TP_ENV_PRT ---------------------------------------------------------------
TabPage TP_ENV_PRT
{
    HelpID = HID_ENV_PRT ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    Hide = TRUE ;
    FixedLine FL_NONAME
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Envelope orientation";
    };
    ToolBox BOX_ALIGN
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        ItemList =
        {
            ToolBoxItem
            {
                Identifier = ITM_HOR_LEFT ;
                HelpID = HID_ITM_HOR_LEFT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_HOR_CNTR ;
                HelpID = HID_ITM_HOR_CNTR ;
            };
            ToolBoxItem
            {
                Identifier = ITM_HOR_RGHT ;
                HelpID = HID_ITM_HOR_RGHT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_LEFT ;
                HelpID = HID_ITM_VER_LEFT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_CNTR ;
                HelpID = HID_ITM_VER_CNTR ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_RGHT ;
                HelpID = HID_ITM_VER_RGHT ;
            };
        };
    };
    RadioButton BTN_TOP
    {
        HelpID = "sw:RadioButton:TP_ENV_PRT:BTN_TOP";
        Pos = MAP_APPFONT ( 18 , 42 ) ;
        Size = MAP_APPFONT ( 179 , 10 ) ;
        Text [ en-US ] = "~Print from top" ;
        TabStop = TRUE ;
        Group = TRUE ;
        Check = TRUE ;
    };
    RadioButton BTN_BOTTOM
    {
        HelpID = "sw:RadioButton:TP_ENV_PRT:BTN_BOTTOM";
        Pos = MAP_APPFONT ( 18 , 56 ) ;
        Size = MAP_APPFONT ( 179 , 10 ) ;
        Text [ en-US ] = "Print from ~bottom" ;
        TabStop = TRUE ;
    };
    FixedText TXT_RIGHT
    {
        Pos = MAP_APPFONT ( 12 , 74 ) ;
        Size = MAP_APPFONT ( 72 , 8 ) ;
        Text [ en-US ] = "~Shift right" ;
        Left = TRUE ;
    };
    MetricField FLD_RIGHT
    {
        HelpID = "sw:MetricField:TP_ENV_PRT:FLD_RIGHT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 86 , 72 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 10000 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 10000 ;
        SpinSize = 10 ;
    };
    FixedText TXT_DOWN
    {
        Pos = MAP_APPFONT ( 12 , 90 ) ;
        Size = MAP_APPFONT ( 72 , 8 ) ;
        Text [ en-US ] = "Shift ~down" ;
        Left = TRUE ;
    };
    MetricField FLD_DOWN
    {
        HelpID = "sw:MetricField:TP_ENV_PRT:FLD_DOWN";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 86 , 88 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 10000 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 10000 ;
        SpinSize = 10 ;
    };
    FixedLine FL_PRINTER
    {
        Pos = MAP_APPFONT ( 3 , 103 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Current printer";
    };
    FixedText TXT_PRINTER
    {
        Pos = MAP_APPFONT ( 12 , 116 ) ;
        Size = MAP_APPFONT ( 179 , 8 ) ;
        Text [ en-US ] = "- No printer installed -" ;
        Left = TRUE ;
    };
    PushButton BTN_PRTSETUP
    {
        HelpID = "sw:PushButton:TP_ENV_PRT:BTN_PRTSETUP";
        Pos = MAP_APPFONT ( 198 , 114 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Setup..." ;
    };
};
 // Bitmaps ******************************************************************
Bitmap BMP_HOR_LEFT_LOWER
{
    File = "envhl_l.bmp" ;
};
Bitmap BMP_HOR_LEFT_UPPER
{
    File = "envhl_u.bmp" ;
};
Bitmap BMP_HOR_CNTR_LOWER
{
    File = "envhc_l.bmp" ;
};
Bitmap BMP_HOR_CNTR_UPPER
{
    File = "envhc_u.bmp" ;
};
Bitmap BMP_HOR_RGHT_LOWER
{
    File = "envhr_l.bmp" ;
};
Bitmap BMP_HOR_RGHT_UPPER
{
    File = "envhr_u.bmp" ;
};
Bitmap BMP_VER_LEFT_LOWER
{
    File = "envvl_l.bmp" ;
};
Bitmap BMP_VER_LEFT_UPPER
{
    File = "envvl_u.bmp" ;
};
Bitmap BMP_VER_CNTR_LOWER
{
    File = "envvc_l.bmp" ;
};
Bitmap BMP_VER_CNTR_UPPER
{
    File = "envvc_u.bmp" ;
};
Bitmap BMP_VER_RGHT_LOWER
{
    File = "envvr_l.bmp" ;
};
Bitmap BMP_VER_RGHT_UPPER
{
    File = "envvr_u.bmp" ;
};