home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Techno Guide - Aspettando Windows 98
/
TechnoGuide.iso
/
fileutil
/
afloppy
/
_setup.1
/
autofloppy.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
1997-03-31
|
1KB
|
52 lines
object Form1: TForm1
Left = 105
Top = 279
Width = 122
Height = 73
Caption = 'AutoFloppy'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
Tag = 1
Enabled = False
Interval = 10000
OnTimer = Timer1Timer
Left = 16
Top = 8
end
object TrayIcon1: TTrayIcon
Active = True
ShowDesigning = False
Icon.Data = {<image001.ico>}
ToolTip = 'AutoFloppy (Right-Click for menu.)'
PopupMenu = PopupMenu1
Left = 40
Top = 8
end
object PopupMenu1: TPopupMenu
Left = 64
Top = 8
object Options1: TMenuItem
Caption = '&Options'
ShortCut = 0
OnClick = Options1Click
end
object About1: TMenuItem
Caption = '&About'
ShortCut = 0
OnClick = About1Click
end
object Exit1: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = Exit1Click
end
end
end