object ClientForm: TClientForm Left = 198 Top = 185 AutoScroll = False Caption = 'Client2' ClientHeight = 134 ClientWidth = 584 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 20 object Edit1: TEdit Left = 20 Top = 30 Width = 551 Height = 28 TabOrder = 0 Text = 'Edit1' end object BitBtn1: TBitBtn Left = 460 Top = 80 Width = 111 Height = 41 TabOrder = 1 Kind = bkClose end object DdeClientItem1: TDdeClientItem DdeConv = DdeClientConv1 OnChange = DdeClientItem1Change Left = 192 Top = 56 end object DdeClientConv1: TDdeClientConv ConnectMode = ddeManual Left = 96 Top = 56 end end