home *** CD-ROM | disk | FTP | other *** search
- object StackBarSeriesEditor: TStackBarSeriesEditor
- Left = 360
- Top = 282
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 117
- ClientWidth = 314
- Color = clBtnFace
- ParentFont = True
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 160
- Top = 56
- Width = 63
- Height = 13
- Caption = '&Stack Group:'
- FocusControl = EGroup
- end
- object CBYOrigin: TCheckBox
- Left = 157
- Top = 13
- Width = 84
- Height = 17
- HelpContext = 665
- Caption = 'Use &Origin:'
- TabOrder = 0
- OnClick = CBYOriginClick
- end
- object EYOrigin: TEdit
- Left = 244
- Top = 12
- Width = 63
- Height = 21
- HelpContext = 702
- Color = clWindow
- TabOrder = 1
- Text = '0'
- OnChange = EYOriginChange
- end
- object RGMultiBar: TRadioGroup
- Left = 4
- Top = 8
- Width = 134
- Height = 101
- HelpContext = 301
- Caption = '&Multiple Bar:'
- Items.Strings = (
- 'None'
- 'Side'
- 'Stacked'
- 'Stacked 100%'
- 'Side All')
- TabOrder = 2
- OnClick = RGMultiBarClick
- end
- object EGroup: TEdit
- Left = 244
- Top = 53
- Width = 31
- Height = 21
- HelpContext = 1371
- Color = clWindow
- TabOrder = 3
- Text = '0'
- OnChange = EGroupChange
- end
- object UDGroup: TUpDown
- Left = 275
- Top = 53
- Width = 15
- Height = 21
- Associate = EGroup
- Min = 0
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- end
-