Ignore:
Timestamp:
Aug 20, 2024, 2:36:15 PM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Used scrollbox in target options form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormTargetOptions.lfm

    r166 r167  
    11object FormTargetOptions: TFormTargetOptions
    22  Left = 987
    3   Height = 216
     3  Height = 251
    44  Top = 599
    5   Width = 609
     5  Width = 675
    66  Caption = 'Target options'
    7   ClientHeight = 216
    8   ClientWidth = 609
     7  ClientHeight = 251
     8  ClientWidth = 675
    99  DesignTimePPI = 144
    1010  LCLVersion = '3.4.0.0'
    11   object Edit1: TEdit
    12     Left = 10
    13     Height = 33
    14     Top = 38
    15     Width = 492
    16     Anchors = [akTop, akLeft, akRight]
    17     ParentFont = False
    18     TabOrder = 0
    19   end
    20   object Label1: TLabel
    21     Left = 10
    22     Height = 25
    23     Top = 8
    24     Width = 144
    25     Caption = 'Compiler location:'
    26     ParentColor = False
    27     ParentFont = False
    28   end
    29   object ButtonCompiler: TButton
    30     Left = 512
     11  object ButtonOk: TButton
     12    Left = 552
    3113    Height = 37
    32     Top = 42
    33     Width = 90
    34     Anchors = [akTop, akRight]
    35     Caption = 'Select...'
    36     ParentFont = False
    37     TabOrder = 1
    38     OnClick = ButtonCompilerClick
    39   end
    40   object ButtonExecute: TButton
    41     Left = 512
    42     Height = 37
    43     Top = 115
    44     Width = 90
    45     Anchors = [akTop, akRight]
    46     Caption = 'Select...'
    47     ParentFont = False
    48     TabOrder = 2
    49     OnClick = ButtonExecuteClick
    50   end
    51   object Edit2: TEdit
    52     Left = 10
    53     Height = 33
    54     Top = 115
    55     Width = 492
    56     Anchors = [akTop, akLeft, akRight]
    57     ParentFont = False
    58     TabOrder = 3
    59   end
    60   object Label2: TLabel
    61     Left = 10
    62     Height = 25
    63     Top = 86
    64     Width = 139
    65     Caption = 'Executor location:'
    66     ParentColor = False
    67     ParentFont = False
    68   end
    69   object ButtonOk: TButton
    70     Left = 486
    71     Height = 37
    72     Top = 165
     14    Top = 200
    7315    Width = 109
    7416    Anchors = [akRight, akBottom]
     
    7618    ModalResult = 1
    7719    ParentFont = False
    78     TabOrder = 4
     20    TabOrder = 0
    7921  end
    8022  object ButtonCancel: TButton
    81     Left = 351
     23    Left = 417
    8224    Height = 37
    83     Top = 165
     25    Top = 200
    8426    Width = 109
    8527    Anchors = [akRight, akBottom]
     
    8729    ModalResult = 2
    8830    ParentFont = False
    89     TabOrder = 5
     31    TabOrder = 1
     32  end
     33  object ScrollBox1: TScrollBox
     34    Left = 8
     35    Height = 179
     36    Top = 8
     37    Width = 662
     38    HorzScrollBar.Page = 165
     39    VertScrollBar.Page = 158
     40    Anchors = [akTop, akLeft, akRight, akBottom]
     41    ClientHeight = 177
     42    ClientWidth = 660
     43    TabOrder = 2
     44    object Label1: TLabel
     45      Left = 10
     46      Height = 26
     47      Top = 8
     48      Width = 155
     49      Caption = 'Compiler location:'
     50      ParentColor = False
     51      ParentFont = False
     52    end
     53    object Edit1: TEdit
     54      Left = 10
     55      Height = 43
     56      Top = 38
     57      Width = 540
     58      Anchors = [akTop, akLeft, akRight]
     59      ParentFont = False
     60      TabOrder = 0
     61    end
     62    object ButtonCompiler: TButton
     63      Left = 558
     64      Height = 37
     65      Top = 42
     66      Width = 90
     67      Anchors = [akTop, akRight]
     68      Caption = 'Select...'
     69      ParentFont = False
     70      TabOrder = 1
     71      OnClick = ButtonCompilerClick
     72    end
     73    object ButtonExecute: TButton
     74      Left = 558
     75      Height = 37
     76      Top = 115
     77      Width = 90
     78      Anchors = [akTop, akRight]
     79      Caption = 'Select...'
     80      ParentFont = False
     81      TabOrder = 2
     82      OnClick = ButtonExecuteClick
     83    end
     84    object Edit2: TEdit
     85      Left = 10
     86      Height = 43
     87      Top = 115
     88      Width = 540
     89      Anchors = [akTop, akLeft, akRight]
     90      ParentFont = False
     91      TabOrder = 3
     92    end
     93    object Label2: TLabel
     94      Left = 10
     95      Height = 26
     96      Top = 86
     97      Width = 151
     98      Caption = 'Executor location:'
     99      ParentColor = False
     100      ParentFont = False
     101    end
    90102  end
    91103  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.