home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap32
/
simpdde
/
mains.txt
< prev
next >
Wrap
Text File
|
1995-03-20
|
500b
|
26 lines
object SimpleServer: TSimpleServer
Left = 200
Top = 99
Width = 435
Height = 300
Caption = 'SimpleServer'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object DdeServerConv1: TDdeServerConv
Left = 16
Top = 16
end
object DdeServerItem1: TDdeServerItem
ServerConv = DdeServerConv1
Text = '25'
Lines.Strings = (
'25')
Left = 64
Top = 16
end
end