home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / POLYFLOW / Polyflow.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-05-14  |  655b  |  35 lines

  1. object MainForm: TMainForm
  2.   Left = 201
  3.   Top = 131
  4.   Width = 434
  5.   Height = 270
  6.   Caption = 'MainForm'
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainMenu1: TMainMenu
  18.     Left = 48
  19.     Top = 72
  20.     object Demo1: TMenuItem
  21.       Caption = 'Demo'
  22.       object Exit1: TMenuItem
  23.         Caption = 'E&xit'
  24.         OnClick = Exit1Click
  25.       end
  26.     end
  27.   end
  28.   object Timer1: TTimer
  29.     Interval = 1
  30.     OnTimer = Timer1Timer
  31.     Left = 104
  32.     Top = 72
  33.   end
  34. end
  35.