Changeset 166


Ignore:
Timestamp:
Aug 20, 2024, 1:06:59 AM (5 weeks ago)
Author:
chronos
Message:
  • Fixed: OpenDialog was not initialized in Target options form.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Forms/FormTargetOptions.lfm

    r153 r166  
    1111  object Edit1: TEdit
    1212    Left = 10
    13     Height = 43
     13    Height = 33
    1414    Top = 38
    1515    Width = 492
     
    2020  object Label1: TLabel
    2121    Left = 10
    22     Height = 26
     22    Height = 25
    2323    Top = 8
    24     Width = 155
     24    Width = 144
    2525    Caption = 'Compiler location:'
    2626    ParentColor = False
     
    5151  object Edit2: TEdit
    5252    Left = 10
    53     Height = 43
     53    Height = 33
    5454    Top = 115
    5555    Width = 492
     
    6060  object Label2: TLabel
    6161    Left = 10
    62     Height = 26
     62    Height = 25
    6363    Top = 86
    64     Width = 151
     64    Width = 139
    6565    Caption = 'Executor location:'
    6666    ParentColor = False
     
    8989    TabOrder = 5
    9090  end
     91  object OpenDialog1: TOpenDialog
     92    Left = 200
     93    Top = 16
     94  end
    9195end
  • trunk/Forms/FormTargetOptions.lfm

    r153 r166  
    1111  object Edit1: TEdit
    1212    Left = 10
    13     Height = 43
     13    Height = 33
    1414    Top = 38
    1515    Width = 492
     
    2020  object Label1: TLabel
    2121    Left = 10
    22     Height = 26
     22    Height = 25
    2323    Top = 8
    24     Width = 155
     24    Width = 144
    2525    Caption = 'Compiler location:'
    2626    ParentColor = False
     
    5151  object Edit2: TEdit
    5252    Left = 10
    53     Height = 43
     53    Height = 33
    5454    Top = 115
    5555    Width = 492
     
    6060  object Label2: TLabel
    6161    Left = 10
    62     Height = 26
     62    Height = 25
    6363    Top = 86
    64     Width = 151
     64    Width = 139
    6565    Caption = 'Executor location:'
    6666    ParentColor = False
     
    8989    TabOrder = 5
    9090  end
     91  object OpenDialog1: TOpenDialog
     92    Left = 200
     93    Top = 16
     94  end
    9195end
Note: See TracChangeset for help on using the changeset viewer.