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/Forms/UFormMain.lfm

    r6 r8  
    55  Width = 667
    66  Caption = 'VCSCommander'
    7   ClientHeight = 471
     7  ClientHeight = 468
    88  ClientWidth = 667
    99  Menu = MainMenu1
     
    2525  object StatusBar1: TStatusBar
    2626    Left = 0
    27     Height = 26
    28     Top = 445
     27    Height = 29
     28    Top = 439
    2929    Width = 667
    3030    Panels = <>
     
    3535    object MenuItemFile: TMenuItem
    3636      Caption = 'File'
     37      object MenuItem17: TMenuItem
     38        Action = Core.AProjectCheckout
     39      end
    3740      object MenuItem8: TMenuItem
    3841        Action = Core.AProjectOpen
     
    6871        Action = Core.ACommandCleanup
    6972      end
    70       object MenuItem15: TMenuItem
    71         Action = Core.ACommandCheckout
    72       end
    7373      object MenuItem16: TMenuItem
    7474        Action = Core.ACommandStatus
Note: See TracChangeset for help on using the changeset viewer.