www.pudn.com > oicqspysrc.zip > FriendInfo.dfm


object FriendInfoDlg: TFriendInfoDlg 
  Left = 208 
  Top = 107 
  Width = 271 
  Height = 288 
  Caption = 'ÅóÓÑÐÅÏ¢' 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = 'ËÎÌå' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 12 
  object InfoGrid: TStringGrid 
    Left = 0 
    Top = 0 
    Width = 263 
    Height = 225 
    Align = alTop 
    ColCount = 3 
    DefaultColWidth = 20 
    DefaultRowHeight = 20 
    RowCount = 10 
    TabOrder = 0 
    ColWidths = ( 
      20 
      96 
      118) 
  end 
  object Button1: TButton 
    Left = 84 
    Top = 232 
    Width = 75 
    Height = 25 
    Caption = 'Ok' 
    ModalResult = 1 
    TabOrder = 1 
  end 
end