home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / ICQ.ZIP / ICQ / Example / RecvMsg.dfm < prev    next >
Text File  |  2002-07-11  |  891b  |  45 lines

  1. object RecvMsgForm: TRecvMsgForm
  2.   Left = 323
  3.   Top = 163
  4.   Width = 354
  5.   Height = 273
  6.   Caption = 'RecvMsgForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 95
  19.     Top = 221
  20.     Width = 75
  21.     Height = 25
  22.     Anchors = [akRight, akBottom]
  23.     Caption = 'Answer'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 173
  29.     Top = 221
  30.     Width = 75
  31.     Height = 25
  32.     Anchors = [akRight, akBottom]
  33.     Caption = 'Close'
  34.     TabOrder = 1
  35.     OnClick = Button2Click
  36.   end
  37.   object RichEdit1: TRichEdit
  38.     Left = 0
  39.     Top = 0
  40.     Width = 345
  41.     Height = 217
  42.     TabOrder = 2
  43.   end
  44. end
  45.