Ignore:
Timestamp:
Apr 3, 2025, 10:58:56 PM (9 days ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4VCSCommander.dbg
        45Config.xml
        56heaptrclog.trc
  • trunk/Forms/UFormMain.lfm

    r20 r22  
    11object FormMain: TFormMain
    22  Left = 687
    3   Height = 568
     3  Height = 801
    44  Top = 411
    5   Width = 939
     5  Width = 1408
    66  Caption = 'VCSCommander'
    7   ClientHeight = 539
    8   ClientWidth = 939
     7  ClientHeight = 801
     8  ClientWidth = 1408
     9  DesignTimePPI = 144
    910  Menu = MainMenu1
    1011  OnActivate = FormActivate
     
    1213  OnShow = FormShow
    1314  Position = poScreenCenter
    14   LCLVersion = '1.5'
     15  LCLVersion = '3.6.0.0'
    1516  object ToolBarMain: TToolBar
    1617    Left = 0
    17     Height = 26
     18    Height = 39
    1819    Top = 0
    19     Width = 939
     20    Width = 1408
    2021    Caption = 'ToolBarMain'
    2122    Images = Core.ImageList1
     
    2930    end
    3031    object ToolButton2: TToolButton
    31       Left = 24
     32      Left = 36
    3233      Top = 2
    3334      Action = Core.AProjectOpen
    3435    end
    3536    object ToolButton3: TToolButton
    36       Left = 47
     37      Left = 71
    3738      Top = 2
    3839      Action = Core.AProjectClose
     
    4142  object StatusBar1: TStatusBar
    4243    Left = 0
    43     Height = 29
    44     Top = 510
    45     Width = 939
     44    Height = 28
     45    Top = 773
     46    Width = 1408
    4647    Panels = <>
    4748  end
    4849  object MainMenu1: TMainMenu
    4950    Images = Core.ImageList1
    50     left = 232
    51     top = 88
     51    Left = 348
     52    Top = 132
    5253    object MenuItemFile: TMenuItem
    5354      Caption = 'Working copy'
Note: See TracChangeset for help on using the changeset viewer.