home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / DDE2 / CLIENT.dfm / CLIENT.txt
Text File  |  1998-05-14  |  865b  |  46 lines

  1. object ClientForm: TClientForm
  2.   Left = 198
  3.   Top = 185
  4.   AutoScroll = False
  5.   Caption = 'Client2'
  6.   ClientHeight = 134
  7.   ClientWidth = 584
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Edit1: TEdit
  19.     Left = 20
  20.     Top = 30
  21.     Width = 551
  22.     Height = 28
  23.     TabOrder = 0
  24.     Text = 'Edit1'
  25.   end
  26.   object BitBtn1: TBitBtn
  27.     Left = 460
  28.     Top = 80
  29.     Width = 111
  30.     Height = 41
  31.     TabOrder = 1
  32.     Kind = bkClose
  33.   end
  34.   object DdeClientItem1: TDdeClientItem
  35.     DdeConv = DdeClientConv1
  36.     OnChange = DdeClientItem1Change
  37.     Left = 192
  38.     Top = 56
  39.   end
  40.   object DdeClientConv1: TDdeClientConv
  41.     ConnectMode = ddeManual
  42.     Left = 96
  43.     Top = 56
  44.   end
  45. end
  46.