Changeset 20 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Apr 3, 2025, 10:37:14 PM (9 days ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.