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

  1. object LoopInfoWindow: TLoopInfoWindow
  2.   Left = 248
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'Loopback Test Info'
  6.   ClientHeight = 215
  7.   ClientWidth = 469
  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.   OnActivate = SetupWindow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 153
  21.     Height = 121
  22.   end
  23.   object Bevel2: TBevel
  24.     Left = 8
  25.     Top = 152
  26.     Width = 153
  27.     Height = 33
  28.     Shape = bsFrame
  29.     Style = bsRaised
  30.   end
  31.   object Bevel3: TBevel
  32.     Left = 168
  33.     Top = 16
  34.     Width = 193
  35.     Height = 169
  36.   end
  37.   object TestSelector: TRadioGroup
  38.     Left = 16
  39.     Top = 24
  40.     Width = 137
  41.     Height = 105
  42.     Caption = 'Test Modes'
  43.     TabOrder = 0
  44.   end
  45.   object DoCarrier: TRadioButton
  46.     Left = 24
  47.     Top = 48
  48.     Width = 113
  49.     Height = 17
  50.     Caption = 'Burst ASCII Pattern'
  51.     TabOrder = 1
  52.     OnClick = ExplainAscii
  53.   end
  54.   object DoTest1: TRadioButton
  55.     Left = 24
  56.     Top = 72
  57.     Width = 113
  58.     Height = 17
  59.     Caption = 'Data Test Pattern'
  60.     TabOrder = 2
  61.     OnClick = Test1Clicked
  62.   end
  63.   object DoTest2: TRadioButton
  64.     Left = 24
  65.     Top = 96
  66.     Width = 113
  67.     Height = 17
  68.     Caption = 'Alt Data Patter Test'
  69.     TabOrder = 3
  70.     OnClick = Test2Clicked
  71.   end
  72.   object DisplayWindow: TMemo
  73.     Left = 176
  74.     Top = 24
  75.     Width = 177
  76.     Height = 153
  77.     Alignment = taCenter
  78.     BorderStyle = bsNone
  79.     Color = clBtnFace
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     Lines.Strings = (
  86.       '')
  87.     ParentFont = False
  88.     ReadOnly = True
  89.     TabOrder = 4
  90.   end
  91.   object OkButton: TBitBtn
  92.     Left = 376
  93.     Top = 32
  94.     Width = 75
  95.     Height = 33
  96.     TabOrder = 5
  97.     Kind = bkOK
  98.   end
  99.   object CancelButton: TBitBtn
  100.     Left = 376
  101.     Top = 80
  102.     Width = 75
  103.     Height = 33
  104.     TabOrder = 6
  105.     Kind = bkCancel
  106.   end
  107.   object HelpButton: TBitBtn
  108.     Left = 376
  109.     Top = 128
  110.     Width = 75
  111.     Height = 33
  112.     TabOrder = 7
  113.     OnClick = HelpClicked
  114.     Kind = bkHelp
  115.   end
  116.   object Memo2: TMemo
  117.     Left = 16
  118.     Top = 160
  119.     Width = 129
  120.     Height = 17
  121.     Alignment = taCenter
  122.     BorderStyle = bsNone
  123.     Color = clBtnFace
  124.     Lines.Strings = (
  125.       'Select a Test, Press OK')
  126.     ReadOnly = True
  127.     TabOrder = 8
  128.   end
  129. end
  130.