object FMain: TFMain Left = 121 Top = 106 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 422 ClientWidth = 594 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Backdrop1: TBackdrop Left = 0 Top = 0 Width = 594 Height = 422 end object lblAppName: TLabel Left = 40 Top = 288 Width = 449 Height = 57 AutoSize = False Caption = 'lblAppName' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -48 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False Transparent = True Visible = False end object lblVersion: TLabel Left = 176 Top = 96 Width = 449 Height = 17 AutoSize = False Caption = 'lblVersion' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblCopy1: TLabel Left = 16 Top = 112 Width = 449 Height = 17 AutoSize = False Caption = 'lblCopy1' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object Image1: TImage Left = 0 Top = 3 Width = 175 Height = 135 AutoSize = True Picture.Data = {} Stretch = True Transparent = True end object Image2: TImage Left = 160 Top = 21 Width = 275 Height = 78 AutoSize = True Picture.Data = {} Transparent = True end object Timer: TTimer Enabled = False Interval = 500 OnTimer = TimerTimer Left = 16 Top = 160 end end