Ignore:
Timestamp:
Jun 2, 2023, 11:18:38 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Removed explicit mode directive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTargets.lfm

    r133 r144  
    11object FormTargets: TFormTargets
    22  Left = 294
    3   Height = 430
     3  Height = 413
    44  Top = 172
    5   Width = 718
     5  Width = 689
    66  Caption = 'Compilers'
    7   ClientHeight = 430
    8   ClientWidth = 718
    9   DesignTimePPI = 150
     7  ClientHeight = 413
     8  ClientWidth = 689
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.2.0.4'
     13  LCLVersion = '2.2.6.0'
    1414  object ListView1: TListView
    1515    Left = 10
    16     Height = 410
     16    Height = 393
    1717    Top = 10
    18     Width = 701
     18    Width = 672
    1919    Anchors = [akTop, akLeft, akRight, akBottom]
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 100
     23        Width = 96
    2424      end   
    2525      item
    2626        Caption = 'Execution path'
    27         Width = 250
     27        Width = 240
    2828      end   
    2929      item
    3030        Caption = 'Compiler path'
    31         Width = 336
     31        Width = 323
    3232      end>
    3333    OwnerData = True
Note: See TracChangeset for help on using the changeset viewer.