Update ooo320-m1
[ooovba.git] / sw / source / ui / envelp / envlop.src
blob86ec9e28a3979e15a8d1771735eadd30745504d8
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: envlop.src,v $
10  * $Revision: 1.38 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // #pragma ******************************************************************
32  // #include *****************************************************************
33 #include "envlop.hrc"
34 #include "helpid.h"
35  // DLG_ENV ------------------------------------------------------------------
36 TabDialog DLG_ENV
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Text [ en-US ] = "Envelope" ;
41     Moveable = TRUE ;
42     TabControl 1
43     {
44         OutputSize = TRUE ;
45         PageList =
46         {
47             PageItem
48             {
49                 Identifier = TP_ENV_ENV ;
50                 Text [ en-US ] = "Envelope" ;
51                 PageResID = TP_ENV_ENV ;
52             };
53             PageItem
54             {
55                 Identifier = TP_ENV_FMT ;
56                 PageResID = TP_ENV_FMT ;
57                 Text [ en-US ] = "Format";
58             };
59             PageItem
60             {
61                 Identifier = TP_ENV_PRT ;
62                 Text [ en-US ] = "Printer" ;
63                 PageResID = TP_ENV_PRT ;
64             };
65         };
66     };
67     String ST_INSERT
68     {
69         Text [ en-US ] = "~Insert" ;
70     };
71     String ST_CHANGE
72     {
73         Text [ en-US ] = "~Modify" ;
74     };
76  // TP_ENV_ENV ---------------------------------------------------------------
77 TabPage TP_ENV_ENV
79     HelpID = HID_ENV_ENV ;
80     Size = MAP_APPFONT ( 260 , 185 ) ;
81     Hide = TRUE ;
82     FixedText TXT_ADDR
83     {
84         Pos = MAP_APPFONT ( 6 , 6 ) ;
85         Size = MAP_APPFONT ( 124 , 8 ) ;
86         Text [ en-US ] = "Addr~essee" ;
87         Group = TRUE ;
88         Left = TRUE ;
89     };
90     MultiLineEdit EDT_ADDR
91     {
92         Border = TRUE ;
93         Pos = MAP_APPFONT ( 6 , 17 ) ;
94         Size = MAP_APPFONT ( 124 , 66 ) ;
95         TabStop = TRUE ;
96         Left = TRUE ;
97         HScroll = TRUE ;
98         VScroll = TRUE ;
99         IgnoreTab = TRUE;
100     };
101     FixedText FT_DATABASE
102     {
103         Pos = MAP_APPFONT ( 162 , 6 ) ;
104         Size = MAP_APPFONT ( 92 , 8 ) ;
105         Text [ en-US ] = "Database" ;
106     };
107     ListBox LB_DATABASE
108     {
109         Border = TRUE ;
110         Pos = MAP_APPFONT ( 162 , 17 ) ;
111         Size = MAP_APPFONT ( 82 , 50 ) ;
112         TabStop = TRUE ;
113         DropDown = TRUE ;
114     };
115     FixedText FT_TABLE
116     {
117         Pos = MAP_APPFONT ( 162 , 33 ) ;
118         Size = MAP_APPFONT ( 92 , 8 ) ;
119         Text [ en-US ] = "Table" ;
120     };
121     ListBox LB_TABLE
122     {
123         Border = TRUE ;
124         Pos = MAP_APPFONT ( 162 , 44 ) ;
125         Size = MAP_APPFONT ( 82 , 50 ) ;
126         TabStop = TRUE ;
127         DropDown = TRUE ;
128     };
129     ImageButton BTN_INSERT
130     {
131         Pos = MAP_APPFONT ( 137 , 71 ) ;
132         Size = MAP_APPFONT ( 18 , 12 ) ;
133         SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
134         TabStop = TRUE ;
135     };
136     FixedText FT_DBFIELD
137     {
138         Pos = MAP_APPFONT ( 162 , 60 ) ;
139         Size = MAP_APPFONT ( 92 , 8 ) ;
140         Text [ en-US ] = "~Database field" ;
141     };
142     ListBox LB_DBFIELD
143     {
144         Border = TRUE ;
145         Pos = MAP_APPFONT ( 162 , 71 ) ;
146         Size = MAP_APPFONT ( 82 , 50 ) ;
147         TabStop = TRUE ;
148         DropDown = TRUE ;
149     };
150     CheckBox BOX_SEND
151     {
152         Pos = MAP_APPFONT ( 6 , 105 ) ;
153         Size = MAP_APPFONT ( 124 , 8 ) ;
154         Text [ en-US ] = "~Sender" ;
155         TabStop = TRUE ;
156     };
157     MultiLineEdit EDT_SEND
158     {
159         Border = TRUE ;
160         Pos = MAP_APPFONT ( 6 , 116) ;
161         Size = MAP_APPFONT ( 124 , 63 ) ;
162         TabStop = TRUE ;
163         Left = TRUE ;
164         HScroll = TRUE ;
165         VScroll = TRUE ;
166         IgnoreTab = TRUE;
167     };
168     Window WIN_PREVIEW
169     {
170         Border = TRUE ;
171         Pos = MAP_APPFONT ( 160 , 116 ) ;
172         Size = MAP_APPFONT ( 84 , 63 ) ;
173     };
175  // Strings ******************************************************************
176 String STR_DOC_TITLE
178     Text [ en-US ] = "Envelope" ;