object Form1: TForm1 Left = 201 Top = 101 Width = 435 Height = 300 Caption = 'Simple Client' Color = clBlack Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 0 Top = 0 Width = 427 Height = 109 Align = alTop Alignment = taCenter Caption = 'Label1' Font.Color = clBlue Font.Height = -96 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object Connect: TButton Left = 184 Top = 200 Width = 89 Height = 33 Caption = 'Connect' TabOrder = 0 OnClick = ConnectClick end object DdeClientConv1: TDdeClientConv DdeService = 'SimpServ' DdeTopic = 'DdeServerConv1' Left = 24 Top = 8 LinkInfo = ( 'Service SimpServ' 'Topic DdeServerConv1') end object DdeClientItem1: TDdeClientItem Text = '25 ' Lines.Strings = ( '25 ') DdeConv = DdeClientConv1 Left = 56 Top = 8 end end