www.pudn.com > MSN Messenger µÄÔ´Âë.zip > Unit2.dfm


object Form2: TForm2 
  Left = 199 
  Top = 131 
  Width = 518 
  Height = 161 
  Caption = 'Dubbelklik op een buddy om haar/hem toe te voegen aan de chat!' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Buddylist: TListView 
    Left = 0 
    Top = 0 
    Width = 510 
    Height = 127 
    Align = alClient 
    Columns = < 
      item 
        Caption = 'Naam' 
        Width = 200 
      end 
      item 
        Caption = 'E-mail' 
        Width = 200 
      end 
      item 
        Caption = 'Status' 
        Width = 100 
      end> 
    ReadOnly = True 
    TabOrder = 0 
    ViewStyle = vsReport 
    OnDblClick = BuddylistDblClick 
  end 
end