home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / OUTLTB.ZIP / demo / Unit1.dfm / Unit1.txt
Text File  |  2002-08-26  |  4KB  |  208 lines

  1. object Form1: TForm1
  2.   Left = 324
  3.   Top = 143
  4.   Width = 718
  5.   Height = 553
  6.   Caption = 'Outlook OLE sample Program'
  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 = True
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 161
  21.     Width = 710
  22.     Height = 338
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object StringGrid1: TStringGrid
  27.       Left = 0
  28.       Top = 0
  29.       Width = 710
  30.       Height = 338
  31.       Align = alClient
  32.       ColCount = 6
  33.       DefaultColWidth = 100
  34.       DefaultRowHeight = 18
  35.       FixedCols = 0
  36.       RowCount = 2
  37.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect]
  38.       ScrollBars = ssVertical
  39.       TabOrder = 0
  40.       OnDblClick = StringGrid1DblClick
  41.       ColWidths = (
  42.         42
  43.         100
  44.         100
  45.         100
  46.         100
  47.         367)
  48.     end
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 499
  53.     Width = 710
  54.     Height = 20
  55.     Align = alBottom
  56.     BevelOuter = bvLowered
  57.     TabOrder = 1
  58.     object Label1: TLabel
  59.       Left = 4
  60.       Top = 3
  61.       Width = 32
  62.       Height = 13
  63.       Caption = 'Label1'
  64.     end
  65.   end
  66.   object Panel3: TPanel
  67.     Left = 0
  68.     Top = 0
  69.     Width = 710
  70.     Height = 161
  71.     Align = alTop
  72.     BevelOuter = bvNone
  73.     TabOrder = 2
  74.     object ShowContact: TButton
  75.       Left = 104
  76.       Top = 136
  77.       Width = 89
  78.       Height = 20
  79.       Caption = 'open contact'
  80.       TabOrder = 0
  81.       OnClick = ShowContactClick
  82.     end
  83.     object Button1: TButton
  84.       Left = 8
  85.       Top = 8
  86.       Width = 89
  87.       Height = 20
  88.       Caption = 'open calendar'
  89.       TabOrder = 1
  90.       OnClick = Button1Click
  91.     end
  92.     object Button2: TButton
  93.       Left = 8
  94.       Top = 136
  95.       Width = 89
  96.       Height = 20
  97.       Caption = 'import contacts'
  98.       TabOrder = 2
  99.       OnClick = Button2Click
  100.     end
  101.     object Button3: TButton
  102.       Left = 8
  103.       Top = 88
  104.       Width = 89
  105.       Height = 20
  106.       Caption = 'Selected Items'
  107.       TabOrder = 3
  108.       OnClick = Button3Click
  109.     end
  110.     object Button4: TButton
  111.       Left = 96
  112.       Top = 8
  113.       Width = 89
  114.       Height = 20
  115.       Caption = 'create a Contact'
  116.       TabOrder = 4
  117.       OnClick = Button4Click
  118.     end
  119.     object Edit1: TEdit
  120.       Left = 195
  121.       Top = 11
  122.       Width = 158
  123.       Height = 21
  124.       TabOrder = 5
  125.       Text = '[FirstName] ="Lothar" and [LastName] = "Perr"'
  126.     end
  127.     object Button5: TButton
  128.       Left = 360
  129.       Top = 11
  130.       Width = 75
  131.       Height = 20
  132.       Caption = 'Find'
  133.       TabOrder = 6
  134.       OnClick = Button5Click
  135.     end
  136.     object Button6: TButton
  137.       Left = 8
  138.       Top = 107
  139.       Width = 89
  140.       Height = 20
  141.       Caption = 'Delete 1. sel. Item'
  142.       TabOrder = 7
  143.       OnClick = Button6Click
  144.     end
  145.     object Button7: TButton
  146.       Left = 8
  147.       Top = 27
  148.       Width = 89
  149.       Height = 20
  150.       Caption = 'open notes'
  151.       TabOrder = 8
  152.       OnClick = Button7Click
  153.     end
  154.     object Button9: TButton
  155.       Left = 96
  156.       Top = 27
  157.       Width = 89
  158.       Height = 20
  159.       Caption = 'New Mail'
  160.       TabOrder = 10
  161.       OnClick = Button9Click
  162.     end
  163.     object Button10: TButton
  164.       Left = 8
  165.       Top = 46
  166.       Width = 89
  167.       Height = 20
  168.       Caption = 'create a node'
  169.       TabOrder = 11
  170.       OnClick = Button10Click
  171.     end
  172.     object Button11: TButton
  173.       Left = 200
  174.       Top = 136
  175.       Width = 193
  176.       Height = 20
  177.       Caption = 'open Item with a full OLE path'
  178.       TabOrder = 12
  179.       OnClick = Button11Click
  180.     end
  181.     object Button12: TButton
  182.       Left = 96
  183.       Top = 88
  184.       Width = 89
  185.       Height = 20
  186.       Caption = 'Current User'
  187.       TabOrder = 13
  188.       OnClick = Button12Click
  189.     end
  190.     object Button8: TButton
  191.       Left = 8
  192.       Top = 65
  193.       Width = 89
  194.       Height = 20
  195.       Caption = 'open first Note'
  196.       TabOrder = 9
  197.       OnClick = Button8Click
  198.     end
  199.   end
  200.   object OutlookConnect1: TOutlookConnect
  201.     Connected = False
  202.     OLEObject = 'Outlook.Application'
  203.     OLENameSpace = 'MAPI'
  204.     Left = 672
  205.     Top = 8
  206.   end
  207. end
  208.