object Form1: TForm1 Left = 126 Top = 66 AutoScroll = False Caption = 'Rectangular Loops' ClientHeight = 253 ClientWidth = 415 Color = clBlue Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} Menu = MainMenu1 PixelsPerInch = 96 TextHeight = 16 object MainMenu1: TMainMenu Left = 8 Top = 8 object Options1: TMenuItem Caption = '&Options' object Start1: TMenuItem Caption = '&Start' OnClick = Start1Click end object Stop1: TMenuItem Caption = 'Sto&p' OnClick = Stop1Click end end end end