home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TOPTIMIZE / TOPTIMIZE.txt
Text File  |  1996-12-20  |  525b  |  31 lines

  1. object Optimize: TOptimize
  2.   Left = 202
  3.   Top = 104
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Optimize'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Memo: TMemo
  14.     Left = 0
  15.     Top = 0
  16.     Width = 427
  17.     Height = 273
  18.     Align = alClient
  19.     TabOrder = 0
  20.   end
  21.   object Button1: TButton
  22.     Left = 348
  23.     Top = 244
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&Clear'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.