mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
object EduOptionsDialog: TEduOptionsDialog
|
|
Left = 305
|
|
Height = 382
|
|
Top = 160
|
|
Width = 554
|
|
Caption = 'EduOptionsDialog'
|
|
ClientHeight = 382
|
|
ClientWidth = 554
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 342
|
|
Width = 542
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
object FramesTreeView: TTreeView
|
|
Left = 6
|
|
Height = 330
|
|
Top = 6
|
|
Width = 186
|
|
Align = alLeft
|
|
BorderSpacing.Around = 6
|
|
HideSelection = False
|
|
TabOrder = 1
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
object FramePanel: TPanel
|
|
Left = 198
|
|
Height = 336
|
|
Top = 0
|
|
Width = 356
|
|
Align = alClient
|
|
Caption = 'FramePanel'
|
|
TabOrder = 2
|
|
end
|
|
end
|