home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / ddedemo.pak / DDEFORM.DFM / DDEFORM.txt
Encoding:
Text File  |  1995-08-24  |  1.3 KB  |  71 lines

  1. object Form1: TForm1
  2.   Left = 282
  3.   Top = 196
  4.   AutoScroll = False
  5.   ActiveControl = GroupName
  6.   BorderStyle = bsDialog
  7.   Caption = 'DDE Demo'
  8.   ClientHeight = 116
  9.   ClientWidth = 307
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 59
  20.     Width = 69
  21.     Height = 13
  22.     Caption = 'Group name'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 9
  26.     Top = 8
  27.     Width = 295
  28.     Height = 38
  29.     AutoSize = False
  30.     Caption = 
  31.       'Enter a Program Manager group name below, then press the Create ' +
  32.       'Group button.'
  33.     WordWrap = True
  34.   end
  35.   object GroupName: TEdit
  36.     Left = 96
  37.     Top = 56
  38.     Width = 192
  39.     Height = 20
  40.     TabOrder = 0
  41.   end
  42.   object CreateButton: TButton
  43.     Left = 96
  44.     Top = 88
  45.     Width = 105
  46.     Height = 25
  47.     Caption = 'Create group'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = CreateButtonClick
  51.   end
  52.   object Button2: TButton
  53.     Left = 216
  54.     Top = 88
  55.     Width = 73
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Exit'
  59.     TabOrder = 2
  60.     OnClick = Button2Click
  61.   end
  62.   object DDEClient: TDdeClientConv
  63.     DdeService = 'ProgMan'
  64.     Left = 8
  65.     Top = 88
  66.     LinkInfo = (
  67.       'Service ProgMan'
  68.       'Topic ')
  69.   end
  70. end
  71.