object FinishFrm: TFinishFrm Left = -34 Top = 125 BorderIcons = [] BorderStyle = bsDialog Caption = 'Finished' ClientHeight = 112 ClientWidth = 270 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 270 Height = 72 Align = alTop Alignment = taCenter AutoSize = False Caption = 'The HTML frame codes have been placed onto the ClipBoard, ready ' + 'for pasting into any application you choose. Please remember to ' + 'place the infomation into a secure place as soon as possible, as' + ' another application may require the clipboard and clear it ..' WordWrap = True end object Button1: TButton Left = 92 Top = 84 Width = 80 Height = 27 Caption = '&Ok' ModalResult = 1 TabOrder = 0 end end