Changeset 5 for trunk/UCore.lfm


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/UCore.lfm

    r4 r5  
    3636      OnExecute = AProjectCloseExecute
    3737    end
     38    object ACommandUpdate: TAction
     39      Caption = 'Update'
     40      OnExecute = ACommandUpdateExecute
     41    end
     42    object ACommandCleanup: TAction
     43      Caption = 'Cleanup'
     44      OnExecute = ACommandCleanupExecute
     45    end
     46    object ACommandCheckout: TAction
     47      Caption = 'Checkout'
     48      OnExecute = ACommandCheckoutExecute
     49    end
     50    object ACommandCommit: TAction
     51      Caption = 'Commit'
     52      OnExecute = ACommandCommitExecute
     53    end
     54    object ACommandStatus: TAction
     55      Caption = 'Status'
     56    end
    3857  end
    3958  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.