object AboutBox: TAboutBox Left = 246 Top = 143 BorderStyle = bsNone Caption = 'AboutBox' ClientHeight = 302 ClientWidth = 500 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 500 Height = 449 Align = alTop BevelOuter = bvNone BorderWidth = 1 Color = clBlack TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 500 Height = 300 AutoSize = True Picture.Data = {} end object CopyrightLabelShadow: TLabel Left = 13 Top = 276 Width = 52 Height = 15 Caption = 'Copyright' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object CopyrightLabel: TLabel Left = 12 Top = 275 Width = 52 Height = 15 Caption = 'Copyright' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Image2: TImage Left = 180 Top = 120 Width = 500 Height = 300 AutoSize = True Picture.Data = {} end object ReleaseLabel: TLabel Left = 350 Top = 106 Width = 104 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Field Test' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True Visible = False end object TimebombLabel: TLabel Left = 306 Top = 396 Width = 186 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Time-bombed' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False end object SKULabel: TLabel Left = 296 Top = 92 Width = 158 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'SKU' Color = clNone Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end end object Timer1: TTimer Enabled = False Interval = 4000 OnTimer = Timer1Timer Left = 348 Top = 246 end end