1object ChartBrushFrame: TChartBrushFrame
2  Left = 0
3  Height = 24
4  Top = 0
5  Width = 228
6  AutoSize = True
7  ClientHeight = 24
8  ClientWidth = 228
9  TabOrder = 0
10  DesignLeft = 722
11  DesignTop = 395
12  object cbBrushStyle: TChartComboBox
13    AnchorSideLeft.Control = lblBrushStyle
14    AnchorSideLeft.Side = asrBottom
15    AnchorSideTop.Control = Owner
16    AnchorSideRight.Control = cbBrushColor
17    Left = 49
18    Height = 22
19    Top = 0
20    Width = 142
21    Mode = ccmBrushStyle
22    Options = [ccoNames, ccoPatternPen]
23    PenPattern = '1|1'
24    PointerStyle = psNone
25    Anchors = [akTop, akLeft, akRight]
26    BorderSpacing.Left = 24
27    ItemHeight = 16
28    TabOrder = 0
29    OnChange = cbBrushStyleChange
30  end
31  object lblBrushStyle: TLabel
32    AnchorSideLeft.Control = Owner
33    AnchorSideTop.Control = cbBrushStyle
34    AnchorSideTop.Side = asrCenter
35    Left = 0
36    Height = 15
37    Top = 4
38    Width = 25
39    Caption = 'Style'
40  end
41  object cbBrushColor: TColorButton
42    AnchorSideLeft.Side = asrBottom
43    AnchorSideTop.Control = cbBrushStyle
44    AnchorSideTop.Side = asrCenter
45    AnchorSideRight.Control = Owner
46    AnchorSideRight.Side = asrBottom
47    Left = 197
48    Height = 25
49    Top = -1
50    Width = 31
51    Anchors = [akTop, akRight]
52    BorderSpacing.Left = 6
53    BorderWidth = 2
54    ButtonColorSize = 16
55    ButtonColor = clBlack
56    Margin = 2
57    OnColorChanged = cbBrushColorColorChanged
58  end
59end
60