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

    r92 r103  
    11object FormTargetOptions: TFormTargetOptions
    22  Left = 429
    3   Height = 206
     3  Height = 247
    44  Top = 228
    5   Width = 422
     5  Width = 506
    66  Caption = 'Target options'
    7   ClientHeight = 206
    8   ClientWidth = 422
    9   DesignTimePPI = 120
     7  ClientHeight = 247
     8  ClientWidth = 506
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '1.8.2.0'
     13  LCLVersion = '2.0.0.4'
    1414  object Edit1: TEdit
    15     Left = 8
    16     Height = 28
    17     Top = 32
    18     Width = 325
     15    Left = 10
     16    Height = 33
     17    Top = 38
     18    Width = 389
    1919    Anchors = [akTop, akLeft, akRight]
     20    ParentFont = False
    2021    TabOrder = 0
    2122  end
    2223  object Label1: TLabel
    23     Left = 8
    24     Height = 20
    25     Top = 7
    26     Width = 122
     24    Left = 10
     25    Height = 25
     26    Top = 8
     27    Width = 144
    2728    Caption = 'Compiler location:'
    2829    ParentColor = False
     30    ParentFont = False
    2931  end
    3032  object ButtonCompiler: TButton
    31     Left = 341
    32     Height = 31
    33     Top = 35
    34     Width = 75
     33    Left = 409
     34    Height = 37
     35    Top = 42
     36    Width = 90
    3537    Anchors = [akTop, akRight]
    3638    Caption = 'Select...'
    3739    OnClick = ButtonCompilerClick
     40    ParentFont = False
    3841    TabOrder = 1
    3942  end
    4043  object ButtonExecute: TButton
    41     Left = 341
    42     Height = 31
    43     Top = 96
    44     Width = 75
     44    Left = 409
     45    Height = 37
     46    Top = 115
     47    Width = 90
    4548    Anchors = [akTop, akRight]
    4649    Caption = 'Select...'
    4750    OnClick = ButtonExecuteClick
     51    ParentFont = False
    4852    TabOrder = 2
    4953  end
    5054  object Edit2: TEdit
    51     Left = 8
    52     Height = 28
    53     Top = 96
    54     Width = 325
     55    Left = 10
     56    Height = 33
     57    Top = 115
     58    Width = 389
    5559    Anchors = [akTop, akLeft, akRight]
     60    ParentFont = False
    5661    TabOrder = 3
    5762  end
    5863  object Label2: TLabel
    59     Left = 8
    60     Height = 20
    61     Top = 72
    62     Width = 118
     64    Left = 10
     65    Height = 25
     66    Top = 86
     67    Width = 139
    6368    Caption = 'Executor location:'
    6469    ParentColor = False
     70    ParentFont = False
    6571  end
    6672  object ButtonOk: TButton
    67     Left = 319
    68     Height = 31
    69     Top = 163
    70     Width = 91
     73    Left = 383
     74    Height = 37
     75    Top = 196
     76    Width = 109
    7177    Anchors = [akRight, akBottom]
    7278    Caption = 'Ok'
    7379    ModalResult = 1
     80    ParentFont = False
    7481    TabOrder = 4
    7582  end
    7683  object ButtonCancel: TButton
    77     Left = 207
    78     Height = 31
    79     Top = 163
    80     Width = 91
     84    Left = 248
     85    Height = 37
     86    Top = 196
     87    Width = 109
    8188    Anchors = [akRight, akBottom]
    8289    Caption = 'Cancel'
    8390    ModalResult = 2
     91    ParentFont = False
    8492    TabOrder = 5
    8593  end
     
    8795    DefaultExt = '.exe'
    8896    Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*'
    89     left = 98
    90     top = 121
     97    left = 118
     98    top = 145
    9199  end
    92100end
Note: See TracChangeset for help on using the changeset viewer.