Ignore:
Timestamp:
Sep 1, 2014, 7:26:35 PM (10 years ago)
Author:
chronos
Message:
  • Added: Form for console window. Working copy actions will call command line tool to perform operation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r4 r5  
    5050      end
    5151    end
     52    object MenuItem11: TMenuItem
     53      Caption = 'Actions'
     54      object MenuItem12: TMenuItem
     55        Action = Core.ACommandUpdate
     56      end
     57      object MenuItem13: TMenuItem
     58        Action = Core.ACommandCommit
     59      end
     60      object MenuItem14: TMenuItem
     61        Action = Core.ACommandCleanup
     62      end
     63      object MenuItem15: TMenuItem
     64        Action = Core.ACommandCheckout
     65      end
     66      object MenuItem16: TMenuItem
     67        Action = Core.ACommandStatus
     68      end
     69    end
    5270    object MenuItem1: TMenuItem
    5371      Caption = 'General'
Note: See TracChangeset for help on using the changeset viewer.