home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / TeeChartPro / TeeChart5Delphi5Eval.exe / %MAINDIR% / Delphi5 / Lib / TeeToolSeriesEdit.dfm / TeeToolSeriesEdit.txt
Encoding:
Text File  |  2001-09-10  |  579 b   |  32 lines

  1. object SeriesToolEditor: TSeriesToolEditor
  2.   Left = 337
  3.   Top = 307
  4.   Width = 241
  5.   Height = 199
  6.   Color = clBtnFace
  7.   ParentFont = True
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 0
  13.     Top = 12
  14.     Width = 40
  15.     Height = 21
  16.     Alignment = taRightJustify
  17.     AutoSize = False
  18.     Caption = '&Series:'
  19.     FocusControl = CBSeries
  20.   end
  21.   object CBSeries: TComboBox
  22.     Left = 48
  23.     Top = 8
  24.     Width = 145
  25.     Height = 21
  26.     Style = csDropDownList
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.     OnChange = CBSeriesChange
  30.   end
  31. end
  32.