object ChartTitleFootFrame: TChartTitleFootFrame Left = 0 Height = 410 Top = 0 Width = 429 ClientHeight = 410 ClientWidth = 429 TabOrder = 0 DesignLeft = 500 DesignTop = 237 object PanelTop: TPanel Left = 0 Height = 25 Top = 0 Width = 429 Align = alTop AutoSize = True BevelOuter = bvNone ClientHeight = 25 ClientWidth = 429 TabOrder = 0 object cbShow: TCheckBox Left = 0 Height = 19 Top = 0 Width = 49 BorderSpacing.Bottom = 6 Caption = 'Show' Checked = True OnChange = cbShowChange State = cbChecked TabOrder = 0 end object cbWordwrap: TCheckBox AnchorSideLeft.Control = cbShow AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = PanelTop Left = 81 Height = 19 Top = 0 Width = 75 BorderSpacing.Left = 32 Caption = 'Wordwrap' OnClick = cbWordwrapClick TabOrder = 1 end object cbHTML: TCheckBox AnchorSideLeft.Control = cbWordwrap AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = PanelTop Left = 188 Height = 19 Top = 0 Width = 133 BorderSpacing.Left = 32 Caption = 'Support HTML in text' OnChange = cbHTMLChange TabOrder = 2 end end object ParamsPanel: TPanel Left = 0 Height = 203 Top = 199 Width = 429 Align = alBottom AutoSize = True BorderSpacing.Top = 16 BorderSpacing.Bottom = 8 BevelOuter = bvNone ClientHeight = 203 ClientWidth = 429 TabOrder = 2 object rgAlignment: TRadioGroup AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = ParamsPanel AnchorSideRight.Control = Bevel1 AnchorSideBottom.Side = asrBottom Left = 0 Height = 51 Top = 0 Width = 202 Anchors = [akTop, akLeft, akRight] AutoFill = True AutoSize = True Caption = 'Alignment' ChildSizing.LeftRightSpacing = 16 ChildSizing.TopBottomSpacing = 6 ChildSizing.HorizontalSpacing = 16 ChildSizing.EnlargeHorizontal = crsScaleChilds ChildSizing.EnlargeVertical = crsScaleChilds ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 3 ClientHeight = 31 ClientWidth = 198 Columns = 3 ItemIndex = 0 Items.Strings = ( 'Left' 'Center' 'Right' ) OnClick = rgAlignmentClick TabOrder = 0 end object gbShapeBrushPenMargins: TGroupBox AnchorSideLeft.Control = Bevel1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = rgAlignment AnchorSideRight.Control = ParamsPanel AnchorSideRight.Side = asrBottom Left = 226 Height = 168 Top = 0 Width = 203 Anchors = [akTop, akLeft, akRight] Caption = 'gbShapeBrushPenMargins' TabOrder = 3 end object gbFont: TGroupBox AnchorSideLeft.Control = rgAlignment AnchorSideTop.Control = rgAlignment AnchorSideTop.Side = asrBottom AnchorSideRight.Control = rgAlignment AnchorSideRight.Side = asrBottom Left = 0 Height = 61 Top = 67 Width = 202 Anchors = [akTop, akLeft, akRight] BorderSpacing.Top = 16 Caption = 'gbFont' TabOrder = 1 end object Bevel1: TBevel AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = rgAlignment Left = 202 Height = 50 Top = 0 Width = 24 Shape = bsSpacer end object gbMargin: TGroupBox AnchorSideLeft.Control = ParamsPanel AnchorSideTop.Control = gbFont AnchorSideTop.Side = asrBottom AnchorSideRight.Control = gbFont AnchorSideRight.Side = asrBottom Left = 0 Height = 59 Top = 144 Width = 202 Anchors = [akTop, akLeft, akRight] AutoSize = True BorderSpacing.Top = 16 Caption = 'Distance to chart' ClientHeight = 39 ClientWidth = 198 TabOrder = 2 object lblMargin: TLabel AnchorSideLeft.Control = gbMargin Left = 16 Height = 15 Top = 13 Width = 38 BorderSpacing.Left = 16 Caption = 'Margin' end object seMargin: TSpinEdit AnchorSideLeft.Control = lblMargin AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = gbMargin AnchorSideRight.Control = gbMargin AnchorSideRight.Side = asrBottom Left = 70 Height = 23 Top = 8 Width = 72 Alignment = taRightJustify BorderSpacing.Left = 16 BorderSpacing.Top = 8 BorderSpacing.Right = 8 BorderSpacing.Bottom = 8 MaxValue = 1000 OnChange = seMarginChange TabOrder = 0 end end end object MemoPanel: TPanel AnchorSideTop.Side = asrBottom Left = 0 Height = 158 Top = 25 Width = 429 Align = alClient BevelOuter = bvNone ClientHeight = 158 ClientWidth = 429 Constraints.MinHeight = 80 TabOrder = 1 object lblText: TLabel AnchorSideLeft.Control = MemoPanel AnchorSideTop.Control = MemoPanel Left = 0 Height = 15 Top = 0 Width = 21 Caption = 'Text' end object mmoText: TMemo AnchorSideLeft.Control = lblText AnchorSideTop.Control = lblText AnchorSideTop.Side = asrBottom AnchorSideRight.Control = MemoPanel AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = MemoPanel AnchorSideBottom.Side = asrBottom Left = 0 Height = 139 Top = 19 Width = 429 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Top = 4 OnChange = mmoTextChange ScrollBars = ssAutoBoth TabOrder = 0 WordWrap = False end end end