Ignore:
Timestamp:
May 19, 2015, 11:33:02 PM (9 years ago)
Author:
chronos
Message:
  • Added: Log form to show history of object. Implemented for Subversion partialy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormBrowse.lfm

    r10 r11  
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     11  OnShow = FormShow
    1112  LCLVersion = '1.5'
    1213  object TreeView1: TTreeView
     
    6162    OnData = ListView1Data
    6263    OnDblClick = AOpenExecute
     64    OnSelectItem = ListView1SelectItem
    6365  end
    6466  object PopupMenu1: TPopupMenu
     
    8385    object MenuItem6: TMenuItem
    8486      Action = AOpen
     87    end
     88    object MenuItem7: TMenuItem
     89      Action = ALogShow
    8590    end
    8691  end
     
    111116      OnExecute = AOpenExecute
    112117    end
     118    object ALogShow: TAction
     119      Caption = 'Show log'
     120      OnExecute = ALogShowExecute
     121    end
    113122  end
    114123end
Note: See TracChangeset for help on using the changeset viewer.