xref: /trunk/main/sw/source/ui/dbui/dbui.src (revision 3f2293a34d640799d3a646809239d04f5e6f46e0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// #pragma ******************************************************************
25
26// #include *****************************************************************
27#include "dbui.hrc"
28#include "helpid.h"
29ModalDialog DLG_DBSELECTION
30{
31    HelpID = "sw:ModalDialog:DLG_DBSELECTION" ;
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    Size = MAP_APPFONT ( 168, 132 ) ;
35    Moveable = TRUE ;
36    Control TLB_DBLIST
37    {
38        Border = TRUE ;
39        Pos = MAP_APPFONT ( 6, 6 ) ;
40        Size = MAP_APPFONT ( 100, 120 ) ;
41    };
42    OKButton BTN_OK
43    {
44        Pos = MAP_APPFONT ( 112, 6 ) ;
45        Size = MAP_APPFONT ( 50, 14 ) ;
46        TabStop = TRUE ;
47        Disable = TRUE ;
48    };
49    CancelButton BTN_CANCEL
50    {
51        Pos = MAP_APPFONT ( 112, 23 ) ;
52        Size = MAP_APPFONT ( 50, 14 ) ;
53        TabStop = TRUE ;
54    };
55    HelpButton BTN_HELP
56    {
57        Pos = MAP_APPFONT ( 112, 43 ) ;
58        Size = MAP_APPFONT ( 50, 14 ) ;
59        TabStop = TRUE ;
60    };
61    Text [ en-US ] = "Database Selection" ;
62};
63// DLG_PRINTMONITOR ------------------------------------------------------
64ModelessDialog DLG_PRINTMONITOR
65{
66    HelpID = HID_MERGE_PRINTMONITOR ;
67    SVLOOK = TRUE ;
68    HIDE = TRUE ;
69    OUTPUTSIZE = TRUE ;
70    Size = MAP_APPFONT ( 118, 72 ) ;
71    MOVEABLE = TRUE ;
72    APP = FALSE ;
73    FixedText FT_DOCNAME
74    {
75        Pos = MAP_APPFONT ( 6,6 ) ;
76        Size = MAP_APPFONT ( 100, 8 ) ;
77        CENTER = TRUE ;
78    };
79    FixedText FT_PRINTING
80    {
81        Pos = MAP_APPFONT ( 6, 17 ) ;
82        Size = MAP_APPFONT ( 100, 8 ) ;
83        CENTER = TRUE ;
84        Text [ en-US ] = "is being prepared for printing on" ;
85    };
86    FixedText FT_SENDING
87    {
88        Pos = MAP_APPFONT ( 6, 17 ) ;
89        Size = MAP_APPFONT ( 100, 8 ) ;
90        CENTER = TRUE ;
91        Text [ en-US ] = "is being sent to" ;
92    };
93    FixedText FT_SAVING
94    {
95        Pos = MAP_APPFONT ( 6, 17 ) ;
96        Size = MAP_APPFONT ( 100, 8 ) ;
97        CENTER = TRUE ;
98        Text [ en-US ] = "is being saved to" ;
99    };
100    FixedText FT_PRINTER
101    {
102        Pos = MAP_APPFONT ( 6, 28 ) ;
103        Size = MAP_APPFONT ( 100, 8 ) ;
104        CENTER = TRUE ;
105    };
106    FixedText FT_PRINTINFO
107    {
108        Pos = MAP_APPFONT ( 6, 39 ) ;
109        Size = MAP_APPFONT ( 100, 8 ) ;
110        CENTER = TRUE ;
111    };
112    CancelButton PB_CANCELPRNMON
113    {
114        Pos = MAP_APPFONT ( 31, 52 ) ;
115        Size = MAP_APPFONT ( 50, 14 ) ;
116        TABSTOP = TRUE ;
117    };
118    String STR_EMAILMON
119    {
120        Text [ en-US ] = "Send-Monitor" ;
121    };
122    String STR_SAVEMON
123    {
124        Text [ en-US ] = "Save-Monitor" ;
125    };
126    Text [ en-US ] = "Print monitor" ;
127};
128
129String STR_DB_EMAIL
130{
131    Text [ en-US ] = "E-mail" ;
132};
133
134StringArray SA_ADDRESS_HEADER
135{
136    ItemList [en-US]=
137    {
138        < "Title" ;                 MM_PART_TITLE           ;> ;
139        < "First Name" ;            MM_PART_FIRSTNAME       ;> ;
140        < "Last Name" ;             MM_PART_LASTNAME        ;> ;
141        < "Company Name" ;          MM_PART_COMPANY         ;> ;
142        < "Address Line 1" ;        MM_PART_ADDRESS_1       ;> ;
143        < "Address Line 2" ;        MM_PART_ADDRESS_2       ;> ;
144        < "City" ;                  MM_PART_CITY            ;> ;
145        < "State" ;                 MM_PART_REGION          ;> ;
146        < "ZIP" ;                   MM_PART_ZIP             ;> ;
147        < "Country" ;               MM_PART_COUNTRY         ;> ;
148        < "Telephone private" ;     MM_PART_PHONE_PRIVATE   ;> ;
149        < "Telephone business" ;    MM_PART_PHONE_BUSINESS  ;> ;
150        < "E-mail Address" ;        MM_PART_E_MAIL          ;> ;
151        < "Gender" ;                MM_PART_GENDER          ;> ;
152    };
153};
154String STR_NOTASSIGNED
155{
156    Text [ en-US ] = " not yet matched " ;
157};
158String STR_FILTER_ALL
159{
160    Text [ en-US ] = "All files (*.*)" ;
161};
162String STR_FILTER_ALL_DATA
163{
164    Text [ en-US ] = "Address lists (*.*)" ;
165};
166String STR_FILTER_SXB
167{
168    Text [ en-US ] = "%PRODUCTNAME Base (*.odb)" ;
169};
170String STR_FILTER_SXC
171{
172    Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ;
173};
174String STR_FILTER_DBF
175{
176    Text [ en-US ] = "dBASE (*.dbf)" ;
177};
178String STR_FILTER_XLS
179{
180    Text [ en-US ] = "Microsoft Excel (*.xls)" ;
181};
182String STR_FILTER_TXT
183{
184    Text [ en-US ] = "Plain text (*.txt)" ;
185};
186String STR_FILTER_CSV
187{
188    Text [ en-US ] = "Text Comma Separated (*.csv)" ;
189};
190String STR_FILTER_MDB
191{
192    Text [ en-US ] = "Microsoft Access (*.mdb)" ;
193};
194String STR_FILTER_ACCDB
195{
196    Text [ en-US ] = "Microsoft Access 2007 (*.accdb)" ;
197};
198
199// DLG_MM_CREATIONMONITOR ------------------------------------------------------
200ModelessDialog DLG_MM_CREATIONMONITOR
201{
202    HelpID = HID_MERGE_PRINTMONITOR ;
203    SVLOOK = TRUE ;
204    HIDE = TRUE ;
205    OUTPUTSIZE = TRUE ;
206    _WHMAPMODE = MAP_APPFONT ;
207    _WIDTH = 140 ;
208    _HEIGHT = 52 ;
209    MOVEABLE = TRUE ;
210    APP = FALSE ;
211
212    Text [ en-US ] = "Mail Merge" ;
213
214    FixedText FT_STATUS
215    {
216        HIDE = FALSE ;
217        _XYMAPMODE = MAP_APPFONT ;
218        _X = 6 ;
219        _Y = 6 ;
220        _WHMAPMODE = MAP_APPFONT ;
221        _WIDTH = 35 ;
222        _HEIGHT = 8 ;
223        Text [ en-US ] = "Status:" ;
224        LEFT = FALSE ;
225        CENTER = FALSE ;
226        RIGHT = TRUE ;
227    };
228    FixedText FT_PROGRESS
229    {
230        HIDE = FALSE ;
231        _XYMAPMODE = MAP_APPFONT ;
232        _X = 6 ;
233        _Y = 17 ;
234        _WHMAPMODE = MAP_APPFONT ;
235        _WIDTH = 35 ;
236        _HEIGHT = 8 ;
237        Text [ en-US ] = "Progress:" ;
238        LEFT = FALSE ;
239        CENTER = FALSE ;
240        RIGHT = TRUE ;
241    };
242    FixedText FT_CREATEDOCUMENTS
243    {
244        HIDE = FALSE ;
245        _XYMAPMODE = MAP_APPFONT ;
246        _X = 45 ;
247        _Y = 6 ;
248        _WHMAPMODE = MAP_APPFONT ;
249        _WIDTH = 91 ;
250        _HEIGHT = 8 ;
251        Text [ en-US ] = "Creating documents..." ;
252        LEFT = TRUE ;
253        CENTER = FALSE ;
254        RIGHT = FALSE ;
255    };
256    FixedText FT_COUNTING
257    {
258        HIDE = FALSE ;
259        _XYMAPMODE = MAP_APPFONT ;
260        _X = 45 ;
261        _Y = 17 ;
262        _WHMAPMODE = MAP_APPFONT ;
263        _WIDTH = 91 ;
264        _HEIGHT = 8 ;
265        Text [ en-US ] = "%X of %Y" ;
266        LEFT = TRUE ;
267        CENTER = FALSE ;
268        RIGHT = FALSE ;
269    };
270    CancelButton PB_CANCELPRNMON
271    {
272        HIDE = FALSE ;
273        _XYMAPMODE = MAP_APPFONT ;
274        _X = 74 ;
275        _Y = 32 ;
276        _WHMAPMODE = MAP_APPFONT ;
277        _WIDTH = 50 ;
278        _HEIGHT = 14 ;
279        TABSTOP = TRUE ;
280    };
281};
282
283// ********************************************************************** EOF
284