mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 00:03:04 +02:00
44 lines
832 B
Plaintext
44 lines
832 B
Plaintext
object DocEditorWnd: TDocEditorWnd
|
|
Caption = 'DocEditorWnd'
|
|
ClientHeight = 396
|
|
ClientWidth = 598
|
|
OnCreate = DocEditorWndCREATE
|
|
HorzScrollBar.Page = 599
|
|
VertScrollBar.Page = 397
|
|
Left = 291
|
|
Height = 396
|
|
Top = 167
|
|
Width = 598
|
|
object ButtonsPanel: TPanel
|
|
Align = ALTOP
|
|
Caption = 'ButtonsPanel'
|
|
ClientHeight = 28
|
|
ClientWidth = 598
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Height = 28
|
|
Width = 598
|
|
end
|
|
object ContextTreeview: TTreeView
|
|
Align = ALLEFT
|
|
DefaultItemHeight = 17
|
|
DragCursor = 65524
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
Height = 368
|
|
Top = 28
|
|
Width = 121
|
|
end
|
|
object FilesNotebook: TNotebook
|
|
Align = ALCLIENT
|
|
Left = 121
|
|
Height = 368
|
|
Top = 28
|
|
Width = 477
|
|
end
|
|
object ButtonImagelist: TImageList
|
|
left = 56
|
|
top = 40
|
|
end
|
|
end
|