Changeset 20 for trunk/Forms


Ignore:
Timestamp:
Apr 3, 2025, 10:37:14 PM (2 weeks ago)
Author:
chronos
Message:
  • Added: Create repository action.
Location:
trunk/Forms
Files:
3 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
  • trunk/Forms/UFormMain.pas

    r13 r20  
    2828    MenuItem20: TMenuItem;
    2929    MenuItem21: TMenuItem;
     30    MenuItem22: TMenuItem;
     31    MenuItem26: TMenuItem;
    3032    MenuItemRecentProjectGroup: TMenuItem;
    3133    MenuItem23: TMenuItem;
     
    5153    procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
    5254    procedure FormShow(Sender: TObject);
     55    procedure MenuItemFileClick(Sender: TObject);
    5356  private
    5457    Initialized: Boolean;
     
    7578begin
    7679  DockInit;
     80end;
     81
     82procedure TFormMain.MenuItemFileClick(Sender: TObject);
     83begin
     84
    7785end;
    7886
  • trunk/Forms/UFormProjectGroup.lfm

    r13 r20  
    11object FormProjectGroup: TFormProjectGroup
    2   Left = 608
     2  Left = 1062
    33  Height = 533
    4   Top = 453
     4  Top = 454
    55  Width = 610
    66  Caption = 'Project group'
Note: See TracChangeset for help on using the changeset viewer.