home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / Sysboard / 6bi2.1.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Text File  |  2006-03-02  |  559b  |  26 lines

  1. object SetupForm: TSetupForm
  2.   Left = 462
  3.   Top = 431
  4.   AutoScroll = False
  5.   Caption = 'App Setup'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clWindow
  9.   Ctl3D = False
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -32
  13.   Font.Name = 'Times New Roman'
  14.   Font.Style = [fsBold, fsItalic]
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   WindowState = wsMaximized
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnPaint = FormPaint
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 36
  25. end
  26.