object AreaSeriesEditor: TAreaSeriesEditor Left = 222 Top = 118 ActiveControl = BAreaColor BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 162 ClientWidth = 307 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object RGMultiArea: TRadioGroup Left = 4 Top = 84 Width = 141 Height = 73 Caption = '&Multi Area:' Items.Strings = ( 'None' 'Stacked' 'Stacked 100%') TabOrder = 0 OnClick = RGMultiAreaClick end object GroupBox2: TGroupBox Left = 4 Top = 4 Width = 297 Height = 73 Caption = 'Area:' TabOrder = 1 object Label4: TLabel Left = 8 Top = 20 Width = 49 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Pattern:' FocusControl = CBAreaBrush end object CBStairs: TCheckBox Left = 60 Top = 44 Width = 82 Height = 17 Caption = '&Stairs' TabOrder = 0 OnClick = CBStairsClick end object CBAreaBrush: TComboBox Left = 60 Top = 16 Width = 118 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 Items.Strings = ( 'Solid' 'Clear' 'Horizontal' 'Vertical' 'Diagonal' 'BDiagonal' 'Cross' 'DiagCross') TabOrder = 1 OnChange = CBAreaBrushChange end object BAreaLinesPen: TButton Left = 196 Top = 40 Width = 89 Height = 25 Caption = 'Area &Lines...' TabOrder = 2 OnClick = BAreaLinesPenClick end object BAreaLinePen: TButton Left = 196 Top = 12 Width = 89 Height = 25 Caption = '&Border...' TabOrder = 3 OnClick = BAreaLinePenClick end end object GroupBox1: TGroupBox Left = 160 Top = 84 Width = 141 Height = 73 TabOrder = 2 object SHAreaColor: TShape Left = 97 Top = 40 Width = 32 Height = 25 OnMouseUp = SHAreaColorMouseUp end object CBColorEach: TCheckBox Left = 9 Top = 16 Width = 128 Height = 17 Caption = 'Color &Each' TabOrder = 0 OnClick = CBColorEachClick end object BAreaColor: TBitBtn Left = 9 Top = 40 Width = 75 Height = 25 Caption = '&Color...' TabOrder = 1 OnClick = BAreaColorClick end end end