home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 323
- Top = 335
- BorderStyle = bsDialog
- Caption = 'MainForm'
- ClientHeight = 53
- ClientWidth = 113
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PopupMenu1: TPopupMenu
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- OnPopup = PopupMenu1Popup
- Left = 48
- Top = 12
- object N1: TMenuItem
- Caption = '-'
- GroupIndex = 1
- end
- object Setup1: TMenuItem
- Caption = '&Setup...'
- GroupIndex = 1
- OnClick = Setup1Click
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- GroupIndex = 1
- OnClick = Exit1Click
- end
- end
- object TrayIcon1: TCoolTrayIcon
- CycleInterval = 0
- Icon.Data = {<image000.ico>}
- IconIndex = 0
- PopupMenu = PopupMenu1
- LeftPopup = True
- StartMinimized = True
- OnMouseMove = TrayIcon1MouseMove
- Left = 12
- Top = 12
- end
- end
-