1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
object ChartPointerFrame: TChartPointerFrame
Left = 0
Height = 194
Top = 0
Width = 320
AutoSize = True
ClientHeight = 194
ClientWidth = 320
TabOrder = 0
DesignLeft = 822
DesignTop = 312
object GroupBox1: TGroupBox
Left = 0
Height = 56
Top = 0
Width = 320
Align = alTop
AutoSize = True
Caption = 'Pointer style'
ClientHeight = 36
ClientWidth = 316
TabOrder = 0
object cbPointerStyle: TChartComboBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = sePointerSize
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = lblPointerSize
Left = 8
Height = 22
Top = 6
Width = 214
Mode = ccmPointerStyle
PenPattern = '1|1'
PointerStyle = psNone
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ItemHeight = 16
ItemIndex = 0
TabOrder = 0
OnChange = cbPointerStyleChange
end
object lblPointerSize: TLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = sePointerSize
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = sePointerSize
Left = 230
Height = 15
Top = 10
Width = 20
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
Caption = 'Size'
FocusControl = sePointerSize
end
object sePointerSize: TSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 258
Height = 23
Top = 6
Width = 50
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
MaxValue = 1000
OnChange = sePointerSizeChange
TabOrder = 1
end
end
object gbPointerBrush: TGroupBox
Left = 0
Height = 40
Top = 68
Width = 320
Align = alTop
BorderSpacing.Top = 12
Caption = 'gbPointerBrush'
TabOrder = 1
end
object gbPointerPen: TGroupBox
Left = 0
Height = 58
Top = 120
Width = 320
Align = alTop
BorderSpacing.Top = 12
Caption = 'gbPointerPen'
TabOrder = 2
end
end
|