object ServerForm: TServerForm Left = 205 Top = 208 AutoScroll = False Caption = 'Server2' ClientHeight = 154 ClientWidth = 518 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] OldCreateOrder = True PixelsPerInch = 120 TextHeight = 20 object Edit1: TEdit Left = 50 Top = 20 Width = 411 Height = 28 TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end object Button1: TButton Left = 30 Top = 70 Width = 111 Height = 41 Caption = 'Edit Copy' TabOrder = 1 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 370 Top = 70 Width = 111 Height = 41 TabOrder = 2 Kind = bkClose end object DdeServerItem1: TDdeServerItem Left = 192 Top = 56 end end