object CustomSeriesEditor: TCustomSeriesEditor Left = 223 Top = 157 ActiveControl = GPPoint BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 172 ClientWidth = 362 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GPPoint: TGroupBox Left = 176 Top = 4 Width = 181 Height = 165 Caption = 'Points:' TabOrder = 0 object Label1: TLabel Left = 68 Top = 20 Width = 61 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '&Width:' FocusControl = SEPointHorizSize end object Label2: TLabel Left = 72 Top = 48 Width = 57 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Height:' FocusControl = SEPointVertSize end object Label3: TLabel Left = 8 Top = 132 Width = 41 Height = 20 Alignment = taRightJustify AutoSize = False Caption = 'St&yle:' FocusControl = CBPointStyle end object CBDrawPoint: TCheckBox Left = 8 Top = 20 Width = 65 Height = 17 Caption = '&Visible' TabOrder = 0 OnClick = CBDrawPointClick end object CB3dPoint: TCheckBox Left = 8 Top = 44 Width = 41 Height = 17 Caption = '&3D' TabOrder = 1 OnClick = CB3dPointClick end object CBInflate: TCheckBox Left = 8 Top = 72 Width = 121 Height = 17 Caption = 'Inflate &Margins' TabOrder = 2 OnClick = CBInflateClick end object SEPointHorizSize: TSpinEdit Left = 132 Top = 16 Width = 40 Height = 22 MaxValue = 1000 MinValue = 1 TabOrder = 3 Value = 1 OnChange = SEPointHorizSizeChange end object SEPointVertSize: TSpinEdit Left = 132 Top = 44 Width = 40 Height = 22 MaxValue = 1000 MinValue = 1 TabOrder = 4 Value = 1 OnChange = SEPointVertSizeChange end object CBPointStyle: TComboBox Left = 56 Top = 128 Width = 117 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 Items.Strings = ( 'Square' 'Circle' 'Triangle' 'DownTriangle' 'Cross' 'DiagonalCross' 'Star' 'Diamond' 'SmallDot') TabOrder = 5 OnChange = CBPointStyleChange end object BPointFillColor: TBitBtn Left = 80 Top = 96 Width = 93 Height = 25 Caption = 'B&ackground...' TabOrder = 6 OnClick = BPointFillColorClick end object BPoinPenCol: TBitBtn Left = 8 Top = 96 Width = 65 Height = 25 Caption = 'B&order...' TabOrder = 7 OnClick = BPoinPenColClick end end object GPLine: TGroupBox Left = 4 Top = 4 Width = 165 Height = 165 Caption = 'Line:' TabOrder = 1 object Label5: TLabel Left = 4 Top = 60 Width = 48 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '&Pattern:' FocusControl = CBLineBrush end object Button1: TButton Left = 8 Top = 20 Width = 69 Height = 25 Caption = '&Border...' TabOrder = 0 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 86 Top = 20 Width = 71 Height = 25 Caption = '&Color...' TabOrder = 1 OnClick = BitBtn1Click end object CBLineBrush: TComboBox Left = 54 Top = 56 Width = 105 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 Items.Strings = ( 'Solid' 'Clear' 'Horizontal' 'Vertical' 'Diagonal' 'BDiagonal' 'Cross' 'DiagCross') TabOrder = 2 OnChange = CBLineBrushChange end object GroupBox3: TGroupBox Left = 12 Top = 112 Width = 145 Height = 41 Caption = 'Line Mode:' TabOrder = 3 object CBStairs: TCheckBox Left = 7 Top = 16 Width = 70 Height = 17 Caption = '&Stairs' TabOrder = 0 OnClick = CBStairsClick end object CBInvStairs: TCheckBox Left = 67 Top = 16 Width = 70 Height = 17 Caption = '&Inverted' TabOrder = 1 OnClick = CBInvStairsClick end end object CBColorEach: TCheckBox Left = 18 Top = 88 Width = 139 Height = 17 Caption = 'Color &Each' TabOrder = 4 OnClick = CBColorEachClick end end end