home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / 1000ff / 1000ff32.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-02-28  |  908b  |  49 lines

  1. object MainForm: TMainForm
  2.   Left = 32767
  3.   Top = 123
  4.   AutoScroll = False
  5.   Caption = 'Setup -'
  6.   ClientHeight = 118
  7.   ClientWidth = 299
  8.   Color = clNavy
  9.   Font.Color = clWhite
  10.   Font.Height = -45
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold, fsItalic]
  13.   FormStyle = fsMDIForm
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 51
  22.   object MDIArea: TMDIArea
  23.     Left = 0
  24.     Top = 0
  25.     Width = 299
  26.     Height = 118
  27.     Bevel = False
  28.     BackgroundColor = clNavy
  29.     OnPaint = MDIAreaPaint
  30.   end
  31.   object AE: TAppExec
  32.     Wait = True
  33.     WindowState = wsNormal
  34.     Left = 64
  35.     Top = 25
  36.   end
  37.   object NoTask1: TNoTask
  38.     Left = 186
  39.     Top = 68
  40.   end
  41.   object t1: TTimer
  42.     Enabled = False
  43.     Interval = 2500
  44.     OnTimer = t1Timer
  45.     Left = 19
  46.     Top = 59
  47.   end
  48. end
  49.