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