home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TWHATSNEW / TWHATSNEW.txt
Encoding:
Text File  |  1996-08-11  |  740 b   |  41 lines

  1. object Whatsnew: TWhatsnew
  2.   Left = 200
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'What'#39's new...'
  6.   ClientHeight = 263
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 222
  18.     Width = 385
  19.     Height = 41
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 160
  24.       Top = 8
  25.       Width = 75
  26.       Height = 25
  27.       Caption = 'OK'
  28.       TabOrder = 0
  29.       OnClick = Button1Click
  30.     end
  31.   end
  32.   object Memo1: TMemo
  33.     Left = 0
  34.     Top = 0
  35.     Width = 385
  36.     Height = 222
  37.     Align = alClient
  38.     TabOrder = 1
  39.   end
  40. end
  41.