home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TWARNWINDOW / TWARNWINDOW.txt
Text File  |  1998-05-16  |  1KB  |  59 lines

  1. object WarnWindow: TWarnWindow
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modem Doctor Warning'
  6.   ClientHeight = 182
  7.   ClientWidth = 427
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 40
  18.     Top = 16
  19.     Width = 281
  20.     Height = 137
  21.   end
  22.   object DisplayWindow: TMemo
  23.     Left = 48
  24.     Top = 24
  25.     Width = 265
  26.     Height = 121
  27.     Alignment = taCenter
  28.     BorderStyle = bsNone
  29.     Color = clBtnFace
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     Lines.Strings = (
  36.       '')
  37.     ParentFont = False
  38.     ReadOnly = True
  39.     TabOrder = 0
  40.     OnClick = SetOkFocus
  41.   end
  42.   object OkButton: TBitBtn
  43.     Left = 336
  44.     Top = 48
  45.     Width = 75
  46.     Height = 33
  47.     TabOrder = 1
  48.     Kind = bkOK
  49.   end
  50.   object HelpButton: TBitBtn
  51.     Left = 336
  52.     Top = 96
  53.     Width = 75
  54.     Height = 33
  55.     TabOrder = 2
  56.     Kind = bkHelp
  57.   end
  58. end
  59.