Ignore:
Timestamp:
Aug 27, 2018, 8:33:25 AM (6 years ago)
Author:
chronos
Message:
  • Added: Save to CSV action for document check report.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCheck.lfm

    r198 r199  
    216216    DefaultExt = '.txt'
    217217    Filter = 'Text files (.txt)|*.txt|Any file|*.*'
    218     left = 116
    219     top = 493
     218    left = 544
     219    top = 288
    220220  end
    221221  object PopupMenuReport: TPopupMenu
    222     left = 378
     222    left = 376
    223223    top = 202
    224224    object MenuItemGoTo: TMenuItem
     225      Action = AGoToLocation
     226      OnClick = MenuItemGoToClick
     227    end
     228    object MenuItem1: TMenuItem
     229      Action = ASaveToCsv
     230    end
     231  end
     232  object ActionList1: TActionList
     233    left = 546
     234    top = 203
     235    object ASaveToCsv: TAction
     236      Caption = 'Save to CSV...'
     237      OnExecute = ASaveToCsvExecute
     238    end
     239    object AGoToLocation: TAction
    225240      Caption = 'Go to location'
    226       OnClick = MenuItemGoToClick
    227     end
     241      OnExecute = AGoToLocationExecute
     242    end
     243  end
     244  object SaveDialog1: TSaveDialog
     245    left = 378
     246    top = 288
    228247  end
    229248end
Note: See TracChangeset for help on using the changeset viewer.