| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- object Form1: TForm1
- Left = 192
- Top = 107
- Caption = 'Windows Address Book Demo'
- ClientHeight = 497
- ClientWidth = 789
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 20
- Top = 52
- Width = 42
- Height = 13
- Caption = 'Contacts'
- end
- object Label2: TLabel
- Left = 228
- Top = 52
- Width = 47
- Height = 13
- Caption = 'Properties'
- end
- object Button1: TButton
- Left = 16
- Top = 12
- Width = 75
- Height = 25
- Caption = '&Open'
- TabOrder = 0
- OnClick = Button1Click
- end
- object ListBox1: TListBox
- Left = 16
- Top = 68
- Width = 201
- Height = 241
- ItemHeight = 13
- TabOrder = 1
- OnClick = ListBox1Click
- end
- object Memo1: TMemo
- Left = 224
- Top = 8
- Width = 305
- Height = 481
- TabOrder = 2
- end
- object Memo2: TMemo
- Left = 528
- Top = 0
- Width = 305
- Height = 481
- TabOrder = 3
- end
- object wab: TWinAddressBook
- Left = 160
- Top = 16
- end
- end
|