home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / Wewiz32k.wem / 0 / RCDATA / TEPSTRINGEDITORFM / TEPSTRINGEDITORFM.txt
Text File  |  1996-10-14  |  1KB  |  55 lines

  1. object EPStringEditorFm: TEPStringEditorFm
  2.   Left = 330
  3.   Top = 255
  4.   ActiveControl = StringMe
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'String editor'
  8.   ClientHeight = 121
  9.   ClientWidth = 352
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 164
  21.     Height = 13
  22.     Caption = 'Press Ctrl+Enter to start a new line.'
  23.   end
  24.   object StringMe: TMemo
  25.     Left = 8
  26.     Top = 28
  27.     Width = 337
  28.     Height = 53
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.     WantReturns = False
  32.     OnEnter = StringMeEnter
  33.   end
  34.   object CancelBt: TButton
  35.     Left = 268
  36.     Top = 92
  37.     Width = 75
  38.     Height = 23
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44.   object OKBt: TButton
  45.     Left = 188
  46.     Top = 92
  47.     Width = 75
  48.     Height = 23
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.   end
  54. end
  55.