object ProductForm: TProductForm Left = 398 Top = 166 BorderIcons = [] BorderStyle = bsNone ClientHeight = 233 ClientWidth = 200 Color = clBlack Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Scaled = False ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object ElkImage1: TJPEGImage Left = 0 Top = 0 Width = 200 Height = 233 Hint = 'Click here to close' Align = alClient OnClick = ElkImage1Click NumOfColors = TrueColor DCTMethod = Integ Dither = FS FastProcessing = False GrayScale = False NoSmooth = False OnePass = False ProgressStep = 10 end object Panel2: TPanel Left = 1 Top = 202 Width = 196 Height = 31 Hint = 'Click here for Stella'#39's home on the Web' BevelOuter = bvLowered BevelWidth = 3 Caption = 'Panel2' Color = 7044500 TabOrder = 0 object Panel1: TPanel Left = 4 Top = 4 Width = 186 Height = 19 Hint = 'Click here for Stella'#39's home on the Web' BevelOuter = bvNone BevelWidth = 2 Caption = 'http://www.sci.fi/~elk' Color = 7044500 Font.Color = clSilver Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsUnderline] ParentFont = False TabOrder = 0 OnClick = Panel1Click end end object ChangeMessageTimer: TTimer Enabled = False Interval = 5000 OnTimer = ChangeMessageTimerTimer Left = 16 Top = 11 end object FlashTimer1: TTimer Enabled = False Interval = 100 OnTimer = FlashTimer1Timer Left = 160 Top = 10 end end