mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 02:52:48 +02:00
57 lines
956 B
Plaintext
57 lines
956 B
Plaintext
object Form1: TForm1
|
|
Left = 504
|
|
Height = 558
|
|
Top = 117
|
|
Width = 658
|
|
Caption = 'Form1'
|
|
ClientHeight = 558
|
|
ClientWidth = 658
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.1.0.0'
|
|
object PnlOI: TPanel
|
|
Left = 0
|
|
Height = 558
|
|
Top = 0
|
|
Width = 280
|
|
Align = alLeft
|
|
ClientHeight = 558
|
|
ClientWidth = 280
|
|
TabOrder = 0
|
|
object pnlTree: TPanel
|
|
Left = 1
|
|
Height = 175
|
|
Top = 1
|
|
Width = 278
|
|
Align = alTop
|
|
TabOrder = 0
|
|
end
|
|
object Splitter2: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 1
|
|
Height = 5
|
|
Top = 176
|
|
Width = 278
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 280
|
|
Height = 558
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 285
|
|
Height = 558
|
|
Top = 0
|
|
Width = 373
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
end
|
|
end
|