Changeset 76 for trunk/Forms


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.
Location:
trunk/Forms
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r69 r76  
    6767    Identification = 1
    6868    VersionMajor = 1
    69     VersionMinor = 1
    70     VersionBugFix = 1
     69    VersionMinor = 2
     70    VersionBugFix = 0
    7171    CompanyName = 'Chronosoft'
    7272    HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder'
     
    7474    EmailContact = 'robie@centrum.cz'
    7575    AppName = 'Acronym Decoder'
    76     ReleaseDate = 42577
     76    ReleaseDate = 42584
    7777    RegistryKey = '\Software\'
    7878    RegistryRoot = rrKeyCurrentUser
  • 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
  • trunk/Forms/UFormImportSources.lrt

    r73 r76  
    1010TFORMIMPORTSOURCES.AMODIFY.CAPTION=Modify
    1111TFORMIMPORTSOURCES.APROCESS.CAPTION=Process
     12TFORMIMPORTSOURCES.AENABLE.CAPTION=Enable
     13TFORMIMPORTSOURCES.ADISABLE.CAPTION=Disable
Note: See TracChangeset for help on using the changeset viewer.