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

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r8 r13  
    77  ClientHeight = 605
    88  ClientWidth = 807
    9   DesignTimePPI = 120
    109  OnClose = FormClose
    1110  OnCreate = FormCreate
    1211  OnShow = FormShow
    13   LCLVersion = '1.8.0.6'
     12  LCLVersion = '1.8.0.4'
    1413  object ListView1: TListView
    1514    Left = 0
     
    1918    Align = alClient
    2019    Columns = <   
     20      item
     21        Caption = 'Full Name'
     22        Width = 200
     23      end   
    2124      item
    2225        Caption = 'First name'
     
    2932      item
    3033        Caption = 'Last Name'
    31         Width = 100
     34        Width = 387
    3235      end>
    3336    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.