home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TWHISTLEDIALOG / TWHISTLEDIALOG.txt
Text File  |  1999-06-02  |  1KB  |  61 lines

  1. object WhistleDialog: TWhistleDialog
  2.   Left = 358
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net Vampire messages'
  7.   ClientHeight = 126
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 98
  22.     Width = 371
  23.     Height = 28
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object OkBtn: TButton
  28.       Left = 148
  29.       Top = 4
  30.       Width = 75
  31.       Height = 23
  32.       Cancel = True
  33.       Caption = 'OK'
  34.       Default = True
  35.       ModalResult = 1
  36.       TabOrder = 0
  37.       OnClick = OkBtnClick
  38.     end
  39.   end
  40.   object RichEdit1: TRichEdit
  41.     Left = 8
  42.     Top = 12
  43.     Width = 353
  44.     Height = 86
  45.     Color = clBtnFace
  46.     ReadOnly = True
  47.     ScrollBars = ssBoth
  48.     TabOrder = 1
  49.   end
  50.   object Timer1: TTimer
  51.     Enabled = False
  52.     OnTimer = Timer1Timer
  53.     Left = 36
  54.     Top = 24
  55.   end
  56.   object KMLang1: TKMLang
  57.     Left = 4
  58.     Top = 4
  59.   end
  60. end
  61.