Ignore:
Timestamp:
Jul 20, 2018, 9:48:47 AM (6 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTargetOptions.lfm

    r50 r92  
    11object FormTargetOptions: TFormTargetOptions
    22  Left = 429
    3   Height = 240
     3  Height = 206
    44  Top = 228
    5   Width = 369
     5  Width = 422
    66  Caption = 'Target options'
    7   ClientHeight = 240
    8   ClientWidth = 369
    9   LCLVersion = '1.1'
     7  ClientHeight = 206
     8  ClientWidth = 422
     9  DesignTimePPI = 120
     10  OnClose = FormClose
     11  OnCreate = FormCreate
     12  OnShow = FormShow
     13  LCLVersion = '1.8.2.0'
    1014  object Edit1: TEdit
    1115    Left = 8
    12     Height = 21
    13     Top = 24
    14     Width = 272
     16    Height = 28
     17    Top = 32
     18    Width = 325
    1519    Anchors = [akTop, akLeft, akRight]
    1620    TabOrder = 0
     
    1822  object Label1: TLabel
    1923    Left = 8
    20     Height = 14
     24    Height = 20
    2125    Top = 7
    22     Width = 86
     26    Width = 122
    2327    Caption = 'Compiler location:'
    2428    ParentColor = False
    2529  end
    2630  object ButtonCompiler: TButton
    27     Left = 288
    28     Height = 25
    29     Top = 24
     31    Left = 341
     32    Height = 31
     33    Top = 35
    3034    Width = 75
    3135    Anchors = [akTop, akRight]
     
    3539  end
    3640  object ButtonExecute: TButton
    37     Left = 288
    38     Height = 25
    39     Top = 80
     41    Left = 341
     42    Height = 31
     43    Top = 96
    4044    Width = 75
    4145    Anchors = [akTop, akRight]
     
    4650  object Edit2: TEdit
    4751    Left = 8
    48     Height = 21
    49     Top = 81
    50     Width = 272
     52    Height = 28
     53    Top = 96
     54    Width = 325
    5155    Anchors = [akTop, akLeft, akRight]
    5256    TabOrder = 3
     
    5458  object Label2: TLabel
    5559    Left = 8
    56     Height = 14
    57     Top = 64
    58     Width = 88
     60    Height = 20
     61    Top = 72
     62    Width = 118
    5963    Caption = 'Executor location:'
    6064    ParentColor = False
    6165  end
    6266  object ButtonOk: TButton
    63     Left = 288
    64     Height = 25
    65     Top = 208
    66     Width = 75
     67    Left = 319
     68    Height = 31
     69    Top = 163
     70    Width = 91
    6771    Anchors = [akRight, akBottom]
    6872    Caption = 'Ok'
     
    7175  end
    7276  object ButtonCancel: TButton
    73     Left = 200
    74     Height = 25
    75     Top = 208
    76     Width = 75
     77    Left = 207
     78    Height = 31
     79    Top = 163
     80    Width = 91
    7781    Anchors = [akRight, akBottom]
    7882    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.