home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap32 / simpdde / mains.txt < prev    next >
Text File  |  1995-03-20  |  500b  |  26 lines

  1. object SimpleServer: TSimpleServer
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'SimpleServer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object DdeServerConv1: TDdeServerConv
  14.     Left = 16
  15.     Top = 16
  16.   end
  17.   object DdeServerItem1: TDdeServerItem
  18.     ServerConv = DdeServerConv1
  19.     Text = '25'
  20.     Lines.Strings = (
  21.       '25')
  22.     Left = 64
  23.     Top = 16
  24.   end
  25. end
  26.