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/UInstanceOptions.lfm

    r9 r13  
    33  Height = 225
    44  Top = 132
    5   Width = 454
     5  Width = 836
    66  Caption = 'Options'
    77  ClientHeight = 225
    8   ClientWidth = 454
     8  ClientWidth = 836
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
    12   LCLVersion = '0.9.31'
     12  LCLVersion = '1.3'
    1313  object ButtonCancel: TButton
    14     Left = 289
     14    Left = 671
    1515    Height = 25
    1616    Top = 195
     
    2323  end
    2424  object ButtonOk: TButton
    25     Left = 374
     25    Left = 756
    2626    Height = 25
    2727    Top = 195
     
    3535  object Label2: TLabel
    3636    Left = 8
    37     Height = 14
     37    Height = 25
    3838    Top = 72
    39     Width = 76
     39    Width = 125
    4040    Caption = 'IDE selection:'
    4141    ParentColor = False
     
    4343  object Label1: TLabel
    4444    Left = 8
    45     Height = 14
     45    Height = 25
    4646    Top = 40
    47     Width = 77
     47    Width = 128
    4848    Caption = 'FPC selection:'
    4949    ParentColor = False
    5050  end
    5151  object Edit1: TEdit
    52     Left = 128
    53     Height = 21
     52    Left = 168
     53    Height = 35
    5454    Top = 8
    55     Width = 320
     55    Width = 662
    5656    Anchors = [akTop, akLeft, akRight]
    5757    TabOrder = 2
     
    5959  object Label3: TLabel
    6060    Left = 8
    61     Height = 14
     61    Height = 25
    6262    Top = 8
    63     Width = 37
     63    Width = 62
    6464    Caption = 'Name:'
    6565    ParentColor = False
    6666  end
    6767  object Edit2: TEdit
    68     Left = 128
    69     Height = 21
     68    Left = 168
     69    Height = 35
    7070    Top = 39
    71     Width = 233
     71    Width = 575
    7272    Anchors = [akTop, akLeft, akRight]
    7373    ReadOnly = True
     
    7575  end
    7676  object Button1: TButton
    77     Left = 374
     77    Left = 752
    7878    Height = 25
    79     Top = 39
     79    Top = 40
    8080    Width = 75
    8181    Anchors = [akTop, akRight]
     
    8585  end
    8686  object Edit3: TEdit
    87     Left = 128
    88     Height = 21
     87    Left = 168
     88    Height = 35
    8989    Top = 72
    90     Width = 233
     90    Width = 575
    9191    Anchors = [akTop, akLeft, akRight]
    9292    ReadOnly = True
     
    9494  end
    9595  object Button2: TButton
    96     Left = 374
     96    Left = 752
    9797    Height = 25
    98     Top = 70
     98    Top = 72
    9999    Width = 75
    100100    Anchors = [akTop, akRight]
Note: See TracChangeset for help on using the changeset viewer.