Ignore:
Timestamp:
Apr 22, 2020, 12:13:52 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Auto resized inner panels.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/Forms/UFormSource.lfm

    r206 r210  
    1010  LCLVersion = '2.0.2.0'
    1111  inline SynEditSource: TSynEdit
    12     Left = 4
    13     Height = 741
    14     Top = 4
    15     Width = 1168
    16     Align = alClient
     12    Left = 12
     13    Height = 701
     14    Top = 36
     15    Width = 1156
     16    Align = alCustom
    1717    BorderSpacing.Around = 4
     18    Anchors = [akTop, akLeft, akRight, akBottom]
    1819    Font.Height = -20
    1920    Font.Name = 'Liberation Mono'
     
    508509    end
    509510  end
     511  object Label1: TLabel
     512    Left = 15
     513    Height = 26
     514    Top = 8
     515    Width = 63
     516    Caption = 'Source:'
     517    ParentColor = False
     518  end
    510519  object SynFreePascalSyn1: TSynFreePascalSyn
    511520    Enabled = False
Note: See TracChangeset for help on using the changeset viewer.