home *** CD-ROM | disk | FTP | other *** search
- object AreaSeriesEditor: TAreaSeriesEditor
- Left = 222
- Top = 118
- ActiveControl = BAreaColor
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 162
- ClientWidth = 307
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnShow = FormShow
- TextHeight = 13
- object RGMultiArea: TRadioGroup
- Left = 4
- Top = 84
- Width = 141
- Height = 73
- HelpContext = 299
- Caption = '&Multiple Areas:'
- 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 = 20
- Top = 44
- Width = 77
- Height = 17
- HelpContext = 438
- Caption = '&Stairs'
- TabOrder = 0
- OnClick = CBStairsClick
- end
- object CBAreaBrush: TComboBox
- Left = 60
- Top = 16
- Width = 118
- Height = 21
- HelpContext = 52
- Style = csDropDownList
- DropDownCount = 12
- ItemHeight = 13
- Items.Strings = (
- 'Solid'
- 'Clear'
- 'Horizontal'
- 'Vertical'
- 'Diagonal'
- 'B.Diagonal'
- 'Cross'
- 'Diag.Cross')
- TabOrder = 1
- OnChange = CBAreaBrushChange
- end
- object BAreaLinesPen: TButton
- Left = 196
- Top = 41
- Width = 89
- Height = 25
- HelpContext = 53
- Caption = 'Area &Lines...'
- TabOrder = 2
- OnClick = BAreaLinesPenClick
- end
- object BAreaLinePen: TButton
- Left = 196
- Top = 12
- Width = 89
- Height = 25
- HelpContext = 275
- Caption = '&Border...'
- TabOrder = 3
- OnClick = BAreaLinePenClick
- end
- object CBInvStairs: TCheckBox
- Left = 100
- Top = 44
- Width = 82
- Height = 17
- HelpContext = 438
- Caption = 'Inverted'
- TabOrder = 4
- OnClick = CBInvStairsClick
- end
- end
- object GroupBox1: TGroupBox
- Left = 160
- Top = 84
- Width = 141
- Height = 73
- Caption = 'Color:'
- 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
- HelpContext = 164
- Caption = 'Color &Each Point'
- TabOrder = 0
- OnClick = CBColorEachClick
- end
- object BAreaColor: TBitBtn
- Left = 9
- Top = 40
- Width = 75
- Height = 25
- HelpContext = 421
- Caption = '&Color...'
- TabOrder = 1
- OnClick = BAreaColorClick
- end
- end
- end
-