object ChartPenFrame: TChartPenFrame Left = 0 Height = 56 Top = 0 Width = 214 AutoSize = True ClientHeight = 56 ClientWidth = 214 TabOrder = 0 DesignLeft = 332 DesignTop = 128 object cbPenStyle: TChartComboBox AnchorSideLeft.Control = lblPenWidth AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Owner AnchorSideRight.Control = Bevel1 Left = 48 Height = 22 Top = 0 Width = 130 PenPattern = '1|1' PointerStyle = psNone Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 16 ItemHeight = 16 ItemIndex = 0 TabOrder = 0 OnChange = cbPenStyleChange end object lblPenStyle: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = cbPenStyle AnchorSideTop.Side = asrCenter Left = 0 Height = 15 Top = 4 Width = 25 Caption = 'Style' end object cbPenWidth: TChartComboBox AnchorSideLeft.Control = lblPenWidth AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = cbPenStyle AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Bevel1 Left = 48 Height = 22 Top = 30 Width = 130 Mode = ccmPenWidth PenPattern = '1|1' PointerStyle = psNone Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 16 BorderSpacing.Top = 8 ItemHeight = 16 ItemIndex = 0 TabOrder = 1 OnChange = cbPenWidthChange end object lblPenWidth: TLabel AnchorSideTop.Control = cbPenWidth AnchorSideTop.Side = asrCenter Left = 0 Height = 15 Top = 34 Width = 32 Caption = 'Width' end object cbPenColor: TColorButton AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Bevel1 AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 183 Height = 25 Top = 14 Width = 31 Anchors = [akTop, akRight] BorderWidth = 2 ButtonColorSize = 16 ButtonColor = clBlack Margin = 2 OnColorChanged = cbPenColorColorChanged end object Bevel1: TBevel AnchorSideTop.Control = cbPenStyle AnchorSideRight.Control = cbPenColor AnchorSideBottom.Control = cbPenWidth AnchorSideBottom.Side = asrBottom Left = 178 Height = 52 Top = 0 Width = 5 Anchors = [akTop, akRight, akBottom] Shape = bsSpacer end end