object BackgroundForm: TBackgroundForm Left = 304 Top = 167 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Merak Mail Server Setup' ClientHeight = 223 ClientWidth = 350 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter WindowState = wsMaximized OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CopyrightLabel: TLabel Left = 0 Top = 210 Width = 350 Height = 13 Align = alBottom Alignment = taRightJustify Caption = 'Copyright � 2003 IceWarp Software. All rights reserved. ' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Image: TImage Left = 8 Top = 28 Width = 300 Height = 200 AutoSize = True Picture.Data = {} end end