Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / createaddresslistdialog.src
blob64b9173f1bf5821db44d1c122e7ced508c571be0
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: createaddresslistdialog.src,v $
10  * $Revision: 1.9 $
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  ************************************************************************/
31 #include <createaddresslistdialog.hrc>
32 #include <dbui.hrc>
33 #include <helpid.h>
35 /*-- 13.04.2004 13:58:13---------------------------------------------------
36         
37   -----------------------------------------------------------------------*/
38 ModalDialog DLG_MM_CREATEADDRESSLIST
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     HelpID = HID_MM_CREATEADDRESSLIST;
43     Size = MAP_APPFONT ( 318 , 231 ) ;
44     Moveable = TRUE ;
46     Text [ en-US ] = "New Address List";
48     FixedText               FI_ADDRESSINFORMATION
49     {
50         Pos = MAP_APPFONT ( 6 , 3 ) ;
51         Size = MAP_APPFONT ( 150 , 8 ) ;
52         Text [ en-US ] = "Address Information";
53     };
54     Control  CT_ADDRESS
55     {
56         Pos = MAP_APPFONT ( 6 , 14 ) ;
57         Size = MAP_APPFONT ( 250 , 160 ) ;
58         Border = TRUE;
59         DialogControl = TRUE;
60         OutputSize = TRUE ;
62         ScrollBar SCR_1
63         {
64             Pos = MAP_APPFONT ( 240 , 0 ) ;
65             Size = MAP_APPFONT ( 10 , 160 ) ;
66         };
67         Window WIN_DATA
68         {
69             Pos = MAP_APPFONT ( 0 , 0 ) ;
70             Size = MAP_APPFONT ( 240 , 160 ) ;
71             DialogControl = TRUE;
72         };
73     };
74     PushButton              PB_NEW
75     {
76         Pos = MAP_APPFONT ( 262 , 14 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         Text [ en-US ] = "~New";
79     };
80     PushButton              PB_DELETE
81     {
82         Pos = MAP_APPFONT ( 262 , 32 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         Text [ en-US ] = "~Delete";
85     };
86     PushButton              PB_FIND
87     {
88         Pos = MAP_APPFONT ( 262 , 50 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         Text [ en-US ] = "~Find...";
91     };
92     PushButton              PB_CUSTOMIZE
93     {
94         Pos = MAP_APPFONT ( 262 , 68 ) ;
95         Size = MAP_APPFONT ( 50 , 14 ) ;
96         Text [ en-US ] = "C~ustomize...";
97     };
98     FixedText               FI_VIEWENTRIES
99     {
100         Pos = MAP_APPFONT ( 6 , 183 ) ;
101         Size = MAP_APPFONT ( 92 , 8 ) ;
102         Text [ en-US ] = "Sho~w entry number";
103     };
104     PushButton              PB_START
105     {
106         Pos = MAP_APPFONT ( 100 , 180 ) ;
107         Size = MAP_APPFONT ( 20 , 14 ) ;
108         Text = "|<";
109     };
110     PushButton              PB_PREV
111     {
112         Pos = MAP_APPFONT ( 123 , 180 ) ;
113         Size = MAP_APPFONT ( 20 , 14 ) ;
114         Text = "<";
115     };
116     NumericField            NF_SETNO
117     {
118         Pos = MAP_APPFONT ( 146 , 180 ) ;
119         Size = MAP_APPFONT ( 20 , 14 ) ;
120         Border = TRUE;
121         Left = TRUE ;
122         First = 1 ;
123         Minimum = 1 ;
124         Value = 1;
125         Repeat = TRUE ;
126         Spin = FALSE ;
127         TabStop = TRUE ;
128     };
129     PushButton              PB_NEXT
130     {
131         Pos = MAP_APPFONT ( 169 , 180 ) ;
132         Size = MAP_APPFONT ( 20 , 14 ) ;
133         Text = ">";
134     };
135     PushButton              PB_END
136     {
137         Pos = MAP_APPFONT ( 192 , 180 ) ;
138         Size = MAP_APPFONT ( 20 , 14 ) ;
139         Text = ">|";
140     };
141     FixedLine               FL_SEPARATOR
142     {
143         Pos = MAP_APPFONT ( 0 , 200 ) ;
144         Size = MAP_APPFONT ( 318 , 8 ) ;
145     };
147     OKButton                PB_OK
148     {
149         Pos = MAP_APPFONT ( 153 , 211 ) ;
150         Size = MAP_APPFONT ( 50 , 14 ) ;
151         DefButton = TRUE;
152     };
153     CancelButton            PB_CANCEL
154     {
155         Pos = MAP_APPFONT ( 206 , 211 ) ;
156         Size = MAP_APPFONT ( 50 , 14 ) ;
157     };
158     HelpButton              PB_HELP
159     {
160         Pos = MAP_APPFONT ( 262 , 211 ) ;
161         Size = MAP_APPFONT ( 50 , 14 ) ;
162     };
164     String ST_FILTERNAME
165     {
166         Text [ en-US ] = "%PRODUCTNAME Address List (.csv)";
167     };
170 /*-- 13.04.2004 13:58:13---------------------------------------------------
171         
172   -----------------------------------------------------------------------*/
173 ModelessDialog DLG_MM_FIND_ENTRY
175     OutputSize = TRUE ;
176     SVLook = TRUE ;
177     HelpID = HID_MM_FIND_ENTRY;
178     Size = MAP_APPFONT ( 188 , 63 ) ;
179     Moveable = TRUE ;
181     Text [ en-US ] = "Find Entry";
183     FixedText FT_FIND
184     {
185         Pos = MAP_APPFONT ( 6 , 3 ) ;
186         Size = MAP_APPFONT ( 120 , 8 ) ;
187         Text [ en-US ] = "F~ind";
188     };
189     Edit      ED_FIND
190     {
191         Pos = MAP_APPFONT ( 6 ,  14) ;
192         Size = MAP_APPFONT ( 120 , 12 ) ;
193         Border = TRUE;
194     };
195     CheckBox  CB_FINDONLY
196     {
197         Pos = MAP_APPFONT ( 6 , 32 ) ;
198         Size = MAP_APPFONT ( 120 , 10 ) ;
199         Text [ en-US ] = "Find ~only in";
200     };
201     ListBox   LB_FINDONLY
202     {
203         Pos = MAP_APPFONT ( 12 , 45 ) ;
204         Size = MAP_APPFONT ( 114 , 50 ) ;
205         Border = TRUE;
206         DropDown = TRUE;
207     };
208     PushButton  PB_FIND
209     {
210         Pos = MAP_APPFONT ( 132 , 3 ) ;
211         Size = MAP_APPFONT ( 50 , 14 ) ;
212         DefButton = TRUE;
213         Text [ en-US ] = "~Find";
214     };
215     CancelButton            PB_CANCEL
216     {
217         Pos = MAP_APPFONT ( 132 , 20 ) ;
218         Size = MAP_APPFONT ( 50 , 14 ) ;
219         Text [ en-US ] = "~Close";
220     };
221     HelpButton              PB_HELP
222     {
223         Pos = MAP_APPFONT ( 132 , 40 ) ;
224         Size = MAP_APPFONT ( 50 , 14 ) ;
225     };