mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:57:55 +02:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 456
|
|
Height = 474
|
|
Top = 192
|
|
Width = 754
|
|
Caption = 'Form1'
|
|
ClientHeight = 474
|
|
ClientWidth = 754
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 474
|
|
Top = 0
|
|
Width = 200
|
|
Align = alLeft
|
|
ClientHeight = 474
|
|
ClientWidth = 200
|
|
TabOrder = 0
|
|
object TIPropertyGrid1: TTIPropertyGrid
|
|
Left = 1
|
|
Height = 472
|
|
Top = 1
|
|
Width = 198
|
|
Align = alClient
|
|
DefaultValueFont.Color = clWindowText
|
|
Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSet, tkMethod, tkSString, tkLString, tkAString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkClass, tkObject, tkWChar, tkBool, tkInt64, tkQWord, tkDynArray, tkInterfaceRaw, tkProcVar, tkUString, tkUChar, tkHelper]
|
|
Indent = 13
|
|
NameFont.Color = clWindowText
|
|
OnEditorFilter = TIPropertyGrid1EditorFilter
|
|
TIObject = LvlGraphControl1
|
|
ValueFont.Color = clMaroon
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 200
|
|
Height = 474
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
object LvlGraphControl1: TLvlGraphControl
|
|
Left = 205
|
|
Height = 474
|
|
Top = 0
|
|
Width = 549
|
|
Align = alClient
|
|
NodeStyle.DefaultImageIndex = -1
|
|
NodeStyle.Coloring = lgncRGB
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
TabStop = False
|
|
end
|
|
end
|