object ChartEditForm: TChartEditForm Left = 277 Top = 205 ActiveControl = MainPage BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'TChart Editor' ClientHeight = 319 ClientWidth = 414 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MainPage: TPageControl Left = 0 Top = 0 Width = 414 Height = 289 ActivePage = TabChart Align = alTop TabOrder = 0 OnChange = MainPageChange OnChanging = MainPageChanging object TabChart: TTabSheet Caption = 'Chart' object Notebook1: TPageControl Left = 0 Top = 4 Width = 406 Height = 257 ActivePage = TabSeriesList TabOrder = 0 OnChange = Notebook1Change object TabSeriesList: TTabSheet Caption = 'Series' object CBActiveSeries: TCheckBox Left = 12 Top = 16 Width = 13 Height = 13 Caption = 'CBActiveSeries' Color = clWhite ParentColor = False TabOrder = 9 end object LBSeries: TListBox Left = 8 Top = 26 Width = 285 Height = 193 ItemHeight = 27 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnClick = LBSeriesClick OnDblClick = LBSeriesDblClick OnDragDrop = LBSeriesDragDrop OnDragOver = LBSeriesDragOver OnDrawItem = LBSeriesDrawItem OnKeyUp = LBSeriesKeyUp OnMouseDown = LBSeriesMouseDown end object HeaderControl1: THeaderControl Left = 9 Top = 11 Width = 284 Height = 17 Align = alNone Sections = < item AllowClick = False MaxWidth = 26 MinWidth = 26 Style = hsOwnerDraw Width = 26 end item AllowClick = False MaxWidth = 16 MinWidth = 16 Style = hsOwnerDraw Width = 16 end item AllowClick = False Style = hsOwnerDraw Width = 26 end item AllowClick = False Text = 'Series Title' Width = 216 end> end object BMoveUP: TBitBtn Left = 308 Top = 23 Width = 27 Height = 25 TabOrder = 1 OnClick = BMoveUPClick Glyph.Data = { 1E010000424D1E010000000000007600000028000000180000000E0000000100 040000000000A800000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777788888777 777788888777777F00008777777F77778777777F00008777777F77778777777F 00008777777F77778777777F00008777777F77778777777F00008777777F7777 8777788700008888788777778888F00000000008F77777777778F00000000007 F777777777777F00000000777F777777777777F00000077777F777777777777F 00007777777F777777777777F00777777777F777777777777F77777777777F77 7777} NumGlyphs = 2 end object BMoveDown: TBitBtn Left = 356 Top = 23 Width = 27 Height = 25 TabOrder = 2 OnClick = BMoveDownClick Glyph.Data = { 1E010000424D1E010000000000007600000028000000180000000E0000000100 040000000000A800000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777877777 7777778777777777700877777777777877777777000087777777777787777770 0000087777777777787777000000008777777777778770000000000877777777 7778F00000000008F77F77778778FFFF00007FF7FFFF77778FF7777F00008777 777F77778777777F00008777777F77778777777F00008777777F77778777777F 00008777777F77778777777F00008777777F77778777777FFFFF7777777FFFFF 7777} NumGlyphs = 2 end object BAddSeries: TButton Left = 308 Top = 59 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 3 OnClick = BAddSeriesClick end object BDeleteSeries: TButton Left = 308 Top = 92 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 4 OnClick = BDeleteSeriesClick end object BRenameSeries: TButton Left = 308 Top = 125 Width = 75 Height = 25 Caption = '&Title...' TabOrder = 5 OnClick = BRenameSeriesClick end object BCloneSeries: TButton Left = 308 Top = 158 Width = 75 Height = 25 Caption = 'C&lone' TabOrder = 6 OnClick = BCloneSeriesClick end object BChangeTypeSeries: TButton Left = 308 Top = 191 Width = 75 Height = 25 Caption = '&Change...' TabOrder = 7 OnClick = BChangeTypeSeriesClick end end object TabGeneral: TTabSheet Caption = 'General' object GBMargins: TGroupBox Left = 12 Top = 112 Width = 125 Height = 98 Caption = 'Margins (%)' TabOrder = 3 object SETopMa: TSpinEdit Left = 42 Top = 20 Width = 39 Height = 22 Increment = 5 MaxValue = 1000 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SETopMaChange end object SELeftMa: TSpinEdit Left = 6 Top = 44 Width = 39 Height = 22 Increment = 5 MaxValue = 1000 MinValue = 0 TabOrder = 1 Value = 0 OnChange = SELeftMaChange end object SEBotMa: TSpinEdit Left = 42 Top = 68 Width = 39 Height = 22 Increment = 5 MaxValue = 1000 MinValue = 0 TabOrder = 2 Value = 0 OnChange = SEBotMaChange end object SERightMa: TSpinEdit Left = 78 Top = 44 Width = 39 Height = 22 Increment = 5 MaxValue = 1000 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SERightMaChange end end object BPrint: TButton Left = 153 Top = 153 Width = 91 Height = 25 Caption = 'Print &Preview...' TabOrder = 4 OnClick = BPrintClick end object CBClipPoints: TCheckBox Left = 160 Top = 31 Width = 73 Height = 17 Caption = '&Clip Points' TabOrder = 1 OnClick = CBClipPointsClick end object BExport: TButton Left = 153 Top = 185 Width = 91 Height = 25 Caption = '&Export...' TabOrder = 5 OnClick = BExportClick end object RGPanning: TRadioGroup Left = 256 Top = 112 Width = 125 Height = 98 Caption = 'Allow Scroll:' Items.Strings = ( '&None' '&Horizontal' '&Vertical' '&Both') TabOrder = 6 OnClick = RGPanningClick end object GBZoom: TGroupBox Left = 256 Top = 12 Width = 125 Height = 93 Caption = 'Zoom' TabOrder = 2 object LAniZoomSteps: TLabel Left = 10 Top = 64 Width = 34 Height = 18 Alignment = taRightJustify AutoSize = False Caption = '&Steps:' FocusControl = SEAniZoomSteps end object CBAllowZoom: TCheckBox Left = 12 Top = 19 Width = 109 Height = 18 Caption = 'Allow &Zoom' TabOrder = 0 OnClick = CBAllowZoomClick end object CBAnimatedZoom: TCheckBox Left = 12 Top = 40 Width = 109 Height = 17 Caption = 'Animated Z&oom' TabOrder = 1 OnClick = CBAnimatedZoomClick end object SEAniZoomSteps: TSpinEdit Left = 48 Top = 59 Width = 49 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 2 Value = 5 OnChange = SEAniZoomStepsChange end end object GB3D: TGroupBox Left = 12 Top = 12 Width = 125 Height = 93 Caption = '3D' TabOrder = 0 object Label13: TLabel Left = 8 Top = 49 Width = 36 Height = 20 Alignment = taRightJustify AutoSize = False Caption = '3&D %:' FocusControl = SE3d end object CBView3d: TCheckBox Left = 18 Top = 19 Width = 91 Height = 17 Caption = '&3 Dimensions' State = cbChecked TabOrder = 0 OnClick = CBView3dClick end object SE3d: TSpinEdit Left = 50 Top = 45 Width = 47 Height = 22 Increment = 5 MaxValue = 100 MinValue = 1 TabOrder = 1 Value = 5 OnChange = SE3dChange end end end object TabAxis: TTabSheet Caption = 'Axis' object RGWhatAxis: TRadioGroup Left = 12 Top = 36 Width = 77 Height = 97 Caption = 'Axis:' ItemIndex = 0 Items.Strings = ( '&Left' '&Right' '&Top' '&Bottom') TabOrder = 1 OnClick = RGWhatAxisClick end object PageControlAxis: TPageControl Left = 100 Top = 8 Width = 289 Height = 205 ActivePage = TabAxisScales TabOrder = 4 OnChange = PageControlAxisChange object TabAxisScales: TTabSheet Caption = 'Scales' object Label5: TLabel Left = 127 Top = 36 Width = 52 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Maximum:' end object Label8: TLabel Left = 127 Top = 64 Width = 52 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Minimum:' end object LAxisMax: TLabel Left = 184 Top = 36 Width = 97 Height = 17 AutoSize = False Caption = '(max)' end object LAxisMin: TLabel Left = 184 Top = 64 Width = 97 Height = 17 AutoSize = False Caption = '(min)' end object Label6: TLabel Left = 85 Top = 100 Width = 92 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Desired Increment:' end object LAxisIncre: TLabel Left = 181 Top = 100 Width = 100 Height = 17 AutoSize = False Caption = '(increment)' end object CBAutomatic: TCheckBox Left = 8 Top = 12 Width = 77 Height = 17 Caption = '&Automatic' TabOrder = 0 OnClick = CBAutomaticClick end object CBLogarithmic: TCheckBox Left = 8 Top = 132 Width = 101 Height = 17 Caption = 'Logarith&mic' TabOrder = 6 OnClick = CBLogarithmicClick end object CBInverted: TCheckBox Left = 120 Top = 132 Width = 113 Height = 17 Caption = '&Inverted' TabOrder = 7 OnClick = CBInvertedClick end object CBAutoMax: TCheckBox Left = 8 Top = 36 Width = 49 Height = 17 Caption = 'A&uto' TabOrder = 1 OnClick = CBAutoMaxClick end object CBAutoMin: TCheckBox Left = 8 Top = 64 Width = 49 Height = 17 Caption = 'Aut&o' TabOrder = 3 OnClick = CBAutoMinClick end object BAxisMax: TButton Left = 60 Top = 32 Width = 65 Height = 25 Caption = 'C&hange...' TabOrder = 2 OnClick = BAxisMaxClick end object BAxisMin: TButton Left = 60 Top = 60 Width = 65 Height = 25 Caption = 'Chan&ge...' TabOrder = 4 OnClick = BAxisMinClick end object BAxisIncre: TButton Left = 8 Top = 96 Width = 75 Height = 25 Caption = '&Change...' TabOrder = 5 OnClick = BAxisIncreClick end end object TabAxisTitle: TTabSheet Caption = 'Title' object Label14: TLabel Left = 4 Top = 20 Width = 51 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'T&itle:' FocusControl = EAxisTitle end object Label3: TLabel Left = 4 Top = 54 Width = 51 Height = 19 Alignment = taRightJustify AutoSize = False Caption = '&Angle:' FocusControl = SEAxisTitleAngle end object Label9: TLabel Left = 4 Top = 90 Width = 51 Height = 19 Alignment = taRightJustify AutoSize = False Caption = 'Si&ze:' FocusControl = SEAxisTitleSize end object EAxisTitle: TEdit Left = 60 Top = 16 Width = 197 Height = 21 TabOrder = 0 OnChange = EAxisTitleChange end object BTitleFont: TButton Left = 124 Top = 48 Width = 75 Height = 25 Caption = 'F&ont...' TabOrder = 1 OnClick = BTitleFontClick end object SEAxisTitleAngle: TSpinEdit Left = 60 Top = 49 Width = 47 Height = 22 Increment = 90 MaxValue = 360 MinValue = 0 TabOrder = 2 Value = 0 OnChange = SEAxisTitleAngleChange end object SEAxisTitleSize: TSpinEdit Left = 60 Top = 85 Width = 47 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SEAxisTitleSizeChange end end object TabAxisLabels: TTabSheet Caption = 'Labels' object Label20: TLabel Left = 8 Top = 68 Width = 97 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Min. Se¶tion %:' FocusControl = SEAxisLabelSepar end object LabelAxisFormat: TLabel Left = 8 Top = 96 Width = 97 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Labels For&mat:' FocusControl = EAxisValuesFormat end object Label26: TLabel Left = 176 Top = 40 Width = 45 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Si&ze:' FocusControl = SELabelsSize end object Label23: TLabel Left = 179 Top = 68 Width = 42 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Angle:' FocusControl = SEAxisLabelsAngle end object CBAxisLabels: TCheckBox Left = 11 Top = 8 Width = 54 Height = 17 Caption = 'V&isible' TabOrder = 0 OnClick = CBAxisLabelsClick end object CBLabelsOnAxis: TCheckBox Left = 83 Top = 8 Width = 106 Height = 17 Caption = 'Label On A&xis' TabOrder = 1 OnClick = CBLabelsOnAxisClick end object CBRoundFirstLabel: TCheckBox Left = 83 Top = 28 Width = 89 Height = 17 Caption = 'Ro&und First' TabOrder = 2 OnClick = CBRoundFirstLabelClick end object EAxisValuesFormat: TEdit Left = 108 Top = 92 Width = 165 Height = 21 TabOrder = 7 OnChange = EAxisValuesFormatChange end object SEAxisLabelSepar: TSpinEdit Left = 108 Top = 64 Width = 41 Height = 22 Increment = 10 MaxValue = 100 MinValue = 0 TabOrder = 6 Value = 0 OnChange = SEAxisLabelSeparChange end object BitBtn2: TButton Left = 197 Top = 5 Width = 75 Height = 25 Caption = 'F&ont...' TabOrder = 3 OnClick = BitBtn2Click end object SELabelsSize: TSpinEdit Left = 225 Top = 37 Width = 47 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 4 Value = 0 OnChange = SELabelsSizeChange end object SEAxisLabelsAngle: TSpinEdit Left = 225 Top = 64 Width = 47 Height = 22 Increment = 90 MaxValue = 360 MinValue = 0 TabOrder = 5 Value = 0 OnChange = SEAxisLabelsAngleChange end object RGAxisLabelStyle: TRadioGroup Left = 8 Top = 116 Width = 265 Height = 57 Caption = 'St&yle:' Columns = 3 ItemIndex = 0 Items.Strings = ( 'Auto' 'None' 'Value' 'Mark' 'Text') TabOrder = 8 OnClick = RGAxisLabelStyleClick end end object TabAxisTicks: TTabSheet Caption = 'Ticks' object Label28: TLabel Left = 92 Top = 60 Width = 21 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Len:' end object Label29: TLabel Left = 92 Top = 92 Width = 21 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Len:' end object Label30: TLabel Left = 92 Top = 124 Width = 21 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Len:' end object Label31: TLabel Left = 168 Top = 124 Width = 39 Height = 25 Alignment = taRightJustify AutoSize = False Caption = '&Count:' FocusControl = SEMinorCount end object BAxisPen: TButton Left = 8 Top = 20 Width = 75 Height = 25 Caption = '&Axis Border...' TabOrder = 0 OnClick = BAxisPenClick end object BAxisTickPen: TButton Left = 8 Top = 56 Width = 75 Height = 25 Caption = 'T&icks...' TabOrder = 2 OnClick = BAxisTickPenClick end object BAxisTickInner: TButton Left = 8 Top = 88 Width = 75 Height = 25 Caption = 'I&nner...' TabOrder = 5 OnClick = BInnerTicksClick end object SEAxisTickLength: TSpinEdit Left = 116 Top = 56 Width = 47 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SEAxisTickLengthChange end object SEInnerTicksLength: TSpinEdit Left = 116 Top = 88 Width = 47 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 6 Value = 0 OnChange = SEInnerTicksLengthChange end object BAxisTickMinor: TButton Left = 8 Top = 120 Width = 75 Height = 25 Caption = '&Minor...' TabOrder = 7 OnClick = BMinorTicksClick end object BAxisGrid: TButton Left = 116 Top = 20 Width = 113 Height = 25 Caption = 'A&xis Grid Border...' TabOrder = 1 OnClick = BColGridClick end object SEAxisMinorTickLen: TSpinEdit Left = 116 Top = 120 Width = 47 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 8 Value = 0 OnChange = SEAxisMinorTickLenChange end object SEMinorCount: TSpinEdit Left = 212 Top = 120 Width = 45 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 9 Value = 0 OnChange = SEMinorCountChange end object CBTickOnLabels: TCheckBox Left = 176 Top = 52 Width = 101 Height = 29 Caption = 'At Labels Onl&y' TabOrder = 4 OnClick = CBTickOnLabelsClick end end end object CBAxisVisible: TCheckBox Left = 14 Top = 142 Width = 75 Height = 17 Caption = '&Visible' TabOrder = 2 OnClick = CBAxisVisibleClick end object CBShowAxis: TCheckBox Left = 16 Top = 12 Width = 73 Height = 17 Caption = '&Show Axis' TabOrder = 0 OnClick = CBShowAxisClick end object BChartFrame: TButton Left = 14 Top = 185 Width = 75 Height = 25 Caption = '&Frame...' TabOrder = 3 OnClick = BChartFrameClick end end object TabTitle: TTabSheet Caption = 'Titles' object CBTitleVisible: TCheckBox Left = 8 Top = 48 Width = 63 Height = 17 Caption = '&Visible' TabOrder = 0 OnClick = CBTitleVisibleClick end object CBTitleAdjust: TCheckBox Left = 108 Top = 48 Width = 91 Height = 17 Caption = '&Adjust Frame' TabOrder = 1 OnClick = CBTitleAdjustClick end object BTitFont: TButton Left = 108 Top = 12 Width = 75 Height = 25 Caption = 'F&ont...' TabOrder = 2 OnClick = BTitFontClick end object BTitleFrame: TButton Left = 204 Top = 12 Width = 75 Height = 25 Caption = '&Border...' TabOrder = 3 OnClick = BTitleFrameClick end object BTitleBrush: TButton Left = 204 Top = 44 Width = 75 Height = 25 Caption = '&Pattern...' TabOrder = 4 OnClick = BTitleBrushClick end object RGTitalign: TRadioGroup Left = 300 Top = 4 Width = 81 Height = 69 Caption = 'Alignment:' ItemIndex = 2 Items.Strings = ( '&Left' '&Center' '&Right') TabOrder = 5 OnClick = RGTitalignClick end object MTitle: TMemo Left = 0 Top = -153 Width = 0 Height = 153 Align = alBottom ScrollBars = ssBoth TabOrder = 6 WantTabs = True WordWrap = False OnChange = MTitleChange end object CBTitles: TComboBox Left = 8 Top = 12 Width = 77 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Title' 'Foot') TabOrder = 7 OnChange = CBTitlesChange end end object TabLegend: TTabSheet Caption = 'Legend' object Label10: TLabel Left = 240 Top = 76 Width = 73 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '% Top &Pos:' FocusControl = SETopLegPos end object Label11: TLabel Left = 236 Top = 104 Width = 77 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '% Color &Width:' FocusControl = SELegColWi end object Label12: TLabel Left = 132 Top = 44 Width = 78 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Text St&yle:' FocusControl = CBLegStyle end object Label7: TLabel Left = 123 Top = 16 Width = 86 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Legend &Style:' FocusControl = cbLegendStyle end object CBShowLeg: TCheckBox Left = 26 Top = 11 Width = 63 Height = 17 Caption = '&Visible' State = cbChecked TabOrder = 0 OnClick = CBShowLegClick end object BLegColor: TButton Left = 24 Top = 35 Width = 85 Height = 25 Caption = 'Bac&k Color...' TabOrder = 1 OnClick = BLegColorClick end object BLegFont: TButton Left = 24 Top = 68 Width = 85 Height = 25 Caption = 'F&ont...' TabOrder = 2 OnClick = BLegFontClick end object SETopLegPos: TSpinEdit Left = 320 Top = 71 Width = 45 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SETopLegPosChange end object SELegColWi: TSpinEdit Left = 320 Top = 99 Width = 45 Height = 22 Increment = 5 MaxValue = 100 MinValue = 0 TabOrder = 4 Value = 0 OnChange = SpinEdit2Change end object CBLegStyle: TComboBox Left = 216 Top = 40 Width = 149 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Plain' 'LeftValue' 'RightValue' 'LeftPercent' 'RightPercent' 'XValue') TabOrder = 5 OnChange = CBLegStyleChange end object cbLegendStyle: TComboBox Left = 216 Top = 12 Width = 149 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Automatic' 'Series Names' 'Series Values' 'Last Values') TabOrder = 6 OnChange = cbLegendStyleChange end object BLegendFrame: TButton Left = 24 Top = 100 Width = 85 Height = 25 Caption = '&Frame...' TabOrder = 7 OnClick = BLegendFrameClick end object CBResizeChart: TCheckBox Left = 128 Top = 77 Width = 101 Height = 17 Caption = 'Resi&ze Chart' State = cbChecked TabOrder = 8 OnClick = CBResizeChartClick end object CBLegendInverted: TCheckBox Left = 128 Top = 101 Width = 93 Height = 17 Caption = '&Inverted' TabOrder = 9 OnClick = CBLegendInvertedClick end object GroupBox1: TGroupBox Left = 192 Top = 159 Width = 173 Height = 57 Caption = 'Shadow:' TabOrder = 10 object Label25: TLabel Left = 84 Top = 28 Width = 31 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Siz&e:' FocusControl = SELegShadowSize end object BLegShadowCol: TButton Left = 8 Top = 21 Width = 75 Height = 25 Caption = '&Color...' TabOrder = 0 OnClick = BLegShadowColClick end object SELegShadowSize: TSpinEdit Left = 120 Top = 23 Width = 41 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 1 Value = 0 OnChange = SELegShadowSizeChange end end object GroupBox7: TGroupBox Left = 24 Top = 132 Width = 145 Height = 85 Caption = 'Position:' TabOrder = 11 object Label1: TLabel Left = 4 Top = 60 Width = 41 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Margin:' FocusControl = SELegMargin end object RBLegendLeft: TRadioButton Left = 8 Top = 16 Width = 53 Height = 17 Caption = '&Left' TabOrder = 0 OnClick = RBLegendLeftClick end object RBLegendRight: TRadioButton Left = 8 Top = 32 Width = 53 Height = 17 Caption = '&Right' TabOrder = 1 OnClick = RBLegendRightClick end object RBLegendBottom: TRadioButton Left = 80 Top = 32 Width = 53 Height = 17 Caption = '&Bottom' TabOrder = 2 OnClick = RBLegendBottomClick end object RBLegendTop: TRadioButton Left = 80 Top = 16 Width = 53 Height = 17 Caption = '&Top' TabOrder = 3 OnClick = RBLegendTopClick end object SELegMargin: TSpinEdit Left = 52 Top = 55 Width = 41 Height = 22 MaxValue = 5000 MinValue = 0 TabOrder = 4 Value = 0 OnChange = SELegMarginChange end end object Button1: TButton Left = 256 Top = 128 Width = 109 Height = 25 Caption = '&Dividing Lines...' TabOrder = 12 OnClick = Button1Click end end object TabPanel: TTabSheet Caption = 'Panel' object Label2: TLabel Left = 94 Top = 100 Width = 31 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Widt&h:' FocusControl = SEPanelWi end object Label19: TLabel Left = 6 Top = 100 Width = 31 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Width:' FocusControl = SEPanelBor end object RGBevelIn: TRadioGroup Left = 6 Top = 4 Width = 79 Height = 81 Caption = 'Bevel &Inner:' Items.Strings = ( 'None' 'Lowered' 'Raised') TabOrder = 0 OnClick = RGBevelInClick end object RGBevelOut: TRadioGroup Left = 98 Top = 4 Width = 75 Height = 81 Caption = 'Bevel &Outer:' Items.Strings = ( 'None' 'Lowered' 'Raised') TabOrder = 1 OnClick = RGBevelOutClick end object CBPanelBorder: TCheckBox Left = 284 Top = 12 Width = 55 Height = 17 Caption = '&Border' TabOrder = 5 OnClick = CBPanelBorderClick end object SEPanelWi: TSpinEdit Left = 130 Top = 95 Width = 43 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SEPanelWiChange end object BPanelColor: TButton Left = 190 Top = 9 Width = 83 Height = 25 Caption = '&Panel Color...' TabOrder = 4 OnClick = BPanelColorClick end object SEPanelBor: TSpinEdit Left = 42 Top = 95 Width = 43 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 2 Value = 0 OnChange = SEPanelBorChange end object GroupBox4: TGroupBox Left = 188 Top = 76 Width = 197 Height = 141 Caption = 'Gradient' TabOrder = 8 object PaintBox1: TShape Left = 72 Top = 17 Width = 33 Height = 25 OnMouseUp = PaintBox1MouseUp end object PaintBox2: TShape Left = 72 Top = 49 Width = 33 Height = 25 OnMouseUp = PaintBox2MouseUp end object CBGradientVisible: TCheckBox Left = 9 Top = 20 Width = 56 Height = 17 Caption = '&Visible' TabOrder = 0 OnClick = CBGradientVisibleClick end object RGGradientDirection: TRadioGroup Left = 12 Top = 80 Width = 177 Height = 53 Caption = '&Direction:' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Top Bottom' 'Bottom Top' 'Left Right' 'Right Left') TabOrder = 3 OnClick = RGGradientDirectionClick end object BGradientStart: TButton Left = 112 Top = 17 Width = 75 Height = 25 Caption = '&Start Color...' TabOrder = 1 OnClick = BGradientStartClick end object BGradientEnd: TButton Left = 112 Top = 49 Width = 75 Height = 25 Caption = '&End Color...' TabOrder = 2 OnClick = BGradientEndClick end end object BBackCol: TButton Left = 190 Top = 40 Width = 83 Height = 25 Caption = 'Bac&k Color...' TabOrder = 6 OnClick = BBackColClick end object CBBackDef: TCheckBox Left = 284 Top = 44 Width = 93 Height = 17 Caption = 'No B&ack Color' TabOrder = 7 OnClick = CBBackDefClick end object GroupBox6: TGroupBox Left = 8 Top = 124 Width = 165 Height = 93 Caption = 'Back Image' TabOrder = 9 object RGBitmap: TRadioGroup Left = 84 Top = 12 Width = 73 Height = 73 Caption = 'St&yle' ItemIndex = 0 Items.Strings = ( 'Stretch' 'Tile' 'Center') TabOrder = 0 OnClick = RGBitmapClick end object BBrowseImage: TButton Left = 8 Top = 20 Width = 69 Height = 25 Caption = 'B&rowse...' TabOrder = 1 OnClick = BBrowseImageClick end object CBImageInside: TCheckBox Left = 12 Top = 60 Width = 65 Height = 17 Caption = 'I&nside' TabOrder = 2 OnClick = CBImageInsideClick end end end object TabPaging: TTabSheet Caption = 'Paging' object Label17: TLabel Left = 46 Top = 51 Width = 112 Height = 22 Alignment = taRightJustify AutoSize = False Caption = 'P&oints per Page:' FocusControl = SEPointsPerPage end object LabelPages: TLabel Left = 232 Top = 89 Width = 77 Height = 16 AutoSize = False Caption = '0/0' end object Label18: TLabel Left = 16 Top = 89 Width = 196 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Current Page / Total:' end object SEPointsPerPage: TSpinEdit Left = 164 Top = 46 Width = 49 Height = 22 MaxValue = 1000000 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SEPointsPerPageChange end object ButtonPrevious: TBitBtn Left = 108 Top = 124 Width = 75 Height = 25 Caption = '&Previous' TabOrder = 3 OnClick = ButtonPreviousClick Glyph.Data = { 36010000424D360100000000000076000000280000001E0000000C0000000100 040000000000C000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777887777 7777777778877777770077777008777777777777778777777700777700087777 7777777777877777770077700008888888877777778888888800770000000000 0087777777777777780070000000000000877777777777777800F00000000000 008F7777777777777800FF0000000000008F77777777777778007FF00007FFFF FF77FF77777FFFFFF70077FF0008777777777FF7778777777700777FF0087777 777777FF7787777777007777FFF777777777777FFF7777777700} NumGlyphs = 2 end object ButtonNext: TBitBtn Left = 196 Top = 124 Width = 75 Height = 25 Caption = '&Next' TabOrder = 4 OnClick = ButtonNextClick Glyph.Data = { 36010000424D360100000000000076000000280000001E0000000C0000000100 040000000000C000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777778877 777777777778877777007777777F00877777777777F7787777007777777F0008 7777777777F77787770078888887000087778888887777787700F00000000000 087F7777777777778700F00000000000008F7777777777777800F00000000000 007F7777777777777700F00000000000077F7777777777777700FFFFFFFF0000 777FFFFFFFF7777777007777777F00077777777777F7777777007777777F0077 7777777777F7777777007777777FF7777777777777FF77777700} Layout = blGlyphRight NumGlyphs = 2 end object CBScaleLast: TCheckBox Left = 228 Top = 49 Width = 105 Height = 17 Caption = '&Scale Last Page' TabOrder = 1 OnClick = CBScaleLastClick end object BLastPage: TBitBtn Left = 280 Top = 124 Width = 75 Height = 25 Caption = '&Last' TabOrder = 5 OnClick = BLastPageClick Glyph.Data = { 36010000424D360100000000000076000000280000001E0000000C0000000100 040000000000C000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00788777778877 77778877777887777700F008777F0087777F778777F778777700F000877F0008 777F777877F777877700F000087F0000877F777787F777787700F000008F0000 087F777778F777778700F00000080000008F7777778777777800F000000F0000 007F777778F777778700F000007F0000077F777787F777787700F000077F0000 777F777877F777877700F000777F0007777F778777F778777700F007777F0077 777F787777F787777700FF77777FF777777FF77777FF77777700} Layout = blGlyphRight NumGlyphs = 2 end object BFirstPage: TBitBtn Left = 24 Top = 124 Width = 75 Height = 25 Caption = '&First' TabOrder = 2 OnClick = BFirstPageClick Glyph.Data = { 36010000424D360100000000000076000000280000001E0000000C0000000100 040000000000C000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777887777 7887777778877777880077777008777700877777878777787800777700087770 0087777877877787780077700008770000877787778778777800770000087000 0087787777878777780070000008000000878777777877777800F000000F0000 008F777777F777777800FF00000FF000008F777777F7777778007FF00008FF00 0087FF77778FF777780077FF00087FF000877FF77787FF777800777FF00877FF 008777FF77877FF778007777FFF7777FFF77777FFF7777FFF700} NumGlyphs = 2 end end object TabWalls: TTabSheet Caption = 'Walls' object TabSubWalls: TTabControl Left = 104 Top = 32 Width = 181 Height = 169 TabIndex = 0 TabOrder = 1 Tabs.Strings = ( 'Left Wall' 'Bottom Wall') OnChange = TabSubWallsChange object Label33: TLabel Left = 32 Top = 134 Width = 31 Height = 19 Alignment = taRightJustify AutoSize = False Caption = 'Siz&e:' FocusControl = SEWallSize end object SHWallColor: TShape Left = 120 Top = 32 Width = 33 Height = 25 OnMouseUp = SHWallColorMouseUp end object BWallColor: TButton Left = 22 Top = 32 Width = 87 Height = 25 Caption = '&Background...' TabOrder = 0 OnClick = BWallColorClick end object BWallPen: TButton Left = 22 Top = 64 Width = 87 Height = 25 Caption = 'B&order...' TabOrder = 1 OnClick = BWallPenClick end object BWallBrush: TButton Left = 22 Top = 96 Width = 87 Height = 25 Caption = '&Pattern...' TabOrder = 2 OnClick = BWallBrushClick end object SEWallSize: TSpinEdit Left = 68 Top = 130 Width = 41 Height = 22 MaxValue = 100 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SEWallSizeChange end end object CBView3dWalls: TCheckBox Left = 12 Top = 9 Width = 89 Height = 17 Caption = '&Visible Walls' TabOrder = 0 OnClick = CBView3dWallsClick end end end end object TabSeries: TTabSheet Caption = 'Series' object ImageSeries: TImage Left = 220 Top = 0 Width = 25 Height = 25 end object LabelSeriesClass: TLabel Left = 252 Top = 4 Width = 2 Height = 11 end object CBSeries: TComboBox Left = 4 Top = 2 Width = 205 Height = 21 Style = csDropDownList DropDownCount = 16 ItemHeight = 0 TabOrder = 0 OnChange = CBSeriesChange end object PageControlSeries: TPageControl Left = 0 Top = -233 Width = 0 Height = 233 ActivePage = TheTabSheet Align = alBottom TabOrder = 1 Visible = False OnChange = PageControlSeriesChange OnChanging = PageControlSeriesChanging object TheTabSheet: TTabSheet Caption = 'Format' end object TabSeriesGeneral: TTabSheet Caption = 'General' object GroupBox5: TGroupBox Left = 16 Top = 4 Width = 261 Height = 89 TabOrder = 0 object Label27: TLabel Left = 8 Top = 60 Width = 57 Height = 21 Alignment = taRightJustify AutoSize = False Caption = '&Cursor:' FocusControl = CBSeriesCursor end object CBShowInLegend: TCheckBox Left = 72 Top = 24 Width = 137 Height = 17 Caption = '&Show In Legend' State = cbChecked TabOrder = 0 OnClick = CBShowInLegendClick end object CBSeriesCursor: TComboBox Left = 72 Top = 56 Width = 109 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 1 OnChange = CBSeriesCursorChange end end object GroupBox2: TGroupBox Left = 15 Top = 104 Width = 262 Height = 89 Caption = 'Formats:' TabOrder = 1 object Label15: TLabel Left = 7 Top = 27 Width = 54 Height = 22 Alignment = taRightJustify AutoSize = False Caption = '&Values:' FocusControl = EValueformat end object Label21: TLabel Left = 7 Top = 55 Width = 54 Height = 22 Alignment = taRightJustify AutoSize = False Caption = '&Percents:' FocusControl = EPercentFormat end object EValueformat: TEdit Left = 72 Top = 23 Width = 177 Height = 21 TabOrder = 0 OnChange = EValueformatChange end object EPercentFormat: TEdit Left = 72 Top = 51 Width = 177 Height = 21 TabOrder = 1 OnChange = EPercentFormatChange end end object RGHorizAxis: TRadioGroup Left = 288 Top = 4 Width = 89 Height = 65 Caption = '&Horizontal Axis:' ItemIndex = 0 Items.Strings = ( '&Top Axis' '&Bottom Axis') TabOrder = 2 OnClick = RGHorizAxisClick end object RGVertAxis: TRadioGroup Left = 288 Top = 104 Width = 89 Height = 65 Caption = '&Vertical Axis:' ItemIndex = 0 Items.Strings = ( '&Left Axis' '&Right Axis') TabOrder = 3 OnClick = RGVertAxisClick end object CBXDateTime: TCheckBox Left = 296 Top = 72 Width = 97 Height = 17 Caption = '&DateTime' TabOrder = 4 OnClick = CBXDateTimeClick end object CBYDateTime: TCheckBox Left = 296 Top = 172 Width = 97 Height = 17 Caption = 'D&ateTime' TabOrder = 5 OnClick = CBYDateTimeClick end end object TabSeriesMarks: TTabSheet Caption = 'Marks' object CBMarksVisible: TCheckBox Left = 32 Top = 4 Width = 59 Height = 17 Caption = '&Visible' TabOrder = 0 OnClick = CBMarksVisibleClick end object GroupBox3: TGroupBox Left = 24 Top = 140 Width = 185 Height = 53 Caption = 'Arrows' TabOrder = 1 object Label32: TLabel Left = 84 Top = 24 Width = 45 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '&Length:' FocusControl = SEArrowLength end object SEArrowLength: TSpinEdit Left = 134 Top = 19 Width = 39 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SEArrowLengthChange end object BMarkLinCol: TButton Left = 8 Top = 19 Width = 69 Height = 25 Caption = '&Color...' TabOrder = 1 OnClick = BMarkLinColClick end end object RGMarkStyle: TRadioGroup Left = 228 Top = 4 Width = 149 Height = 189 Caption = 'St&yle:' Items.Strings = ( 'Value' 'Percent' 'Label' 'Label && Percent' 'Label && Value' 'Legend' 'PercentTotal' 'Label && PercentTotal' 'X Value') TabOrder = 2 OnClick = RGMarkStyleClick end object GroupBox11: TGroupBox Left = 24 Top = 24 Width = 185 Height = 113 Caption = 'Format' TabOrder = 3 object BMarksBackColor: TButton Left = 8 Top = 16 Width = 85 Height = 25 Caption = '&Back Color...' TabOrder = 0 OnClick = BMarksBackColorClick end object CBTransparent: TCheckBox Left = 100 Top = 20 Width = 81 Height = 17 Caption = '&Transparent' TabOrder = 1 OnClick = CBTransparentClick end object BMarkFont: TButton Left = 8 Top = 48 Width = 85 Height = 25 Caption = 'F&ont' TabOrder = 2 OnClick = BMarkFontClick end object BMarksFrame: TButton Left = 8 Top = 80 Width = 85 Height = 25 Caption = 'Bo&rder...' TabOrder = 3 OnClick = BMarksFrameClick end object CBMarkClip: TCheckBox Left = 100 Top = 84 Width = 63 Height = 17 Caption = 'Cl&ipped' TabOrder = 4 OnClick = CBMarkClipClick end end end object TabDataSource: TTabSheet Caption = 'Data Source' object CBDataSourcestyle: TComboBox Left = 4 Top = 2 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'No Data' 'Random Values' 'Function') TabOrder = 0 OnChange = CBDataSourcestyleChange end object PageControl2: TPageControl Left = 0 Top = -181 Width = 0 Height = 181 ActivePage = TabFunctions Align = alBottom TabOrder = 1 Visible = False object TabDatabase: TTabSheet Caption = 'TabDatabase' TabVisible = False object Label16: TLabel Left = 4 Top = 8 Width = 58 Height = 17 Alignment = taRightJustify AutoSize = False Caption = '&Dataset:' FocusControl = CBListDataSets end object CBListDataSets: TComboBox Left = 68 Top = 4 Width = 198 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 0 OnChange = CBListDataSetsChange end object GroupFields: TScrollBox Left = 0 Top = -139 Width = 0 Height = 139 HorzScrollBar.Visible = False Align = alBottom TabOrder = 1 object LabelLabels: TLabel Left = 24 Top = 8 Width = 62 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Labels:' end object CBLabelsField: TComboBox Left = 96 Top = 4 Width = 169 Height = 21 ItemHeight = 0 TabOrder = 0 OnChange = CBLabelsFieldChange end end end object TabFunctions: TTabSheet Caption = 'TabFunctions' TabVisible = False object Label34: TLabel Left = 43 Top = 8 Width = 65 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '&Function:' FocusControl = CBFunctions end object CBFunctions: TComboBox Left = 112 Top = 4 Width = 197 Height = 21 Style = csDropDownList ItemHeight = 0 Sorted = True TabOrder = 0 OnChange = CBFunctionsChange end object GroupBox9: TGroupBox Left = 40 Top = 28 Width = 309 Height = 140 Caption = 'Source Series:' TabOrder = 1 object Label22: TLabel Left = 14 Top = 16 Width = 71 Height = 16 AutoSize = False Caption = '&Available:' FocusControl = LBAvailSeries end object Label24: TLabel Left = 177 Top = 16 Width = 57 Height = 16 AutoSize = False Caption = '&Selected:' FocusControl = LBSelectedSeries end object LBAvailSeries: TListBox Left = 12 Top = 32 Width = 125 Height = 97 ItemHeight = 13 MultiSelect = True TabOrder = 0 OnDblClick = LBAvailSeriesDblClick end object LBSelectedSeries: TListBox Left = 176 Top = 32 Width = 125 Height = 97 ItemHeight = 13 MultiSelect = True TabOrder = 1 OnDblClick = LBSelectedSeriesDblClick end object BRightOne: TButton Left = 144 Top = 32 Width = 25 Height = 21 Caption = '>' TabOrder = 2 OnClick = BRightOneClick end object BRightAll: TButton Left = 144 Top = 56 Width = 25 Height = 21 Caption = '>>' TabOrder = 3 OnClick = BRightAllClick end object BLeftOne: TButton Left = 144 Top = 84 Width = 25 Height = 21 Caption = '<' TabOrder = 4 OnClick = BLeftOneClick end object BLeftAll: TButton Left = 144 Top = 108 Width = 25 Height = 21 Caption = '<<' TabOrder = 5 OnClick = BLeftAllClick end end end end end end object CBPersistent: TCheckBox Left = 220 Top = 30 Width = 97 Height = 17 Caption = 'Persistent' TabOrder = 2 Visible = False OnClick = CBPersistentClick end end end object BClose: TButton Left = 316 Top = 292 Width = 75 Height = 25 Cancel = True Caption = 'Close' Default = True TabOrder = 1 OnClick = BCloseClick end end