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

    r209 r210  
    11object FormMain: TFormMain
    22  Left = 515
    3   Height = 925
    4   Top = 135
    5   Width = 1418
     3  Height = 993
     4  Top = 67
     5  Width = 1491
    66  Caption = 'Interpreter'
    7   ClientHeight = 891
    8   ClientWidth = 1418
     7  ClientHeight = 959
     8  ClientWidth = 1491
    99  DesignTimePPI = 144
    1010  Menu = MainMenu1
     
    1616  object PanelMessages: TPanel
    1717    Left = 0
    18     Height = 131
    19     Top = 760
    20     Width = 1418
     18    Height = 127
     19    Top = 832
     20    Width = 1491
    2121    Align = alBottom
    2222    BevelOuter = bvNone
     
    2424  end
    2525  object PanelSource: TPanel
    26     Left = 0
    27     Height = 698
    28     Top = 96
    29     Width = 704
    30     Align = alCustom
     26    Left = 7
     27    Height = 832
     28    Top = 0
     29    Width = 829
     30    Align = alClient
    3131    BevelOuter = bvNone
    3232    TabOrder = 1
    3333  end
    3434  object PanelOutput: TPanel
    35     Left = 751
    36     Height = 843
    37     Top = 16
     35    Left = 836
     36    Height = 832
     37    Top = 0
    3838    Width = 655
     39    Align = alRight
    3940    BevelOuter = bvNone
    4041    TabOrder = 2
     42  end
     43  object Splitter1: TSplitter
     44    Left = 0
     45    Height = 832
     46    Top = 0
     47    Width = 7
    4148  end
    4249  object MainMenu1: TMainMenu
Note: See TracChangeset for help on using the changeset viewer.