home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95framit / frameit.exe / 0 / RCDATA / TFINISHFRM / TFINISHFRM.txt
Text File  |  1996-11-19  |  925b  |  40 lines

  1. object FinishFrm: TFinishFrm
  2.   Left = -34
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Finished'
  7.   ClientHeight = 112
  8.   ClientWidth = 270
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 270
  19.     Height = 72
  20.     Align = alTop
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 
  24.       'The HTML frame codes have been placed onto the ClipBoard, ready ' +
  25.       'for pasting into any application you choose. Please remember to ' +
  26.       'place the infomation into a secure place as soon as possible, as' +
  27.       ' another application may require the clipboard and clear it ..'
  28.     WordWrap = True
  29.   end
  30.   object Button1: TButton
  31.     Left = 92
  32.     Top = 84
  33.     Width = 80
  34.     Height = 27
  35.     Caption = '&Ok'
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39. end
  40.