bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / envelp / envlop.src
blob0786b999f502b2d23dde9f63edd911a4c04f7e3a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "envlop.hrc"
21 #include "helpid.h"
22  // DLG_ENV ------------------------------------------------------------------
23 TabDialog DLG_ENV
25     OutputSize = TRUE ;
26     SVLook = TRUE ;
27     Text [ en-US ] = "Envelope" ;
28     Moveable = TRUE ;
29     TabControl 1
30     {
31         OutputSize = TRUE ;
32         PageList =
33         {
34             PageItem
35             {
36                 Identifier = TP_ENV_ENV ;
37                 Text [ en-US ] = "Envelope" ;
38                 PageResID = TP_ENV_ENV ;
39             };
40             PageItem
41             {
42                 Identifier = TP_ENV_FMT ;
43                 PageResID = TP_ENV_FMT ;
44                 Text [ en-US ] = "Format";
45             };
46             PageItem
47             {
48                 Identifier = TP_ENV_PRT ;
49                 Text [ en-US ] = "Printer" ;
50                 PageResID = TP_ENV_PRT ;
51             };
52         };
53     };
54     String ST_INSERT
55     {
56         Text [ en-US ] = "~Insert" ;
57     };
58     String ST_CHANGE
59     {
60         Text [ en-US ] = "~Modify" ;
61     };
63  // TP_ENV_ENV ---------------------------------------------------------------
64 TabPage TP_ENV_ENV
66     HelpID = HID_ENV_ENV ;
67     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
68     Hide = TRUE ;
69     FixedText TXT_ADDR
70     {
71         Pos = MAP_APPFONT ( 6 , 6 ) ;
72         Size = MAP_APPFONT ( 124 , 8 ) ;
73         Text [ en-US ] = "Addr~essee" ;
74         Group = TRUE ;
75         Left = TRUE ;
76     };
77     MultiLineEdit EDT_ADDR
78     {
79         HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_ADDR";
80         Border = TRUE ;
81         Pos = MAP_APPFONT ( 6 , 17 ) ;
82         Size = MAP_APPFONT ( 124 , 66 ) ;
83         TabStop = TRUE ;
84         Left = TRUE ;
85         HScroll = TRUE ;
86         VScroll = TRUE ;
87         IgnoreTab = TRUE;
88     };
89     FixedText FT_DATABASE
90     {
91         Pos = MAP_APPFONT ( 162 , 6 ) ;
92         Size = MAP_APPFONT ( 92 , 8 ) ;
93         Text [ en-US ] = "Database" ;
94     };
95     ListBox LB_DATABASE
96     {
97         HelpID = "sw:ListBox:TP_ENV_ENV:LB_DATABASE";
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( 162 , 17 ) ;
100         Size = MAP_APPFONT ( 82 , 50 ) ;
101         TabStop = TRUE ;
102         DropDown = TRUE ;
103     };
104     FixedText FT_TABLE
105     {
106         Pos = MAP_APPFONT ( 162 , 33 ) ;
107         Size = MAP_APPFONT ( 92 , 8 ) ;
108         Text [ en-US ] = "Table" ;
109     };
110     ListBox LB_TABLE
111     {
112         HelpID = "sw:ListBox:TP_ENV_ENV:LB_TABLE";
113         Border = TRUE ;
114         Pos = MAP_APPFONT ( 162 , 44 ) ;
115         Size = MAP_APPFONT ( 82 , 50 ) ;
116         TabStop = TRUE ;
117         DropDown = TRUE ;
118     };
119     ImageButton BTN_INSERT
120     {
121         HelpID = "sw:ImageButton:TP_ENV_ENV:BTN_INSERT";
122         Pos = MAP_APPFONT ( 137 , 71 ) ;
123         Size = MAP_APPFONT ( 18 , 12 ) ;
124         SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
125         TabStop = TRUE ;
126     };
127     FixedText FT_DBFIELD
128     {
129         Pos = MAP_APPFONT ( 162 , 60 ) ;
130         Size = MAP_APPFONT ( 92 , 8 ) ;
131         Text [ en-US ] = "~Database field" ;
132     };
133     ListBox LB_DBFIELD
134     {
135         HelpID = "sw:ListBox:TP_ENV_ENV:LB_DBFIELD";
136         Border = TRUE ;
137         Pos = MAP_APPFONT ( 162 , 71 ) ;
138         Size = MAP_APPFONT ( 82 , 50 ) ;
139         TabStop = TRUE ;
140         DropDown = TRUE ;
141     };
142     CheckBox BOX_SEND
143     {
144         HelpID = "sw:CheckBox:TP_ENV_ENV:BOX_SEND";
145         Pos = MAP_APPFONT ( 6 , 105 ) ;
146         Size = MAP_APPFONT ( 124 , 8 ) ;
147         Text [ en-US ] = "~Sender" ;
148         TabStop = TRUE ;
149     };
150     MultiLineEdit EDT_SEND
151     {
152         HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_SEND";
153         Border = TRUE ;
154         Pos = MAP_APPFONT ( 6 , 116) ;
155         Size = MAP_APPFONT ( 124 , 63 ) ;
156         TabStop = TRUE ;
157         Left = TRUE ;
158         HScroll = TRUE ;
159         VScroll = TRUE ;
160         IgnoreTab = TRUE;
161     };
162     Window WIN_PREVIEW
163     {
164         Border = TRUE ;
165         Pos = MAP_APPFONT ( 160 , 116 ) ;
166         Size = MAP_APPFONT ( 84 , 63 ) ;
167     };
169  // Strings ******************************************************************
170 String STR_DOC_TITLE
172     Text [ en-US ] = "Envelope" ;
175 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */