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/UFormFindDuplicity.lfm

    r18 r21  
    11object FormFindDuplicity: TFormFindDuplicity
    22  Left = 455
    3   Height = 401
     3  Height = 481
    44  Top = 397
    5   Width = 584
     5  Width = 701
    66  Caption = 'Find duplicities'
    7   ClientHeight = 401
    8   ClientWidth = 584
    9   DesignTimePPI = 120
     7  ClientHeight = 481
     8  ClientWidth = 701
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.0.4'
    1515  object ListView1: TListView
    16     Left = 4
    17     Height = 345
    18     Top = 52
    19     Width = 576
     16    Left = 5
     17    Height = 413
     18    Top = 63
     19    Width = 691
    2020    Align = alClient
    21     BorderSpacing.Around = 4
     21    BorderSpacing.Around = 5
    2222    Columns = <   
    2323      item
    2424        Caption = 'Field'
    25         Width = 150
     25        Width = 180
    2626      end   
    2727      item
    2828        Caption = 'Contacts'
    29         Width = 300
     29        Width = 360
    3030      end   
    3131      item
    3232        Caption = 'Count'
    33         Width = 70
     33        Width = 136
    3434      end>
    3535    OwnerData = True
     36    ParentFont = False
    3637    PopupMenu = PopupMenu1
    3738    ReadOnly = True
     
    4445  object Panel1: TPanel
    4546    Left = 0
    46     Height = 48
     47    Height = 58
    4748    Top = 0
    48     Width = 584
     49    Width = 701
    4950    Align = alTop
    5051    BevelOuter = bvNone
    51     ClientHeight = 48
    52     ClientWidth = 584
     52    ClientHeight = 58
     53    ClientWidth = 701
     54    ParentFont = False
    5355    TabOrder = 1
    5456    object ComboBoxField: TComboBox
    55       Left = 144
    56       Height = 28
    57       Top = 12
    58       Width = 272
    59       ItemHeight = 20
     57      Left = 173
     58      Height = 42
     59      Top = 14
     60      Width = 326
     61      ItemHeight = 0
    6062      OnChange = ComboBoxFieldChange
     63      ParentFont = False
    6164      Style = csDropDownList
    6265      TabOrder = 0
    6366    end
    6467    object Label1: TLabel
    65       Left = 11
    66       Height = 20
    67       Top = 16
    68       Width = 88
     68      Left = 13
     69      Height = 26
     70      Top = 19
     71      Width = 113
    6972      Caption = 'Contact field:'
    7073      ParentColor = False
     74      ParentFont = False
    7175    end
    7276  end
    7377  object ActionList1: TActionList
    74     left = 218
    75     top = 128
     78    left = 262
     79    top = 154
    7680    object AShowContacts: TAction
    7781      Caption = 'Show contacts'
     
    8084  end
    8185  object PopupMenu1: TPopupMenu
    82     left = 75
    83     top = 124
     86    left = 90
     87    top = 149
    8488    object MenuItem1: TMenuItem
    8589      Action = AShowContacts
Note: See TracChangeset for help on using the changeset viewer.