home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 282
- Top = 196
- AutoScroll = False
- ActiveControl = GroupName
- BorderStyle = bsDialog
- Caption = 'DDE Demo'
- ClientHeight = 116
- ClientWidth = 307
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 59
- Width = 69
- Height = 13
- Caption = 'Group name'
- end
- object Label2: TLabel
- Left = 9
- Top = 8
- Width = 295
- Height = 38
- AutoSize = False
- Caption =
- 'Enter a Program Manager group name below, then press the Create ' +
- 'Group button.'
- WordWrap = True
- end
- object GroupName: TEdit
- Left = 96
- Top = 56
- Width = 192
- Height = 20
- TabOrder = 0
- end
- object CreateButton: TButton
- Left = 96
- Top = 88
- Width = 105
- Height = 25
- Caption = 'Create group'
- Default = True
- TabOrder = 1
- OnClick = CreateButtonClick
- end
- object Button2: TButton
- Left = 216
- Top = 88
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Exit'
- TabOrder = 2
- OnClick = Button2Click
- end
- object DDEClient: TDdeClientConv
- DdeService = 'ProgMan'
- Left = 8
- Top = 88
- LinkInfo = (
- 'Service ProgMan'
- 'Topic ')
- end
- end
-