object FrmPreview: TFrmPreview Left = 240 Top = 187 HorzScrollBar.Visible = False VertScrollBar.Visible = False AutoScroll = False BorderIcons = [biMaximize] Caption = 'ArsClip - Preview' ClientHeight = 379 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClick = FormClick OnKeyPress = FormKeyPress OnMouseDown = FormMouseDown OnResize = FormResize OnShow = FormShow DesignSize = ( 465 379) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 150 Top = 360 Width = 161 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Click on form or press key to close' OnClick = Label1Click end object imgPreview: TImage Left = 8 Top = 8 Width = 441 Height = 345 Anchors = [akLeft, akTop, akRight, akBottom] Proportional = True Stretch = True OnClick = imgPreviewClick end object txtPreview: TMemo Left = 8 Top = 8 Width = 449 Height = 337 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'txtPreview') ReadOnly = True ScrollBars = ssBoth TabOrder = 0 OnClick = txtPreviewClick OnKeyPress = txtPreviewKeyPress end object rePreview: TRichEdit Left = 8 Top = 8 Width = 449 Height = 337 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'rePreview') ScrollBars = ssBoth TabOrder = 1 Visible = False end end