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