object MainForm: TMainForm Left = 191 Top = 289 Width = 391 Height = 223 Caption = 'DDE Color Client (CClient)' 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 Label1: TLabel Left = 20 Top = 10 Width = 47 Height = 20 Caption = 'Color:' end object ColorValueLabel: TLabel Left = 20 Top = 140 Width = 36 Height = 20 Caption = '0000' end object Edit1: TEdit Left = 20 Top = 30 Width = 111 Height = 28 TabStop = False Enabled = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 220 Top = 110 Width = 111 Height = 41 TabOrder = 1 Kind = bkClose end object DdeClientConv1: TDdeClientConv Left = 128 Top = 24 end object DdeClientItem1: TDdeClientItem Text = '$00A8F181 ' Lines.Strings = ( '$00A8F181 ') DdeConv = DdeClientConv1 OnChange = DdeClientItem1Change Left = 216 Top = 24 end end