home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / DDE1 / CLIENT.dfm / CLIENT.txt
Text File  |  1998-05-12  |  804b  |  44 lines

  1. object ClientForm: TClientForm
  2.   Left = 328
  3.   Top = 385
  4.   Width = 494
  5.   Height = 170
  6.   Caption = 'Client1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Edit1: TEdit
  18.     Left = 20
  19.     Top = 30
  20.     Width = 441
  21.     Height = 28
  22.     TabOrder = 0
  23.     Text = 'Edit1'
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 350
  27.     Top = 80
  28.     Width = 111
  29.     Height = 41
  30.     TabOrder = 1
  31.     Kind = bkClose
  32.   end
  33.   object DdeClientItem1: TDdeClientItem
  34.     DdeConv = DdeClientConv1
  35.     OnChange = DdeClientItem1Change
  36.     Left = 136
  37.     Top = 56
  38.   end
  39.   object DdeClientConv1: TDdeClientConv
  40.     Left = 56
  41.     Top = 56
  42.   end
  43. end
  44.