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