Ignore:
Timestamp:
Aug 1, 2016, 11:00:05 PM (8 years ago)
Author:
chronos
Message:
  • Added: Allow enable/disable import source by context menu in import sources list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSources.lfm

    r69 r72  
    1010  OnShow = FormShow
    1111  Position = poScreenCenter
    12   LCLVersion = '1.6.0.4'
     12  LCLVersion = '1.7'
    1313  object ListView1: TListView
    1414    Left = 8
     
    3737      item
    3838        Caption = 'Date'
    39         Width = 100
     39        Width = 108
    4040      end>
    4141    MultiSelect = True
     
    108108      ImageIndex = 5
    109109      OnExecute = AProcessExecute
     110    end
     111    object AEnable: TAction
     112      Caption = 'Enable'
     113      OnExecute = AEnableExecute
     114    end
     115    object ADisable: TAction
     116      Caption = 'Disable'
     117      OnExecute = ADisableExecute
    110118    end
    111119  end
     
    270278      }
    271279    end
     280    object MenuItem6: TMenuItem
     281      Action = AEnable
     282    end
     283    object MenuItem5: TMenuItem
     284      Action = ADisable
     285    end
    272286  end
    273287  object JobProgressView1: TJobProgressView
Note: See TracChangeset for help on using the changeset viewer.