home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / rectloop / main.dfm / main.txt < prev   
Text File  |  1995-03-20  |  658b  |  33 lines

  1. object Form1: TForm1
  2.   Left = 126
  3.   Top = 66
  4.   AutoScroll = False
  5.   Caption = 'Rectangular Loops'
  6.   ClientHeight = 253
  7.   ClientWidth = 415
  8.   Color = clBlue
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object MainMenu1: TMainMenu
  18.     Left = 8
  19.     Top = 8
  20.     object Options1: TMenuItem
  21.       Caption = '&Options'
  22.       object Start1: TMenuItem
  23.         Caption = '&Start'
  24.         OnClick = Start1Click
  25.       end
  26.       object Stop1: TMenuItem
  27.         Caption = 'Sto&p'
  28.         OnClick = Stop1Click
  29.       end
  30.     end
  31.   end
  32. end
  33.