home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / modemdr / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TRTSDTR / TRTSDTR.txt < prev   
Encoding:
Text File  |  1999-04-03  |  4.2 KB  |  235 lines

  1. object RtsDtr: TRtsDtr
  2.   Left = 201
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Static Echo Tests'
  6.   ClientHeight = 273
  7.   ClientWidth = 552
  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.   OnClose = Cleanup
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 24
  20.     Top = 56
  21.     Width = 185
  22.     Height = 41
  23.   end
  24.   object DtrLedOn: TImage
  25.     Left = 88
  26.     Top = 64
  27.     Width = 20
  28.     Height = 20
  29.     Picture.Data = {<image000.bmp>}
  30.     Visible = False
  31.   end
  32.   object RtsLedOn: TImage
  33.     Left = 48
  34.     Top = 64
  35.     Width = 20
  36.     Height = 20
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.   end
  40.   object RtsLedOff: TImage
  41.     Left = 48
  42.     Top = 64
  43.     Width = 20
  44.     Height = 20
  45.     Picture.Data = {<image002.bmp>}
  46.   end
  47.   object DtrLedOff: TImage
  48.     Left = 88
  49.     Top = 64
  50.     Width = 20
  51.     Height = 20
  52.     Picture.Data = {<image003.bmp>}
  53.   end
  54.   object DDSRLedOn: TImage
  55.     Left = 168
  56.     Top = 64
  57.     Width = 20
  58.     Height = 20
  59.     Picture.Data = {<image004.bmp>}
  60.     Visible = False
  61.   end
  62.   object DCTSLedOn: TImage
  63.     Left = 128
  64.     Top = 64
  65.     Width = 20
  66.     Height = 25
  67.     Picture.Data = {<image005.bmp>}
  68.     Visible = False
  69.   end
  70.   object DCTSLedOff: TImage
  71.     Left = 128
  72.     Top = 64
  73.     Width = 20
  74.     Height = 20
  75.     Picture.Data = {<image006.bmp>}
  76.   end
  77.   object DDSRLedOff: TImage
  78.     Left = 168
  79.     Top = 64
  80.     Width = 20
  81.     Height = 20
  82.     Picture.Data = {<image007.bmp>}
  83.   end
  84.   object Bevel2: TBevel
  85.     Left = 240
  86.     Top = 112
  87.     Width = 209
  88.     Height = 113
  89.   end
  90.   object Bevel3: TBevel
  91.     Left = 240
  92.     Top = 32
  93.     Width = 209
  94.     Height = 65
  95.   end
  96.   object RadioGroup1: TRadioGroup
  97.     Left = 256
  98.     Top = 128
  99.     Width = 81
  100.     Height = 73
  101.     Caption = 'Modes'
  102.     TabOrder = 7
  103.   end
  104.   object Panel1: TPanel
  105.     Left = 24
  106.     Top = 32
  107.     Width = 185
  108.     Height = 25
  109.     Alignment = taLeftJustify
  110.     BevelInner = bvRaised
  111.     BevelOuter = bvNone
  112.     Caption = '       RTS      DTR     DCTS   DDSR'
  113.     Ctl3D = True
  114.     ParentCtl3D = False
  115.     TabOrder = 0
  116.   end
  117.   object StaticModemControl: TMemo
  118.     Left = 32
  119.     Top = 16
  120.     Width = 169
  121.     Height = 15
  122.     Alignment = taCenter
  123.     Color = clBtnFace
  124.     Ctl3D = False
  125.     Lines.Strings = (
  126.       'Modem Flow Control/Status')
  127.     ParentCtl3D = False
  128.     TabOrder = 1
  129.     OnClick = SpeedFocus
  130.   end
  131.   object DialogWindow: TMemo
  132.     Left = 8
  133.     Top = 112
  134.     Width = 217
  135.     Height = 113
  136.     Alignment = taCenter
  137.     ReadOnly = True
  138.     ScrollBars = ssVertical
  139.     TabOrder = 2
  140.     OnClick = SpeedFocus
  141.   end
  142.   object TestStatic: TMemo
  143.     Left = 264
  144.     Top = 16
  145.     Width = 169
  146.     Height = 15
  147.     Alignment = taCenter
  148.     Color = clBtnFace
  149.     Ctl3D = False
  150.     Lines.Strings = (
  151.       'Testing Controls')
  152.     ParentCtl3D = False
  153.     TabOrder = 3
  154.     OnClick = SpeedFocus
  155.   end
  156.   object InfoWindow: TMemo
  157.     Left = 256
  158.     Top = 42
  159.     Width = 177
  160.     Height = 45
  161.     Alignment = taCenter
  162.     BorderStyle = bsNone
  163.     Color = clBtnFace
  164.     TabOrder = 4
  165.     OnClick = SpeedFocus
  166.   end
  167.   object AutoMode: TRadioButton
  168.     Left = 264
  169.     Top = 144
  170.     Width = 57
  171.     Height = 17
  172.     Caption = 'Auto'
  173.     TabOrder = 5
  174.     OnClick = AutoClicked
  175.   end
  176.   object ManualMode: TRadioButton
  177.     Left = 264
  178.     Top = 168
  179.     Width = 65
  180.     Height = 17
  181.     Caption = 'Manual'
  182.     TabOrder = 6
  183.     OnClick = ManualClicked
  184.   end
  185.   object RtsTest: TButton
  186.     Left = 352
  187.     Top = 128
  188.     Width = 75
  189.     Height = 33
  190.     Caption = 'RTS Echo'
  191.     TabOrder = 8
  192.     OnClick = RtsPressed
  193.   end
  194.   object DtrTest: TButton
  195.     Left = 352
  196.     Top = 168
  197.     Width = 75
  198.     Height = 33
  199.     Caption = 'DTR Echo'
  200.     TabOrder = 9
  201.     OnClick = Dtrpressed
  202.   end
  203.   object OkButton: TBitBtn
  204.     Left = 464
  205.     Top = 80
  206.     Width = 75
  207.     Height = 33
  208.     Caption = 'Done'
  209.     TabOrder = 10
  210.     Kind = bkOK
  211.   end
  212.   object HelpButton: TBitBtn
  213.     Left = 464
  214.     Top = 128
  215.     Width = 75
  216.     Height = 33
  217.     TabOrder = 11
  218.     OnClick = HelpClicked
  219.     Kind = bkHelp
  220.   end
  221.   object STARTIT: TTimer
  222.     Enabled = False
  223.     OnTimer = StartTimer
  224.     Left = 280
  225.     Top = 240
  226.   end
  227.   object PAUSE: TTimer
  228.     Enabled = False
  229.     Interval = 100
  230.     OnTimer = PauseTimer
  231.     Left = 320
  232.     Top = 240
  233.   end
  234. end
  235.