Ignore:
Timestamp:
Feb 4, 2018, 12:47:01 PM (6 years ago)
Author:
chronos
Message:
  • Added: Status bar with number of contacts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r8 r13  
    55  Width = 785
    66  Caption = 'FormMain'
    7   ClientHeight = 506
     7  ClientHeight = 497
    88  ClientWidth = 785
    9   DesignTimePPI = 120
    109  Menu = MainMenu1
    1110  OnClose = FormClose
     
    1312  OnCreate = FormCreate
    1413  OnShow = FormShow
    15   LCLVersion = '1.8.0.6'
     14  LCLVersion = '1.8.0.4'
    1615  object CoolBar1: TCoolBar
    1716    Left = 0
     
    3635      AnchorSideTop.Control = CoolBar1
    3736      Left = 24
    38       Height = 22
     37      Height = 28
    3938      Top = 5
    40       Width = 105
     39      Width = 132
    4140      Align = alNone
    4241      AutoSize = True
     
    5655      end
    5756      object ToolButton2: TToolButton
    58         Left = 24
     57        Left = 30
    5958        Top = 0
    6059        Action = Core.AFileOpen
     
    6362      end
    6463      object ToolButton3: TToolButton
    65         Left = 59
     64        Left = 74
    6665        Top = 0
    6766        Action = Core.AFileSave
    6867      end
    6968      object ToolButton4: TToolButton
    70         Left = 82
     69        Left = 103
    7170        Top = 0
    7271        Action = Core.AFileClose
     
    7776      AnchorSideTop.Control = CoolBar1
    7877      Left = 188
    79       Height = 22
     78      Height = 28
    8079      Top = 5
    81       Width = 24
     80      Width = 30
    8281      Align = alNone
    8382      AutoSize = True
     
    9796      end
    9897    end
     98  end
     99  object StatusBar1: TStatusBar
     100    Left = 0
     101    Height = 30
     102    Top = 467
     103    Width = 785
     104    Panels = <   
     105      item
     106        Width = 200
     107      end>
     108    SimplePanel = False
    99109  end
    100110  object MainMenu1: TMainMenu
Note: See TracChangeset for help on using the changeset viewer.