object Form1: TForm1 Left = 200 Top = 106 BorderIcons = [biSystemMenu] BorderStyle = bsNone Caption = 'Maple Leaf' ClientHeight = 556 ClientWidth = 687 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 81 Height = 65 Hint = 'It'#39's a leaf' PopupMenu = PopupMenu1 OnClick = DoClick OnMouseDown = Image1MouseDown end object Timer1: TTimer Enabled = False Interval = 1 OnTimer = Iterate Left = 8 Top = 8 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 200 Top = 152 object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end object Normal1: TMenuItem Caption = '&Normal' OnClick = Normal1Click end object BlueLeaf1: TMenuItem Caption = '&Blue Leaf' OnClick = BlueLeaf1Click end object LeafOnly1: TMenuItem Caption = '&Leaf Only' OnClick = LeafOnly1Click end end end