Ignore:
Timestamp:
Oct 14, 2010, 2:30:40 PM (14 years ago)
Author:
george
Message:
  • Added: Separated dockable windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Syntetizer/UMainForm.lfm

    r26 r61  
    11object MainForm: TMainForm
    2   Left = 592
     2  Left = 485
    33  Height = 365
    4   Top = 152
     4  Top = 128
    55  Width = 406
    66  Caption = 'MainForm'
     
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
    12   LCLVersion = '0.9.28'
     12  LCLVersion = '0.9.29'
    1313  object Memo1: TMemo
    14     Left = 5
    15     Height = 350
     14    Left = 7
     15    Height = 345
    1616    Top = 8
    1717    Width = 393
    18     Anchors = [akTop, akLeft, akRight, akBottom]
    19     ScrollBars = ssAutoBoth
     18    Lines.Strings = (
     19      'Memo1'
     20    )
    2021    TabOrder = 0
    2122  end
Note: See TracChangeset for help on using the changeset viewer.