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

Legend:

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

    r208 r210  
    11object FormOutput: TFormOutput
    2   Left = 651
    3   Height = 461
    4   Top = 117
    5   Width = 978
     2  Left = 607
     3  Height = 544
     4  Top = 252
     5  Width = 932
    66  Caption = 'Output'
    7   ClientHeight = 461
    8   ClientWidth = 978
     7  ClientHeight = 544
     8  ClientWidth = 932
    99  DesignTimePPI = 144
    1010  LCLVersion = '2.0.2.0'
    1111  inline SynEditOutput: TSynEdit
    12     Left = 4
    13     Height = 453
    14     Top = 4
    15     Width = 970
    16     Align = alClient
     12    Left = 11
     13    Height = 480
     14    Top = 48
     15    Width = 852
     16    Align = alCustom
    1717    BorderSpacing.Around = 4
     18    Anchors = [akTop, akLeft, akRight, akBottom]
    1819    Font.Height = -20
    1920    Font.Name = 'DejaVu Sans Mono'
     
    507508    end
    508509  end
     510  object Label1: TLabel
     511    Left = 11
     512    Height = 26
     513    Top = 8
     514    Width = 66
     515    Caption = 'Output:'
     516    ParentColor = False
     517  end
    509518  object SynPasSyn1: TSynPasSyn
    510519    Enabled = False
Note: See TracChangeset for help on using the changeset viewer.