Changeset 110 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 14, 2022, 6:06:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r109 r110 13 13 OnShow = FormShow 14 14 LCLVersion = '2.2.0.4' 15 object ButtonCancel: TButton 16 Left = 900 17 Height = 39 18 Top = 720 19 Width = 120 20 Anchors = [akRight, akBottom] 21 Caption = 'Cancel' 22 ModalResult = 2 23 ParentFont = False 24 TabOrder = 0 25 end 26 object ButtonOk: TButton 27 Left = 759 28 Height = 39 29 Top = 720 30 Width = 124 31 Anchors = [akRight, akBottom] 32 Caption = 'OK' 33 ModalResult = 1 34 ParentFont = False 35 TabOrder = 1 36 end 37 object ButtonPrevious: TButton 38 Left = 8 39 Height = 39 40 Top = 720 41 Width = 124 42 Anchors = [akLeft, akBottom] 43 Caption = 'Previous' 44 OnClick = ButtonPreviousClick 45 ParentFont = False 46 TabOrder = 2 47 Visible = False 48 end 49 object ButtonNext: TButton 50 Left = 150 51 Height = 39 52 Top = 720 53 Width = 120 54 Anchors = [akLeft, akBottom] 55 Caption = 'Next' 56 OnClick = ButtonNextClick 57 ParentFont = False 58 TabOrder = 3 59 Visible = False 60 end 15 61 object PageControlContact: TPageControl 16 62 Left = 8 … … 18 64 Top = 8 19 65 Width = 1009 20 ActivePage = TabSheet Home66 ActivePage = TabSheetGeneral 21 67 Anchors = [akTop, akLeft, akRight, akBottom] 22 68 ParentFont = False 23 TabIndex = 124 TabOrder = 069 TabIndex = 0 70 TabOrder = 4 25 71 object TabSheetGeneral: TTabSheet 26 72 Caption = 'General' … … 30 76 OnShow = TabSheetGeneralShow 31 77 ParentFont = False 32 object Label1: TLabel33 Left = 25034 Height = 2735 Top = 8336 Width = 10137 Caption = 'First name:'38 ParentFont = False39 end40 object EditFirstName: TEdit41 Left = 37542 Height = 4343 Top = 7544 Width = 16145 OnChange = NamePartChange46 ParentFont = False47 TabOrder = 148 end49 78 object Label2: TLabel 50 79 Left = 17 … … 61 90 Width = 265 62 91 ParentFont = False 63 TabOrder = 792 TabOrder = 2 64 93 end 65 94 object EditPhone: TEdit … … 69 98 Width = 265 70 99 ParentFont = False 71 TabOrder = 9100 TabOrder = 4 72 101 end 73 102 object Label3: TLabel … … 85 114 Width = 216 86 115 ParentFont = False 87 TabOrder = 11116 TabOrder = 6 88 117 end 89 118 object Label4: TLabel … … 95 124 ParentFont = False 96 125 end 97 object EditLastName: TEdit98 Left = 70099 Height = 43100 Top = 75101 Width = 161102 OnChange = NamePartChange103 ParentFont = False104 TabOrder = 2105 end106 object Label5: TLabel107 Left = 558108 Height = 27109 Top = 83110 Width = 94111 Caption = 'Last name'112 ParentFont = False113 end114 126 object EditBirthday: TEdit 115 127 Left = 150 … … 118 130 Width = 216 119 131 ParentFont = False 120 TabOrder = 14132 TabOrder = 9 121 133 end 122 134 object Label22: TLabel … … 151 163 Height = 43 152 164 Top = 25 153 Width = 486165 Width = 354 154 166 OnChange = EditFullNameChange 155 167 ParentFont = False 156 168 TabOrder = 0 157 end158 object Label25: TLabel159 Left = 558160 Height = 27161 Top = 133162 Width = 124163 Caption = 'Middle name:'164 ParentFont = False165 end166 object EditMiddleName: TEdit167 Left = 699168 Height = 43169 Top = 125170 Width = 161171 OnChange = NamePartChange172 ParentFont = False173 TabOrder = 4174 end175 object Label26: TLabel176 Left = 250177 Height = 27178 Top = 183179 Width = 106180 Caption = 'Title before:'181 ParentFont = False182 end183 object EditTitleBefore: TEdit184 Left = 376185 Height = 43186 Top = 175187 Width = 161188 OnChange = NamePartChange189 ParentFont = False190 TabOrder = 5191 end192 object Label27: TLabel193 Left = 558194 Height = 27195 Top = 183196 Width = 91197 Caption = 'Title after:'198 ParentFont = False199 end200 object EditTitleAfter: TEdit201 Left = 699202 Height = 43203 Top = 175204 Width = 161205 OnChange = NamePartChange206 ParentFont = False207 TabOrder = 6208 169 end 209 170 object Label44: TLabel 210 171 Left = 250 211 172 Height = 27 212 Top = 133173 Top = 88 213 174 Width = 95 214 175 Caption = 'Nickname:' … … 216 177 end 217 178 object EditNickName: TEdit 218 Left = 37 5219 Height = 43 220 Top = 125221 Width = 161222 ParentFont = False 223 TabOrder = 3179 Left = 376 180 Height = 43 181 Top = 80 182 Width = 224 183 ParentFont = False 184 TabOrder = 1 224 185 end 225 186 object Label45: TLabel … … 237 198 Width = 217 238 199 ParentFont = False 239 TabOrder = 1 5200 TabOrder = 10 240 201 end 241 202 object Label9: TLabel … … 253 214 Width = 265 254 215 ParentFont = False 255 TabOrder = 8216 TabOrder = 3 256 217 end 257 218 object EditPager: TEdit … … 261 222 Width = 265 262 223 ParentFont = False 263 TabOrder = 10224 TabOrder = 5 264 225 end 265 226 object Label10: TLabel … … 285 246 Width = 666 286 247 ParentFont = False 287 TabOrder = 13248 TabOrder = 8 288 249 end 289 250 object Label49: TLabel … … 301 262 Width = 265 302 263 ParentFont = False 303 TabOrder = 12264 TabOrder = 7 304 265 end 305 266 object Label56: TLabel … … 317 278 Width = 265 318 279 ParentFont = False 319 TabOrder = 1 6280 TabOrder = 11 320 281 end 321 282 object SpeedButtonWeb: TSpeedButton … … 366 327 ShowHint = True 367 328 ParentShowHint = False 329 end 330 object ButtonNameDetails: TButton 331 Left = 735 332 Height = 43 333 Top = 25 334 Width = 125 335 Caption = 'Details' 336 OnClick = ButtonNameDetailsClick 337 TabOrder = 12 368 338 end 369 339 end … … 704 674 Width = 920 705 675 Caption = 'Address' 706 ClientHeight = 2 81676 ClientHeight = 255 707 677 ClientWidth = 918 708 678 TabOrder = 9 … … 1347 1317 ParentFont = False 1348 1318 end 1349 end1350 object ButtonCancel: TButton1351 Left = 9001352 Height = 391353 Top = 7201354 Width = 1201355 Anchors = [akRight, akBottom]1356 Caption = 'Cancel'1357 ModalResult = 21358 ParentFont = False1359 TabOrder = 11360 end1361 object ButtonOk: TButton1362 Left = 7591363 Height = 391364 Top = 7201365 Width = 1241366 Anchors = [akRight, akBottom]1367 Caption = 'OK'1368 ModalResult = 11369 ParentFont = False1370 TabOrder = 21371 end1372 object ButtonPrevious: TButton1373 Left = 81374 Height = 391375 Top = 7201376 Width = 1241377 Anchors = [akLeft, akBottom]1378 Caption = 'Previous'1379 OnClick = ButtonPreviousClick1380 ParentFont = False1381 TabOrder = 31382 Visible = False1383 end1384 object ButtonNext: TButton1385 Left = 1501386 Height = 391387 Top = 7201388 Width = 1201389 Anchors = [akLeft, akBottom]1390 Caption = 'Next'1391 OnClick = ButtonNextClick1392 ParentFont = False1393 TabOrder = 41394 Visible = False1395 1319 end 1396 1320 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.