1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 // DLG_ENV ------------------------------------------------------------------
27 Text [ en-US ] = "Envelope" ;
36 Identifier = TP_ENV_ENV ;
37 Text [ en-US ] = "Envelope" ;
38 PageResID = TP_ENV_ENV ;
42 Identifier = TP_ENV_FMT ;
43 PageResID = TP_ENV_FMT ;
44 Text [ en-US ] = "Format";
48 Identifier = TP_ENV_PRT ;
49 Text [ en-US ] = "Printer" ;
50 PageResID = TP_ENV_PRT ;
56 Text [ en-US ] = "~Insert" ;
60 Text [ en-US ] = "~Modify" ;
63 // TP_ENV_ENV ---------------------------------------------------------------
66 HelpID = HID_ENV_ENV ;
67 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
71 Pos = MAP_APPFONT ( 6 , 6 ) ;
72 Size = MAP_APPFONT ( 124 , 8 ) ;
73 Text [ en-US ] = "Addr~essee" ;
77 MultiLineEdit EDT_ADDR
79 HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_ADDR";
81 Pos = MAP_APPFONT ( 6 , 17 ) ;
82 Size = MAP_APPFONT ( 124 , 66 ) ;
91 Pos = MAP_APPFONT ( 162 , 6 ) ;
92 Size = MAP_APPFONT ( 92 , 8 ) ;
93 Text [ en-US ] = "Database" ;
97 HelpID = "sw:ListBox:TP_ENV_ENV:LB_DATABASE";
99 Pos = MAP_APPFONT ( 162 , 17 ) ;
100 Size = MAP_APPFONT ( 82 , 50 ) ;
106 Pos = MAP_APPFONT ( 162 , 33 ) ;
107 Size = MAP_APPFONT ( 92 , 8 ) ;
108 Text [ en-US ] = "Table" ;
112 HelpID = "sw:ListBox:TP_ENV_ENV:LB_TABLE";
114 Pos = MAP_APPFONT ( 162 , 44 ) ;
115 Size = MAP_APPFONT ( 82 , 50 ) ;
119 ImageButton BTN_INSERT
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 ;
129 Pos = MAP_APPFONT ( 162 , 60 ) ;
130 Size = MAP_APPFONT ( 92 , 8 ) ;
131 Text [ en-US ] = "~Database field" ;
135 HelpID = "sw:ListBox:TP_ENV_ENV:LB_DBFIELD";
137 Pos = MAP_APPFONT ( 162 , 71 ) ;
138 Size = MAP_APPFONT ( 82 , 50 ) ;
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" ;
150 MultiLineEdit EDT_SEND
152 HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_SEND";
154 Pos = MAP_APPFONT ( 6 , 116) ;
155 Size = MAP_APPFONT ( 124 , 63 ) ;
165 Pos = MAP_APPFONT ( 160 , 116 ) ;
166 Size = MAP_APPFONT ( 84 , 63 ) ;
169 // Strings ******************************************************************
172 Text [ en-US ] = "Envelope" ;
175 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */