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

  1. inherited DBChartEditor: TDBChartEditor
  2.   Left = 388
  3.   Top = 171
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited Pan: TPanel
  7.     TabOrder = 1
  8.     inherited BApply: TButton
  9.       OnClick = BApplyClick
  10.     end
  11.   end
  12.   object GroupFields: TScrollBox
  13.     Left = 0
  14.     Top = 28
  15.     Width = 388
  16.     Height = 169
  17.     HorzScrollBar.Visible = False
  18.     Align = alClient
  19.     TabOrder = 0
  20.     object LLabels: TLabel
  21.       Left = 24
  22.       Top = 8
  23.       Width = 62
  24.       Height = 13
  25.       Alignment = taRightJustify
  26.       AutoSize = False
  27.       Caption = '&Labels:'
  28.       FocusControl = CBLabelsField
  29.     end
  30.     object CBLabelsField: TComboBox
  31.       Left = 95
  32.       Top = 4
  33.       Width = 173
  34.       Height = 21
  35.       HelpContext = 696
  36.       ItemHeight = 13
  37.       TabOrder = 0
  38.       OnChange = CBLabelsFieldChange
  39.     end
  40.   end
  41. end
  42.