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#include <addresslistdialog.hrc>
24#include <dbui.hrc>
25#include <helpid.h>
26
27
28ModalDialog DLG_MM_ADDRESSLISTDIALOG
29{
30    OutputSize = TRUE ;
31    SVLook = TRUE ;
32    HelpID = HID_MM_ADDRESSLISTDIALOG;
33    Size = MAP_APPFONT ( 260 , 182 ) ;
34    Moveable = TRUE ;
35
36    Text [ en-US ] = "Select Address List";
37
38    FixedText       FI_DESCRIPTION
39    {
40        Pos = MAP_APPFONT ( 6 , 3 ) ;
41        Size = MAP_APPFONT ( 248 , 24 ) ;
42        WordBreak = TRUE;
43        Text [ en-US ] = "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'.";
44    };
45    FixedText       FT_LIST
46    {
47        Pos = MAP_APPFONT ( 6 , 30 ) ;
48        Size = MAP_APPFONT ( 248 , 8 ) ;
49        Text [ en-US ] = "Your recipients are currently selected from:";
50    };
51    Control         LB_LIST
52    {
53        Pos = MAP_APPFONT ( 6 , 43 ) ;
54        Size = MAP_APPFONT ( 182 , 102 ) ;
55        Border = TRUE;
56        TabStop = TRUE ;
57    };
58    PushButton       PB_LOADLIST
59    {
60        HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_LOADLIST";
61        Pos = MAP_APPFONT ( 194 , 43 ) ;
62        Size = MAP_APPFONT ( 60 , 14 ) ;
63        Text [ en-US ] = "~Add...";
64    };
65    PushButton PB_CREATELIST
66    {
67        HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_CREATELIST";
68        Pos = MAP_APPFONT ( 194 , 60 ) ;
69        Size = MAP_APPFONT ( 60 , 14 ) ;
70        Text [ en-US ] = "~Create...";
71    };
72    PushButton      PB_FILTER
73    {
74        HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_FILTER";
75        Pos = MAP_APPFONT ( 194 , 77 ) ;
76        Size = MAP_APPFONT ( 60 , 14 ) ;
77        Text [ en-US ] = "~Filter...";
78    };
79    PushButton PB_EDIT
80    {
81        HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_EDIT";
82        Pos = MAP_APPFONT ( 194 , 94 ) ;
83        Size = MAP_APPFONT ( 60 , 14 ) ;
84        Text [ en-US ] = "~Edit...";
85    };
86    PushButton PB_TABLE
87    {
88        HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_TABLE";
89        Pos = MAP_APPFONT ( 194 , 111 ) ;
90        Size = MAP_APPFONT ( 60 , 14 ) ;
91        Text [ en-US ] = "Change ~Table...";
92    };
93    FixedLine FL_SEPARATOR
94    {
95        Pos = MAP_APPFONT ( 0 , 151 ) ;
96        Size = MAP_APPFONT ( 260 , 8 ) ;
97    };
98    OKButton        PB_OK
99    {
100        Pos = MAP_APPFONT ( 95 , 162 ) ;
101        Size = MAP_APPFONT ( 50 , 14 ) ;
102        DefButton = TRUE ;
103    };
104    CancelButton        PB_CANCEL
105    {
106        Pos = MAP_APPFONT ( 148 , 162 ) ;
107        Size = MAP_APPFONT ( 50 , 14 ) ;
108    };
109    HelpButton      PB_HELP
110    {
111        Pos = MAP_APPFONT ( 204 , 162 ) ;
112        Size = MAP_APPFONT ( 50 , 14 ) ;
113    };
114    String  ST_NAME
115    {
116        Text [ en-US ] = "Name";
117    };
118    String  ST_TABLE
119    {
120        Text [ en-US ] = "Table";
121    };
122    String ST_CONNECTING
123    {
124        Text [ en-US ] = "Connecting to data source...";
125    };
126};
127
128