mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 16:52:40 +02:00
63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
object JsonForDebugSettingsFrame: TJsonForDebugSettingsFrame
|
|
Left = 0
|
|
Height = 156
|
|
Top = 0
|
|
Width = 226
|
|
AutoSize = True
|
|
ChildSizing.TopBottomSpacing = 1
|
|
ChildSizing.VerticalSpacing = 1
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 156
|
|
ClientWidth = 226
|
|
TabOrder = 0
|
|
DesignLeft = 394
|
|
DesignTop = 60
|
|
object lblFuncName: TLabel
|
|
Left = 0
|
|
Height = 23
|
|
Top = 1
|
|
Width = 45
|
|
Caption = '----'
|
|
end
|
|
object edFuncName: TEdit
|
|
Left = 45
|
|
Height = 23
|
|
Top = 1
|
|
Width = 181
|
|
AutoSize = False
|
|
TabOrder = 0
|
|
end
|
|
object lblJsonAddress: TLabel
|
|
Left = 0
|
|
Height = 23
|
|
Top = 25
|
|
Width = 45
|
|
Caption = '----'
|
|
end
|
|
object edJsonAddress: TEdit
|
|
Left = 45
|
|
Height = 23
|
|
Top = 25
|
|
Width = 181
|
|
AutoSize = False
|
|
TabOrder = 1
|
|
end
|
|
object lblJsonTypename: TLabel
|
|
Left = 0
|
|
Height = 23
|
|
Top = 49
|
|
Width = 45
|
|
Caption = '----'
|
|
end
|
|
object edJsonTypename: TEdit
|
|
Left = 45
|
|
Height = 23
|
|
Top = 49
|
|
Width = 181
|
|
AutoSize = False
|
|
TabOrder = 2
|
|
end
|
|
end
|