Changeset 20 for trunk/Forms
- Timestamp:
- Apr 3, 2025, 10:37:14 PM (2 weeks ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r14 r20 5 5 Width = 939 6 6 Caption = 'VCSCommander' 7 ClientHeight = 53 87 ClientHeight = 539 8 8 ClientWidth = 939 9 9 Menu = MainMenu1 … … 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = '1. 4.0.4'14 LCLVersion = '1.5' 15 15 object ToolBarMain: TToolBar 16 16 Left = 0 … … 41 41 object StatusBar1: TStatusBar 42 42 Left = 0 43 Height = 2 843 Height = 29 44 44 Top = 510 45 45 Width = 939 … … 52 52 object MenuItemFile: TMenuItem 53 53 Caption = 'Working copy' 54 OnClick = MenuItemFileClick 54 55 object MenuItem17: TMenuItem 55 56 Action = Core.AProjectCheckout … … 69 70 object MenuItemQuit: TMenuItem 70 71 Action = Core.AQuit 72 end 73 end 74 object MenuItem22: TMenuItem 75 Caption = 'Repository' 76 object MenuItem26: TMenuItem 77 Action = Core.ARepositoryCreate 71 78 end 72 79 end -
trunk/Forms/UFormMain.pas
r13 r20 28 28 MenuItem20: TMenuItem; 29 29 MenuItem21: TMenuItem; 30 MenuItem22: TMenuItem; 31 MenuItem26: TMenuItem; 30 32 MenuItemRecentProjectGroup: TMenuItem; 31 33 MenuItem23: TMenuItem; … … 51 53 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); 52 54 procedure FormShow(Sender: TObject); 55 procedure MenuItemFileClick(Sender: TObject); 53 56 private 54 57 Initialized: Boolean; … … 75 78 begin 76 79 DockInit; 80 end; 81 82 procedure TFormMain.MenuItemFileClick(Sender: TObject); 83 begin 84 77 85 end; 78 86 -
trunk/Forms/UFormProjectGroup.lfm
r13 r20 1 1 object FormProjectGroup: TFormProjectGroup 2 Left = 6082 Left = 1062 3 3 Height = 533 4 Top = 45 34 Top = 454 5 5 Width = 610 6 6 Caption = 'Project group'
Note:
See TracChangeset
for help on using the changeset viewer.