home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / SHOP / ShopImportP.exe / 0 / RCDATA / TFRMRWMAPIPROPERTIES / TFRMRWMAPIPROPERTIES.txt
Text File  |  2015-03-03  |  2KB  |  91 lines

  1. object FrmRwMapiProperties: TFrmRwMapiProperties
  2.   Left = 444
  3.   Top = 329
  4.   Width = 591
  5.   Height = 442
  6.   Caption = 'MAPI Properties'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object memoExplanation: TMemo
  18.     Left = 4
  19.     Top = 4
  20.     Width = 574
  21.     Height = 73
  22.     Anchors = [akLeft, akTop, akRight]
  23.     Color = clInfoBk
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'Courier New'
  28.     Font.Style = [fsItalic]
  29.     Lines.Strings = (
  30.       'Here you can see the available properties')
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object lvProps: TListView
  36.     Left = 5
  37.     Top = 84
  38.     Width = 573
  39.     Height = 294
  40.     AllocBy = 16
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     Columns = <
  43.       item
  44.         Caption = 'PropName'
  45.         Width = 150
  46.       end
  47.       item
  48.         Caption = 'Type'
  49.         Width = 70
  50.       end
  51.       item
  52.         AutoSize = True
  53.         Caption = 'Value'
  54.       end
  55.       item
  56.         Caption = 'PropID'
  57.         Width = 75
  58.       end
  59.       item
  60.         Caption = 'PropGUID'
  61.         Width = 150
  62.       end>
  63.     MultiSelect = True
  64.     ReadOnly = True
  65.     TabOrder = 1
  66.     ViewStyle = vsReport
  67.     OnColumnClick = lvPropsColumnClick
  68.   end
  69.   object btnClose: TButton
  70.     Left = 504
  71.     Top = 386
  72.     Width = 75
  73.     Height = 25
  74.     Anchors = [akRight, akBottom]
  75.     Caption = 'Close'
  76.     Default = True
  77.     TabOrder = 2
  78.     OnClick = btnCloseClick
  79.   end
  80.   object BtnToClibBrd: TButton
  81.     Left = 423
  82.     Top = 386
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     Caption = 'To ClipBoard'
  87.     TabOrder = 3
  88.     OnClick = BtnToClibBrdClick
  89.   end
  90. end
  91.