update credits
[LibreOffice.git] / sw / source / ui / dbui / createaddresslistdialog.src
blobaa090ff6a87bfd88b185630bc23b0fdb08df7c82
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <createaddresslistdialog.hrc>
21 #include <dbui.hrc>
22 #include <helpid.h>
24 ModalDialog DLG_MM_CREATEADDRESSLIST
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     HelpID = HID_MM_CREATEADDRESSLIST;
29     Size = MAP_APPFONT ( 318 , 231 ) ;
30     Moveable = TRUE ;
32     Text [ en-US ] = "New Address List";
34     FixedText               FI_ADDRESSINFORMATION
35     {
36         Pos = MAP_APPFONT ( 6 , 3 ) ;
37         Size = MAP_APPFONT ( 150 , 8 ) ;
38         Text [ en-US ] = "Address Information";
39     };
40     Control  CT_ADDRESS
41     {
42         Pos = MAP_APPFONT ( 6 , 14 ) ;
43         Size = MAP_APPFONT ( 250 , 160 ) ;
44         Border = TRUE;
45         DialogControl = TRUE;
46         OutputSize = TRUE ;
48         ScrollBar SCR_1
49         {
50             Pos = MAP_APPFONT ( 240 , 0 ) ;
51             Size = MAP_APPFONT ( 10 , 160 ) ;
52         };
53         Window WIN_DATA
54         {
55             Pos = MAP_APPFONT ( 0 , 0 ) ;
56             Size = MAP_APPFONT ( 240 , 160 ) ;
57             DialogControl = TRUE;
58         };
59     };
60     PushButton              PB_NEW
61     {
62         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_NEW";
63         Pos = MAP_APPFONT ( 262 , 14 ) ;
64         Size = MAP_APPFONT ( 50 , 14 ) ;
65         Text [ en-US ] = "~New";
66     };
67     PushButton              PB_DELETE
68     {
69         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_DELETE";
70         Pos = MAP_APPFONT ( 262 , 32 ) ;
71         Size = MAP_APPFONT ( 50 , 14 ) ;
72         Text [ en-US ] = "~Delete";
73     };
74     PushButton              PB_FIND
75     {
76         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_FIND";
77         Pos = MAP_APPFONT ( 262 , 50 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         Text [ en-US ] = "~Find...";
80     };
81     PushButton              PB_CUSTOMIZE
82     {
83         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_CUSTOMIZE";
84         Pos = MAP_APPFONT ( 262 , 68 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         Text [ en-US ] = "C~ustomize...";
87     };
88     FixedText               FI_VIEWENTRIES
89     {
90         Pos = MAP_APPFONT ( 6 , 183 ) ;
91         Size = MAP_APPFONT ( 92 , 8 ) ;
92         Text [ en-US ] = "Sho~w entry number";
93     };
94     PushButton              PB_START
95     {
96         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_START";
97         Pos = MAP_APPFONT ( 100 , 180 ) ;
98         Size = MAP_APPFONT ( 20 , 14 ) ;
99         Text = "|<";
100     };
101     PushButton              PB_PREV
102     {
103         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_PREV";
104         Pos = MAP_APPFONT ( 123 , 180 ) ;
105         Size = MAP_APPFONT ( 20 , 14 ) ;
106         Text = "<";
107     };
108     NumericField            NF_SETNO
109     {
110         HelpID = "sw:NumericField:DLG_MM_CREATEADDRESSLIST:NF_SETNO";
111         Pos = MAP_APPFONT ( 146 , 180 ) ;
112         Size = MAP_APPFONT ( 20 , 14 ) ;
113         Border = TRUE;
114         Left = TRUE ;
115         First = 1 ;
116         Minimum = 1 ;
117         Value = 1;
118         Repeat = TRUE ;
119         Spin = FALSE ;
120         TabStop = TRUE ;
121     };
122     PushButton              PB_NEXT
123     {
124         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_NEXT";
125         Pos = MAP_APPFONT ( 169 , 180 ) ;
126         Size = MAP_APPFONT ( 20 , 14 ) ;
127         Text = ">";
128     };
129     PushButton              PB_END
130     {
131         HelpID = "sw:PushButton:DLG_MM_CREATEADDRESSLIST:PB_END";
132         Pos = MAP_APPFONT ( 192 , 180 ) ;
133         Size = MAP_APPFONT ( 20 , 14 ) ;
134         Text = ">|";
135     };
136     FixedLine               FL_SEPARATOR
137     {
138         Pos = MAP_APPFONT ( 0 , 200 ) ;
139         Size = MAP_APPFONT ( 318 , 8 ) ;
140     };
142     OKButton                PB_OK
143     {
144         Pos = MAP_APPFONT ( 153 , 211 ) ;
145         Size = MAP_APPFONT ( 50 , 14 ) ;
146         DefButton = TRUE;
147     };
148     CancelButton            PB_CANCEL
149     {
150         Pos = MAP_APPFONT ( 206 , 211 ) ;
151         Size = MAP_APPFONT ( 50 , 14 ) ;
152     };
153     HelpButton              PB_HELP
154     {
155         Pos = MAP_APPFONT ( 262 , 211 ) ;
156         Size = MAP_APPFONT ( 50 , 14 ) ;
157     };
159     String ST_FILTERNAME
160     {
161         Text [ en-US ] = "%PRODUCTNAME Address List (.csv)";
162     };
165 ModelessDialog DLG_MM_FIND_ENTRY
167     OutputSize = TRUE ;
168     SVLook = TRUE ;
169     HelpID = HID_MM_FIND_ENTRY;
170     Size = MAP_APPFONT ( 188 , 63 ) ;
171     Moveable = TRUE ;
173     Text [ en-US ] = "Find Entry";
175     FixedText FT_FIND
176     {
177         Pos = MAP_APPFONT ( 6 , 3 ) ;
178         Size = MAP_APPFONT ( 120 , 8 ) ;
179         Text [ en-US ] = "F~ind";
180     };
181     Edit      ED_FIND
182     {
183         HelpID = "sw:Edit:DLG_MM_FIND_ENTRY:ED_FIND";
184         Pos = MAP_APPFONT ( 6 ,  14) ;
185         Size = MAP_APPFONT ( 120 , 12 ) ;
186         Border = TRUE;
187     };
188     CheckBox  CB_FINDONLY
189     {
190         HelpID = "sw:CheckBox:DLG_MM_FIND_ENTRY:CB_FINDONLY";
191         Pos = MAP_APPFONT ( 6 , 32 ) ;
192         Size = MAP_APPFONT ( 120 , 10 ) ;
193         Text [ en-US ] = "Find ~only in";
194     };
195     ListBox   LB_FINDONLY
196     {
197         HelpID = "sw:ListBox:DLG_MM_FIND_ENTRY:LB_FINDONLY";
198         Pos = MAP_APPFONT ( 12 , 45 ) ;
199         Size = MAP_APPFONT ( 114 , 50 ) ;
200         Border = TRUE;
201         DropDown = TRUE;
202     };
203     PushButton  PB_FIND
204     {
205         HelpID = "sw:PushButton:DLG_MM_FIND_ENTRY:PB_FIND";
206         Pos = MAP_APPFONT ( 132 , 3 ) ;
207         Size = MAP_APPFONT ( 50 , 14 ) ;
208         DefButton = TRUE;
209         Text [ en-US ] = "~Find";
210     };
211     CancelButton            PB_CANCEL
212     {
213         Pos = MAP_APPFONT ( 132 , 20 ) ;
214         Size = MAP_APPFONT ( 50 , 14 ) ;
215         Text [ en-US ] = "~Close";
216     };
217     HelpButton              PB_HELP
218     {
219         Pos = MAP_APPFONT ( 132 , 40 ) ;
220         Size = MAP_APPFONT ( 50 , 14 ) ;
221     };
224 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */