object SlideForm: TSlideForm
  Left = 192
  Top = 104
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = ' '
  ClientHeight = 281
  ClientWidth = 230
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object pPreviewPanel: TPanel
    Left = 10
    Top = 7
    Width = 208
    Height = 221
    BevelInner = bvLowered
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 1
    object pPreviewBox: TPaintBox
      Left = 1
      Top = 1
      Width = 202
      Height = 215
      Align = alClient
      OnPaint = pPreviewBoxPaint
    end
  end
  object closeButton: TButton
    Left = 11
    Top = 239
    Width = 92
    Height = 31
    Cancel = True
    Caption = 'Ok'
    ModalResult = 1
    TabOrder = 0
  end
end
