wabtest.dfm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 107
  4. Caption = 'Windows Address Book Demo'
  5. ClientHeight = 497
  6. ClientWidth = 789
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Label1: TLabel
  17. Left = 20
  18. Top = 52
  19. Width = 42
  20. Height = 13
  21. Caption = 'Contacts'
  22. end
  23. object Label2: TLabel
  24. Left = 228
  25. Top = 52
  26. Width = 47
  27. Height = 13
  28. Caption = 'Properties'
  29. end
  30. object Button1: TButton
  31. Left = 16
  32. Top = 12
  33. Width = 75
  34. Height = 25
  35. Caption = '&Open'
  36. TabOrder = 0
  37. OnClick = Button1Click
  38. end
  39. object ListBox1: TListBox
  40. Left = 16
  41. Top = 68
  42. Width = 201
  43. Height = 241
  44. ItemHeight = 13
  45. TabOrder = 1
  46. OnClick = ListBox1Click
  47. end
  48. object Memo1: TMemo
  49. Left = 224
  50. Top = 8
  51. Width = 305
  52. Height = 481
  53. TabOrder = 2
  54. end
  55. object Memo2: TMemo
  56. Left = 528
  57. Top = 0
  58. Width = 305
  59. Height = 481
  60. TabOrder = 3
  61. end
  62. object wab: TWinAddressBook
  63. Left = 160
  64. Top = 16
  65. end
  66. end