Ignore:
Timestamp:
Apr 3, 2025, 10:37:14 PM (9 days ago)
Author:
chronos
Message:
  • Added: Create repository action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r14 r20  
    55  Width = 939
    66  Caption = 'VCSCommander'
    7   ClientHeight = 538
     7  ClientHeight = 539
    88  ClientWidth = 939
    99  Menu = MainMenu1
     
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.4.0.4'
     14  LCLVersion = '1.5'
    1515  object ToolBarMain: TToolBar
    1616    Left = 0
     
    4141  object StatusBar1: TStatusBar
    4242    Left = 0
    43     Height = 28
     43    Height = 29
    4444    Top = 510
    4545    Width = 939
     
    5252    object MenuItemFile: TMenuItem
    5353      Caption = 'Working copy'
     54      OnClick = MenuItemFileClick
    5455      object MenuItem17: TMenuItem
    5556        Action = Core.AProjectCheckout
     
    6970      object MenuItemQuit: TMenuItem
    7071        Action = Core.AQuit
     72      end
     73    end
     74    object MenuItem22: TMenuItem
     75      Caption = 'Repository'
     76      object MenuItem26: TMenuItem
     77        Action = Core.ARepositoryCreate
    7178      end
    7279    end
Note: See TracChangeset for help on using the changeset viewer.