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

  1. object BaseSourceEditor: TBaseSourceEditor
  2.   Left = 286
  3.   Top = 220
  4.   Width = 396
  5.   Height = 224
  6.   Color = clBtnFace
  7.   ParentFont = True
  8.   OnCloseQuery = FormCloseQuery
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Pan: TPanel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 388
  16.     Height = 28
  17.     Align = alTop
  18.     TabOrder = 0
  19.     object LLabel: TLabel
  20.       Left = 8
  21.       Top = 7
  22.       Width = 80
  23.       Height = 17
  24.       Alignment = taRightJustify
  25.       AutoSize = False
  26.       Caption = '&Source:'
  27.       FocusControl = CBSources
  28.     end
  29.     object CBSources: TComboBox
  30.       Left = 93
  31.       Top = 3
  32.       Width = 177
  33.       Height = 21
  34.       HelpContext = 178
  35.       Style = csDropDownList
  36.       Color = clWindow
  37.       ItemHeight = 13
  38.       TabOrder = 0
  39.       OnChange = CBSourcesChange
  40.     end
  41.     object BApply: TButton
  42.       Left = 289
  43.       Top = 3
  44.       Width = 75
  45.       Height = 22
  46.       Caption = '&Apply'
  47.       Enabled = False
  48.       TabOrder = 1
  49.     end
  50.   end
  51. end
  52.