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

  1. object SendMsgForm: TSendMsgForm
  2.   Left = 348
  3.   Top = 281
  4.   Width = 338
  5.   Height = 278
  6.   Caption = 'SendMsgForm'
  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 = 126
  19.     Top = 224
  20.     Width = 75
  21.     Height = 26
  22.     Anchors = [akRight, akBottom]
  23.     Caption = 'Send'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object RichEdit1: TRichEdit
  28.     Left = 0
  29.     Top = 0
  30.     Width = 329
  31.     Height = 217
  32.     TabOrder = 1
  33.   end
  34. end
  35.