home *** CD-ROM | disk | FTP | other *** search
- object DdeSrvrForm: TDdeSrvrForm
- Left = 251
- Top = 155
- AutoScroll = False
- ActiveControl = Edit1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'DdeSrvrForm'
- ClientHeight = 167
- ClientWidth = 239
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Menu = MainMenu1
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 32
- Top = 28
- Width = 157
- Height = 13
- Caption = 'Topic Name: DdeTestTopic'
- end
- object Label4: TLabel
- Left = 33
- Top = 46
- Width = 137
- Height = 13
- Caption = 'Item Name: DdeTesttem'
- end
- object Label1: TLabel
- Left = 34
- Top = 12
- Width = 134
- Height = 13
- Caption = 'Service Name: DdeSrvr'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 225
- Height = 65
- end
- object Edit1: TMemo
- Left = 8
- Top = 80
- Width = 225
- Height = 81
- Lines.Strings = (
- 'Edit1')
- ScrollBars = ssVertical
- TabOrder = 0
- OnChange = doOnChange
- end
- object DdeTestTopic: TDdeServerConv
- OnExecuteMacro = doMacro
- Left = 186
- Top = 3
- end
- object DdeTestItem: TDdeServerItem
- ServerConv = DdeTestTopic
- Text = 'Edit1'
- Lines.Strings = (
- 'Edit1')
- OnPokeData = doOnPoke
- Left = 218
- Top = 3
- end
- object MainMenu1: TMainMenu
- Left = 215
- Top = 36
- object File1: TMenuItem
- Caption = 'File'
- end
- object Edit2: TMenuItem
- Caption = 'Edit'
- object Copy1: TMenuItem
- Caption = 'Copy'
- OnClick = CopyClick
- end
- end
- end
- end
-