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

  1. object Dynamic: TDynamic
  2.   Left = 244
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dynamic Handshaking Tests'
  6.   ClientHeight = 330
  7.   ClientWidth = 502
  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.   OnClick = FocusPoint
  16.   OnClose = Cleanup
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 328
  21.     Top = 260
  22.     Width = 73
  23.     Height = 41
  24.   end
  25.   object CtsLedOn: TImage
  26.     Left = 368
  27.     Top = 278
  28.     Width = 17
  29.     Height = 17
  30.     Picture.Data = {<image000.bmp>}
  31.     Visible = False
  32.   end
  33.   object RtsLedOn: TImage
  34.     Left = 344
  35.     Top = 278
  36.     Width = 17
  37.     Height = 17
  38.     Picture.Data = {<image001.bmp>}
  39.     Visible = False
  40.   end
  41.   object RtsLedOff: TImage
  42.     Left = 344
  43.     Top = 278
  44.     Width = 17
  45.     Height = 17
  46.     Picture.Data = {<image002.bmp>}
  47.   end
  48.   object CtsLedOff: TImage
  49.     Left = 368
  50.     Top = 278
  51.     Width = 17
  52.     Height = 17
  53.     Picture.Data = {<image003.bmp>}
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = 24
  57.     Top = 216
  58.     Width = 449
  59.     Height = 33
  60.   end
  61.   object ReceiveWindow: TMemo
  62.     Left = 256
  63.     Top = 72
  64.     Width = 217
  65.     Height = 129
  66.     ReadOnly = True
  67.     ScrollBars = ssVertical
  68.     TabOrder = 0
  69.     OnClick = FocusPoint
  70.   end
  71.   object SentWindow: TMemo
  72.     Left = 24
  73.     Top = 72
  74.     Width = 217
  75.     Height = 129
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 1
  79.     OnClick = FocusPoint
  80.   end
  81.   object StaticSent: TMemo
  82.     Left = 24
  83.     Top = 56
  84.     Width = 217
  85.     Height = 17
  86.     Alignment = taCenter
  87.     Color = clBtnFace
  88.     Ctl3D = False
  89.     Font.Charset = ANSI_CHARSET
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     Lines.Strings = (
  95.       'Sent To Modem')
  96.     ParentCtl3D = False
  97.     ParentFont = False
  98.     ReadOnly = True
  99.     TabOrder = 2
  100.     OnClick = FocusPoint
  101.   end
  102.   object Memo1: TMemo
  103.     Left = 256
  104.     Top = 56
  105.     Width = 217
  106.     Height = 17
  107.     Alignment = taCenter
  108.     Color = clBtnFace
  109.     Ctl3D = False
  110.     Font.Charset = ANSI_CHARSET
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     Lines.Strings = (
  116.       'Received From Modem')
  117.     ParentCtl3D = False
  118.     ParentFont = False
  119.     ReadOnly = True
  120.     TabOrder = 3
  121.   end
  122.   object DialogWindow: TMemo
  123.     Left = 32
  124.     Top = 16
  125.     Width = 441
  126.     Height = 25
  127.     Alignment = taCenter
  128.     Color = clBtnFace
  129.     Lines.Strings = (
  130.       '')
  131.     ReadOnly = True
  132.     TabOrder = 4
  133.     OnClick = FocusPoint
  134.   end
  135.   object CharsSent: TMemo
  136.     Left = 128
  137.     Top = 224
  138.     Width = 97
  139.     Height = 17
  140.     BorderStyle = bsNone
  141.     Color = clBtnFace
  142.     Ctl3D = True
  143.     Lines.Strings = (
  144.       'Chars Sent  = ')
  145.     ParentCtl3D = False
  146.     ReadOnly = True
  147.     TabOrder = 5
  148.     OnClick = FocusPoint
  149.   end
  150.   object OriginateErrors: TMemo
  151.     Left = 272
  152.     Top = 224
  153.     Width = 113
  154.     Height = 17
  155.     BorderStyle = bsNone
  156.     Color = clBtnFace
  157.     Lines.Strings = (
  158.       'Handshake Errors =')
  159.     ReadOnly = True
  160.     TabOrder = 6
  161.     OnClick = FocusPoint
  162.   end
  163.   object TestModeDisplay: TMemo
  164.     Left = 8
  165.     Top = 264
  166.     Width = 81
  167.     Height = 33
  168.     Alignment = taCenter
  169.     Color = clBtnFace
  170.     Ctl3D = False
  171.     Font.Charset = ANSI_CHARSET
  172.     Font.Color = clBlack
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = [fsBold]
  176.     ParentCtl3D = False
  177.     ParentFont = False
  178.     ReadOnly = True
  179.     TabOrder = 7
  180.     OnClick = FocusPoint
  181.   end
  182.   object CharMode: TMemo
  183.     Left = 96
  184.     Top = 264
  185.     Width = 89
  186.     Height = 33
  187.     Alignment = taCenter
  188.     Color = clBtnFace
  189.     Ctl3D = False
  190.     Font.Charset = ANSI_CHARSET
  191.     Font.Color = clBlack
  192.     Font.Height = -11
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Style = [fsBold]
  195.     ParentCtl3D = False
  196.     ParentFont = False
  197.     ReadOnly = True
  198.     TabOrder = 8
  199.     OnClick = FocusPoint
  200.   end
  201.   object OkButton: TBitBtn
  202.     Left = 208
  203.     Top = 264
  204.     Width = 73
  205.     Height = 33
  206.     TabOrder = 9
  207.     Visible = False
  208.     Kind = bkOK
  209.   end
  210.   object AbortButton: TBitBtn
  211.     Left = 208
  212.     Top = 264
  213.     Width = 75
  214.     Height = 33
  215.     Caption = 'Abort'
  216.     TabOrder = 10
  217.     OnClick = AbortClicked
  218.     Glyph.Data = {
  219.       CE070000424DCE07000000000000360000002800000024000000120000000100
  220.       1800000000009807000000000000000000000000000000000000008080008080
  221.       0080800080800080800080800080800080800080800080800080800080800080
  222.       8000808000808000808000808000808000808000808000808000808000808000
  223.       8080008080008080008080008080008080008080008080008080008080008080
  224.       0080800080800080800080800080800080808080808080800080800080800080
  225.       8000808000808000808000808000808000808000808000808000808000808000
  226.       8080008080008080008080FFFFFF008080008080008080008080008080008080
  227.       0080800080800080800080800080800080800080800080800080800000FF0000
  228.       800000808080800080800080800080800080800080800000FF80808000808000
  229.       8080008080008080008080008080008080008080808080808080FFFFFF008080
  230.       008080008080008080008080008080FFFFFF0080800080800080800080800080
  231.       800080800080800000FF00008000008000008080808000808000808000808000
  232.       00FF000080000080808080008080008080008080008080008080008080808080
  233.       FFFFFF008080808080FFFFFF008080008080008080FFFFFF808080808080FFFF
  234.       FF0080800080800080800080800080800080800000FF00008000008000008000
  235.       00808080800080800000FF000080000080000080000080808080008080008080
  236.       008080008080008080808080FFFFFF008080008080808080FFFFFF008080FFFF
  237.       FF808080008080008080808080FFFFFF00808000808000808000808000808000
  238.       80800000FF000080000080000080000080808080000080000080000080000080
  239.       000080808080008080008080008080008080008080808080FFFFFF0080800080
  240.       80008080808080FFFFFF808080008080008080008080008080808080FFFFFF00
  241.       80800080800080800080800080800080800000FF000080000080000080000080
  242.       0000800000800000800000808080800080800080800080800080800080800080
  243.       80008080808080FFFFFF00808000808000808080808000808000808000808000
  244.       8080FFFFFF808080008080008080008080008080008080008080008080008080
  245.       0000FF0000800000800000800000800000800000808080800080800080800080
  246.       80008080008080008080008080008080008080808080FFFFFF00808000808000
  247.       8080008080008080008080FFFFFF808080008080008080008080008080008080
  248.       0080800080800080800080800080800000800000800000800000800000808080
  249.       8000808000808000808000808000808000808000808000808000808000808000
  250.       8080808080FFFFFF008080008080008080008080008080808080008080008080
  251.       0080800080800080800080800080800080800080800080800080800000FF0000
  252.       8000008000008000008080808000808000808000808000808000808000808000
  253.       8080008080008080008080008080008080808080FFFFFF008080008080008080
  254.       8080800080800080800080800080800080800080800080800080800080800080
  255.       800080800000FF00008000008000008000008000008080808000808000808000
  256.       8080008080008080008080008080008080008080008080008080008080808080
  257.       008080008080008080008080808080FFFFFF0080800080800080800080800080
  258.       800080800080800080800080800000FF00008000008000008080808000008000
  259.       0080000080808080008080008080008080008080008080008080008080008080
  260.       008080008080808080008080008080008080008080008080808080FFFFFF0080
  261.       800080800080800080800080800080800080800080800000FF00008000008000
  262.       00808080800080800000FF000080000080000080808080008080008080008080
  263.       008080008080008080008080008080808080008080008080008080808080FFFF
  264.       FF008080008080808080FFFFFF00808000808000808000808000808000808000
  265.       80800000FF0000800000808080800080800080800080800000FF000080000080
  266.       000080808080008080008080008080008080008080008080808080FFFFFF0080
  267.       80008080808080008080808080FFFFFF008080008080808080FFFFFF00808000
  268.       80800080800080800080800080800080800000FF000080008080008080008080
  269.       0080800080800000FF0000800000800000800080800080800080800080800080
  270.       80008080808080FFFFFFFFFFFF808080008080008080008080808080FFFFFF00
  271.       8080008080808080FFFFFF008080008080008080008080008080008080008080
  272.       0080800080800080800080800080800080800080800000FF0000800000FF0080
  273.       8000808000808000808000808000808000808080808080808000808000808000
  274.       8080008080008080808080FFFFFFFFFFFFFFFFFF808080008080008080008080
  275.       0080800080800080800080800080800080800080800080800080800080800080
  276.       8000808000808000808000808000808000808000808000808000808000808000
  277.       8080008080008080008080008080008080008080008080808080808080808080
  278.       0080800080800080800080800080800080800080800080800080800080800080
  279.       8000808000808000808000808000808000808000808000808000808000808000
  280.       8080008080008080008080008080008080008080008080008080008080008080
  281.       008080008080008080008080008080008080}
  282.     NumGlyphs = 2
  283.   end
  284.   object StaticRTS: TMemo
  285.     Left = 336
  286.     Top = 262
  287.     Width = 57
  288.     Height = 13
  289.     BorderStyle = bsNone
  290.     Color = clBtnFace
  291.     Lines.Strings = (
  292.       '  RTS CTS')
  293.     ReadOnly = True
  294.     TabOrder = 11
  295.   end
  296.   object StartTimer: TTimer
  297.     Enabled = False
  298.     Interval = 100
  299.     OnTimer = StartIt
  300.     Left = 296
  301.     Top = 256
  302.   end
  303.   object PAUSE: TTimer
  304.     Enabled = False
  305.     Interval = 500
  306.     OnTimer = PAUSETimer
  307.     Left = 296
  308.     Top = 288
  309.   end
  310.   object OVERDUE: TTimer
  311.     Enabled = False
  312.     Interval = 3000
  313.     OnTimer = OVERDUETimer
  314.     Left = 408
  315.     Top = 256
  316.   end
  317.   object CHECKQUE: TTimer
  318.     Enabled = False
  319.     Interval = 100
  320.     OnTimer = CHECKQUETimer
  321.     Left = 408
  322.     Top = 288
  323.   end
  324.   object HOLDIT: TTimer
  325.     Enabled = False
  326.     Interval = 100
  327.     OnTimer = HoldDelay
  328.     Left = 440
  329.     Top = 256
  330.   end
  331. end
  332.