Ignore:
Timestamp:
Aug 2, 2016, 1:41:12 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Updated version strings and release notes for 1.2.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSources.lfm

    r73 r76  
    7979    ViewStyle = vsReport
    8080    OnChange = ListView1Change
    81     OnClick = ListView1Click
    8281    OnData = ListView1Data
    8382    OnDblClick = ListView1DblClick
     
    119118      ImageIndex = 5
    120119      OnExecute = AProcessExecute
     120    end
     121    object AEnable: TAction
     122      Caption = 'Enable'
     123      OnExecute = AEnableExecute
     124    end
     125    object ADisable: TAction
     126      Caption = 'Disable'
     127      OnExecute = ADisableExecute
    121128    end
    122129  end
     
    281288      }
    282289    end
     290    object MenuItem5: TMenuItem
     291      Action = AEnable
     292    end
     293    object MenuItem6: TMenuItem
     294      Action = ADisable
     295    end
    283296  end
    284297  object JobProgressView1: TJobProgressView
Note: See TracChangeset for help on using the changeset viewer.