Ignore:
Timestamp:
May 8, 2019, 12:11:40 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Removed: TemplateGenerics package.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore
      •  

        old new  
        1 *.lrj
         1
  • trunk/Forms/UFormContacts.lfm

    r19 r21  
    11object FormContacts: TFormContacts
    22  Left = 400
    3   Height = 605
     3  Height = 908
    44  Top = 212
    5   Width = 807
     5  Width = 1210
    66  Caption = 'Contacts'
    7   ClientHeight = 605
    8   ClientWidth = 807
     7  ClientHeight = 908
     8  ClientWidth = 1210
     9  DesignTimePPI = 144
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object ListView1: TListView
    1415    Left = 0
    15     Height = 579
     16    Height = 869
    1617    Top = 0
    17     Width = 807
     18    Width = 1210
    1819    Align = alClient
    1920    Columns = <   
    2021      item
    2122        Caption = 'Full Name'
    22         Width = 200
     23        Width = 300
    2324      end   
    2425      item
    2526        Caption = 'First name'
    26         Width = 100
     27        Width = 150
    2728      end   
    2829      item
    2930        Caption = 'Middle name'
    30         Width = 100
     31        Width = 150
    3132      end   
    3233      item
    3334        Caption = 'Last Name'
    34         Width = 100
     35        Width = 150
    3536      end   
    3637      item
    3738        Caption = 'Cell phone'
    38         Width = 100
     39        Width = 150
    3940      end   
    4041      item
    4142        Caption = 'Home phone'
    42         Width = 187
     43        Width = 295
    4344      end>
    4445    MultiSelect = True
    4546    OwnerData = True
     47    ParentFont = False
    4648    PopupMenu = PopupMenuContact
    4749    ReadOnly = True
     
    5557  object ToolBar1: TToolBar
    5658    Left = 0
    57     Height = 26
    58     Top = 579
    59     Width = 807
     59    Height = 39
     60    Top = 869
     61    Width = 1210
    6062    Align = alBottom
    6163    Images = Core.ImageList1
     64    ParentFont = False
    6265    TabOrder = 1
    6366    object ToolButton1: TToolButton
     
    6770    end
    6871    object ToolButton2: TToolButton
    69       Left = 30
     72      Left = 36
    7073      Top = 2
    7174      Action = AModify
    7275    end
    7376    object ToolButton3: TToolButton
    74       Left = 59
     77      Left = 71
    7578      Top = 2
    7679      Action = ARemove
     
    7982  object PopupMenuContact: TPopupMenu
    8083    Images = Core.ImageList1
    81     left = 290
    82     top = 175
     84    left = 435
     85    top = 263
    8386    object MenuItem1: TMenuItem
    8487      Action = AAdd
     
    9699  object ActionList1: TActionList
    97100    Images = Core.ImageList1
    98     left = 488
    99     top = 171
     101    left = 732
     102    top = 257
    100103    object AAdd: TAction
    101104      Caption = 'Add'
Note: See TracChangeset for help on using the changeset viewer.