FastReport_FMX_2.8.12/Source/FMX.frxReportTree.fmx

34 lines
901 B
Plaintext
Raw Permalink Normal View History

2024-01-10 21:50:38 +01:00
object frxReportTreeForm: TfrxReportTreeForm
Left = 0
Top = 0
BorderStyle = bsSizeToolWin
Caption = 'Report Tree'
ClientHeight = 347
ClientWidth = 179
OnCreate = FormCreate
object MainPanel: TPanel
Align = alClient
Height = 347.000000000000000000
StyleLookup = 'backgroundstyle'
Width = 179.000000000000000000
object Rectangle1: TRectangle
Align = alTop
Height = 18.000000000000000000
Margins.Left = 2.000000000000000000
Margins.Top = 1.000000000000000000
Stroke.Kind = bkNone
Width = 179.000000000000000000
object Label1: TLabel
Align = alClient
AutoSize = True
Height = 17.000000000000000000
Position.X = 2.000000000000000000
Position.Y = 1.000000000000000000
Text = 'Report Tree'
Width = 177.000000000000000000
WordWrap = False
end
end
end
end