FriendInfo.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:1k
源码类别:

其他

开发平台:

Delphi

  1. object FriendInfoDlg: TFriendInfoDlg
  2.   Left = 208
  3.   Top = 107
  4.   Width = 271
  5.   Height = 288
  6.   Caption = '朋友信息'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '宋体'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object InfoGrid: TStringGrid
  17.     Left = 0
  18.     Top = 0
  19.     Width = 263
  20.     Height = 225
  21.     Align = alTop
  22.     ColCount = 3
  23.     DefaultColWidth = 20
  24.     DefaultRowHeight = 20
  25.     RowCount = 10
  26.     TabOrder = 0
  27.     ColWidths = (
  28.       20
  29.       96
  30.       118)
  31.   end
  32.   object Button1: TButton
  33.     Left = 84
  34.     Top = 232
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.   end
  41. end