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

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