home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap09
/
rectloop
/
main.dfm
/
main.txt
< prev
Wrap
Text File
|
1995-03-20
|
658b
|
33 lines
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 = {<image000.ico>}
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