Ignore:
Timestamp:
Oct 13, 2020, 8:05:14 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Build with Lazarus 2.0.10.
  • Modified: CoolTranslator package replaced by Translator in Common package.
  • Modified: About dialog moved to Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTargetOptions.lfm

    r103 r115  
    11object FormTargetOptions: TFormTargetOptions
    2   Left = 429
    3   Height = 247
    4   Top = 228
    5   Width = 506
     2  Left = 667
     3  Height = 242
     4  Top = 613
     5  Width = 586
    66  Caption = 'Target options'
    7   ClientHeight = 247
    8   ClientWidth = 506
     7  ClientHeight = 242
     8  ClientWidth = 586
    99  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.0.0.4'
     13  LCLVersion = '2.0.10.0'
    1414  object Edit1: TEdit
    1515    Left = 10
    16     Height = 33
     16    Height = 42
    1717    Top = 38
    18     Width = 389
     18    Width = 469
    1919    Anchors = [akTop, akLeft, akRight]
    2020    ParentFont = False
     
    2323  object Label1: TLabel
    2424    Left = 10
    25     Height = 25
     25    Height = 24
    2626    Top = 8
    27     Width = 144
     27    Width = 155
    2828    Caption = 'Compiler location:'
    2929    ParentColor = False
     
    3131  end
    3232  object ButtonCompiler: TButton
    33     Left = 409
     33    Left = 489
    3434    Height = 37
    3535    Top = 42
     
    4242  end
    4343  object ButtonExecute: TButton
    44     Left = 409
     44    Left = 489
    4545    Height = 37
    4646    Top = 115
     
    5454  object Edit2: TEdit
    5555    Left = 10
    56     Height = 33
     56    Height = 42
    5757    Top = 115
    58     Width = 389
     58    Width = 469
    5959    Anchors = [akTop, akLeft, akRight]
    6060    ParentFont = False
     
    6363  object Label2: TLabel
    6464    Left = 10
    65     Height = 25
     65    Height = 24
    6666    Top = 86
    67     Width = 139
     67    Width = 151
    6868    Caption = 'Executor location:'
    6969    ParentColor = False
     
    7171  end
    7272  object ButtonOk: TButton
    73     Left = 383
     73    Left = 463
    7474    Height = 37
    75     Top = 196
     75    Top = 191
    7676    Width = 109
    7777    Anchors = [akRight, akBottom]
     
    8282  end
    8383  object ButtonCancel: TButton
    84     Left = 248
     84    Left = 328
    8585    Height = 37
    86     Top = 196
     86    Top = 191
    8787    Width = 109
    8888    Anchors = [akRight, akBottom]
     
    9595    DefaultExt = '.exe'
    9696    Filter = 'Program (*.exe)|*.exe|JakÃœkoliv soubor (*.*)|*.*'
    97     left = 118
    98     top = 145
     97    Left = 118
     98    Top = 145
    9999  end
    100100end
Note: See TracChangeset for help on using the changeset viewer.