Ignore:
Timestamp:
Feb 28, 2018, 12:56:11 PM (7 years ago)
Author:
chronos
Message:
  • Added: New Generate contacts Tools menu action to generate multiple random contacts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r14 r17  
    77  ClientHeight = 605
    88  ClientWidth = 807
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '1.8.0.6'
    1314  object ListView1: TListView
    1415    Left = 0
     
    3233      item
    3334        Caption = 'Last Name'
    34         Width = 387
     35        Width = 100
     36      end   
     37      item
     38        Caption = 'Cell phone'
     39        Width = 100
     40      end   
     41      item
     42        Caption = 'Home phone'
     43        Width = 100
    3544      end>
    3645    MultiSelect = True
     
    5968    end
    6069    object ToolButton2: TToolButton
    61       Left = 30
     70      Left = 24
    6271      Top = 2
    6372      Action = AModify
    6473    end
    6574    object ToolButton3: TToolButton
    66       Left = 59
     75      Left = 47
    6776      Top = 2
    6877      Action = ARemove
Note: See TracChangeset for help on using the changeset viewer.