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

  1. inherited ChartImageToolEditor: TChartImageToolEditor
  2.   Width = 259
  3.   Height = 190
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   object GroupBox2: TGroupBox
  7.     Left = 10
  8.     Top = 40
  9.     Width = 183
  10.     Height = 89
  11.     Caption = 'Image:'
  12.     TabOrder = 1
  13.     object Image1: TImage
  14.       Left = 97
  15.       Top = 24
  16.       Width = 73
  17.       Height = 49
  18.       Stretch = True
  19.     end
  20.     object Button1: TButton
  21.       Left = 8
  22.       Top = 21
  23.       Width = 75
  24.       Height = 25
  25.       Caption = '&Image...'
  26.       TabOrder = 0
  27.       OnClick = Button1Click
  28.     end
  29.   end
  30. end
  31.