Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / customizeaddresslistdialog.src
blobb2d3c175ed5082d355d5fa892fbf303adb1b5478
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: customizeaddresslistdialog.src,v $
10  * $Revision: 1.6 $
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 <customizeaddresslistdialog.hrc>
32 #include <dbui.hrc>
33 #include <helpid.h>
35 /*-- 13.04.2004 13:58:13---------------------------------------------------
36         
37   -----------------------------------------------------------------------*/
38 ModalDialog DLG_MM_CUSTOMIZE_ADDRESS_LIST
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     HelpID = HID_MM_CUSTOMIZE_ADDRESS_LIST;
43     Size = MAP_APPFONT ( 200 , 171 ) ;
44     Moveable = TRUE ;
46     Text [ en-US ] = "Customize Address List";
48     FixedText               FT_FIELDS
49     {
50         Pos = MAP_APPFONT ( 6 , 3 ) ;
51         Size = MAP_APPFONT ( 100 , 8 ) ;
52         Text [ en-US ] = "A~ddress list elements";
53     };
54     ListBox                 LB_FIELDS
55     {
56         Pos = MAP_APPFONT ( 6 , 14 ) ;
57         Size = MAP_APPFONT ( 112 , 120 ) ;
58         Border = TRUE;
59     };
60     PushButton              PB_ADD
61     {
62         Pos = MAP_APPFONT ( 144 , 3 ) ;
63         Size = MAP_APPFONT ( 50 , 14 ) ;
64         Text [ en-US ] = "~Add...";
65     };
66     PushButton              PB_DELETE
67     {
68         Pos = MAP_APPFONT ( 144 , 20 ) ;
69         Size = MAP_APPFONT ( 50 , 14 ) ;
70         Text [ en-US ] = "~Delete";
71     };
72     PushButton              PB_RENAME
73     {
74         Pos = MAP_APPFONT ( 144 , 37 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         Text [ en-US ] = "~Rename...";
77     };
78     ImageButton              PB_UP
79     {
80         Pos = MAP_APPFONT ( 124 , 58 ) ;
81         Size = MAP_APPFONT ( 14 , 14 ) ;
82         SYMBOL = IMAGEBUTTON_ARROW_UP;
83         QuickHelpText[ en-US ] = "Move up";
84     };
85     ImageButton              PB_DOWN
86     {
87         Pos = MAP_APPFONT ( 124 , 75 ) ;
88         Size = MAP_APPFONT ( 14 , 14 ) ;
89         SYMBOL = IMAGEBUTTON_ARROW_DOWN;
90         QuickHelpText[ en-US ] = "Move down";
91     };
92     FixedLine               FL_SEPARATOR
93     {
94         Pos = MAP_APPFONT ( 0 , 140 ) ;
95         Size = MAP_APPFONT ( 200 , 8 ) ;
96     };
97     OKButton                PB_OK
98     {
99         Pos = MAP_APPFONT ( 35 , 151 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101         DefButton = TRUE;
102     };
103     CancelButton            PB_CANCEL
104     {
105         Pos = MAP_APPFONT ( 88 , 151 ) ;
106         Size = MAP_APPFONT ( 50 , 14 ) ;
107     };
108     HelpButton              PB_HELP
109     {
110         Pos = MAP_APPFONT ( 144 , 151 ) ;
111         Size = MAP_APPFONT ( 50 , 14 ) ;
112     };
114 /*-- 13.04.2004 13:58:13---------------------------------------------------
115         
116   -----------------------------------------------------------------------*/
117 ModalDialog DLG_MM_ADD_RENAME_ENTRY
119     OutputSize = TRUE ;
120     SVLook = TRUE ;
121     HelpID = HID_MM_ADD_RENAME_ENTRY;
122     Size = MAP_APPFONT ( 188 , 60 ) ;
123     Moveable = TRUE ;
125     Text [ en-US ] = "Add Element";
127     FixedText  FT_FIELDNAME
128     {
129         Pos = MAP_APPFONT ( 6 , 3 ) ;
130         Size = MAP_APPFONT ( 50 , 8 ) ;
131         Text [ en-US ] = "Element ~name";
132     };
133     Edit       ED_FIELDNAME
134     {
135         Pos = MAP_APPFONT ( 6 , 14 ) ;
136         Size = MAP_APPFONT ( 120 , 12 ) ;
137         Border = TRUE;
138     };
140     OKButton                PB_OK
141     {
142         Pos = MAP_APPFONT ( 132 , 3 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144         DefButton = TRUE;
145     };
146     CancelButton            PB_CANCEL
147     {
148         Pos = MAP_APPFONT ( 132 , 20 ) ;
149         Size = MAP_APPFONT ( 50 , 14 ) ;
150     };
151     HelpButton              PB_HELP
152     {
153         Pos = MAP_APPFONT ( 132 , 40 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155     };
156     String ST_RENAME_TITLE
157     {
158         Text [ en-US ] = "Rename Element";
159     };
160     String ST_ADD_BUTTON
161     {
162         Text [ en-US ] = "Add";
163     };