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