Ignore:
Timestamp:
Dec 18, 2017, 10:13:15 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 1.8.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainOptions.lfm

    r9 r13  
    88  ClientWidth = 489
    99  OnShow = FormShow
    10   LCLVersion = '0.9.31'
     10  LCLVersion = '1.3'
    1111  object Button1: TButton
    1212    Left = 318
     
    3333  object Label1: TLabel
    3434    Left = 8
    35     Height = 14
     35    Height = 25
    3636    Top = 8
    37     Width = 92
     37    Width = 153
    3838    Caption = 'Bit utils location:'
    3939    ParentColor = False
    4040  end
    4141  object Edit1: TEdit
    42     Left = 8
    43     Height = 21
    44     Top = 24
     42    Left = 9
     43    Height = 35
     44    Top = 32
    4545    Width = 473
    4646    Anchors = [akTop, akLeft, akRight]
     
    4949  object Label2: TLabel
    5050    Left = 8
    51     Height = 14
    52     Top = 50
    53     Width = 46
     51    Height = 25
     52    Top = 72
     53    Width = 81
    5454    Caption = 'Platform'
    5555    ParentColor = False
    5656  end
    5757  object Edit2: TEdit
    58     Left = 8
    59     Height = 21
    60     Top = 64
     58    Left = 9
     59    Height = 35
     60    Top = 96
    6161    Width = 473
    6262    Anchors = [akTop, akLeft, akRight]
     
    6464  end
    6565  object Label3: TLabel
    66     Left = 8
    67     Height = 14
    68     Top = 90
    69     Width = 155
     66    Left = 9
     67    Height = 25
     68    Top = 136
     69    Width = 257
    7070    Caption = 'Web source list file location:'
    7171    ParentColor = False
    7272  end
    7373  object Edit3: TEdit
    74     Left = 8
    75     Height = 21
    76     Top = 104
     74    Left = 9
     75    Height = 35
     76    Top = 168
    7777    Width = 475
    7878    Anchors = [akTop, akLeft, akRight]
     
    8181  object Label4: TLabel
    8282    Left = 9
    83     Height = 14
    84     Top = 128
    85     Width = 113
     83    Height = 25
     84    Top = 208
     85    Width = 187
    8686    Caption = 'Subversion location:'
    8787    ParentColor = False
     
    8989  object Edit4: TEdit
    9090    Left = 9
    91     Height = 21
    92     Top = 144
     91    Height = 35
     92    Top = 240
    9393    Width = 475
    9494    Anchors = [akTop, akLeft, akRight]
Note: See TracChangeset for help on using the changeset viewer.