home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / lineloop / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  623 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 100
  3.   Top = 76
  4.   AutoScroll = False
  5.   Caption = 'Line Loop'
  6.   ClientHeight = 272
  7.   ClientWidth = 425
  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.     object Start1: TMenuItem
  19.       Caption = '&Options'
  20.       object Start2: TMenuItem
  21.         Caption = '&Start'
  22.         OnClick = BStartClick
  23.       end
  24.       object Stop1: TMenuItem
  25.         Caption = 'Sto&p'
  26.         OnClick = BStopClick
  27.       end
  28.     end
  29.   end
  30. end
  31.