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

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