object frmPreview1: TfrmPreview1 Left = 192 Top = 114 Width = 131 Height = 174 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = 'Preview' Color = clBtnFace Constraints.MinHeight = 160 Constraints.MinWidth = 130 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlProps1: TPanel Left = 0 Top = 114 Width = 123 Height = 26 Align = alBottom TabOrder = 0 DesignSize = ( 123 26) object btnDelete1: TButton Left = 5 Top = 5 Width = 52 Height = 17 Caption = '&Delete' TabOrder = 0 OnClick = btnDelete1Click end object btnClose1: TButton Left = 67 Top = 5 Width = 52 Height = 17 Anchors = [akTop, akRight] Caption = 'Close' TabOrder = 1 OnClick = btnClose1Click end end object pnlPreview1: TPanel Left = 0 Top = 0 Width = 123 Height = 114 Align = alClient BevelOuter = bvNone TabOrder = 1 object imgPreview1: TImage Left = 0 Top = 0 Width = 123 Height = 114 Align = alClient PopupMenu = PopupMenu1 Stretch = True end end object PopupMenu1: TPopupMenu Left = 16 Top = 48 object Setaswallpaper1: TMenuItem Caption = '&Set as wallpaper' ShortCut = 120 OnClick = Setaswallpaper1Click end end end