home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 September / pcp155a.iso / full / teechart / iexample / examples / teechart.cab / teechart.ocx / 0 / RCDATA / TCHARTEDITFORM / TCHARTEDITFORM.txt
Encoding:
Text File  |  1998-06-15  |  67.7 KB  |  2,328 lines

  1. object ChartEditForm: TChartEditForm
  2.   Left = 228
  3.   Top = 150
  4.   HelpContext = 726
  5.   ActiveControl = MainPage
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'TChart Editor'
  9.   ClientHeight = 319
  10.   ClientWidth = 414
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object MainPage: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 414
  27.     Height = 289
  28.     ActivePage = TabChart
  29.     Align = alTop
  30.     TabOrder = 0
  31.     OnChange = MainPageChange
  32.     OnChanging = MainPageChanging
  33.     object TabChart: TTabSheet
  34.       Caption = 'Chart'
  35.       object Notebook1: TPageControl
  36.         Left = 0
  37.         Top = 4
  38.         Width = 406
  39.         Height = 257
  40.         HelpContext = 726
  41.         ActivePage = TabGeneral
  42.         TabOrder = 0
  43.         OnChange = Notebook1Change
  44.         object TabSeriesList: TTabSheet
  45.           Caption = 'Series'
  46.           object CBActiveSeries: TCheckBox
  47.             Left = 12
  48.             Top = 16
  49.             Width = 13
  50.             Height = 13
  51.             Caption = 'CBActiveSeries'
  52.             Color = clWhite
  53.             ParentColor = False
  54.             TabOrder = 9
  55.           end
  56.           object LBSeries: TListBox
  57.             Left = 8
  58.             Top = 26
  59.             Width = 285
  60.             Height = 193
  61.             ItemHeight = 27
  62.             MultiSelect = True
  63.             Style = lbOwnerDrawFixed
  64.             TabOrder = 0
  65.             OnClick = LBSeriesClick
  66.             OnDblClick = LBSeriesDblClick
  67.             OnDragDrop = LBSeriesDragDrop
  68.             OnDragOver = LBSeriesDragOver
  69.             OnDrawItem = LBSeriesDrawItem
  70.             OnKeyUp = LBSeriesKeyUp
  71.             OnMouseDown = LBSeriesMouseDown
  72.           end
  73.           object HeaderControl1: THeaderControl
  74.             Left = 9
  75.             Top = 11
  76.             Width = 284
  77.             Height = 17
  78.             Align = alNone
  79.             Sections = <
  80.               item
  81.                 AllowClick = False
  82.                 MaxWidth = 26
  83.                 MinWidth = 26
  84.                 Style = hsOwnerDraw
  85.                 Width = 26
  86.               end
  87.               item
  88.                 AllowClick = False
  89.                 MaxWidth = 16
  90.                 MinWidth = 16
  91.                 Style = hsOwnerDraw
  92.                 Width = 16
  93.               end
  94.               item
  95.                 AllowClick = False
  96.                 Style = hsOwnerDraw
  97.                 Width = 26
  98.               end
  99.               item
  100.                 AllowClick = False
  101.                 Text = 'Series Title'
  102.                 Width = 216
  103.               end>
  104.           end
  105.           object BMoveUP: TBitBtn
  106.             Left = 308
  107.             Top = 23
  108.             Width = 27
  109.             Height = 25
  110.             HelpContext = 205
  111.             TabOrder = 1
  112.             OnClick = BMoveUPClick
  113.             Glyph.Data = {
  114.               1E010000424D1E010000000000007600000028000000180000000E0000000100
  115.               040000000000A800000000000000000000001000000010000000000000000000
  116.               80000080000000808000800000008000800080800000C0C0C000808080000000
  117.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777788888777
  118.               777788888777777F00008777777F77778777777F00008777777F77778777777F
  119.               00008777777F77778777777F00008777777F77778777777F00008777777F7777
  120.               8777788700008888788777778888F00000000008F77777777778F00000000007
  121.               F777777777777F00000000777F777777777777F00000077777F777777777777F
  122.               00007777777F777777777777F00777777777F777777777777F77777777777F77
  123.               7777}
  124.             NumGlyphs = 2
  125.           end
  126.           object BMoveDown: TBitBtn
  127.             Left = 356
  128.             Top = 23
  129.             Width = 27
  130.             Height = 25
  131.             HelpContext = 205
  132.             TabOrder = 2
  133.             OnClick = BMoveDownClick
  134.             Glyph.Data = {
  135.               1E010000424D1E010000000000007600000028000000180000000E0000000100
  136.               040000000000A800000000000000000000001000000010000000000000000000
  137.               80000080000000808000800000008000800080800000C0C0C000808080000000
  138.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777877777
  139.               7777778777777777700877777777777877777777000087777777777787777770
  140.               0000087777777777787777000000008777777777778770000000000877777777
  141.               7778F00000000008F77F77778778FFFF00007FF7FFFF77778FF7777F00008777
  142.               777F77778777777F00008777777F77778777777F00008777777F77778777777F
  143.               00008777777F77778777777F00008777777F77778777777FFFFF7777777FFFFF
  144.               7777}
  145.             NumGlyphs = 2
  146.           end
  147.           object BAddSeries: TButton
  148.             Left = 308
  149.             Top = 59
  150.             Width = 75
  151.             Height = 25
  152.             HelpContext = 33
  153.             Caption = '&Add...'
  154.             TabOrder = 3
  155.             OnClick = BAddSeriesClick
  156.           end
  157.           object BDeleteSeries: TButton
  158.             Left = 308
  159.             Top = 92
  160.             Width = 75
  161.             Height = 25
  162.             HelpContext = 405
  163.             Caption = '&Delete'
  164.             TabOrder = 4
  165.             OnClick = BDeleteSeriesClick
  166.           end
  167.           object BRenameSeries: TButton
  168.             Left = 308
  169.             Top = 125
  170.             Width = 75
  171.             Height = 25
  172.             HelpContext = 651
  173.             Caption = '&Title...'
  174.             TabOrder = 5
  175.             OnClick = BRenameSeriesClick
  176.           end
  177.           object BCloneSeries: TButton
  178.             Left = 308
  179.             Top = 158
  180.             Width = 75
  181.             Height = 25
  182.             Caption = 'C&lone'
  183.             TabOrder = 6
  184.             OnClick = BCloneSeriesClick
  185.           end
  186.           object BChangeTypeSeries: TButton
  187.             Left = 308
  188.             Top = 191
  189.             Width = 75
  190.             Height = 25
  191.             HelpContext = 32
  192.             Caption = '&Change...'
  193.             TabOrder = 7
  194.             OnClick = BChangeTypeSeriesClick
  195.           end
  196.         end
  197.         object TabGeneral: TTabSheet
  198.           Caption = 'General'
  199.           object GBMargins: TGroupBox
  200.             Left = 12
  201.             Top = 112
  202.             Width = 125
  203.             Height = 98
  204.             HelpContext = 11
  205.             Caption = 'Margins (%)'
  206.             TabOrder = 3
  207.             object SETopMa: TSpinEdit
  208.               Left = 42
  209.               Top = 20
  210.               Width = 39
  211.               Height = 22
  212.               HelpContext = 12
  213.               Increment = 5
  214.               MaxValue = 1000
  215.               MinValue = 0
  216.               TabOrder = 0
  217.               Value = 0
  218.               OnChange = SETopMaChange
  219.             end
  220.             object SELeftMa: TSpinEdit
  221.               Left = 6
  222.               Top = 44
  223.               Width = 39
  224.               Height = 22
  225.               HelpContext = 11
  226.               Increment = 5
  227.               MaxValue = 1000
  228.               MinValue = 0
  229.               TabOrder = 1
  230.               Value = 0
  231.               OnChange = SELeftMaChange
  232.             end
  233.             object SEBotMa: TSpinEdit
  234.               Left = 42
  235.               Top = 68
  236.               Width = 39
  237.               Height = 22
  238.               HelpContext = 14
  239.               Increment = 5
  240.               MaxValue = 1000
  241.               MinValue = 0
  242.               TabOrder = 2
  243.               Value = 0
  244.               OnChange = SEBotMaChange
  245.             end
  246.             object SERightMa: TSpinEdit
  247.               Left = 78
  248.               Top = 44
  249.               Width = 39
  250.               Height = 22
  251.               HelpContext = 13
  252.               Increment = 5
  253.               MaxValue = 1000
  254.               MinValue = 0
  255.               TabOrder = 3
  256.               Value = 0
  257.               OnChange = SERightMaChange
  258.             end
  259.           end
  260.           object BPrint: TButton
  261.             Left = 153
  262.             Top = 153
  263.             Width = 91
  264.             Height = 25
  265.             HelpContext = 394
  266.             Caption = 'Print &Preview...'
  267.             TabOrder = 4
  268.             OnClick = BPrintClick
  269.           end
  270.           object CBClipPoints: TCheckBox
  271.             Left = 160
  272.             Top = 31
  273.             Width = 73
  274.             Height = 17
  275.             HelpContext = 155
  276.             Caption = '&Clip Points'
  277.             TabOrder = 1
  278.             OnClick = CBClipPointsClick
  279.           end
  280.           object BExport: TButton
  281.             Left = 153
  282.             Top = 185
  283.             Width = 91
  284.             Height = 25
  285.             HelpContext = 491
  286.             Caption = '&Export...'
  287.             TabOrder = 5
  288.             OnClick = BExportClick
  289.           end
  290.           object RGPanning: TRadioGroup
  291.             Left = 256
  292.             Top = 112
  293.             Width = 125
  294.             Height = 98
  295.             HelpContext = 358
  296.             Caption = 'Allow Scroll:'
  297.             Items.Strings = (
  298.               '&None'
  299.               '&Horizontal'
  300.               '&Vertical'
  301.               '&Both')
  302.             TabOrder = 6
  303.             OnClick = RGPanningClick
  304.           end
  305.           object GBZoom: TGroupBox
  306.             Left = 256
  307.             Top = 12
  308.             Width = 125
  309.             Height = 93
  310.             HelpContext = 351
  311.             Caption = 'Zoom'
  312.             TabOrder = 2
  313.             object LAniZoomSteps: TLabel
  314.               Left = 10
  315.               Top = 64
  316.               Width = 34
  317.               Height = 18
  318.               Alignment = taRightJustify
  319.               AutoSize = False
  320.               Caption = '&Steps:'
  321.               FocusControl = SEAniZoomSteps
  322.             end
  323.             object CBAllowZoom: TCheckBox
  324.               Left = 12
  325.               Top = 19
  326.               Width = 109
  327.               Height = 18
  328.               HelpContext = 44
  329.               Caption = 'Allow &Zoom'
  330.               TabOrder = 0
  331.               OnClick = CBAllowZoomClick
  332.             end
  333.             object CBAnimatedZoom: TCheckBox
  334.               Left = 12
  335.               Top = 40
  336.               Width = 109
  337.               Height = 17
  338.               HelpContext = 48
  339.               Caption = 'Animated Z&oom'
  340.               TabOrder = 1
  341.               OnClick = CBAnimatedZoomClick
  342.             end
  343.             object SEAniZoomSteps: TSpinEdit
  344.               Left = 48
  345.               Top = 59
  346.               Width = 49
  347.               Height = 22
  348.               HelpContext = 49
  349.               MaxValue = 100
  350.               MinValue = 0
  351.               TabOrder = 2
  352.               Value = 5
  353.               OnChange = SEAniZoomStepsChange
  354.             end
  355.           end
  356.           object GB3D: TGroupBox
  357.             Left = 12
  358.             Top = 12
  359.             Width = 125
  360.             Height = 93
  361.             HelpContext = 361
  362.             Caption = '3D'
  363.             TabOrder = 0
  364.             object Label13: TLabel
  365.               Left = 8
  366.               Top = 49
  367.               Width = 36
  368.               Height = 20
  369.               Alignment = taRightJustify
  370.               AutoSize = False
  371.               Caption = '3&D %:'
  372.               FocusControl = SE3d
  373.             end
  374.             object CBView3d: TCheckBox
  375.               Left = 18
  376.               Top = 19
  377.               Width = 91
  378.               Height = 17
  379.               HelpContext = 675
  380.               Caption = '&3 Dimensions'
  381.               State = cbChecked
  382.               TabOrder = 0
  383.               OnClick = CBView3dClick
  384.             end
  385.             object SE3d: TSpinEdit
  386.               Left = 50
  387.               Top = 45
  388.               Width = 47
  389.               Height = 22
  390.               HelpContext = 140
  391.               Increment = 5
  392.               MaxValue = 100
  393.               MinValue = 1
  394.               TabOrder = 1
  395.               Value = 5
  396.               OnChange = SE3dChange
  397.             end
  398.           end
  399.         end
  400.         object TabAxis: TTabSheet
  401.           Caption = 'Axis'
  402.           object RGWhatAxis: TRadioGroup
  403.             Left = 12
  404.             Top = 36
  405.             Width = 77
  406.             Height = 97
  407.             HelpContext = 497
  408.             Caption = 'Axis:'
  409.             ItemIndex = 0
  410.             Items.Strings = (
  411.               '&Left'
  412.               '&Right'
  413.               '&Top'
  414.               '&Bottom')
  415.             TabOrder = 1
  416.             OnClick = RGWhatAxisClick
  417.           end
  418.           object PageControlAxis: TPageControl
  419.             Left = 100
  420.             Top = 8
  421.             Width = 289
  422.             Height = 205
  423.             ActivePage = TabAxisTicks
  424.             TabOrder = 4
  425.             OnChange = PageControlAxisChange
  426.             object TabAxisScales: TTabSheet
  427.               Caption = 'Scales'
  428.               object Label5: TLabel
  429.                 Left = 127
  430.                 Top = 36
  431.                 Width = 52
  432.                 Height = 13
  433.                 Alignment = taRightJustify
  434.                 AutoSize = False
  435.                 Caption = 'Maximum:'
  436.               end
  437.               object Label8: TLabel
  438.                 Left = 127
  439.                 Top = 64
  440.                 Width = 52
  441.                 Height = 13
  442.                 Alignment = taRightJustify
  443.                 AutoSize = False
  444.                 Caption = 'Minimum:'
  445.               end
  446.               object LAxisMax: TLabel
  447.                 Left = 184
  448.                 Top = 36
  449.                 Width = 97
  450.                 Height = 17
  451.                 AutoSize = False
  452.                 Caption = '(max)'
  453.               end
  454.               object LAxisMin: TLabel
  455.                 Left = 184
  456.                 Top = 64
  457.                 Width = 97
  458.                 Height = 17
  459.                 AutoSize = False
  460.                 Caption = '(min)'
  461.               end
  462.               object Label6: TLabel
  463.                 Left = 85
  464.                 Top = 100
  465.                 Width = 92
  466.                 Height = 13
  467.                 Alignment = taRightJustify
  468.                 AutoSize = False
  469.                 Caption = 'Desired Increment:'
  470.               end
  471.               object LAxisIncre: TLabel
  472.                 Left = 181
  473.                 Top = 100
  474.                 Width = 100
  475.                 Height = 17
  476.                 AutoSize = False
  477.                 Caption = '(increment)'
  478.               end
  479.               object CBAutomatic: TCheckBox
  480.                 Left = 8
  481.                 Top = 12
  482.                 Width = 77
  483.                 Height = 17
  484.                 HelpContext = 79
  485.                 Caption = '&Automatic'
  486.                 TabOrder = 0
  487.                 OnClick = CBAutomaticClick
  488.               end
  489.               object CBLogarithmic: TCheckBox
  490.                 Left = 8
  491.                 Top = 132
  492.                 Width = 101
  493.                 Height = 17
  494.                 HelpContext = 277
  495.                 Caption = 'Logarith&mic'
  496.                 TabOrder = 6
  497.                 OnClick = CBLogarithmicClick
  498.               end
  499.               object CBInverted: TCheckBox
  500.                 Left = 120
  501.                 Top = 132
  502.                 Width = 113
  503.                 Height = 17
  504.                 HelpContext = 250
  505.                 Caption = '&Inverted'
  506.                 TabOrder = 7
  507.                 OnClick = CBInvertedClick
  508.               end
  509.               object CBAutoMax: TCheckBox
  510.                 Left = 8
  511.                 Top = 36
  512.                 Width = 49
  513.                 Height = 17
  514.                 HelpContext = 80
  515.                 Caption = 'A&uto'
  516.                 TabOrder = 1
  517.                 OnClick = CBAutoMaxClick
  518.               end
  519.               object CBAutoMin: TCheckBox
  520.                 Left = 8
  521.                 Top = 64
  522.                 Width = 49
  523.                 Height = 17
  524.                 HelpContext = 81
  525.                 Caption = 'Aut&o'
  526.                 TabOrder = 3
  527.                 OnClick = CBAutoMinClick
  528.               end
  529.               object BAxisMax: TButton
  530.                 Left = 60
  531.                 Top = 32
  532.                 Width = 65
  533.                 Height = 25
  534.                 HelpContext = 288
  535.                 Caption = 'C&hange...'
  536.                 TabOrder = 2
  537.                 OnClick = BAxisMaxClick
  538.               end
  539.               object BAxisMin: TButton
  540.                 Left = 60
  541.                 Top = 60
  542.                 Width = 65
  543.                 Height = 25
  544.                 HelpContext = 292
  545.                 Caption = 'Chan&ge...'
  546.                 TabOrder = 4
  547.                 OnClick = BAxisMinClick
  548.               end
  549.               object BAxisIncre: TButton
  550.                 Left = 8
  551.                 Top = 96
  552.                 Width = 75
  553.                 Height = 25
  554.                 HelpContext = 248
  555.                 Caption = '&Change...'
  556.                 TabOrder = 5
  557.                 OnClick = BAxisIncreClick
  558.               end
  559.             end
  560.             object TabAxisTitle: TTabSheet
  561.               HelpContext = 650
  562.               Caption = 'Title'
  563.               object Label14: TLabel
  564.                 Left = 4
  565.                 Top = 20
  566.                 Width = 51
  567.                 Height = 21
  568.                 Alignment = taRightJustify
  569.                 AutoSize = False
  570.                 Caption = 'T&itle:'
  571.                 FocusControl = EAxisTitle
  572.               end
  573.               object Label3: TLabel
  574.                 Left = 4
  575.                 Top = 54
  576.                 Width = 51
  577.                 Height = 19
  578.                 Alignment = taRightJustify
  579.                 AutoSize = False
  580.                 Caption = '&Angle:'
  581.                 FocusControl = SEAxisTitleAngle
  582.               end
  583.               object Label9: TLabel
  584.                 Left = 4
  585.                 Top = 90
  586.                 Width = 51
  587.                 Height = 19
  588.                 Alignment = taRightJustify
  589.                 AutoSize = False
  590.                 Caption = 'Si&ze:'
  591.                 FocusControl = SEAxisTitleSize
  592.               end
  593.               object EAxisTitle: TEdit
  594.                 Left = 60
  595.                 Top = 16
  596.                 Width = 197
  597.                 Height = 21
  598.                 HelpContext = 135
  599.                 TabOrder = 0
  600.                 OnChange = EAxisTitleChange
  601.               end
  602.               object BTitleFont: TButton
  603.                 Left = 124
  604.                 Top = 48
  605.                 Width = 75
  606.                 Height = 25
  607.                 HelpContext = 212
  608.                 Caption = 'F&ont...'
  609.                 TabOrder = 1
  610.                 OnClick = BTitleFontClick
  611.               end
  612.               object SEAxisTitleAngle: TSpinEdit
  613.                 Left = 60
  614.                 Top = 49
  615.                 Width = 47
  616.                 Height = 22
  617.                 HelpContext = 45
  618.                 Increment = 90
  619.                 MaxValue = 360
  620.                 MinValue = 0
  621.                 TabOrder = 2
  622.                 Value = 0
  623.                 OnChange = SEAxisTitleAngleChange
  624.               end
  625.               object SEAxisTitleSize: TSpinEdit
  626.                 Left = 60
  627.                 Top = 85
  628.                 Width = 47
  629.                 Height = 22
  630.                 HelpContext = 652
  631.                 MaxValue = 1000
  632.                 MinValue = 0
  633.                 TabOrder = 3
  634.                 Value = 0
  635.                 OnChange = SEAxisTitleSizeChange
  636.               end
  637.             end
  638.             object TabAxisLabels: TTabSheet
  639.               HelpContext = 502
  640.               Caption = 'Labels'
  641.               object Label20: TLabel
  642.                 Left = 8
  643.                 Top = 68
  644.                 Width = 97
  645.                 Height = 17
  646.                 Alignment = taRightJustify
  647.                 AutoSize = False
  648.                 Caption = 'Min. Se¶tion %:'
  649.                 FocusControl = SEAxisLabelSepar
  650.               end
  651.               object LabelAxisFormat: TLabel
  652.                 Left = 8
  653.                 Top = 96
  654.                 Width = 97
  655.                 Height = 17
  656.                 Alignment = taRightJustify
  657.                 AutoSize = False
  658.                 Caption = 'Labels For&mat:'
  659.                 FocusControl = EAxisValuesFormat
  660.               end
  661.               object Label26: TLabel
  662.                 Left = 176
  663.                 Top = 40
  664.                 Width = 45
  665.                 Height = 21
  666.                 Alignment = taRightJustify
  667.                 AutoSize = False
  668.                 Caption = 'Si&ze:'
  669.                 FocusControl = SELabelsSize
  670.               end
  671.               object Label23: TLabel
  672.                 Left = 179
  673.                 Top = 68
  674.                 Width = 42
  675.                 Height = 21
  676.                 Alignment = taRightJustify
  677.                 AutoSize = False
  678.                 Caption = '&Angle:'
  679.                 FocusControl = SEAxisLabelsAngle
  680.               end
  681.               object CBAxisLabels: TCheckBox
  682.                 Left = 11
  683.                 Top = 8
  684.                 Width = 54
  685.                 Height = 17
  686.                 HelpContext = 261
  687.                 Caption = 'V&isible'
  688.                 TabOrder = 0
  689.                 OnClick = CBAxisLabelsClick
  690.               end
  691.               object CBLabelsOnAxis: TCheckBox
  692.                 Left = 83
  693.                 Top = 8
  694.                 Width = 106
  695.                 Height = 17
  696.                 HelpContext = 264
  697.                 Caption = 'Label On A&xis'
  698.                 TabOrder = 1
  699.                 OnClick = CBLabelsOnAxisClick
  700.               end
  701.               object CBRoundFirstLabel: TCheckBox
  702.                 Left = 83
  703.                 Top = 28
  704.                 Width = 89
  705.                 Height = 17
  706.                 HelpContext = 411
  707.                 Caption = 'Ro&und First'
  708.                 TabOrder = 2
  709.                 OnClick = CBRoundFirstLabelClick
  710.               end
  711.               object EAxisValuesFormat: TEdit
  712.                 Left = 108
  713.                 Top = 92
  714.                 Width = 165
  715.                 Height = 21
  716.                 HelpContext = 84
  717.                 TabOrder = 7
  718.                 OnChange = EAxisValuesFormatChange
  719.               end
  720.               object SEAxisLabelSepar: TSpinEdit
  721.                 Left = 108
  722.                 Top = 64
  723.                 Width = 41
  724.                 Height = 22
  725.                 HelpContext = 265
  726.                 Increment = 10
  727.                 MaxValue = 100
  728.                 MinValue = 0
  729.                 TabOrder = 6
  730.                 Value = 0
  731.                 OnChange = SEAxisLabelSeparChange
  732.               end
  733.               object BitBtn2: TButton
  734.                 Left = 197
  735.                 Top = 5
  736.                 Width = 75
  737.                 Height = 25
  738.                 HelpContext = 263
  739.                 Caption = 'F&ont...'
  740.                 TabOrder = 3
  741.                 OnClick = BitBtn2Click
  742.               end
  743.               object SELabelsSize: TSpinEdit
  744.                 Left = 225
  745.                 Top = 37
  746.                 Width = 47
  747.                 Height = 22
  748.                 HelpContext = 266
  749.                 MaxValue = 1000
  750.                 MinValue = 0
  751.                 TabOrder = 4
  752.                 Value = 0
  753.                 OnChange = SELabelsSizeChange
  754.               end
  755.               object SEAxisLabelsAngle: TSpinEdit
  756.                 Left = 225
  757.                 Top = 64
  758.                 Width = 47
  759.                 Height = 22
  760.                 HelpContext = 45
  761.                 Increment = 90
  762.                 MaxValue = 360
  763.                 MinValue = 0
  764.                 TabOrder = 5
  765.                 Value = 0
  766.                 OnChange = SEAxisLabelsAngleChange
  767.               end
  768.               object RGAxisLabelStyle: TRadioGroup
  769.                 Left = 8
  770.                 Top = 116
  771.                 Width = 265
  772.                 Height = 57
  773.                 HelpContext = 258
  774.                 Caption = 'St&yle:'
  775.                 Columns = 3
  776.                 ItemIndex = 0
  777.                 Items.Strings = (
  778.                   'Auto'
  779.                   'None'
  780.                   'Value'
  781.                   'Mark'
  782.                   'Text')
  783.                 TabOrder = 8
  784.                 OnClick = RGAxisLabelStyleClick
  785.               end
  786.             end
  787.             object TabAxisTicks: TTabSheet
  788.               HelpContext = 646
  789.               Caption = 'Ticks'
  790.               object Label28: TLabel
  791.                 Left = 92
  792.                 Top = 60
  793.                 Width = 21
  794.                 Height = 13
  795.                 Alignment = taRightJustify
  796.                 AutoSize = False
  797.                 Caption = 'Len:'
  798.               end
  799.               object Label29: TLabel
  800.                 Left = 92
  801.                 Top = 92
  802.                 Width = 21
  803.                 Height = 13
  804.                 Alignment = taRightJustify
  805.                 AutoSize = False
  806.                 Caption = 'Len:'
  807.               end
  808.               object Label30: TLabel
  809.                 Left = 92
  810.                 Top = 124
  811.                 Width = 21
  812.                 Height = 13
  813.                 Alignment = taRightJustify
  814.                 AutoSize = False
  815.                 Caption = 'Len:'
  816.               end
  817.               object Label31: TLabel
  818.                 Left = 168
  819.                 Top = 124
  820.                 Width = 39
  821.                 Height = 25
  822.                 Alignment = taRightJustify
  823.                 AutoSize = False
  824.                 Caption = '&Count:'
  825.                 FocusControl = SEMinorCount
  826.               end
  827.               object BAxisPen: TButton
  828.                 Left = 8
  829.                 Top = 20
  830.                 Width = 75
  831.                 Height = 25
  832.                 HelpContext = 83
  833.                 Caption = '&Axis Border...'
  834.                 TabOrder = 0
  835.                 OnClick = BAxisPenClick
  836.               end
  837.               object BAxisTickPen: TButton
  838.                 Left = 8
  839.                 Top = 56
  840.                 Width = 75
  841.                 Height = 25
  842.                 HelpContext = 646
  843.                 Caption = 'T&icks...'
  844.                 TabOrder = 2
  845.                 OnClick = BAxisTickPenClick
  846.               end
  847.               object BAxisTickInner: TButton
  848.                 Left = 8
  849.                 Top = 88
  850.                 Width = 75
  851.                 Height = 25
  852.                 HelpContext = 647
  853.                 Caption = 'I&nner...'
  854.                 TabOrder = 5
  855.                 OnClick = BInnerTicksClick
  856.               end
  857.               object SEAxisTickLength: TSpinEdit
  858.                 Left = 116
  859.                 Top = 56
  860.                 Width = 47
  861.                 Height = 22
  862.                 HelpContext = 644
  863.                 MaxValue = 1000
  864.                 MinValue = 0
  865.                 TabOrder = 3
  866.                 Value = 0
  867.                 OnChange = SEAxisTickLengthChange
  868.               end
  869.               object SEInnerTicksLength: TSpinEdit
  870.                 Left = 116
  871.                 Top = 88
  872.                 Width = 47
  873.                 Height = 22
  874.                 HelpContext = 643
  875.                 MaxValue = 1000
  876.                 MinValue = 0
  877.                 TabOrder = 6
  878.                 Value = 0
  879.                 OnChange = SEInnerTicksLengthChange
  880.               end
  881.               object BAxisTickMinor: TButton
  882.                 Left = 8
  883.                 Top = 120
  884.                 Width = 75
  885.                 Height = 25
  886.                 HelpContext = 297
  887.                 Caption = '&Minor...'
  888.                 TabOrder = 7
  889.                 OnClick = BMinorTicksClick
  890.               end
  891.               object BAxisGrid: TButton
  892.                 Left = 116
  893.                 Top = 20
  894.                 Width = 113
  895.                 Height = 25
  896.                 HelpContext = 240
  897.                 Caption = 'A&xis Grid Border...'
  898.                 TabOrder = 1
  899.                 OnClick = BColGridClick
  900.               end
  901.               object SEAxisMinorTickLen: TSpinEdit
  902.                 Left = 116
  903.                 Top = 120
  904.                 Width = 47
  905.                 Height = 22
  906.                 HelpContext = 294
  907.                 MaxValue = 1000
  908.                 MinValue = 0
  909.                 TabOrder = 8
  910.                 Value = 0
  911.                 OnChange = SEAxisMinorTickLenChange
  912.               end
  913.               object SEMinorCount: TSpinEdit
  914.                 Left = 212
  915.                 Top = 120
  916.                 Width = 45
  917.                 Height = 22
  918.                 HelpContext = 293
  919.                 MaxValue = 1000
  920.                 MinValue = 0
  921.                 TabOrder = 9
  922.                 Value = 0
  923.                 OnChange = SEMinorCountChange
  924.               end
  925.               object CBTickOnLabels: TCheckBox
  926.                 Left = 176
  927.                 Top = 52
  928.                 Width = 101
  929.                 Height = 29
  930.                 HelpContext = 645
  931.                 Caption = 'At Labels Onl&y'
  932.                 TabOrder = 4
  933.                 OnClick = CBTickOnLabelsClick
  934.               end
  935.             end
  936.           end
  937.           object CBAxisVisible: TCheckBox
  938.             Left = 14
  939.             Top = 142
  940.             Width = 75
  941.             Height = 17
  942.             HelpContext = 677
  943.             Caption = '&Visible'
  944.             TabOrder = 2
  945.             OnClick = CBAxisVisibleClick
  946.           end
  947.           object CBShowAxis: TCheckBox
  948.             Left = 16
  949.             Top = 12
  950.             Width = 73
  951.             Height = 17
  952.             HelpContext = 85
  953.             Caption = '&Show Axis'
  954.             TabOrder = 0
  955.             OnClick = CBShowAxisClick
  956.           end
  957.           object BChartFrame: TButton
  958.             Left = 14
  959.             Top = 185
  960.             Width = 75
  961.             Height = 25
  962.             HelpContext = 222
  963.             Caption = '&Frame...'
  964.             TabOrder = 3
  965.             OnClick = BChartFrameClick
  966.           end
  967.         end
  968.         object TabTitle: TTabSheet
  969.           HelpContext = 527
  970.           Caption = 'Titles'
  971.           object CBTitleVisible: TCheckBox
  972.             Left = 8
  973.             Top = 48
  974.             Width = 63
  975.             Height = 17
  976.             HelpContext = 681
  977.             Caption = '&Visible'
  978.             TabOrder = 0
  979.             OnClick = CBTitleVisibleClick
  980.           end
  981.           object CBTitleAdjust: TCheckBox
  982.             Left = 108
  983.             Top = 48
  984.             Width = 91
  985.             Height = 17
  986.             HelpContext = 37
  987.             Caption = '&Adjust Frame'
  988.             TabOrder = 1
  989.             OnClick = CBTitleAdjustClick
  990.           end
  991.           object BTitFont: TButton
  992.             Left = 108
  993.             Top = 12
  994.             Width = 75
  995.             Height = 25
  996.             HelpContext = 718
  997.             Caption = 'F&ont...'
  998.             TabOrder = 2
  999.             OnClick = BTitFontClick
  1000.           end
  1001.           object BTitleFrame: TButton
  1002.             Left = 204
  1003.             Top = 12
  1004.             Width = 75
  1005.             Height = 25
  1006.             HelpContext = 222
  1007.             Caption = '&Border...'
  1008.             TabOrder = 3
  1009.             OnClick = BTitleFrameClick
  1010.           end
  1011.           object BTitleBrush: TButton
  1012.             Left = 204
  1013.             Top = 44
  1014.             Width = 75
  1015.             Height = 25
  1016.             HelpContext = 109
  1017.             Caption = '&Pattern...'
  1018.             TabOrder = 4
  1019.             OnClick = BTitleBrushClick
  1020.           end
  1021.           object RGTitalign: TRadioGroup
  1022.             Left = 300
  1023.             Top = 4
  1024.             Width = 81
  1025.             Height = 69
  1026.             HelpContext = 42
  1027.             Caption = 'Alignment:'
  1028.             ItemIndex = 2
  1029.             Items.Strings = (
  1030.               '&Left'
  1031.               '&Center'
  1032.               '&Right')
  1033.             TabOrder = 5
  1034.             OnClick = RGTitalignClick
  1035.           end
  1036.           object MTitle: TMemo
  1037.             Left = 0
  1038.             Top = -153
  1039.             Width = 0
  1040.             Height = 153
  1041.             HelpContext = 640
  1042.             Align = alBottom
  1043.             ScrollBars = ssBoth
  1044.             TabOrder = 6
  1045.             WantTabs = True
  1046.             WordWrap = False
  1047.             OnChange = MTitleChange
  1048.           end
  1049.           object CBTitles: TComboBox
  1050.             Left = 8
  1051.             Top = 12
  1052.             Width = 77
  1053.             Height = 21
  1054.             HelpContext = 649
  1055.             Style = csDropDownList
  1056.             ItemHeight = 13
  1057.             Items.Strings = (
  1058.               'Title'
  1059.               'Foot')
  1060.             TabOrder = 7
  1061.             OnChange = CBTitlesChange
  1062.           end
  1063.         end
  1064.         object TabLegend: TTabSheet
  1065.           Caption = 'Legend'
  1066.           object Label10: TLabel
  1067.             Left = 240
  1068.             Top = 76
  1069.             Width = 73
  1070.             Height = 21
  1071.             Alignment = taRightJustify
  1072.             AutoSize = False
  1073.             Caption = '% Top &Pos:'
  1074.             FocusControl = SETopLegPos
  1075.           end
  1076.           object Label11: TLabel
  1077.             Left = 236
  1078.             Top = 104
  1079.             Width = 77
  1080.             Height = 17
  1081.             Alignment = taRightJustify
  1082.             AutoSize = False
  1083.             Caption = '% Color &Width:'
  1084.             FocusControl = SELegColWi
  1085.           end
  1086.           object Label12: TLabel
  1087.             Left = 132
  1088.             Top = 44
  1089.             Width = 78
  1090.             Height = 21
  1091.             Alignment = taRightJustify
  1092.             AutoSize = False
  1093.             Caption = 'Text St&yle:'
  1094.             FocusControl = CBLegStyle
  1095.           end
  1096.           object Label7: TLabel
  1097.             Left = 123
  1098.             Top = 16
  1099.             Width = 86
  1100.             Height = 21
  1101.             Alignment = taRightJustify
  1102.             AutoSize = False
  1103.             Caption = 'Legend &Style:'
  1104.             FocusControl = cbLegendStyle
  1105.           end
  1106.           object CBShowLeg: TCheckBox
  1107.             Left = 26
  1108.             Top = 11
  1109.             Width = 63
  1110.             Height = 17
  1111.             HelpContext = 679
  1112.             Caption = '&Visible'
  1113.             State = cbChecked
  1114.             TabOrder = 0
  1115.             OnClick = CBShowLegClick
  1116.           end
  1117.           object BLegColor: TButton
  1118.             Left = 24
  1119.             Top = 35
  1120.             Width = 85
  1121.             Height = 25
  1122.             HelpContext = 160
  1123.             Caption = 'Bac&k Color...'
  1124.             TabOrder = 1
  1125.             OnClick = BLegColorClick
  1126.           end
  1127.           object BLegFont: TButton
  1128.             Left = 24
  1129.             Top = 68
  1130.             Width = 85
  1131.             Height = 25
  1132.             HelpContext = 213
  1133.             Caption = 'F&ont...'
  1134.             TabOrder = 2
  1135.             OnClick = BLegFontClick
  1136.           end
  1137.           object SETopLegPos: TSpinEdit
  1138.             Left = 320
  1139.             Top = 71
  1140.             Width = 45
  1141.             Height = 22
  1142.             HelpContext = 654
  1143.             MaxValue = 100
  1144.             MinValue = 0
  1145.             TabOrder = 3
  1146.             Value = 0
  1147.             OnChange = SETopLegPosChange
  1148.           end
  1149.           object SELegColWi: TSpinEdit
  1150.             Left = 320
  1151.             Top = 99
  1152.             Width = 45
  1153.             Height = 22
  1154.             HelpContext = 166
  1155.             Increment = 5
  1156.             MaxValue = 100
  1157.             MinValue = 0
  1158.             TabOrder = 4
  1159.             Value = 0
  1160.             OnChange = SpinEdit2Change
  1161.           end
  1162.           object CBLegStyle: TComboBox
  1163.             Left = 216
  1164.             Top = 40
  1165.             Width = 149
  1166.             Height = 21
  1167.             HelpContext = 642
  1168.             Style = csDropDownList
  1169.             ItemHeight = 13
  1170.             Items.Strings = (
  1171.               'Plain'
  1172.               'LeftValue'
  1173.               'RightValue'
  1174.               'LeftPercent'
  1175.               'RightPercent'
  1176.               'XValue')
  1177.             TabOrder = 5
  1178.             OnChange = CBLegStyleChange
  1179.           end
  1180.           object cbLegendStyle: TComboBox
  1181.             Left = 216
  1182.             Top = 12
  1183.             Width = 149
  1184.             Height = 21
  1185.             HelpContext = 273
  1186.             Style = csDropDownList
  1187.             ItemHeight = 13
  1188.             Items.Strings = (
  1189.               'Automatic'
  1190.               'Series Names'
  1191.               'Series Values'
  1192.               'Last Values')
  1193.             TabOrder = 6
  1194.             OnChange = cbLegendStyleChange
  1195.           end
  1196.           object BLegendFrame: TButton
  1197.             Left = 24
  1198.             Top = 100
  1199.             Width = 85
  1200.             Height = 25
  1201.             HelpContext = 221
  1202.             Caption = '&Frame...'
  1203.             TabOrder = 7
  1204.             OnClick = BLegendFrameClick
  1205.           end
  1206.           object CBResizeChart: TCheckBox
  1207.             Left = 128
  1208.             Top = 77
  1209.             Width = 101
  1210.             Height = 17
  1211.             HelpContext = 407
  1212.             Caption = 'Resi&ze Chart'
  1213.             State = cbChecked
  1214.             TabOrder = 8
  1215.             OnClick = CBResizeChartClick
  1216.           end
  1217.           object CBLegendInverted: TCheckBox
  1218.             Left = 128
  1219.             Top = 101
  1220.             Width = 93
  1221.             Height = 17
  1222.             HelpContext = 250
  1223.             Caption = '&Inverted'
  1224.             TabOrder = 9
  1225.             OnClick = CBLegendInvertedClick
  1226.           end
  1227.           object GroupBox1: TGroupBox
  1228.             Left = 192
  1229.             Top = 159
  1230.             Width = 173
  1231.             Height = 57
  1232.             Caption = 'Shadow:'
  1233.             TabOrder = 10
  1234.             object Label25: TLabel
  1235.               Left = 84
  1236.               Top = 28
  1237.               Width = 31
  1238.               Height = 21
  1239.               Alignment = taRightJustify
  1240.               AutoSize = False
  1241.               Caption = 'Siz&e:'
  1242.               FocusControl = SELegShadowSize
  1243.             end
  1244.             object BLegShadowCol: TButton
  1245.               Left = 8
  1246.               Top = 21
  1247.               Width = 75
  1248.               Height = 25
  1249.               HelpContext = 427
  1250.               Caption = '&Color...'
  1251.               TabOrder = 0
  1252.               OnClick = BLegShadowColClick
  1253.             end
  1254.             object SELegShadowSize: TSpinEdit
  1255.               Left = 120
  1256.               Top = 23
  1257.               Width = 41
  1258.               Height = 22
  1259.               HelpContext = 430
  1260.               MaxValue = 100
  1261.               MinValue = 0
  1262.               TabOrder = 1
  1263.               Value = 0
  1264.               OnChange = SELegShadowSizeChange
  1265.             end
  1266.           end
  1267.           object GroupBox7: TGroupBox
  1268.             Left = 24
  1269.             Top = 132
  1270.             Width = 145
  1271.             Height = 85
  1272.             Caption = 'Position:'
  1273.             TabOrder = 11
  1274.             object Label1: TLabel
  1275.               Left = 4
  1276.               Top = 60
  1277.               Width = 41
  1278.               Height = 21
  1279.               Alignment = taRightJustify
  1280.               AutoSize = False
  1281.               Caption = '&Margin:'
  1282.               FocusControl = SELegMargin
  1283.             end
  1284.             object RBLegendLeft: TRadioButton
  1285.               Left = 8
  1286.               Top = 16
  1287.               Width = 53
  1288.               Height = 17
  1289.               HelpContext = 40
  1290.               Caption = '&Left'
  1291.               TabOrder = 0
  1292.               OnClick = RBLegendLeftClick
  1293.             end
  1294.             object RBLegendRight: TRadioButton
  1295.               Left = 8
  1296.               Top = 32
  1297.               Width = 53
  1298.               Height = 17
  1299.               HelpContext = 40
  1300.               Caption = '&Right'
  1301.               TabOrder = 1
  1302.               OnClick = RBLegendRightClick
  1303.             end
  1304.             object RBLegendBottom: TRadioButton
  1305.               Left = 80
  1306.               Top = 32
  1307.               Width = 53
  1308.               Height = 17
  1309.               HelpContext = 40
  1310.               Caption = '&Bottom'
  1311.               TabOrder = 2
  1312.               OnClick = RBLegendBottomClick
  1313.             end
  1314.             object RBLegendTop: TRadioButton
  1315.               Left = 80
  1316.               Top = 16
  1317.               Width = 53
  1318.               Height = 17
  1319.               HelpContext = 40
  1320.               Caption = '&Top'
  1321.               TabOrder = 3
  1322.               OnClick = RBLegendTopClick
  1323.             end
  1324.             object SELegMargin: TSpinEdit
  1325.               Left = 52
  1326.               Top = 55
  1327.               Width = 41
  1328.               Height = 22
  1329.               HelpContext = 244
  1330.               MaxValue = 5000
  1331.               MinValue = 0
  1332.               TabOrder = 4
  1333.               Value = 0
  1334.               OnChange = SELegMarginChange
  1335.             end
  1336.           end
  1337.           object Button1: TButton
  1338.             Left = 256
  1339.             Top = 128
  1340.             Width = 109
  1341.             Height = 25
  1342.             HelpContext = 185
  1343.             Caption = '&Dividing Lines...'
  1344.             TabOrder = 12
  1345.             OnClick = Button1Click
  1346.           end
  1347.         end
  1348.         object TabPanel: TTabSheet
  1349.           HelpContext = 371
  1350.           Caption = 'Panel'
  1351.           object Label2: TLabel
  1352.             Left = 94
  1353.             Top = 100
  1354.             Width = 31
  1355.             Height = 21
  1356.             Alignment = taRightJustify
  1357.             AutoSize = False
  1358.             Caption = 'Widt&h:'
  1359.             FocusControl = SEPanelWi
  1360.           end
  1361.           object Label19: TLabel
  1362.             Left = 6
  1363.             Top = 100
  1364.             Width = 31
  1365.             Height = 21
  1366.             Alignment = taRightJustify
  1367.             AutoSize = False
  1368.             Caption = '&Width:'
  1369.             FocusControl = SEPanelBor
  1370.           end
  1371.           object RGBevelIn: TRadioGroup
  1372.             Left = 6
  1373.             Top = 4
  1374.             Width = 79
  1375.             Height = 81
  1376.             HelpContext = 101
  1377.             Caption = 'Bevel &Inner:'
  1378.             Items.Strings = (
  1379.               'None'
  1380.               'Lowered'
  1381.               'Raised')
  1382.             TabOrder = 0
  1383.             OnClick = RGBevelInClick
  1384.           end
  1385.           object RGBevelOut: TRadioGroup
  1386.             Left = 98
  1387.             Top = 4
  1388.             Width = 75
  1389.             Height = 81
  1390.             HelpContext = 102
  1391.             Caption = 'Bevel &Outer:'
  1392.             Items.Strings = (
  1393.               'None'
  1394.               'Lowered'
  1395.               'Raised')
  1396.             TabOrder = 1
  1397.             OnClick = RGBevelOutClick
  1398.           end
  1399.           object CBPanelBorder: TCheckBox
  1400.             Left = 284
  1401.             Top = 12
  1402.             Width = 55
  1403.             Height = 17
  1404.             HelpContext = 104
  1405.             Caption = '&Border'
  1406.             TabOrder = 5
  1407.             OnClick = CBPanelBorderClick
  1408.           end
  1409.           object SEPanelWi: TSpinEdit
  1410.             Left = 130
  1411.             Top = 95
  1412.             Width = 43
  1413.             Height = 22
  1414.             HelpContext = 105
  1415.             MaxValue = 100
  1416.             MinValue = 0
  1417.             TabOrder = 3
  1418.             Value = 0
  1419.             OnChange = SEPanelWiChange
  1420.           end
  1421.           object BPanelColor: TButton
  1422.             Left = 190
  1423.             Top = 9
  1424.             Width = 83
  1425.             Height = 25
  1426.             HelpContext = 159
  1427.             Caption = '&Panel Color...'
  1428.             TabOrder = 4
  1429.             OnClick = BPanelColorClick
  1430.           end
  1431.           object SEPanelBor: TSpinEdit
  1432.             Left = 42
  1433.             Top = 95
  1434.             Width = 43
  1435.             Height = 22
  1436.             HelpContext = 103
  1437.             MaxValue = 100
  1438.             MinValue = 0
  1439.             TabOrder = 2
  1440.             Value = 0
  1441.             OnChange = SEPanelBorChange
  1442.           end
  1443.           object GroupBox4: TGroupBox
  1444.             Left = 188
  1445.             Top = 76
  1446.             Width = 197
  1447.             Height = 141
  1448.             HelpContext = 508
  1449.             Caption = 'Gradient'
  1450.             TabOrder = 8
  1451.             object PaintBox1: TShape
  1452.               Left = 72
  1453.               Top = 17
  1454.               Width = 33
  1455.               Height = 25
  1456.               OnMouseUp = PaintBox1MouseUp
  1457.             end
  1458.             object PaintBox2: TShape
  1459.               Left = 72
  1460.               Top = 49
  1461.               Width = 33
  1462.               Height = 25
  1463.               OnMouseUp = PaintBox2MouseUp
  1464.             end
  1465.             object CBGradientVisible: TCheckBox
  1466.               Left = 9
  1467.               Top = 20
  1468.               Width = 56
  1469.               Height = 17
  1470.               HelpContext = 678
  1471.               Caption = '&Visible'
  1472.               TabOrder = 0
  1473.               OnClick = CBGradientVisibleClick
  1474.             end
  1475.             object RGGradientDirection: TRadioGroup
  1476.               Left = 12
  1477.               Top = 80
  1478.               Width = 177
  1479.               Height = 53
  1480.               HelpContext = 184
  1481.               Caption = '&Direction:'
  1482.               Columns = 2
  1483.               ItemIndex = 0
  1484.               Items.Strings = (
  1485.                 'Top Bottom'
  1486.                 'Bottom Top'
  1487.                 'Left Right'
  1488.                 'Right Left')
  1489.               TabOrder = 3
  1490.               OnClick = RGGradientDirectionClick
  1491.             end
  1492.             object BGradientStart: TButton
  1493.               Left = 112
  1494.               Top = 17
  1495.               Width = 75
  1496.               Height = 25
  1497.               HelpContext = 439
  1498.               Caption = '&Start Color...'
  1499.               TabOrder = 1
  1500.               OnClick = BGradientStartClick
  1501.             end
  1502.             object BGradientEnd: TButton
  1503.               Left = 112
  1504.               Top = 49
  1505.               Width = 75
  1506.               Height = 25
  1507.               HelpContext = 194
  1508.               Caption = '&End Color...'
  1509.               TabOrder = 2
  1510.               OnClick = BGradientEndClick
  1511.             end
  1512.           end
  1513.           object BBackCol: TButton
  1514.             Left = 190
  1515.             Top = 40
  1516.             Width = 83
  1517.             Height = 25
  1518.             HelpContext = 86
  1519.             Caption = 'Bac&k Color...'
  1520.             TabOrder = 6
  1521.             OnClick = BBackColClick
  1522.           end
  1523.           object CBBackDef: TCheckBox
  1524.             Left = 284
  1525.             Top = 44
  1526.             Width = 93
  1527.             Height = 17
  1528.             HelpContext = 86
  1529.             Caption = 'No B&ack Color'
  1530.             TabOrder = 7
  1531.             OnClick = CBBackDefClick
  1532.           end
  1533.           object GroupBox6: TGroupBox
  1534.             Left = 8
  1535.             Top = 124
  1536.             Width = 165
  1537.             Height = 93
  1538.             HelpContext = 89
  1539.             Caption = 'Back Image'
  1540.             TabOrder = 9
  1541.             object RGBitmap: TRadioGroup
  1542.               Left = 84
  1543.               Top = 12
  1544.               Width = 73
  1545.               Height = 73
  1546.               HelpContext = 91
  1547.               Caption = 'St&yle'
  1548.               ItemIndex = 0
  1549.               Items.Strings = (
  1550.                 'Stretch'
  1551.                 'Tile'
  1552.                 'Center')
  1553.               TabOrder = 0
  1554.               OnClick = RGBitmapClick
  1555.             end
  1556.             object BBrowseImage: TButton
  1557.               Left = 8
  1558.               Top = 20
  1559.               Width = 69
  1560.               Height = 25
  1561.               HelpContext = 727
  1562.               Caption = 'B&rowse...'
  1563.               TabOrder = 1
  1564.               OnClick = BBrowseImageClick
  1565.             end
  1566.             object CBImageInside: TCheckBox
  1567.               Left = 12
  1568.               Top = 60
  1569.               Width = 65
  1570.               Height = 17
  1571.               HelpContext = 90
  1572.               Caption = 'I&nside'
  1573.               TabOrder = 2
  1574.               OnClick = CBImageInsideClick
  1575.             end
  1576.           end
  1577.         end
  1578.         object TabPaging: TTabSheet
  1579.           HelpContext = 364
  1580.           Caption = 'Paging'
  1581.           object Label17: TLabel
  1582.             Left = 46
  1583.             Top = 51
  1584.             Width = 112
  1585.             Height = 22
  1586.             Alignment = taRightJustify
  1587.             AutoSize = False
  1588.             Caption = 'P&oints per Page:'
  1589.             FocusControl = SEPointsPerPage
  1590.           end
  1591.           object LabelPages: TLabel
  1592.             Left = 232
  1593.             Top = 89
  1594.             Width = 77
  1595.             Height = 16
  1596.             AutoSize = False
  1597.             Caption = '0/0'
  1598.           end
  1599.           object Label18: TLabel
  1600.             Left = 16
  1601.             Top = 89
  1602.             Width = 196
  1603.             Height = 13
  1604.             Alignment = taRightJustify
  1605.             AutoSize = False
  1606.             Caption = 'Current Page / Total:'
  1607.           end
  1608.           object SEPointsPerPage: TSpinEdit
  1609.             Left = 164
  1610.             Top = 46
  1611.             Width = 49
  1612.             Height = 22
  1613.             HelpContext = 283
  1614.             MaxValue = 1000000
  1615.             MinValue = 0
  1616.             TabOrder = 0
  1617.             Value = 0
  1618.             OnChange = SEPointsPerPageChange
  1619.           end
  1620.           object ButtonPrevious: TBitBtn
  1621.             Left = 108
  1622.             Top = 124
  1623.             Width = 75
  1624.             Height = 25
  1625.             HelpContext = 393
  1626.             Caption = '&Previous'
  1627.             TabOrder = 3
  1628.             OnClick = ButtonPreviousClick
  1629.             Glyph.Data = {
  1630.               36010000424D360100000000000076000000280000001E0000000C0000000100
  1631.               040000000000C000000000000000000000001000000010000000000000000000
  1632.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1633.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777887777
  1634.               7777777778877777770077777008777777777777778777777700777700087777
  1635.               7777777777877777770077700008888888877777778888888800770000000000
  1636.               0087777777777777780070000000000000877777777777777800F00000000000
  1637.               008F7777777777777800FF0000000000008F77777777777778007FF00007FFFF
  1638.               FF77FF77777FFFFFF70077FF0008777777777FF7778777777700777FF0087777
  1639.               777777FF7787777777007777FFF777777777777FFF7777777700}
  1640.             NumGlyphs = 2
  1641.           end
  1642.           object ButtonNext: TBitBtn
  1643.             Left = 196
  1644.             Top = 124
  1645.             Width = 75
  1646.             Height = 25
  1647.             HelpContext = 302
  1648.             Caption = '&Next'
  1649.             TabOrder = 4
  1650.             OnClick = ButtonNextClick
  1651.             Glyph.Data = {
  1652.               36010000424D360100000000000076000000280000001E0000000C0000000100
  1653.               040000000000C000000000000000000000001000000010000000000000000000
  1654.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1655.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777778877
  1656.               777777777778877777007777777F00877777777777F7787777007777777F0008
  1657.               7777777777F77787770078888887000087778888887777787700F00000000000
  1658.               087F7777777777778700F00000000000008F7777777777777800F00000000000
  1659.               007F7777777777777700F00000000000077F7777777777777700FFFFFFFF0000
  1660.               777FFFFFFFF7777777007777777F00077777777777F7777777007777777F0077
  1661.               7777777777F7777777007777777FF7777777777777FF77777700}
  1662.             Layout = blGlyphRight
  1663.             NumGlyphs = 2
  1664.           end
  1665.           object CBScaleLast: TCheckBox
  1666.             Left = 228
  1667.             Top = 49
  1668.             Width = 105
  1669.             Height = 17
  1670.             HelpContext = 416
  1671.             Caption = '&Scale Last Page'
  1672.             TabOrder = 1
  1673.             OnClick = CBScaleLastClick
  1674.           end
  1675.           object BLastPage: TBitBtn
  1676.             Left = 280
  1677.             Top = 124
  1678.             Width = 75
  1679.             Height = 25
  1680.             HelpContext = 344
  1681.             Caption = '&Last'
  1682.             TabOrder = 5
  1683.             OnClick = BLastPageClick
  1684.             Glyph.Data = {
  1685.               36010000424D360100000000000076000000280000001E0000000C0000000100
  1686.               040000000000C000000000000000000000001000000010000000000000000000
  1687.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1688.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00788777778877
  1689.               77778877777887777700F008777F0087777F778777F778777700F000877F0008
  1690.               777F777877F777877700F000087F0000877F777787F777787700F000008F0000
  1691.               087F777778F777778700F00000080000008F7777778777777800F000000F0000
  1692.               007F777778F777778700F000007F0000077F777787F777787700F000077F0000
  1693.               777F777877F777877700F000777F0007777F778777F778777700F007777F0077
  1694.               777F787777F787777700FF77777FF777777FF77777FF77777700}
  1695.             Layout = blGlyphRight
  1696.             NumGlyphs = 2
  1697.           end
  1698.           object BFirstPage: TBitBtn
  1699.             Left = 24
  1700.             Top = 124
  1701.             Width = 75
  1702.             Height = 25
  1703.             HelpContext = 344
  1704.             Caption = '&First'
  1705.             TabOrder = 2
  1706.             OnClick = BFirstPageClick
  1707.             Glyph.Data = {
  1708.               36010000424D360100000000000076000000280000001E0000000C0000000100
  1709.               040000000000C000000000000000000000001000000010000000000000000000
  1710.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1711.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777887777
  1712.               7887777778877777880077777008777700877777878777787800777700087770
  1713.               0087777877877787780077700008770000877787778778777800770000087000
  1714.               0087787777878777780070000008000000878777777877777800F000000F0000
  1715.               008F777777F777777800FF00000FF000008F777777F7777778007FF00008FF00
  1716.               0087FF77778FF777780077FF00087FF000877FF77787FF777800777FF00877FF
  1717.               008777FF77877FF778007777FFF7777FFF77777FFF7777FFF700}
  1718.             NumGlyphs = 2
  1719.           end
  1720.         end
  1721.         object TabWalls: TTabSheet
  1722.           HelpContext = 347
  1723.           Caption = 'Walls'
  1724.           object TabSubWalls: TTabControl
  1725.             Left = 104
  1726.             Top = 32
  1727.             Width = 181
  1728.             Height = 169
  1729.             TabIndex = 0
  1730.             TabOrder = 1
  1731.             Tabs.Strings = (
  1732.               'Left Wall'
  1733.               'Bottom Wall')
  1734.             OnChange = TabSubWallsChange
  1735.             object Label33: TLabel
  1736.               Left = 32
  1737.               Top = 134
  1738.               Width = 31
  1739.               Height = 19
  1740.               Alignment = taRightJustify
  1741.               AutoSize = False
  1742.               Caption = 'Siz&e:'
  1743.               FocusControl = SEWallSize
  1744.             end
  1745.             object SHWallColor: TShape
  1746.               Left = 120
  1747.               Top = 32
  1748.               Width = 33
  1749.               Height = 25
  1750.               OnMouseUp = SHWallColorMouseUp
  1751.             end
  1752.             object BWallColor: TButton
  1753.               Left = 22
  1754.               Top = 32
  1755.               Width = 87
  1756.               Height = 25
  1757.               HelpContext = 162
  1758.               Caption = '&Background...'
  1759.               TabOrder = 0
  1760.               OnClick = BWallColorClick
  1761.             end
  1762.             object BWallPen: TButton
  1763.               Left = 22
  1764.               Top = 64
  1765.               Width = 87
  1766.               Height = 25
  1767.               HelpContext = 377
  1768.               Caption = 'B&order...'
  1769.               TabOrder = 1
  1770.               OnClick = BWallPenClick
  1771.             end
  1772.             object BWallBrush: TButton
  1773.               Left = 22
  1774.               Top = 96
  1775.               Width = 87
  1776.               Height = 25
  1777.               HelpContext = 116
  1778.               Caption = '&Pattern...'
  1779.               TabOrder = 2
  1780.               OnClick = BWallBrushClick
  1781.             end
  1782.             object SEWallSize: TSpinEdit
  1783.               Left = 68
  1784.               Top = 130
  1785.               Width = 41
  1786.               Height = 22
  1787.               HelpContext = 115
  1788.               MaxValue = 100
  1789.               MinValue = 0
  1790.               TabOrder = 3
  1791.               Value = 0
  1792.               OnChange = SEWallSizeChange
  1793.             end
  1794.           end
  1795.           object CBView3dWalls: TCheckBox
  1796.             Left = 12
  1797.             Top = 9
  1798.             Width = 89
  1799.             Height = 17
  1800.             HelpContext = 676
  1801.             Caption = '&Visible Walls'
  1802.             TabOrder = 0
  1803.             OnClick = CBView3dWallsClick
  1804.           end
  1805.         end
  1806.       end
  1807.     end
  1808.     object TabSeries: TTabSheet
  1809.       Caption = 'Series'
  1810.       object ImageSeries: TImage
  1811.         Left = 220
  1812.         Top = 0
  1813.         Width = 25
  1814.         Height = 25
  1815.       end
  1816.       object LabelSeriesClass: TLabel
  1817.         Left = 252
  1818.         Top = 4
  1819.         Width = 3
  1820.         Height = 13
  1821.       end
  1822.       object CBSeries: TComboBox
  1823.         Left = 4
  1824.         Top = 2
  1825.         Width = 205
  1826.         Height = 21
  1827.         HelpContext = 516
  1828.         Style = csDropDownList
  1829.         DropDownCount = 16
  1830.         ItemHeight = 0
  1831.         TabOrder = 0
  1832.         OnChange = CBSeriesChange
  1833.       end
  1834.       object PageControlSeries: TPageControl
  1835.         Left = 0
  1836.         Top = -233
  1837.         Width = 0
  1838.         Height = 233
  1839.         ActivePage = TabDataSource
  1840.         Align = alBottom
  1841.         TabOrder = 1
  1842.         Visible = False
  1843.         OnChange = PageControlSeriesChange
  1844.         OnChanging = PageControlSeriesChanging
  1845.         object TheTabSheet: TTabSheet
  1846.           Caption = 'Format'
  1847.         end
  1848.         object TabSeriesGeneral: TTabSheet
  1849.           Caption = 'General'
  1850.           object GroupBox5: TGroupBox
  1851.             Left = 16
  1852.             Top = 4
  1853.             Width = 261
  1854.             Height = 89
  1855.             TabOrder = 0
  1856.             object Label27: TLabel
  1857.               Left = 8
  1858.               Top = 60
  1859.               Width = 57
  1860.               Height = 21
  1861.               Alignment = taRightJustify
  1862.               AutoSize = False
  1863.               Caption = '&Cursor:'
  1864.               FocusControl = CBSeriesCursor
  1865.             end
  1866.             object CBShowInLegend: TCheckBox
  1867.               Left = 72
  1868.               Top = 24
  1869.               Width = 137
  1870.               Height = 17
  1871.               HelpContext = 433
  1872.               Caption = '&Show In Legend'
  1873.               State = cbChecked
  1874.               TabOrder = 0
  1875.               OnClick = CBShowInLegendClick
  1876.             end
  1877.             object CBSeriesCursor: TComboBox
  1878.               Left = 72
  1879.               Top = 56
  1880.               Width = 109
  1881.               Height = 21
  1882.               HelpContext = 173
  1883.               Style = csDropDownList
  1884.               ItemHeight = 0
  1885.               TabOrder = 1
  1886.               OnChange = CBSeriesCursorChange
  1887.             end
  1888.           end
  1889.           object GroupBox2: TGroupBox
  1890.             Left = 15
  1891.             Top = 104
  1892.             Width = 262
  1893.             Height = 89
  1894.             Caption = 'Formats:'
  1895.             TabOrder = 1
  1896.             object Label15: TLabel
  1897.               Left = 7
  1898.               Top = 27
  1899.               Width = 54
  1900.               Height = 22
  1901.               Alignment = taRightJustify
  1902.               AutoSize = False
  1903.               Caption = '&Values:'
  1904.               FocusControl = EValueformat
  1905.             end
  1906.             object Label21: TLabel
  1907.               Left = 7
  1908.               Top = 55
  1909.               Width = 54
  1910.               Height = 22
  1911.               Alignment = taRightJustify
  1912.               AutoSize = False
  1913.               Caption = '&Percents:'
  1914.               FocusControl = EPercentFormat
  1915.             end
  1916.             object EValueformat: TEdit
  1917.               Left = 72
  1918.               Top = 23
  1919.               Width = 177
  1920.               Height = 21
  1921.               HelpContext = 84
  1922.               TabOrder = 0
  1923.               OnChange = EValueformatChange
  1924.             end
  1925.             object EPercentFormat: TEdit
  1926.               Left = 72
  1927.               Top = 51
  1928.               Width = 177
  1929.               Height = 21
  1930.               HelpContext = 381
  1931.               TabOrder = 1
  1932.               OnChange = EPercentFormatChange
  1933.             end
  1934.           end
  1935.           object RGHorizAxis: TRadioGroup
  1936.             Left = 288
  1937.             Top = 4
  1938.             Width = 89
  1939.             Height = 65
  1940.             HelpContext = 243
  1941.             Caption = '&Horizontal Axis:'
  1942.             ItemIndex = 0
  1943.             Items.Strings = (
  1944.               '&Top Axis'
  1945.               '&Bottom Axis')
  1946.             TabOrder = 2
  1947.             OnClick = RGHorizAxisClick
  1948.           end
  1949.           object RGVertAxis: TRadioGroup
  1950.             Left = 288
  1951.             Top = 104
  1952.             Width = 89
  1953.             Height = 65
  1954.             HelpContext = 672
  1955.             Caption = '&Vertical Axis:'
  1956.             ItemIndex = 0
  1957.             Items.Strings = (
  1958.               '&Left Axis'
  1959.               '&Right Axis')
  1960.             TabOrder = 3
  1961.             OnClick = RGVertAxisClick
  1962.           end
  1963.           object CBXDateTime: TCheckBox
  1964.             Left = 296
  1965.             Top = 72
  1966.             Width = 97
  1967.             Height = 17
  1968.             HelpContext = 179
  1969.             Caption = '&DateTime'
  1970.             TabOrder = 4
  1971.             OnClick = CBXDateTimeClick
  1972.           end
  1973.           object CBYDateTime: TCheckBox
  1974.             Left = 296
  1975.             Top = 172
  1976.             Width = 97
  1977.             Height = 17
  1978.             HelpContext = 179
  1979.             Caption = 'D&ateTime'
  1980.             TabOrder = 5
  1981.             OnClick = CBYDateTimeClick
  1982.           end
  1983.         end
  1984.         object TabSeriesMarks: TTabSheet
  1985.           HelpContext = 592
  1986.           Caption = 'Marks'
  1987.           object CBMarksVisible: TCheckBox
  1988.             Left = 32
  1989.             Top = 4
  1990.             Width = 59
  1991.             Height = 17
  1992.             HelpContext = 682
  1993.             Caption = '&Visible'
  1994.             TabOrder = 0
  1995.             OnClick = CBMarksVisibleClick
  1996.           end
  1997.           object GroupBox3: TGroupBox
  1998.             Left = 24
  1999.             Top = 140
  2000.             Width = 185
  2001.             Height = 53
  2002.             Caption = 'Arrows'
  2003.             TabOrder = 1
  2004.             object Label32: TLabel
  2005.               Left = 84
  2006.               Top = 24
  2007.               Width = 45
  2008.               Height = 17
  2009.               Alignment = taRightJustify
  2010.               AutoSize = False
  2011.               Caption = '&Length:'
  2012.               FocusControl = SEArrowLength
  2013.             end
  2014.             object SEArrowLength: TSpinEdit
  2015.               Left = 134
  2016.               Top = 19
  2017.               Width = 39
  2018.               Height = 22
  2019.               HelpContext = 56
  2020.               MaxValue = 0
  2021.               MinValue = 0
  2022.               TabOrder = 0
  2023.               Value = 0
  2024.               OnChange = SEArrowLengthChange
  2025.             end
  2026.             object BMarkLinCol: TButton
  2027.               Left = 8
  2028.               Top = 19
  2029.               Width = 69
  2030.               Height = 25
  2031.               HelpContext = 54
  2032.               Caption = '&Color...'
  2033.               TabOrder = 1
  2034.               OnClick = BMarkLinColClick
  2035.             end
  2036.           end
  2037.           object RGMarkStyle: TRadioGroup
  2038.             Left = 228
  2039.             Top = 4
  2040.             Width = 149
  2041.             Height = 189
  2042.             HelpContext = 447
  2043.             Caption = 'St&yle:'
  2044.             Items.Strings = (
  2045.               'Value'
  2046.               'Percent'
  2047.               'Label'
  2048.               'Label && Percent'
  2049.               'Label && Value'
  2050.               'Legend'
  2051.               'PercentTotal'
  2052.               'Label && PercentTotal'
  2053.               'X Value')
  2054.             TabOrder = 2
  2055.             OnClick = RGMarkStyleClick
  2056.           end
  2057.           object GroupBox11: TGroupBox
  2058.             Left = 24
  2059.             Top = 24
  2060.             Width = 185
  2061.             Height = 113
  2062.             Caption = 'Format'
  2063.             TabOrder = 3
  2064.             object BMarksBackColor: TButton
  2065.               Left = 8
  2066.               Top = 16
  2067.               Width = 85
  2068.               Height = 25
  2069.               HelpContext = 87
  2070.               Caption = '&Back Color...'
  2071.               TabOrder = 0
  2072.               OnClick = BMarksBackColorClick
  2073.             end
  2074.             object CBTransparent: TCheckBox
  2075.               Left = 100
  2076.               Top = 20
  2077.               Width = 81
  2078.               Height = 17
  2079.               HelpContext = 656
  2080.               Caption = '&Transparent'
  2081.               TabOrder = 1
  2082.               OnClick = CBTransparentClick
  2083.             end
  2084.             object BMarkFont: TButton
  2085.               Left = 8
  2086.               Top = 48
  2087.               Width = 85
  2088.               Height = 25
  2089.               HelpContext = 215
  2090.               Caption = 'F&ont'
  2091.               TabOrder = 2
  2092.               OnClick = BMarkFontClick
  2093.             end
  2094.             object BMarksFrame: TButton
  2095.               Left = 8
  2096.               Top = 80
  2097.               Width = 85
  2098.               Height = 25
  2099.               HelpContext = 223
  2100.               Caption = 'Bo&rder...'
  2101.               TabOrder = 3
  2102.               OnClick = BMarksFrameClick
  2103.             end
  2104.             object CBMarkClip: TCheckBox
  2105.               Left = 100
  2106.               Top = 84
  2107.               Width = 63
  2108.               Height = 17
  2109.               HelpContext = 154
  2110.               Caption = 'Cl&ipped'
  2111.               TabOrder = 4
  2112.               OnClick = CBMarkClipClick
  2113.             end
  2114.           end
  2115.         end
  2116.         object TabDataSource: TTabSheet
  2117.           Caption = 'Data Source'
  2118.           object CBDataSourcestyle: TComboBox
  2119.             Left = 4
  2120.             Top = 2
  2121.             Width = 161
  2122.             Height = 21
  2123.             Style = csDropDownList
  2124.             ItemHeight = 13
  2125.             Items.Strings = (
  2126.               'No Data'
  2127.               'Random Values'
  2128.               'Function')
  2129.             TabOrder = 0
  2130.             OnChange = CBDataSourcestyleChange
  2131.           end
  2132.           object PageControl2: TPageControl
  2133.             Left = 0
  2134.             Top = -181
  2135.             Width = 0
  2136.             Height = 181
  2137.             ActivePage = TabFunctions
  2138.             Align = alBottom
  2139.             TabOrder = 1
  2140.             Visible = False
  2141.             object TabDatabase: TTabSheet
  2142.               Caption = 'TabDatabase'
  2143.               TabVisible = False
  2144.               object Label16: TLabel
  2145.                 Left = 4
  2146.                 Top = 8
  2147.                 Width = 58
  2148.                 Height = 17
  2149.                 Alignment = taRightJustify
  2150.                 AutoSize = False
  2151.                 Caption = '&Dataset:'
  2152.                 FocusControl = CBListDataSets
  2153.               end
  2154.               object CBListDataSets: TComboBox
  2155.                 Left = 68
  2156.                 Top = 4
  2157.                 Width = 198
  2158.                 Height = 21
  2159.                 HelpContext = 178
  2160.                 Style = csDropDownList
  2161.                 ItemHeight = 0
  2162.                 TabOrder = 0
  2163.                 OnChange = CBListDataSetsChange
  2164.               end
  2165.               object GroupFields: TScrollBox
  2166.                 Left = 0
  2167.                 Top = -139
  2168.                 Width = 0
  2169.                 Height = 139
  2170.                 HorzScrollBar.Visible = False
  2171.                 Align = alBottom
  2172.                 TabOrder = 1
  2173.                 object LabelLabels: TLabel
  2174.                   Left = 24
  2175.                   Top = 8
  2176.                   Width = 62
  2177.                   Height = 13
  2178.                   Alignment = taRightJustify
  2179.                   AutoSize = False
  2180.                   Caption = '&Labels:'
  2181.                 end
  2182.                 object CBLabelsField: TComboBox
  2183.                   Left = 96
  2184.                   Top = 4
  2185.                   Width = 169
  2186.                   Height = 21
  2187.                   HelpContext = 696
  2188.                   ItemHeight = 0
  2189.                   TabOrder = 0
  2190.                   OnChange = CBLabelsFieldChange
  2191.                 end
  2192.               end
  2193.             end
  2194.             object TabFunctions: TTabSheet
  2195.               Caption = 'TabFunctions'
  2196.               TabVisible = False
  2197.               object Label34: TLabel
  2198.                 Left = 27
  2199.                 Top = 8
  2200.                 Width = 65
  2201.                 Height = 13
  2202.                 Alignment = taRightJustify
  2203.                 AutoSize = False
  2204.                 Caption = '&Function:'
  2205.                 FocusControl = CBFunctions
  2206.               end
  2207.               object CBFunctions: TComboBox
  2208.                 Left = 96
  2209.                 Top = 4
  2210.                 Width = 197
  2211.                 Height = 21
  2212.                 Style = csDropDownList
  2213.                 ItemHeight = 0
  2214.                 Sorted = True
  2215.                 TabOrder = 0
  2216.                 OnChange = CBFunctionsChange
  2217.               end
  2218.               object GroupBox9: TGroupBox
  2219.                 Left = 40
  2220.                 Top = 28
  2221.                 Width = 309
  2222.                 Height = 140
  2223.                 Caption = 'Source Series:'
  2224.                 TabOrder = 1
  2225.                 object Label22: TLabel
  2226.                   Left = 14
  2227.                   Top = 16
  2228.                   Width = 71
  2229.                   Height = 16
  2230.                   AutoSize = False
  2231.                   Caption = '&Available:'
  2232.                   FocusControl = LBAvailSeries
  2233.                 end
  2234.                 object Label24: TLabel
  2235.                   Left = 177
  2236.                   Top = 16
  2237.                   Width = 57
  2238.                   Height = 16
  2239.                   AutoSize = False
  2240.                   Caption = '&Selected:'
  2241.                   FocusControl = LBSelectedSeries
  2242.                 end
  2243.                 object LBAvailSeries: TListBox
  2244.                   Left = 12
  2245.                   Top = 32
  2246.                   Width = 125
  2247.                   Height = 97
  2248.                   ItemHeight = 13
  2249.                   MultiSelect = True
  2250.                   TabOrder = 0
  2251.                   OnDblClick = LBAvailSeriesDblClick
  2252.                 end
  2253.                 object LBSelectedSeries: TListBox
  2254.                   Left = 176
  2255.                   Top = 32
  2256.                   Width = 125
  2257.                   Height = 97
  2258.                   ItemHeight = 13
  2259.                   MultiSelect = True
  2260.                   TabOrder = 1
  2261.                   OnDblClick = LBSelectedSeriesDblClick
  2262.                 end
  2263.                 object BRightOne: TButton
  2264.                   Left = 144
  2265.                   Top = 32
  2266.                   Width = 25
  2267.                   Height = 21
  2268.                   Caption = '>'
  2269.                   TabOrder = 2
  2270.                   OnClick = BRightOneClick
  2271.                 end
  2272.                 object BRightAll: TButton
  2273.                   Left = 144
  2274.                   Top = 56
  2275.                   Width = 25
  2276.                   Height = 21
  2277.                   Caption = '>>'
  2278.                   TabOrder = 3
  2279.                   OnClick = BRightAllClick
  2280.                 end
  2281.                 object BLeftOne: TButton
  2282.                   Left = 144
  2283.                   Top = 84
  2284.                   Width = 25
  2285.                   Height = 21
  2286.                   Caption = '<'
  2287.                   TabOrder = 4
  2288.                   OnClick = BLeftOneClick
  2289.                 end
  2290.                 object BLeftAll: TButton
  2291.                   Left = 144
  2292.                   Top = 108
  2293.                   Width = 25
  2294.                   Height = 21
  2295.                   Caption = '<<'
  2296.                   TabOrder = 5
  2297.                   OnClick = BLeftAllClick
  2298.                 end
  2299.               end
  2300.             end
  2301.           end
  2302.         end
  2303.       end
  2304.       object CBPersistent: TCheckBox
  2305.         Left = 220
  2306.         Top = 30
  2307.         Width = 97
  2308.         Height = 17
  2309.         Caption = 'Persistent'
  2310.         TabOrder = 2
  2311.         Visible = False
  2312.         OnClick = CBPersistentClick
  2313.       end
  2314.     end
  2315.   end
  2316.   object BClose: TButton
  2317.     Left = 316
  2318.     Top = 292
  2319.     Width = 75
  2320.     Height = 25
  2321.     Cancel = True
  2322.     Caption = 'Close'
  2323.     Default = True
  2324.     TabOrder = 1
  2325.     OnClick = BCloseClick
  2326.   end
  2327. end
  2328.