Ignore:
Timestamp:
Jun 14, 2023, 9:56:49 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCompileMultiple.lfm

    r145 r147  
    11object FormCompileMultiple: TFormCompileMultiple
    22  Left = 682
    3   Height = 531
     3  Height = 510
    44  Top = 607
    5   Width = 1014
     5  Width = 973
    66  Caption = 'Compile multiple'
    7   ClientHeight = 531
    8   ClientWidth = 1014
    9   DesignTimePPI = 150
     7  ClientHeight = 510
     8  ClientWidth = 973
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.2.0.4'
     14  LCLVersion = '2.2.6.0'
    1515  object ButtonCompile: TButton
    16     Left = 882
    17     Height = 40
    18     Top = 480
    19     Width = 118
     16    Left = 847
     17    Height = 38
     18    Top = 461
     19    Width = 113
    2020    Anchors = [akRight, akBottom]
    2121    Caption = 'Compile'
     
    2626  object ListViewTargets: TListView
    2727    Left = 10
    28     Height = 456
     28    Height = 438
    2929    Top = 10
    30     Width = 990
     30    Width = 950
    3131    Anchors = [akTop, akLeft, akRight, akBottom]
    3232    Checkboxes = True
     
    3434      item
    3535        Caption = 'Name'
    36         Width = 208
     36        Width = 200
    3737      end   
    3838      item
    3939        Caption = 'Result'
    40         Width = 767
     40        Width = 736
    4141      end>
    4242    ParentFont = False
     
    4747  end
    4848  object ButtonCancel: TButton
    49     Left = 744
    50     Height = 40
    51     Top = 480
    52     Width = 118
     49    Left = 714
     50    Height = 38
     51    Top = 461
     52    Width = 113
    5353    Anchors = [akRight, akBottom]
    5454    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.