Changeset 15 for trunk/Forms/UFormContact.lfm
- Timestamp:
- Feb 27, 2018, 6:11:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContact.lfm
r9 r15 17 17 Top = 8 18 18 Width = 744 19 ActivePage = TabSheet General19 ActivePage = TabSheetAll 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 TabIndex = 021 TabIndex = 2 22 22 TabOrder = 0 23 23 object TabSheetGeneral: TTabSheet … … 398 398 end> 399 399 OwnerData = True 400 PopupMenu = PopupMenu1 400 401 ReadOnly = True 401 402 RowSelect = True … … 403 404 ViewStyle = vsReport 404 405 OnData = ListView1Data 406 OnDblClick = AEditFieldExecute 405 407 end 406 408 end … … 426 428 TabOrder = 2 427 429 end 430 object ActionList1: TActionList 431 Images = Core.ImageList1 432 left = 317 433 top = 157 434 object AEditField: TAction 435 Caption = 'Edit' 436 OnExecute = AEditFieldExecute 437 end 438 end 439 object PopupMenu1: TPopupMenu 440 Images = Core.ImageList1 441 left = 172 442 top = 159 443 object MenuItem1: TMenuItem 444 Action = AEditField 445 end 446 end 428 447 end
Note:
See TracChangeset
for help on using the changeset viewer.