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