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

  1. object ServerForm: TServerForm
  2.   Left = 205
  3.   Top = 208
  4.   AutoScroll = False
  5.   Caption = 'Server2'
  6.   ClientHeight = 154
  7.   ClientWidth = 518
  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.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Edit1: TEdit
  18.     Left = 50
  19.     Top = 20
  20.     Width = 411
  21.     Height = 28
  22.     TabOrder = 0
  23.     Text = 'Edit1'
  24.     OnChange = Edit1Change
  25.   end
  26.   object Button1: TButton
  27.     Left = 30
  28.     Top = 70
  29.     Width = 111
  30.     Height = 41
  31.     Caption = 'Edit Copy'
  32.     TabOrder = 1
  33.     OnClick = Button1Click
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 370
  37.     Top = 70
  38.     Width = 111
  39.     Height = 41
  40.     TabOrder = 2
  41.     Kind = bkClose
  42.   end
  43.   object DdeServerItem1: TDdeServerItem
  44.     Left = 192
  45.     Top = 56
  46.   end
  47. end
  48.