object WallpaperForm: TWallpaperForm Left = 966 Top = 435 Width = 271 Height = 121 Font.Color = clWindowText Font.Height = -33 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] FormStyle = fsMDIForm Visible = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 38 object InstallImg: TImage Left = 9 Top = 10 Width = 40 Height = 63 Picture.Data = {} Stretch = True Visible = False end object UninstallImg: TImage Left = 57 Top = 10 Width = 40 Height = 63 Picture.Data = {} Stretch = True Visible = False end end