Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormTargets.lfm

    r96 r103  
    11object FormTargets: TFormTargets
    22  Left = 292
    3   Height = 344
     3  Height = 413
    44  Top = 138
    5   Width = 574
     5  Width = 689
    66  Caption = 'Compilers'
    7   ClientHeight = 344
    8   ClientWidth = 574
    9   DesignTimePPI = 120
     7  ClientHeight = 413
     8  ClientWidth = 689
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.0.4'
    1313  object ListView1: TListView
    14     Left = 8
    15     Height = 328
    16     Top = 8
    17     Width = 560
     14    Left = 10
     15    Height = 393
     16    Top = 10
     17    Width = 672
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
    1919    Columns = <   
    2020      item
    2121        Caption = 'Name'
    22         Width = 80
     22        Width = 96
    2323      end   
    2424      item
    2525        Caption = 'Execution path'
    26         Width = 200
     26        Width = 240
    2727      end   
    2828      item
    2929        Caption = 'Compiler path'
    30         Width = 261
     30        Width = 313
    3131      end>
    3232    OwnerData = True
     33    ParentFont = False
    3334    ReadOnly = True
    3435    RowSelect = True
Note: See TracChangeset for help on using the changeset viewer.