object ArrowSeriesEditor: TArrowSeriesEditor Left = 247 Top = 237 BorderStyle = bsDialog ClientHeight = 105 ClientWidth = 239 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 136 Top = 48 Width = 47 Height = 21 Alignment = taRightJustify Caption = '&Width:' FocusControl = SEArrowWidth end object Label2: TLabel Left = 132 Top = 76 Width = 50 Height = 21 Alignment = taRightJustify Caption = '&Height:' FocusControl = SEArrowHeight end object BPen: TBitBtn Left = 4 Top = 4 Width = 75 Height = 25 Caption = '&Border...' TabOrder = 0 OnClick = BPenClick end object BBrush: TBitBtn Left = 152 Top = 4 Width = 75 Height = 25 Caption = '&Pattern...' TabOrder = 1 OnClick = BBrushClick end object SEArrowWidth: TSpinEdit Left = 188 Top = 44 Width = 40 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 OnChange = SEArrowWidthChange end object SEArrowHeight: TSpinEdit Left = 188 Top = 72 Width = 40 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SEArrowHeightChange end object GroupBox1: TGroupBox Left = 4 Top = 36 Width = 129 Height = 65 TabOrder = 4 object SHArrowColor: TShape Left = 89 Top = 32 Width = 32 Height = 25 OnMouseUp = SHArrowColorMouseUp end object CBColorEach: TCheckBox Left = 8 Top = 12 Width = 105 Height = 17 Caption = 'Color &Each' TabOrder = 0 OnClick = CBColorEachClick end object BArrowColor: TBitBtn Left = 8 Top = 32 Width = 75 Height = 25 Caption = '&Color...' TabOrder = 1 OnClick = BArrowColorClick end end end