object FrmRwMapiProperties: TFrmRwMapiProperties Left = 444 Top = 329 Width = 591 Height = 442 Caption = 'MAPI Properties' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object memoExplanation: TMemo Left = 4 Top = 4 Width = 574 Height = 73 Anchors = [akLeft, akTop, akRight] Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [fsItalic] Lines.Strings = ( 'Here you can see the available properties') ParentFont = False ReadOnly = True TabOrder = 0 end object lvProps: TListView Left = 5 Top = 84 Width = 573 Height = 294 AllocBy = 16 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'PropName' Width = 150 end item Caption = 'Type' Width = 70 end item AutoSize = True Caption = 'Value' end item Caption = 'PropID' Width = 75 end item Caption = 'PropGUID' Width = 150 end> MultiSelect = True ReadOnly = True TabOrder = 1 ViewStyle = vsReport OnColumnClick = lvPropsColumnClick end object btnClose: TButton Left = 504 Top = 386 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Close' Default = True TabOrder = 2 OnClick = btnCloseClick end object BtnToClibBrd: TButton Left = 423 Top = 386 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'To ClipBoard' TabOrder = 3 OnClick = BtnToClibBrdClick end end