object BarSeriesEditor: TBarSeriesEditor Left = 175 Top = 147 ActiveControl = CBBarStyle BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 195 ClientWidth = 317 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 = 180 Top = 68 Width = 77 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '% Bar &Width:' FocusControl = SEBarwidth end object Label2: TLabel Left = 0 Top = 8 Width = 37 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'St&yle:' FocusControl = CBBarStyle end object Label3: TLabel Left = 176 Top = 96 Width = 81 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '% Bar O&ffset:' FocusControl = SEBarOffset end object SEBarwidth: TSpinEdit Left = 260 Top = 64 Width = 44 Height = 22 Increment = 5 MaxValue = 100 MinValue = 1 TabOrder = 0 Value = 1 OnChange = SEBarwidthChange end object CBBarStyle: TComboBox Left = 40 Top = 4 Width = 97 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Rectangle' 'Pyramid' 'Inv. Pyramid' 'Cylinder' 'Ellipse' 'Arrow' 'Rect.Gradient') TabOrder = 1 OnChange = CBBarStyleChange end object BBarPen: TButton Left = 148 Top = 4 Width = 75 Height = 25 Caption = '&Border...' TabOrder = 2 OnClick = BBarPenClick end object BBarBrush: TButton Left = 232 Top = 4 Width = 75 Height = 25 Caption = '&Pattern...' TabOrder = 3 OnClick = BBarBrushClick end object CBYOrigin: TCheckBox Left = 148 Top = 40 Width = 93 Height = 17 Caption = 'Use &Origin:' TabOrder = 4 OnClick = CBYOriginClick end object EYOrigin: TEdit Left = 244 Top = 36 Width = 61 Height = 21 TabOrder = 5 Text = '0' OnChange = EYOriginChange end object RGMultiBar: TRadioGroup Left = 3 Top = 100 Width = 126 Height = 89 Caption = '&Multi Bar:' Items.Strings = ( 'None' 'Side' 'Stacked' 'Stacked 100%') TabOrder = 6 OnClick = RGMultiBarClick end object SEBarOffset: TSpinEdit Left = 260 Top = 92 Width = 44 Height = 22 Increment = 5 MaxValue = 100 MinValue = -100 TabOrder = 7 Value = 0 OnChange = SEBarOffsetChange end object GroupBox1: TGroupBox Left = 144 Top = 116 Width = 161 Height = 73 TabOrder = 8 object CBDarkBar: TCheckBox Left = 8 Top = 12 Width = 129 Height = 17 Caption = '&Dark Bar 3D Sides' TabOrder = 0 OnClick = CBDarkBarClick end object CBBarSideMargins: TCheckBox Left = 8 Top = 32 Width = 129 Height = 17 Caption = 'Bar S&ide Margins' TabOrder = 1 OnClick = CBBarSideMarginsClick end object CBMarksAutoPosition: TCheckBox Left = 8 Top = 52 Width = 129 Height = 17 Caption = '&Auto Mark Position' TabOrder = 2 OnClick = CBMarksAutoPositionClick end end object GroupBox2: TGroupBox Left = 4 Top = 32 Width = 125 Height = 65 TabOrder = 9 object SHBarColor: TShape Left = 81 Top = 32 Width = 28 Height = 25 OnMouseUp = SHBarColorMouseUp end object CBColorEach: TCheckBox Left = 8 Top = 12 Width = 101 Height = 17 Caption = 'Color &Each' TabOrder = 0 OnClick = CBColorEachClick end object BBarColor: TBitBtn Left = 9 Top = 32 Width = 65 Height = 25 Caption = '&Color...' TabOrder = 1 OnClick = BBarColorClick end end end