Changeset 22 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Apr 3, 2025, 10:58:56 PM (9 days ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 VCSCommander 3 3 VCSCommander.lps 4 VCSCommander.dbg 4 5 Config.xml 5 6 heaptrclog.trc
-
- Property svn:ignore
-
trunk/Forms/UFormMain.lfm
r20 r22 1 1 object FormMain: TFormMain 2 2 Left = 687 3 Height = 5683 Height = 801 4 4 Top = 411 5 Width = 9395 Width = 1408 6 6 Caption = 'VCSCommander' 7 ClientHeight = 539 8 ClientWidth = 939 7 ClientHeight = 801 8 ClientWidth = 1408 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnActivate = FormActivate … … 12 13 OnShow = FormShow 13 14 Position = poScreenCenter 14 LCLVersion = ' 1.5'15 LCLVersion = '3.6.0.0' 15 16 object ToolBarMain: TToolBar 16 17 Left = 0 17 Height = 2618 Height = 39 18 19 Top = 0 19 Width = 93920 Width = 1408 20 21 Caption = 'ToolBarMain' 21 22 Images = Core.ImageList1 … … 29 30 end 30 31 object ToolButton2: TToolButton 31 Left = 2432 Left = 36 32 33 Top = 2 33 34 Action = Core.AProjectOpen 34 35 end 35 36 object ToolButton3: TToolButton 36 Left = 4737 Left = 71 37 38 Top = 2 38 39 Action = Core.AProjectClose … … 41 42 object StatusBar1: TStatusBar 42 43 Left = 0 43 Height = 2 944 Top = 51045 Width = 93944 Height = 28 45 Top = 773 46 Width = 1408 46 47 Panels = <> 47 48 end 48 49 object MainMenu1: TMainMenu 49 50 Images = Core.ImageList1 50 left = 23251 top = 8851 Left = 348 52 Top = 132 52 53 object MenuItemFile: TMenuItem 53 54 Caption = 'Working copy'
Note:
See TracChangeset
for help on using the changeset viewer.