home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TCHARTEDITFORM / TCHARTEDITFORM.txt
Text File  |  1998-04-04  |  65KB  |  2,186 lines

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