FriendInfo.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:1k
- 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