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
Wrap
Text File
|
1996-10-14
|
1KB
|
55 lines
object EPStringEditorFm: TEPStringEditorFm
Left = 330
Top = 255
ActiveControl = StringMe
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'String editor'
ClientHeight = 121
ClientWidth = 352
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 164
Height = 13
Caption = 'Press Ctrl+Enter to start a new line.'
end
object StringMe: TMemo
Left = 8
Top = 28
Width = 337
Height = 53
ScrollBars = ssVertical
TabOrder = 0
WantReturns = False
OnEnter = StringMeEnter
end
object CancelBt: TButton
Left = 268
Top = 92
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object OKBt: TButton
Left = 188
Top = 92
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end