Changeset 8 for trunk/UCore.lfm


Ignore:
Timestamp:
May 18, 2015, 12:15:30 AM (10 years ago)
Author:
chronos
Message:
  • Added: Checkout form and ability to checkout new working copy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r7 r8  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 346
    6   HorizontalOffset = 482
    7   VerticalOffset = 265
    8   Width = 447
     5  Height = 435
     6  HorizontalOffset = 539
     7  VerticalOffset = 195
     8  Width = 693
    99  object ActionList1: TActionList
    1010    left = 260
     
    4545      OnExecute = ACommandCleanupExecute
    4646    end
    47     object ACommandCheckout: TAction
    48       Caption = 'Checkout'
    49       OnExecute = ACommandCheckoutExecute
    50     end
    5147    object ACommandCommit: TAction
    5248      Caption = 'Commit'
     
    5652      Caption = 'Status'
    5753    end
    58     object Action1: TAction
    59       Caption = 'Action1'
     54    object AProjectCheckout: TAction
     55      Caption = 'Checkout...'
     56      OnExecute = AProjectCheckoutExecute
    6057    end
    6158  end
     
    8178    top = 168
    8279  end
     80  object LastOpenedListRepoURL: TLastOpenedList
     81    MaxCount = 10
     82    left = 96
     83    top = 240
     84  end
     85  object LastOpenedListNewDir: TLastOpenedList
     86    MaxCount = 10
     87    left = 465
     88    top = 302
     89  end
    8390end
Note: See TracChangeset for help on using the changeset viewer.