1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <customizeaddresslistdialog.hrc>
25#include <dbui.hrc>
26#include <helpid.h>
27
28/*-- 13.04.2004 13:58:13---------------------------------------------------
29
30  -----------------------------------------------------------------------*/
31ModalDialog DLG_MM_CUSTOMIZE_ADDRESS_LIST
32{
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    HelpID = HID_MM_CUSTOMIZE_ADDRESS_LIST;
36    Size = MAP_APPFONT ( 200 , 171 ) ;
37    Moveable = TRUE ;
38
39    Text [ en-US ] = "Customize Address List";
40
41    FixedText               FT_FIELDS
42    {
43        Pos = MAP_APPFONT ( 6 , 3 ) ;
44        Size = MAP_APPFONT ( 100 , 8 ) ;
45        Text [ en-US ] = "A~ddress list elements";
46    };
47    ListBox                 LB_FIELDS
48    {
49        HelpID = "sw:ListBox:DLG_MM_CUSTOMIZE_ADDRESS_LIST:LB_FIELDS";
50        Pos = MAP_APPFONT ( 6 , 14 ) ;
51        Size = MAP_APPFONT ( 112 , 120 ) ;
52        Border = TRUE;
53    };
54    PushButton              PB_ADD
55    {
56        HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_ADD";
57        Pos = MAP_APPFONT ( 144 , 3 ) ;
58        Size = MAP_APPFONT ( 50 , 14 ) ;
59        Text [ en-US ] = "~Add...";
60    };
61    PushButton              PB_DELETE
62    {
63        HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DELETE";
64        Pos = MAP_APPFONT ( 144 , 20 ) ;
65        Size = MAP_APPFONT ( 50 , 14 ) ;
66        Text [ en-US ] = "~Delete";
67    };
68    PushButton              PB_RENAME
69    {
70        HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_RENAME";
71        Pos = MAP_APPFONT ( 144 , 37 ) ;
72        Size = MAP_APPFONT ( 50 , 14 ) ;
73        Text [ en-US ] = "~Rename...";
74    };
75    ImageButton              PB_UP
76    {
77        HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_UP";
78        Pos = MAP_APPFONT ( 124 , 58 ) ;
79        Size = MAP_APPFONT ( 14 , 14 ) ;
80        SYMBOL = IMAGEBUTTON_ARROW_UP;
81        QuickHelpText[ en-US ] = "Move up";
82    };
83    ImageButton              PB_DOWN
84    {
85        HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DOWN";
86        Pos = MAP_APPFONT ( 124 , 75 ) ;
87        Size = MAP_APPFONT ( 14 , 14 ) ;
88        SYMBOL = IMAGEBUTTON_ARROW_DOWN;
89        QuickHelpText[ en-US ] = "Move down";
90    };
91    FixedLine               FL_SEPARATOR
92    {
93        Pos = MAP_APPFONT ( 0 , 140 ) ;
94        Size = MAP_APPFONT ( 200 , 8 ) ;
95    };
96    OKButton                PB_OK
97    {
98        Pos = MAP_APPFONT ( 35 , 151 ) ;
99        Size = MAP_APPFONT ( 50 , 14 ) ;
100        DefButton = TRUE;
101    };
102    CancelButton            PB_CANCEL
103    {
104        Pos = MAP_APPFONT ( 88 , 151 ) ;
105        Size = MAP_APPFONT ( 50 , 14 ) ;
106    };
107    HelpButton              PB_HELP
108    {
109        Pos = MAP_APPFONT ( 144 , 151 ) ;
110        Size = MAP_APPFONT ( 50 , 14 ) ;
111    };
112};
113/*-- 13.04.2004 13:58:13---------------------------------------------------
114
115  -----------------------------------------------------------------------*/
116ModalDialog DLG_MM_ADD_RENAME_ENTRY
117{
118    OutputSize = TRUE ;
119    SVLook = TRUE ;
120    HelpID = HID_MM_ADD_RENAME_ENTRY;
121    Size = MAP_APPFONT ( 188 , 60 ) ;
122    Moveable = TRUE ;
123
124    Text [ en-US ] = "Add Element";
125
126    FixedText  FT_FIELDNAME
127    {
128        Pos = MAP_APPFONT ( 6 , 3 ) ;
129        Size = MAP_APPFONT ( 50 , 8 ) ;
130        Text [ en-US ] = "Element ~name";
131    };
132    Edit       ED_FIELDNAME
133    {
134        HelpID = "sw:Edit:DLG_MM_ADD_RENAME_ENTRY:ED_FIELDNAME";
135        Pos = MAP_APPFONT ( 6 , 14 ) ;
136        Size = MAP_APPFONT ( 120 , 12 ) ;
137        Border = TRUE;
138    };
139
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    };
164};
165
166