object SlideForm: TSlideForm
  Left = 192
  Top = 104
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = ' '
  ClientHeight = 247
  ClientWidth = 187
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object pPreviewPanel: TPanel
    Left = 8
    Top = 6
    Width = 169
    Height = 179
    BevelInner = bvLowered
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 1
    object pPreviewBox: TPaintBox
      Left = 1
      Top = 1
      Width = 163
      Height = 173
      Align = alClient
      OnPaint = pPreviewBoxPaint
    end
  end
  object closeButton: TButton
    Left = 56
    Top = 200
    Width = 75
    Height = 25
    Cancel = True
    Caption = ''
    ModalResult = 1
    TabOrder = 0
  end
end
