home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 100
- Top = 76
- AutoScroll = False
- Caption = 'Line Loop'
- ClientHeight = 272
- ClientWidth = 425
- Color = clBlue
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- PixelsPerInch = 96
- TextHeight = 16
- object MainMenu1: TMainMenu
- object Start1: TMenuItem
- Caption = '&Options'
- object Start2: TMenuItem
- Caption = '&Start'
- OnClick = BStartClick
- end
- object Stop1: TMenuItem
- Caption = 'Sto&p'
- OnClick = BStopClick
- end
- end
- end
- end
-