home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / ONTOP / MAIN.dfm / MAIN.txt
Text File  |  1998-02-10  |  625b  |  31 lines

  1. object MainForm: TMainForm
  2.   Left = 258
  3.   Top = 162
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Stay On Top Demo'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object MainMenu1: TMainMenu
  16.     Left = 48
  17.     Top = 8
  18.     object Demo1: TMenuItem
  19.       Caption = '&Demo'
  20.       object Stayontop1: TMenuItem
  21.         Caption = '&Stay on top'
  22.         OnClick = Stayontop1Click
  23.       end
  24.       object Exit1: TMenuItem
  25.         Caption = 'E&xit'
  26.         OnClick = Exit1Click
  27.       end
  28.     end
  29.   end
  30. end
  31.