home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGTEXTELEMENT / TDLGTEXTELEMENT.txt
Text File  |  1996-10-14  |  708b  |  41 lines

  1. inherited dlgTextElement: TdlgTextElement
  2.   Left = 630
  3.   Top = 426
  4.   ActiveControl = memText
  5.   Caption = 'Document Text'
  6.   ShowHint = True
  7.   OnShow = FormShow
  8.   PixelsPerInch = 72
  9.   TextHeight = 13
  10.   object lblText: TLabel [1]
  11.     Left = 24
  12.     Top = 16
  13.     Width = 21
  14.     Height = 13
  15.     Caption = '&Text'
  16.     FocusControl = memText
  17.   end
  18.   inherited OKBtn: TButton
  19.     Left = 70
  20.   end
  21.   inherited CancelBtn: TButton
  22.     Left = 150
  23.   end
  24.   object HelpBtn: TButton
  25.     Left = 230
  26.     Top = 180
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Help'
  30.     TabOrder = 2
  31.     OnClick = HelpBtnClick
  32.   end
  33.   object memText: TMemo
  34.     Left = 24
  35.     Top = 36
  36.     Width = 265
  37.     Height = 117
  38.     TabOrder = 3
  39.   end
  40. end
  41.