Ignore:
Timestamp:
Nov 25, 2021, 1:51:20 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Memory allocation during files merge.
  • Fixed: Select all context menu action was not selecting all items.
  • Modified: Statusbar moved into contacts form and it is now showin total, filtered and selected number of items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r21 r34  
    1414  OnDestroy = FormDestroy
    1515  OnShow = FormShow
    16   LCLVersion = '2.0.0.4'
     16  LCLVersion = '2.0.12.0'
    1717  object CoolBar1: TCoolBar
    1818    Left = 0
     
    107107    end
    108108  end
    109   object StatusBar1: TStatusBar
    110     Left = 0
    111     Height = 28
    112     Top = 734
    113     Width = 1178
    114     Panels = <   
    115       item
    116         Width = 300
    117       end>
    118     ParentFont = False
    119     SimplePanel = False
    120   end
    121109  object MainMenu1: TMainMenu
    122110    Images = Core.ImageList1
    123     left = 192
    124     top = 120
     111    Left = 192
     112    Top = 120
    125113    object MenuItemFile: TMenuItem
    126114      Caption = 'File'
     
    187175  end
    188176  object PopupMenuOpenRecent: TPopupMenu
    189     left = 420
    190     top = 120
     177    Left = 420
     178    Top = 120
    191179  end
    192180end
Note: See TracChangeset for help on using the changeset viewer.