home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMINSERTHTML / TFRMINSERTHTML.txt
Encoding:
Text File  |  2004-09-23  |  917 b   |  52 lines

  1. object frmInsertHTML: TfrmInsertHTML
  2.   Left = 638
  3.   Top = 375
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert Raw HTML'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 297
  19.     Height = 161
  20.     Shape = bsFrame
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 79
  24.     Top = 180
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object CancelBtn: TButton
  33.     Left = 159
  34.     Top = 180
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object Memo1: TMemo
  43.     Left = 16
  44.     Top = 16
  45.     Width = 281
  46.     Height = 145
  47.     ScrollBars = ssBoth
  48.     TabOrder = 0
  49.     OnKeyPress = Memo1KeyPress
  50.   end
  51. end
  52.