form_WiFiMCR.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:77k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmWiFiMCR: TfrmWiFiMCR
  2.   Left = 27
  3.   Top = 57
  4.   Width = 931
  5.   Height = 661
  6.   Caption = 'WiFi MAC Control Register Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 8
  19.     Top = 8
  20.     Width = 913
  21.     Height = 553
  22.     ActivePage = TabSheet1
  23.     TabIndex = 0
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'System Control'
  27.       object Shape1: TShape
  28.         Left = 352
  29.         Top = 12
  30.         Width = 9
  31.         Height = 9
  32.         Brush.Color = clMaroon
  33.       end
  34.       object Label40: TLabel
  35.         Left = 368
  36.         Top = 10
  37.         Width = 48
  38.         Height = 13
  39.         Caption = 'Read only'
  40.       end
  41.       object pnlSC: TPanel
  42.         Left = 0
  43.         Top = 8
  44.         Width = 225
  45.         Height = 25
  46.         BevelOuter = bvLowered
  47.         Caption = 'System Control'
  48.         Font.Charset = DEFAULT_CHARSET
  49.         Font.Color = clBlue
  50.         Font.Height = -11
  51.         Font.Name = 'MS Sans Serif'
  52.         Font.Style = [fsBold]
  53.         ParentFont = False
  54.         TabOrder = 0
  55.         object Panel2: TPanel
  56.           Left = 0
  57.           Top = 40
  58.           Width = 185
  59.           Height = 41
  60.           Caption = 'Panel2'
  61.           TabOrder = 0
  62.         end
  63.         object cbSCHeader: TCheckBox
  64.           Left = 8
  65.           Top = 4
  66.           Width = 17
  67.           Height = 17
  68.           TabOrder = 1
  69.           OnClick = cbSCHeaderClick
  70.         end
  71.       end
  72.       object Panel3: TPanel
  73.         Left = 0
  74.         Top = 32
  75.         Width = 905
  76.         Height = 57
  77.         BevelOuter = bvLowered
  78.         TabOrder = 1
  79.         object lblSC0: TLabel
  80.           Left = 32
  81.           Top = 8
  82.           Width = 22
  83.           Height = 13
  84.           Caption = 'SCR'
  85.         end
  86.         object lblSC1: TLabel
  87.           Tag = 1
  88.           Left = 96
  89.           Top = 8
  90.           Width = 31
  91.           Height = 13
  92.           Caption = 'MRBS'
  93.         end
  94.         object lblSC2: TLabel
  95.           Tag = 2
  96.           Left = 168
  97.           Top = 8
  98.           Width = 33
  99.           Height = 13
  100.           Caption = 'DEVID'
  101.           Font.Charset = DEFAULT_CHARSET
  102.           Font.Color = clMaroon
  103.           Font.Height = -11
  104.           Font.Name = 'MS Sans Serif'
  105.           Font.Style = []
  106.           ParentFont = False
  107.         end
  108.         object lblSC3: TLabel
  109.           Tag = 3
  110.           Left = 240
  111.           Top = 8
  112.           Width = 41
  113.           Height = 13
  114.           Caption = 'GPIOCR'
  115.         end
  116.         object edtSC0: TEdit
  117.           Left = 8
  118.           Top = 24
  119.           Width = 68
  120.           Height = 21
  121.           TabOrder = 0
  122.           Text = '0'
  123.           OnExit = edtSCCheck
  124.         end
  125.         object edtSC1: TEdit
  126.           Tag = 1
  127.           Left = 80
  128.           Top = 24
  129.           Width = 68
  130.           Height = 21
  131.           TabOrder = 1
  132.           Text = '0'
  133.           OnExit = edtSCCheck
  134.         end
  135.         object edtSC2: TEdit
  136.           Tag = 2
  137.           Left = 152
  138.           Top = 24
  139.           Width = 68
  140.           Height = 21
  141.           ReadOnly = True
  142.           TabOrder = 2
  143.           Text = '0'
  144.           OnExit = edtSCCheck
  145.         end
  146.         object edtSC3: TEdit
  147.           Tag = 3
  148.           Left = 224
  149.           Top = 24
  150.           Width = 68
  151.           Height = 21
  152.           TabOrder = 3
  153.           Text = '0'
  154.           OnExit = edtSCCheck
  155.         end
  156.         object cbSC0: TCheckBox
  157.           Left = 8
  158.           Top = 6
  159.           Width = 17
  160.           Height = 17
  161.           TabOrder = 4
  162.         end
  163.         object cbSC1: TCheckBox
  164.           Tag = 1
  165.           Left = 80
  166.           Top = 6
  167.           Width = 17
  168.           Height = 17
  169.           TabOrder = 5
  170.         end
  171.         object cbSC2: TCheckBox
  172.           Tag = 2
  173.           Left = 152
  174.           Top = 6
  175.           Width = 17
  176.           Height = 17
  177.           TabOrder = 6
  178.         end
  179.         object cbSC3: TCheckBox
  180.           Tag = 3
  181.           Left = 224
  182.           Top = 6
  183.           Width = 17
  184.           Height = 17
  185.           TabOrder = 7
  186.         end
  187.       end
  188.       object pnlMDP: TPanel
  189.         Left = 0
  190.         Top = 96
  191.         Width = 225
  192.         Height = 25
  193.         BevelOuter = bvLowered
  194.         Caption = 'Miscellaneous and Debug Port'
  195.         Font.Charset = DEFAULT_CHARSET
  196.         Font.Color = clBlue
  197.         Font.Height = -11
  198.         Font.Name = 'MS Sans Serif'
  199.         Font.Style = [fsBold]
  200.         ParentFont = False
  201.         TabOrder = 2
  202.         object cbMDPHeader: TCheckBox
  203.           Left = 8
  204.           Top = 4
  205.           Width = 17
  206.           Height = 17
  207.           TabOrder = 0
  208.           OnClick = cbMDPHeaderClick
  209.         end
  210.       end
  211.       object Panel5: TPanel
  212.         Left = 0
  213.         Top = 120
  214.         Width = 905
  215.         Height = 97
  216.         BevelOuter = bvLowered
  217.         TabOrder = 3
  218.         object lblMDP00: TLabel
  219.           Left = 24
  220.           Top = 8
  221.           Width = 37
  222.           Height = 13
  223.           Caption = 'PRBCR'
  224.         end
  225.         object lblMDP01: TLabel
  226.           Tag = 1
  227.           Left = 96
  228.           Top = 8
  229.           Width = 37
  230.           Height = 13
  231.           Caption = 'PRBSR'
  232.         end
  233.         object lblMDP02: TLabel
  234.           Tag = 2
  235.           Left = 168
  236.           Top = 8
  237.           Width = 40
  238.           Height = 13
  239.           Caption = 'PFWDR'
  240.         end
  241.         object lblMDP03: TLabel
  242.           Tag = 3
  243.           Left = 240
  244.           Top = 8
  245.           Width = 38
  246.           Height = 13
  247.           Caption = 'PRBDR'
  248.         end
  249.         object lblMDP04: TLabel
  250.           Tag = 4
  251.           Left = 312
  252.           Top = 8
  253.           Width = 35
  254.           Height = 13
  255.           Caption = 'CTPR1'
  256.         end
  257.         object lblMDP05: TLabel
  258.           Tag = 5
  259.           Left = 392
  260.           Top = 8
  261.           Width = 23
  262.           Height = 13
  263.           Caption = 'QCR'
  264.         end
  265.         object lblMDP06: TLabel
  266.           Tag = 6
  267.           Left = 464
  268.           Top = 8
  269.           Width = 25
  270.           Height = 13
  271.           Caption = 'ISAR'
  272.         end
  273.         object lblMDP07: TLabel
  274.           Tag = 7
  275.           Left = 536
  276.           Top = 8
  277.           Width = 18
  278.           Height = 13
  279.           Caption = 'IER'
  280.         end
  281.         object lblMDP08: TLabel
  282.           Tag = 8
  283.           Left = 600
  284.           Top = 8
  285.           Width = 40
  286.           Height = 13
  287.           Caption = 'DRNGR'
  288.         end
  289.         object lblMDP09: TLabel
  290.           Tag = 9
  291.           Left = 672
  292.           Top = 8
  293.           Width = 31
  294.           Height = 13
  295.           Caption = 'AIFSR'
  296.         end
  297.         object lblMDP10: TLabel
  298.           Tag = 10
  299.           Left = 736
  300.           Top = 8
  301.           Width = 41
  302.           Height = 13
  303.           Caption = 'TQCWR'
  304.         end
  305.         object lblMDP11: TLabel
  306.           Tag = 11
  307.           Left = 816
  308.           Top = 8
  309.           Width = 46
  310.           Height = 13
  311.           Caption = 'AC0CWR'
  312.         end
  313.         object lblMDP12: TLabel
  314.           Tag = 12
  315.           Left = 24
  316.           Top = 48
  317.           Width = 46
  318.           Height = 13
  319.           Caption = 'AC1CWR'
  320.         end
  321.         object lblMDP13: TLabel
  322.           Tag = 13
  323.           Left = 96
  324.           Top = 48
  325.           Width = 46
  326.           Height = 13
  327.           Caption = 'AC2CWR'
  328.         end
  329.         object lblMDP14: TLabel
  330.           Tag = 14
  331.           Left = 168
  332.           Top = 48
  333.           Width = 46
  334.           Height = 13
  335.           Caption = 'AC3CWR'
  336.         end
  337.         object lblMDP15: TLabel
  338.           Tag = 15
  339.           Left = 240
  340.           Top = 48
  341.           Width = 39
  342.           Height = 13
  343.           Caption = 'LNUIR0'
  344.         end
  345.         object lblMDP16: TLabel
  346.           Tag = 16
  347.           Left = 312
  348.           Top = 48
  349.           Width = 39
  350.           Height = 13
  351.           Caption = 'LNUIR1'
  352.         end
  353.         object lblMDP17: TLabel
  354.           Tag = 17
  355.           Left = 384
  356.           Top = 48
  357.           Width = 39
  358.           Height = 13
  359.           Caption = 'LNUIR2'
  360.         end
  361.         object edtMDP00: TEdit
  362.           Left = 8
  363.           Top = 24
  364.           Width = 68
  365.           Height = 21
  366.           TabOrder = 0
  367.           Text = '0'
  368.           OnExit = edtMDPCheck
  369.         end
  370.         object edtMDP01: TEdit
  371.           Tag = 1
  372.           Left = 80
  373.           Top = 24
  374.           Width = 68
  375.           Height = 21
  376.           TabOrder = 1
  377.           Text = '0'
  378.           OnExit = edtMDPCheck
  379.         end
  380.         object edtMDP02: TEdit
  381.           Tag = 2
  382.           Left = 152
  383.           Top = 24
  384.           Width = 68
  385.           Height = 21
  386.           TabOrder = 2
  387.           Text = '0'
  388.           OnExit = edtMDPCheck
  389.         end
  390.         object edtMDP03: TEdit
  391.           Tag = 3
  392.           Left = 224
  393.           Top = 24
  394.           Width = 68
  395.           Height = 21
  396.           TabOrder = 3
  397.           Text = '0'
  398.           OnExit = edtMDPCheck
  399.         end
  400.         object edtMDP04: TEdit
  401.           Tag = 4
  402.           Left = 296
  403.           Top = 24
  404.           Width = 68
  405.           Height = 21
  406.           TabOrder = 4
  407.           Text = '0'
  408.           OnExit = edtMDPCheck
  409.         end
  410.         object edtMDP05: TEdit
  411.           Tag = 5
  412.           Left = 368
  413.           Top = 24
  414.           Width = 68
  415.           Height = 21
  416.           TabOrder = 5
  417.           Text = '0'
  418.           OnExit = edtMDPCheck
  419.         end
  420.         object edtMDP06: TEdit
  421.           Tag = 6
  422.           Left = 440
  423.           Top = 24
  424.           Width = 68
  425.           Height = 21
  426.           TabOrder = 6
  427.           Text = '0'
  428.           OnExit = edtMDPCheck
  429.         end
  430.         object edtMDP07: TEdit
  431.           Tag = 7
  432.           Left = 512
  433.           Top = 24
  434.           Width = 68
  435.           Height = 21
  436.           TabOrder = 7
  437.           Text = '0'
  438.           OnExit = edtMDPCheck
  439.         end
  440.         object edtMDP08: TEdit
  441.           Tag = 8
  442.           Left = 584
  443.           Top = 24
  444.           Width = 68
  445.           Height = 21
  446.           TabOrder = 8
  447.           Text = '0'
  448.           OnExit = edtMDPCheck
  449.         end
  450.         object edtMDP09: TEdit
  451.           Tag = 9
  452.           Left = 656
  453.           Top = 24
  454.           Width = 68
  455.           Height = 21
  456.           TabOrder = 9
  457.           Text = '0'
  458.           OnExit = edtMDPCheck
  459.         end
  460.         object edtMDP10: TEdit
  461.           Tag = 10
  462.           Left = 728
  463.           Top = 24
  464.           Width = 68
  465.           Height = 21
  466.           TabOrder = 10
  467.           Text = '0'
  468.           OnExit = edtMDPCheck
  469.         end
  470.         object edtMDP11: TEdit
  471.           Tag = 11
  472.           Left = 800
  473.           Top = 24
  474.           Width = 68
  475.           Height = 21
  476.           TabOrder = 11
  477.           Text = '0'
  478.           OnExit = edtMDPCheck
  479.         end
  480.         object edtMDP12: TEdit
  481.           Tag = 12
  482.           Left = 8
  483.           Top = 64
  484.           Width = 68
  485.           Height = 21
  486.           TabOrder = 12
  487.           Text = '0'
  488.           OnExit = edtMDPCheck
  489.         end
  490.         object edtMDP13: TEdit
  491.           Tag = 13
  492.           Left = 80
  493.           Top = 64
  494.           Width = 68
  495.           Height = 21
  496.           TabOrder = 13
  497.           Text = '0'
  498.           OnExit = edtMDPCheck
  499.         end
  500.         object edtMDP14: TEdit
  501.           Tag = 14
  502.           Left = 152
  503.           Top = 64
  504.           Width = 68
  505.           Height = 21
  506.           TabOrder = 14
  507.           Text = '0'
  508.           OnExit = edtMDPCheck
  509.         end
  510.         object edtMDP15: TEdit
  511.           Tag = 15
  512.           Left = 224
  513.           Top = 64
  514.           Width = 68
  515.           Height = 21
  516.           TabOrder = 15
  517.           Text = '0'
  518.           OnExit = edtMDPCheck
  519.         end
  520.         object edtMDP16: TEdit
  521.           Tag = 16
  522.           Left = 296
  523.           Top = 64
  524.           Width = 68
  525.           Height = 21
  526.           TabOrder = 16
  527.           Text = '0'
  528.           OnExit = edtMDPCheck
  529.         end
  530.         object edtMDP17: TEdit
  531.           Tag = 17
  532.           Left = 368
  533.           Top = 64
  534.           Width = 68
  535.           Height = 21
  536.           TabOrder = 17
  537.           Text = '0'
  538.           OnExit = edtMDPCheck
  539.         end
  540.         object cbMDP00: TCheckBox
  541.           Left = 8
  542.           Top = 6
  543.           Width = 15
  544.           Height = 17
  545.           TabOrder = 18
  546.         end
  547.         object cbMDP01: TCheckBox
  548.           Tag = 1
  549.           Left = 80
  550.           Top = 6
  551.           Width = 15
  552.           Height = 17
  553.           TabOrder = 19
  554.         end
  555.         object cbMDP02: TCheckBox
  556.           Tag = 2
  557.           Left = 152
  558.           Top = 6
  559.           Width = 15
  560.           Height = 17
  561.           TabOrder = 20
  562.         end
  563.         object cbMDP03: TCheckBox
  564.           Tag = 3
  565.           Left = 224
  566.           Top = 6
  567.           Width = 15
  568.           Height = 17
  569.           TabOrder = 21
  570.         end
  571.         object cbMDP04: TCheckBox
  572.           Tag = 4
  573.           Left = 296
  574.           Top = 6
  575.           Width = 15
  576.           Height = 17
  577.           TabOrder = 22
  578.         end
  579.         object cbMDP05: TCheckBox
  580.           Tag = 5
  581.           Left = 368
  582.           Top = 6
  583.           Width = 15
  584.           Height = 17
  585.           TabOrder = 23
  586.         end
  587.         object cbMDP06: TCheckBox
  588.           Tag = 6
  589.           Left = 440
  590.           Top = 6
  591.           Width = 15
  592.           Height = 17
  593.           TabOrder = 24
  594.         end
  595.         object cbMDP07: TCheckBox
  596.           Tag = 7
  597.           Left = 512
  598.           Top = 6
  599.           Width = 15
  600.           Height = 17
  601.           TabOrder = 25
  602.         end
  603.         object cbMDP08: TCheckBox
  604.           Tag = 8
  605.           Left = 584
  606.           Top = 6
  607.           Width = 15
  608.           Height = 17
  609.           TabOrder = 26
  610.         end
  611.         object cbMDP09: TCheckBox
  612.           Tag = 9
  613.           Left = 656
  614.           Top = 6
  615.           Width = 15
  616.           Height = 17
  617.           TabOrder = 27
  618.         end
  619.         object cbMDP10: TCheckBox
  620.           Tag = 10
  621.           Left = 728
  622.           Top = 6
  623.           Width = 15
  624.           Height = 17
  625.           TabOrder = 28
  626.         end
  627.         object cbMDP11: TCheckBox
  628.           Tag = 11
  629.           Left = 800
  630.           Top = 6
  631.           Width = 15
  632.           Height = 17
  633.           TabOrder = 29
  634.         end
  635.         object cbMDP12: TCheckBox
  636.           Tag = 12
  637.           Left = 8
  638.           Top = 46
  639.           Width = 15
  640.           Height = 17
  641.           Caption = 'cbMDP12'
  642.           TabOrder = 30
  643.         end
  644.         object cbMDP13: TCheckBox
  645.           Tag = 13
  646.           Left = 80
  647.           Top = 46
  648.           Width = 15
  649.           Height = 17
  650.           Caption = 'cbMDP13'
  651.           TabOrder = 31
  652.         end
  653.         object cbMDP14: TCheckBox
  654.           Tag = 14
  655.           Left = 152
  656.           Top = 46
  657.           Width = 15
  658.           Height = 17
  659.           Caption = 'cbMDP14'
  660.           TabOrder = 32
  661.         end
  662.         object cbMDP15: TCheckBox
  663.           Tag = 15
  664.           Left = 224
  665.           Top = 46
  666.           Width = 15
  667.           Height = 17
  668.           Caption = 'cbMDP15'
  669.           TabOrder = 33
  670.         end
  671.         object cbMDP16: TCheckBox
  672.           Tag = 16
  673.           Left = 296
  674.           Top = 46
  675.           Width = 15
  676.           Height = 17
  677.           Caption = 'cbMDP16'
  678.           TabOrder = 34
  679.         end
  680.         object cbMDP17: TCheckBox
  681.           Tag = 17
  682.           Left = 368
  683.           Top = 46
  684.           Width = 15
  685.           Height = 17
  686.           Caption = 'cbMDP17'
  687.           TabOrder = 35
  688.         end
  689.       end
  690.       object pnlPLCI: TPanel
  691.         Left = 0
  692.         Top = 224
  693.         Width = 225
  694.         Height = 25
  695.         BevelOuter = bvLowered
  696.         Caption = 'Phyical Layer Control Interface'
  697.         Font.Charset = DEFAULT_CHARSET
  698.         Font.Color = clBlue
  699.         Font.Height = -11
  700.         Font.Name = 'MS Sans Serif'
  701.         Font.Style = [fsBold]
  702.         ParentFont = False
  703.         TabOrder = 4
  704.         object Panel7: TPanel
  705.           Left = 0
  706.           Top = 40
  707.           Width = 185
  708.           Height = 41
  709.           Caption = 'Panel7'
  710.           TabOrder = 0
  711.         end
  712.         object cbPLCIHeader: TCheckBox
  713.           Left = 8
  714.           Top = 4
  715.           Width = 15
  716.           Height = 17
  717.           TabOrder = 1
  718.           OnClick = cbPLCIHeaderClick
  719.         end
  720.       end
  721.       object Panel8: TPanel
  722.         Left = 0
  723.         Top = 248
  724.         Width = 905
  725.         Height = 57
  726.         BevelOuter = bvLowered
  727.         TabOrder = 5
  728.         object lblPLCI00: TLabel
  729.           Left = 32
  730.           Top = 8
  731.           Width = 32
  732.           Height = 13
  733.           Caption = 'PCICR'
  734.         end
  735.         object lblPLCI01: TLabel
  736.           Tag = 1
  737.           Left = 104
  738.           Top = 8
  739.           Width = 29
  740.           Height = 13
  741.           Caption = 'PBAR'
  742.         end
  743.         object lblPLCI02: TLabel
  744.           Tag = 2
  745.           Left = 168
  746.           Top = 8
  747.           Width = 51
  748.           Height = 13
  749.           Caption = 'PPORCR0'
  750.         end
  751.         object lblPLCI03: TLabel
  752.           Tag = 3
  753.           Left = 240
  754.           Top = 8
  755.           Width = 51
  756.           Height = 13
  757.           Caption = 'PPORCR1'
  758.         end
  759.         object lblPLCI04: TLabel
  760.           Tag = 4
  761.           Left = 312
  762.           Top = 8
  763.           Width = 51
  764.           Height = 13
  765.           Caption = 'PPDRCR0'
  766.         end
  767.         object lblPLCI05: TLabel
  768.           Tag = 5
  769.           Left = 384
  770.           Top = 8
  771.           Width = 51
  772.           Height = 13
  773.           Caption = 'PPDRCR1'
  774.         end
  775.         object lblPLCI06: TLabel
  776.           Tag = 6
  777.           Left = 456
  778.           Top = 8
  779.           Width = 51
  780.           Height = 13
  781.           Caption = 'PPDRCR2'
  782.         end
  783.         object lblPLCI07: TLabel
  784.           Tag = 7
  785.           Left = 528
  786.           Top = 8
  787.           Width = 38
  788.           Height = 13
  789.           Caption = 'PPMCR'
  790.         end
  791.         object lblPLCI08: TLabel
  792.           Tag = 8
  793.           Left = 608
  794.           Top = 8
  795.           Width = 29
  796.           Height = 13
  797.           Caption = 'PSCR'
  798.         end
  799.         object lblPLCI09: TLabel
  800.           Tag = 9
  801.           Left = 680
  802.           Top = 8
  803.           Width = 29
  804.           Height = 13
  805.           Caption = 'PSPR'
  806.         end
  807.         object lblPLCI10: TLabel
  808.           Tag = 10
  809.           Left = 752
  810.           Top = 8
  811.           Width = 21
  812.           Height = 13
  813.           Caption = 'LCR'
  814.         end
  815.         object lblPLCI11: TLabel
  816.           Tag = 11
  817.           Left = 824
  818.           Top = 8
  819.           Width = 22
  820.           Height = 13
  821.           Caption = 'ACR'
  822.         end
  823.         object edtPLCI00: TEdit
  824.           Left = 8
  825.           Top = 24
  826.           Width = 68
  827.           Height = 21
  828.           TabOrder = 0
  829.           Text = '0'
  830.           OnExit = edtPLCICheck
  831.         end
  832.         object edtPLCI01: TEdit
  833.           Tag = 1
  834.           Left = 80
  835.           Top = 24
  836.           Width = 68
  837.           Height = 21
  838.           TabOrder = 1
  839.           Text = '0'
  840.           OnExit = edtPLCICheck
  841.         end
  842.         object edtPLCI02: TEdit
  843.           Tag = 2
  844.           Left = 152
  845.           Top = 24
  846.           Width = 68
  847.           Height = 21
  848.           TabOrder = 2
  849.           Text = '0'
  850.           OnExit = edtPLCICheck
  851.         end
  852.         object edtPLCI03: TEdit
  853.           Tag = 3
  854.           Left = 224
  855.           Top = 24
  856.           Width = 68
  857.           Height = 21
  858.           TabOrder = 3
  859.           Text = '0'
  860.           OnExit = edtPLCICheck
  861.         end
  862.         object edtPLCI04: TEdit
  863.           Tag = 4
  864.           Left = 296
  865.           Top = 24
  866.           Width = 68
  867.           Height = 21
  868.           TabOrder = 4
  869.           Text = '0'
  870.           OnExit = edtPLCICheck
  871.         end
  872.         object edtPLCI05: TEdit
  873.           Tag = 5
  874.           Left = 368
  875.           Top = 24
  876.           Width = 68
  877.           Height = 21
  878.           TabOrder = 5
  879.           Text = '0'
  880.           OnExit = edtPLCICheck
  881.         end
  882.         object edtPLCI06: TEdit
  883.           Tag = 6
  884.           Left = 440
  885.           Top = 24
  886.           Width = 68
  887.           Height = 21
  888.           TabOrder = 6
  889.           Text = '0'
  890.           OnExit = edtPLCICheck
  891.         end
  892.         object edtPLCI07: TEdit
  893.           Tag = 7
  894.           Left = 512
  895.           Top = 24
  896.           Width = 68
  897.           Height = 21
  898.           TabOrder = 7
  899.           Text = '0'
  900.           OnExit = edtPLCICheck
  901.         end
  902.         object edtPLCI08: TEdit
  903.           Tag = 8
  904.           Left = 584
  905.           Top = 24
  906.           Width = 68
  907.           Height = 21
  908.           TabOrder = 8
  909.           Text = '0'
  910.           OnExit = edtPLCICheck
  911.         end
  912.         object edtPLCI09: TEdit
  913.           Tag = 9
  914.           Left = 656
  915.           Top = 24
  916.           Width = 68
  917.           Height = 21
  918.           TabOrder = 9
  919.           Text = '0'
  920.           OnExit = edtPLCICheck
  921.         end
  922.         object edtPLCI10: TEdit
  923.           Tag = 10
  924.           Left = 728
  925.           Top = 24
  926.           Width = 68
  927.           Height = 21
  928.           TabOrder = 10
  929.           Text = '0'
  930.           OnExit = edtPLCICheck
  931.         end
  932.         object edtPLCI11: TEdit
  933.           Tag = 11
  934.           Left = 800
  935.           Top = 24
  936.           Width = 68
  937.           Height = 21
  938.           TabOrder = 11
  939.           Text = '0'
  940.           OnExit = edtPLCICheck
  941.         end
  942.         object cbPLCI00: TCheckBox
  943.           Left = 8
  944.           Top = 6
  945.           Width = 15
  946.           Height = 17
  947.           TabOrder = 12
  948.         end
  949.         object cbPLCI01: TCheckBox
  950.           Tag = 1
  951.           Left = 80
  952.           Top = 6
  953.           Width = 15
  954.           Height = 17
  955.           TabOrder = 13
  956.         end
  957.         object cbPLCI02: TCheckBox
  958.           Tag = 2
  959.           Left = 152
  960.           Top = 6
  961.           Width = 15
  962.           Height = 17
  963.           TabOrder = 14
  964.         end
  965.         object cbPLCI03: TCheckBox
  966.           Tag = 3
  967.           Left = 224
  968.           Top = 6
  969.           Width = 15
  970.           Height = 17
  971.           Caption = 'cbPLCI03'
  972.           TabOrder = 15
  973.         end
  974.         object cbPLCI04: TCheckBox
  975.           Tag = 4
  976.           Left = 296
  977.           Top = 6
  978.           Width = 15
  979.           Height = 17
  980.           Caption = 'cbPLCI04'
  981.           TabOrder = 16
  982.         end
  983.         object cbPLCI05: TCheckBox
  984.           Tag = 5
  985.           Left = 368
  986.           Top = 6
  987.           Width = 15
  988.           Height = 17
  989.           Caption = 'cbPLCI05'
  990.           TabOrder = 17
  991.         end
  992.         object cbPLCI06: TCheckBox
  993.           Tag = 6
  994.           Left = 440
  995.           Top = 6
  996.           Width = 15
  997.           Height = 17
  998.           Caption = 'cbPLCI06'
  999.           TabOrder = 18
  1000.         end
  1001.         object cbPLCI07: TCheckBox
  1002.           Tag = 7
  1003.           Left = 512
  1004.           Top = 6
  1005.           Width = 15
  1006.           Height = 17
  1007.           Caption = 'cbPLCI07'
  1008.           TabOrder = 19
  1009.         end
  1010.         object cbPLCI08: TCheckBox
  1011.           Tag = 8
  1012.           Left = 584
  1013.           Top = 6
  1014.           Width = 15
  1015.           Height = 17
  1016.           Caption = 'cbPLCI08'
  1017.           TabOrder = 20
  1018.         end
  1019.         object cbPLCI09: TCheckBox
  1020.           Tag = 9
  1021.           Left = 656
  1022.           Top = 6
  1023.           Width = 15
  1024.           Height = 17
  1025.           Caption = 'cbPLCI09'
  1026.           TabOrder = 21
  1027.         end
  1028.         object cbPLCI10: TCheckBox
  1029.           Tag = 10
  1030.           Left = 728
  1031.           Top = 6
  1032.           Width = 15
  1033.           Height = 17
  1034.           Caption = 'cbPLCI10'
  1035.           TabOrder = 22
  1036.         end
  1037.         object cbPLCI11: TCheckBox
  1038.           Tag = 11
  1039.           Left = 800
  1040.           Top = 6
  1041.           Width = 15
  1042.           Height = 17
  1043.           Caption = 'cbPLCI11'
  1044.           TabOrder = 23
  1045.         end
  1046.       end
  1047.       object pnlMPTC: TPanel
  1048.         Left = 0
  1049.         Top = 312
  1050.         Width = 225
  1051.         Height = 25
  1052.         BevelOuter = bvLowered
  1053.         Caption = 'MAC Protocol Timing Control'
  1054.         Font.Charset = DEFAULT_CHARSET
  1055.         Font.Color = clBlue
  1056.         Font.Height = -11
  1057.         Font.Name = 'MS Sans Serif'
  1058.         Font.Style = [fsBold]
  1059.         ParentFont = False
  1060.         TabOrder = 6
  1061.         object cbMPTCHeader: TCheckBox
  1062.           Left = 8
  1063.           Top = 6
  1064.           Width = 15
  1065.           Height = 17
  1066.           TabOrder = 0
  1067.           OnClick = cbMPTCHeaderClick
  1068.         end
  1069.       end
  1070.       object Panel10: TPanel
  1071.         Left = 0
  1072.         Top = 336
  1073.         Width = 905
  1074.         Height = 97
  1075.         BevelOuter = bvLowered
  1076.         TabOrder = 7
  1077.         object lblMPTC00: TLabel
  1078.           Left = 24
  1079.           Top = 8
  1080.           Width = 33
  1081.           Height = 13
  1082.           Caption = 'CWBR'
  1083.         end
  1084.         object lblMPTC01: TLabel
  1085.           Tag = 1
  1086.           Left = 104
  1087.           Top = 8
  1088.           Width = 31
  1089.           Height = 13
  1090.           Caption = 'MPTR'
  1091.         end
  1092.         object lblMPTC02: TLabel
  1093.           Tag = 2
  1094.           Left = 168
  1095.           Top = 8
  1096.           Width = 32
  1097.           Height = 13
  1098.           Caption = 'MPDR'
  1099.         end
  1100.         object lblMPTC03: TLabel
  1101.           Tag = 3
  1102.           Left = 240
  1103.           Top = 8
  1104.           Width = 38
  1105.           Height = 13
  1106.           Caption = 'TNTDR'
  1107.         end
  1108.         object lblMPTC04: TLabel
  1109.           Tag = 4
  1110.           Left = 320
  1111.           Top = 8
  1112.           Width = 30
  1113.           Height = 13
  1114.           Caption = 'STDR'
  1115.         end
  1116.         object lblMPTC05: TLabel
  1117.           Tag = 5
  1118.           Left = 384
  1119.           Top = 8
  1120.           Width = 38
  1121.           Height = 13
  1122.           Caption = 'EPDDR'
  1123.         end
  1124.         object lblMPTC06: TLabel
  1125.           Tag = 6
  1126.           Left = 456
  1127.           Top = 8
  1128.           Width = 42
  1129.           Height = 13
  1130.           Caption = 'CRFCR0'
  1131.         end
  1132.         object lblMPTC07: TLabel
  1133.           Tag = 7
  1134.           Left = 528
  1135.           Top = 8
  1136.           Width = 42
  1137.           Height = 13
  1138.           Caption = 'CRFCR1'
  1139.         end
  1140.         object lblMPTC08: TLabel
  1141.           Tag = 8
  1142.           Left = 608
  1143.           Top = 8
  1144.           Width = 23
  1145.           Height = 13
  1146.           Caption = 'DTR'
  1147.         end
  1148.         object lblMPTC09: TLabel
  1149.           Tag = 9
  1150.           Left = 672
  1151.           Top = 8
  1152.           Width = 33
  1153.           Height = 13
  1154.           Caption = 'BCWR'
  1155.         end
  1156.         object lblMPTC10: TLabel
  1157.           Tag = 10
  1158.           Left = 744
  1159.           Top = 8
  1160.           Width = 43
  1161.           Height = 13
  1162.           Caption = 'RFTPCR'
  1163.         end
  1164.         object lblMPTC11: TLabel
  1165.           Tag = 11
  1166.           Left = 816
  1167.           Top = 8
  1168.           Width = 34
  1169.           Height = 13
  1170.           Caption = 'LTTR0'
  1171.         end
  1172.         object lblMPTC12: TLabel
  1173.           Tag = 12
  1174.           Left = 24
  1175.           Top = 48
  1176.           Width = 34
  1177.           Height = 13
  1178.           Caption = 'LTTR1'
  1179.         end
  1180.         object lblMPTC13: TLabel
  1181.           Tag = 13
  1182.           Left = 96
  1183.           Top = 48
  1184.           Width = 35
  1185.           Height = 13
  1186.           Caption = 'TTAR0'
  1187.         end
  1188.         object lblMPTC14: TLabel
  1189.           Tag = 14
  1190.           Left = 168
  1191.           Top = 48
  1192.           Width = 35
  1193.           Height = 13
  1194.           Caption = 'TTAR1'
  1195.         end
  1196.         object lblMPTC15: TLabel
  1197.           Tag = 15
  1198.           Left = 240
  1199.           Top = 48
  1200.           Width = 35
  1201.           Height = 13
  1202.           Caption = 'TTAR2'
  1203.         end
  1204.         object lblMPTC16: TLabel
  1205.           Tag = 16
  1206.           Left = 312
  1207.           Top = 48
  1208.           Width = 35
  1209.           Height = 13
  1210.           Caption = 'TTSCS'
  1211.         end
  1212.         object lblMPTC17: TLabel
  1213.           Tag = 17
  1214.           Left = 384
  1215.           Top = 48
  1216.           Width = 28
  1217.           Height = 13
  1218.           Caption = 'TTTC'
  1219.         end
  1220.         object edtMPTC00: TEdit
  1221.           Left = 8
  1222.           Top = 24
  1223.           Width = 68
  1224.           Height = 21
  1225.           TabOrder = 0
  1226.           Text = '0'
  1227.           OnExit = edtMPTCCheck
  1228.         end
  1229.         object edtMPTC01: TEdit
  1230.           Tag = 1
  1231.           Left = 80
  1232.           Top = 24
  1233.           Width = 68
  1234.           Height = 21
  1235.           TabOrder = 1
  1236.           Text = '0'
  1237.           OnExit = edtMPTCCheck
  1238.         end
  1239.         object edtMPTC02: TEdit
  1240.           Tag = 2
  1241.           Left = 152
  1242.           Top = 24
  1243.           Width = 68
  1244.           Height = 21
  1245.           TabOrder = 2
  1246.           Text = '0'
  1247.           OnExit = edtMPTCCheck
  1248.         end
  1249.         object edtMPTC03: TEdit
  1250.           Tag = 3
  1251.           Left = 224
  1252.           Top = 24
  1253.           Width = 68
  1254.           Height = 21
  1255.           TabOrder = 3
  1256.           Text = '0'
  1257.           OnExit = edtMPTCCheck
  1258.         end
  1259.         object edtMPTC04: TEdit
  1260.           Tag = 4
  1261.           Left = 296
  1262.           Top = 24
  1263.           Width = 68
  1264.           Height = 21
  1265.           TabOrder = 4
  1266.           Text = '0'
  1267.           OnExit = edtMPTCCheck
  1268.         end
  1269.         object edtMPTC05: TEdit
  1270.           Tag = 5
  1271.           Left = 368
  1272.           Top = 24
  1273.           Width = 68
  1274.           Height = 21
  1275.           TabOrder = 5
  1276.           Text = '0'
  1277.           OnExit = edtMPTCCheck
  1278.         end
  1279.         object edtMPTC06: TEdit
  1280.           Tag = 6
  1281.           Left = 440
  1282.           Top = 24
  1283.           Width = 68
  1284.           Height = 21
  1285.           TabOrder = 6
  1286.           Text = '0'
  1287.           OnExit = edtMPTCCheck
  1288.         end
  1289.         object edtMPTC07: TEdit
  1290.           Tag = 7
  1291.           Left = 512
  1292.           Top = 24
  1293.           Width = 68
  1294.           Height = 21
  1295.           TabOrder = 7
  1296.           Text = '0'
  1297.           OnExit = edtMPTCCheck
  1298.         end
  1299.         object edtMPTC08: TEdit
  1300.           Tag = 8
  1301.           Left = 584
  1302.           Top = 24
  1303.           Width = 68
  1304.           Height = 21
  1305.           TabOrder = 8
  1306.           Text = '0'
  1307.           OnExit = edtMPTCCheck
  1308.         end
  1309.         object edtMPTC09: TEdit
  1310.           Tag = 9
  1311.           Left = 656
  1312.           Top = 24
  1313.           Width = 68
  1314.           Height = 21
  1315.           TabOrder = 9
  1316.           Text = '0'
  1317.           OnExit = edtMPTCCheck
  1318.         end
  1319.         object edtMPTC10: TEdit
  1320.           Tag = 10
  1321.           Left = 728
  1322.           Top = 24
  1323.           Width = 68
  1324.           Height = 21
  1325.           TabOrder = 10
  1326.           Text = '0'
  1327.           OnExit = edtMPTCCheck
  1328.         end
  1329.         object edtMPTC11: TEdit
  1330.           Tag = 11
  1331.           Left = 800
  1332.           Top = 24
  1333.           Width = 68
  1334.           Height = 21
  1335.           TabOrder = 11
  1336.           Text = '0'
  1337.           OnExit = edtMPTCCheck
  1338.         end
  1339.         object edtMPTC12: TEdit
  1340.           Tag = 12
  1341.           Left = 8
  1342.           Top = 64
  1343.           Width = 68
  1344.           Height = 21
  1345.           TabOrder = 12
  1346.           Text = '0'
  1347.           OnExit = edtMPTCCheck
  1348.         end
  1349.         object edtMPTC13: TEdit
  1350.           Tag = 13
  1351.           Left = 80
  1352.           Top = 64
  1353.           Width = 68
  1354.           Height = 21
  1355.           TabOrder = 13
  1356.           Text = '0'
  1357.           OnExit = edtMPTCCheck
  1358.         end
  1359.         object edtMPTC14: TEdit
  1360.           Tag = 14
  1361.           Left = 152
  1362.           Top = 64
  1363.           Width = 68
  1364.           Height = 21
  1365.           TabOrder = 14
  1366.           Text = '0'
  1367.           OnExit = edtMPTCCheck
  1368.         end
  1369.         object edtMPTC15: TEdit
  1370.           Tag = 15
  1371.           Left = 224
  1372.           Top = 64
  1373.           Width = 68
  1374.           Height = 21
  1375.           TabOrder = 15
  1376.           Text = '0'
  1377.           OnExit = edtMPTCCheck
  1378.         end
  1379.         object edtMPTC16: TEdit
  1380.           Tag = 16
  1381.           Left = 296
  1382.           Top = 64
  1383.           Width = 68
  1384.           Height = 21
  1385.           TabOrder = 16
  1386.           Text = '0'
  1387.           OnExit = edtMPTCCheck
  1388.         end
  1389.         object edtMPTC17: TEdit
  1390.           Tag = 17
  1391.           Left = 368
  1392.           Top = 64
  1393.           Width = 68
  1394.           Height = 21
  1395.           TabOrder = 17
  1396.           Text = '0'
  1397.           OnExit = edtMPTCCheck
  1398.         end
  1399.         object cbMPTC00: TCheckBox
  1400.           Left = 8
  1401.           Top = 6
  1402.           Width = 15
  1403.           Height = 17
  1404.           TabOrder = 18
  1405.         end
  1406.         object cbMPTC01: TCheckBox
  1407.           Tag = 1
  1408.           Left = 80
  1409.           Top = 6
  1410.           Width = 15
  1411.           Height = 17
  1412.           TabOrder = 19
  1413.         end
  1414.         object cbMPTC02: TCheckBox
  1415.           Tag = 2
  1416.           Left = 152
  1417.           Top = 6
  1418.           Width = 15
  1419.           Height = 17
  1420.           TabOrder = 20
  1421.         end
  1422.         object cbMPTC03: TCheckBox
  1423.           Tag = 3
  1424.           Left = 224
  1425.           Top = 6
  1426.           Width = 15
  1427.           Height = 17
  1428.           TabOrder = 21
  1429.         end
  1430.         object CheckBox42: TCheckBox
  1431.           Left = 296
  1432.           Top = 6
  1433.           Width = 15
  1434.           Height = 17
  1435.           TabOrder = 22
  1436.         end
  1437.         object CheckBox43: TCheckBox
  1438.           Left = 368
  1439.           Top = 6
  1440.           Width = 15
  1441.           Height = 17
  1442.           TabOrder = 23
  1443.         end
  1444.         object cbMPTC06: TCheckBox
  1445.           Tag = 6
  1446.           Left = 440
  1447.           Top = 6
  1448.           Width = 15
  1449.           Height = 17
  1450.           TabOrder = 24
  1451.         end
  1452.         object cbMPTC07: TCheckBox
  1453.           Tag = 7
  1454.           Left = 512
  1455.           Top = 6
  1456.           Width = 15
  1457.           Height = 17
  1458.           TabOrder = 25
  1459.         end
  1460.         object cbMPTC08: TCheckBox
  1461.           Tag = 8
  1462.           Left = 584
  1463.           Top = 6
  1464.           Width = 15
  1465.           Height = 17
  1466.           TabOrder = 26
  1467.         end
  1468.         object cbMPTC09: TCheckBox
  1469.           Tag = 9
  1470.           Left = 656
  1471.           Top = 6
  1472.           Width = 15
  1473.           Height = 17
  1474.           TabOrder = 27
  1475.         end
  1476.         object cbMPTC10: TCheckBox
  1477.           Tag = 10
  1478.           Left = 728
  1479.           Top = 6
  1480.           Width = 15
  1481.           Height = 17
  1482.           TabOrder = 28
  1483.         end
  1484.         object cbMPTC11: TCheckBox
  1485.           Tag = 11
  1486.           Left = 800
  1487.           Top = 6
  1488.           Width = 15
  1489.           Height = 17
  1490.           TabOrder = 29
  1491.         end
  1492.         object cbMPTC12: TCheckBox
  1493.           Tag = 12
  1494.           Left = 8
  1495.           Top = 46
  1496.           Width = 15
  1497.           Height = 17
  1498.           TabOrder = 30
  1499.         end
  1500.         object cbMPTC13: TCheckBox
  1501.           Tag = 13
  1502.           Left = 80
  1503.           Top = 46
  1504.           Width = 15
  1505.           Height = 17
  1506.           TabOrder = 31
  1507.         end
  1508.         object cbMPTC14: TCheckBox
  1509.           Tag = 14
  1510.           Left = 152
  1511.           Top = 46
  1512.           Width = 15
  1513.           Height = 17
  1514.           TabOrder = 32
  1515.         end
  1516.         object cbMPTC15: TCheckBox
  1517.           Tag = 15
  1518.           Left = 224
  1519.           Top = 46
  1520.           Width = 15
  1521.           Height = 17
  1522.           TabOrder = 33
  1523.         end
  1524.         object cbMPTC04: TCheckBox
  1525.           Tag = 4
  1526.           Left = 296
  1527.           Top = 6
  1528.           Width = 15
  1529.           Height = 17
  1530.           TabOrder = 34
  1531.         end
  1532.         object cbMPTC05: TCheckBox
  1533.           Tag = 5
  1534.           Left = 368
  1535.           Top = 6
  1536.           Width = 15
  1537.           Height = 17
  1538.           TabOrder = 35
  1539.         end
  1540.         object cbMPTC16: TCheckBox
  1541.           Tag = 16
  1542.           Left = 296
  1543.           Top = 46
  1544.           Width = 15
  1545.           Height = 17
  1546.           TabOrder = 36
  1547.         end
  1548.         object cbMPTC17: TCheckBox
  1549.           Tag = 17
  1550.           Left = 368
  1551.           Top = 46
  1552.           Width = 15
  1553.           Height = 17
  1554.           TabOrder = 37
  1555.         end
  1556.       end
  1557.       object pnlNC: TPanel
  1558.         Left = 0
  1559.         Top = 440
  1560.         Width = 225
  1561.         Height = 25
  1562.         BevelOuter = bvLowered
  1563.         Caption = 'NVA Control'
  1564.         Font.Charset = DEFAULT_CHARSET
  1565.         Font.Color = clBlue
  1566.         Font.Height = -11
  1567.         Font.Name = 'MS Sans Serif'
  1568.         Font.Style = [fsBold]
  1569.         ParentFont = False
  1570.         TabOrder = 8
  1571.         object cbNCHeader: TCheckBox
  1572.           Left = 8
  1573.           Top = 4
  1574.           Width = 15
  1575.           Height = 17
  1576.           TabOrder = 0
  1577.           OnClick = cbNCHeaderClick
  1578.         end
  1579.       end
  1580.       object Panel12: TPanel
  1581.         Left = 0
  1582.         Top = 464
  1583.         Width = 305
  1584.         Height = 57
  1585.         BevelOuter = bvLowered
  1586.         TabOrder = 9
  1587.         object lblNC0: TLabel
  1588.           Left = 32
  1589.           Top = 8
  1590.           Width = 22
  1591.           Height = 13
  1592.           Caption = 'LNR'
  1593.         end
  1594.         object lblNC1: TLabel
  1595.           Tag = 1
  1596.           Left = 96
  1597.           Top = 8
  1598.           Width = 31
  1599.           Height = 13
  1600.           Caption = 'NRTR'
  1601.         end
  1602.         object lblNC2: TLabel
  1603.           Tag = 2
  1604.           Left = 168
  1605.           Top = 8
  1606.           Width = 31
  1607.           Height = 13
  1608.           Caption = 'NSUR'
  1609.         end
  1610.         object lblNC3: TLabel
  1611.           Tag = 3
  1612.           Left = 240
  1613.           Top = 8
  1614.           Width = 24
  1615.           Height = 13
  1616.           Caption = 'TTIC'
  1617.         end
  1618.         object edtNC0: TEdit
  1619.           Left = 8
  1620.           Top = 24
  1621.           Width = 68
  1622.           Height = 21
  1623.           TabOrder = 0
  1624.           Text = '0'
  1625.           OnExit = edtNCCheck
  1626.         end
  1627.         object edtNC1: TEdit
  1628.           Tag = 1
  1629.           Left = 80
  1630.           Top = 24
  1631.           Width = 68
  1632.           Height = 21
  1633.           TabOrder = 1
  1634.           Text = '0'
  1635.           OnExit = edtNCCheck
  1636.         end
  1637.         object edtNC2: TEdit
  1638.           Tag = 2
  1639.           Left = 152
  1640.           Top = 24
  1641.           Width = 68
  1642.           Height = 21
  1643.           TabOrder = 2
  1644.           Text = '0'
  1645.           OnExit = edtNCCheck
  1646.         end
  1647.         object edtNC3: TEdit
  1648.           Tag = 3
  1649.           Left = 224
  1650.           Top = 24
  1651.           Width = 68
  1652.           Height = 21
  1653.           TabOrder = 3
  1654.           Text = '0'
  1655.           OnExit = edtNCCheck
  1656.         end
  1657.         object cbNC0: TCheckBox
  1658.           Left = 8
  1659.           Top = 6
  1660.           Width = 15
  1661.           Height = 17
  1662.           TabOrder = 4
  1663.         end
  1664.         object cbNC1: TCheckBox
  1665.           Tag = 1
  1666.           Left = 80
  1667.           Top = 6
  1668.           Width = 15
  1669.           Height = 17
  1670.           TabOrder = 5
  1671.         end
  1672.         object cbNC2: TCheckBox
  1673.           Tag = 2
  1674.           Left = 152
  1675.           Top = 6
  1676.           Width = 15
  1677.           Height = 17
  1678.           TabOrder = 6
  1679.         end
  1680.         object cbNC3: TCheckBox
  1681.           Tag = 3
  1682.           Left = 224
  1683.           Top = 6
  1684.           Width = 15
  1685.           Height = 17
  1686.           Caption = 'cbNC3'
  1687.           TabOrder = 7
  1688.         end
  1689.       end
  1690.       object pnlBG: TPanel
  1691.         Left = 312
  1692.         Top = 440
  1693.         Width = 225
  1694.         Height = 25
  1695.         BevelOuter = bvLowered
  1696.         Caption = 'Beacon Generation'
  1697.         Font.Charset = DEFAULT_CHARSET
  1698.         Font.Color = clBlue
  1699.         Font.Height = -11
  1700.         Font.Name = 'MS Sans Serif'
  1701.         Font.Style = [fsBold]
  1702.         ParentFont = False
  1703.         TabOrder = 10
  1704.         object cbBGHeader: TCheckBox
  1705.           Left = 8
  1706.           Top = 4
  1707.           Width = 15
  1708.           Height = 17
  1709.           TabOrder = 0
  1710.           OnClick = cbBGHeaderClick
  1711.         end
  1712.       end
  1713.       object Panel14: TPanel
  1714.         Left = 312
  1715.         Top = 464
  1716.         Width = 593
  1717.         Height = 57
  1718.         BevelOuter = bvLowered
  1719.         TabOrder = 11
  1720.         object lblBG0: TLabel
  1721.           Left = 24
  1722.           Top = 8
  1723.           Width = 36
  1724.           Height = 13
  1725.           Caption = 'BGCR0'
  1726.         end
  1727.         object lblBG1: TLabel
  1728.           Tag = 1
  1729.           Left = 96
  1730.           Top = 8
  1731.           Width = 36
  1732.           Height = 13
  1733.           Caption = 'BGCR1'
  1734.         end
  1735.         object lblBG2: TLabel
  1736.           Tag = 2
  1737.           Left = 168
  1738.           Top = 8
  1739.           Width = 47
  1740.           Height = 13
  1741.           Caption = 'SWBCCR'
  1742.         end
  1743.         object lblBG3: TLabel
  1744.           Tag = 3
  1745.           Left = 240
  1746.           Top = 8
  1747.           Width = 48
  1748.           Height = 13
  1749.           Caption = 'SWBCDR'
  1750.         end
  1751.         object lblBG4: TLabel
  1752.           Tag = 4
  1753.           Left = 312
  1754.           Top = 8
  1755.           Width = 38
  1756.           Height = 13
  1757.           Caption = 'ARRCR'
  1758.         end
  1759.         object lblBG5: TLabel
  1760.           Tag = 5
  1761.           Left = 384
  1762.           Top = 8
  1763.           Width = 36
  1764.           Height = 13
  1765.           Caption = 'AFRCR'
  1766.         end
  1767.         object lblBG6: TLabel
  1768.           Tag = 6
  1769.           Left = 456
  1770.           Top = 8
  1771.           Width = 35
  1772.           Height = 13
  1773.           Caption = 'ATFCR'
  1774.         end
  1775.         object lblBG7: TLabel
  1776.           Tag = 7
  1777.           Left = 528
  1778.           Top = 8
  1779.           Width = 36
  1780.           Height = 13
  1781.           Caption = 'ATBCR'
  1782.         end
  1783.         object edtBG0: TEdit
  1784.           Left = 8
  1785.           Top = 24
  1786.           Width = 68
  1787.           Height = 21
  1788.           TabOrder = 0
  1789.           Text = '0'
  1790.           OnExit = edtBGCheck
  1791.         end
  1792.         object edtBG1: TEdit
  1793.           Tag = 1
  1794.           Left = 80
  1795.           Top = 24
  1796.           Width = 68
  1797.           Height = 21
  1798.           TabOrder = 1
  1799.           Text = '0'
  1800.           OnExit = edtBGCheck
  1801.         end
  1802.         object edtBG2: TEdit
  1803.           Tag = 2
  1804.           Left = 152
  1805.           Top = 24
  1806.           Width = 68
  1807.           Height = 21
  1808.           TabOrder = 2
  1809.           Text = '0'
  1810.           OnExit = edtBGCheck
  1811.         end
  1812.         object edtBG3: TEdit
  1813.           Tag = 3
  1814.           Left = 224
  1815.           Top = 24
  1816.           Width = 68
  1817.           Height = 21
  1818.           TabOrder = 3
  1819.           Text = '0'
  1820.           OnExit = edtBGCheck
  1821.         end
  1822.         object edtBG4: TEdit
  1823.           Tag = 4
  1824.           Left = 296
  1825.           Top = 24
  1826.           Width = 68
  1827.           Height = 21
  1828.           TabOrder = 4
  1829.           Text = '0'
  1830.           OnExit = edtBGCheck
  1831.         end
  1832.         object edtBG5: TEdit
  1833.           Tag = 5
  1834.           Left = 368
  1835.           Top = 24
  1836.           Width = 68
  1837.           Height = 21
  1838.           TabOrder = 5
  1839.           Text = '0'
  1840.           OnExit = edtBGCheck
  1841.         end
  1842.         object edtBG6: TEdit
  1843.           Tag = 6
  1844.           Left = 440
  1845.           Top = 24
  1846.           Width = 68
  1847.           Height = 21
  1848.           TabOrder = 6
  1849.           Text = '0'
  1850.           OnExit = edtBGCheck
  1851.         end
  1852.         object edtBG7: TEdit
  1853.           Tag = 7
  1854.           Left = 512
  1855.           Top = 24
  1856.           Width = 68
  1857.           Height = 21
  1858.           TabOrder = 7
  1859.           Text = '0'
  1860.           OnExit = edtBGCheck
  1861.         end
  1862.         object cbBG0: TCheckBox
  1863.           Left = 8
  1864.           Top = 6
  1865.           Width = 15
  1866.           Height = 17
  1867.           TabOrder = 8
  1868.         end
  1869.         object cbBG1: TCheckBox
  1870.           Tag = 1
  1871.           Left = 80
  1872.           Top = 6
  1873.           Width = 15
  1874.           Height = 17
  1875.           TabOrder = 9
  1876.         end
  1877.         object cbBG2: TCheckBox
  1878.           Tag = 2
  1879.           Left = 152
  1880.           Top = 6
  1881.           Width = 15
  1882.           Height = 17
  1883.           TabOrder = 10
  1884.         end
  1885.         object cbBG3: TCheckBox
  1886.           Tag = 3
  1887.           Left = 224
  1888.           Top = 6
  1889.           Width = 15
  1890.           Height = 17
  1891.           TabOrder = 11
  1892.         end
  1893.         object cbBG4: TCheckBox
  1894.           Tag = 4
  1895.           Left = 296
  1896.           Top = 6
  1897.           Width = 15
  1898.           Height = 17
  1899.           TabOrder = 12
  1900.         end
  1901.         object cbBG5: TCheckBox
  1902.           Tag = 5
  1903.           Left = 368
  1904.           Top = 6
  1905.           Width = 15
  1906.           Height = 17
  1907.           TabOrder = 13
  1908.         end
  1909.         object cbBG6: TCheckBox
  1910.           Tag = 6
  1911.           Left = 440
  1912.           Top = 6
  1913.           Width = 15
  1914.           Height = 17
  1915.           TabOrder = 14
  1916.         end
  1917.         object cbBG7: TCheckBox
  1918.           Tag = 7
  1919.           Left = 512
  1920.           Top = 6
  1921.           Width = 15
  1922.           Height = 17
  1923.           TabOrder = 15
  1924.         end
  1925.       end
  1926.       object btnSYSMACMCRData: TButton
  1927.         Tag = 1
  1928.         Left = 246
  1929.         Top = 2
  1930.         Width = 89
  1931.         Height = 23
  1932.         Caption = 'MCR Data (Hex)'
  1933.         TabOrder = 12
  1934.         OnClick = btnSYSMACMCRDataClick
  1935.       end
  1936.     end
  1937.     object TabSheet2: TTabSheet
  1938.       Caption = 'TX/RX Releated'
  1939.       ImageIndex = 1
  1940.       object Label41: TLabel
  1941.         Left = 328
  1942.         Top = 10
  1943.         Width = 48
  1944.         Height = 13
  1945.         Caption = 'Read only'
  1946.       end
  1947.       object Shape3: TShape
  1948.         Left = 312
  1949.         Top = 12
  1950.         Width = 9
  1951.         Height = 9
  1952.         Brush.Color = clMaroon
  1953.       end
  1954.       object Label1: TLabel
  1955.         Left = 552
  1956.         Top = 8
  1957.         Width = 12
  1958.         Height = 13
  1959.         Caption = '__'
  1960.       end
  1961.       object Label2: TLabel
  1962.         Left = 568
  1963.         Top = 10
  1964.         Width = 31
  1965.         Height = 13
  1966.         Caption = '16 bits'
  1967.       end
  1968.       object Shape4: TShape
  1969.         Left = 448
  1970.         Top = 12
  1971.         Width = 9
  1972.         Height = 9
  1973.         Brush.Color = clGreen
  1974.       end
  1975.       object Label3: TLabel
  1976.         Left = 464
  1977.         Top = 10
  1978.         Width = 20
  1979.         Height = 13
  1980.         Caption = 'R/C'
  1981.       end
  1982.       object pnlSE: TPanel
  1983.         Left = 0
  1984.         Top = 8
  1985.         Width = 185
  1986.         Height = 25
  1987.         BevelOuter = bvLowered
  1988.         Caption = 'Security Engine'
  1989.         Font.Charset = DEFAULT_CHARSET
  1990.         Font.Color = clBlue
  1991.         Font.Height = -11
  1992.         Font.Name = 'MS Sans Serif'
  1993.         Font.Style = [fsBold]
  1994.         ParentFont = False
  1995.         TabOrder = 0
  1996.         object cbSEHeader: TCheckBox
  1997.           Left = 8
  1998.           Top = 4
  1999.           Width = 15
  2000.           Height = 17
  2001.           TabOrder = 0
  2002.           OnClick = cbSEHeaderClick
  2003.         end
  2004.       end
  2005.       object Panel16: TPanel
  2006.         Left = 0
  2007.         Top = 32
  2008.         Width = 905
  2009.         Height = 57
  2010.         BevelOuter = bvLowered
  2011.         TabOrder = 1
  2012.         object lblSE00: TLabel
  2013.           Left = 24
  2014.           Top = 8
  2015.           Width = 36
  2016.           Height = 13
  2017.           Caption = 'SKACR'
  2018.         end
  2019.         object lblSE01: TLabel
  2020.           Tag = 1
  2021.           Left = 96
  2022.           Top = 8
  2023.           Width = 43
  2024.           Height = 13
  2025.           Caption = 'SKADR0'
  2026.         end
  2027.         object lblSE02: TLabel
  2028.           Tag = 2
  2029.           Left = 168
  2030.           Top = 8
  2031.           Width = 43
  2032.           Height = 13
  2033.           Caption = 'SKADR1'
  2034.         end
  2035.         object lblSE03: TLabel
  2036.           Tag = 3
  2037.           Left = 240
  2038.           Top = 8
  2039.           Width = 43
  2040.           Height = 13
  2041.           Caption = 'SKADR2'
  2042.         end
  2043.         object lblSE04: TLabel
  2044.           Tag = 4
  2045.           Left = 312
  2046.           Top = 8
  2047.           Width = 43
  2048.           Height = 13
  2049.           Caption = 'SKADR3'
  2050.         end
  2051.         object lblSE05: TLabel
  2052.           Tag = 5
  2053.           Left = 384
  2054.           Top = 8
  2055.           Width = 43
  2056.           Height = 13
  2057.           Caption = 'SKADR4'
  2058.         end
  2059.         object lblSE06: TLabel
  2060.           Tag = 6
  2061.           Left = 456
  2062.           Top = 8
  2063.           Width = 43
  2064.           Height = 13
  2065.           Caption = 'SKADR5'
  2066.         end
  2067.         object lblSE07: TLabel
  2068.           Tag = 7
  2069.           Left = 528
  2070.           Top = 8
  2071.           Width = 35
  2072.           Height = 13
  2073.           Caption = 'SCPR0'
  2074.         end
  2075.         object lblSE08: TLabel
  2076.           Tag = 8
  2077.           Left = 600
  2078.           Top = 8
  2079.           Width = 35
  2080.           Height = 13
  2081.           Caption = 'SCPR1'
  2082.         end
  2083.         object lblSE09: TLabel
  2084.           Tag = 9
  2085.           Left = 672
  2086.           Top = 8
  2087.           Width = 43
  2088.           Height = 13
  2089.           Caption = 'SKADR6'
  2090.         end
  2091.         object lblSE10: TLabel
  2092.           Tag = 10
  2093.           Left = 744
  2094.           Top = 8
  2095.           Width = 43
  2096.           Height = 13
  2097.           Caption = 'SKADR7'
  2098.         end
  2099.         object edtSE00: TEdit
  2100.           Left = 8
  2101.           Top = 24
  2102.           Width = 68
  2103.           Height = 21
  2104.           TabOrder = 0
  2105.           Text = '0'
  2106.           OnExit = edtSECheck
  2107.         end
  2108.         object edtSE01: TEdit
  2109.           Tag = 1
  2110.           Left = 80
  2111.           Top = 24
  2112.           Width = 68
  2113.           Height = 21
  2114.           TabOrder = 1
  2115.           Text = '0'
  2116.           OnExit = edtSECheck
  2117.         end
  2118.         object edtSE02: TEdit
  2119.           Tag = 2
  2120.           Left = 152
  2121.           Top = 24
  2122.           Width = 68
  2123.           Height = 21
  2124.           TabOrder = 2
  2125.           Text = '0'
  2126.           OnExit = edtSECheck
  2127.         end
  2128.         object edtSE03: TEdit
  2129.           Tag = 3
  2130.           Left = 224
  2131.           Top = 24
  2132.           Width = 68
  2133.           Height = 21
  2134.           TabOrder = 3
  2135.           Text = '0'
  2136.           OnExit = edtSECheck
  2137.         end
  2138.         object edtSE04: TEdit
  2139.           Tag = 4
  2140.           Left = 296
  2141.           Top = 24
  2142.           Width = 68
  2143.           Height = 21
  2144.           TabOrder = 4
  2145.           Text = '0'
  2146.           OnExit = edtSECheck
  2147.         end
  2148.         object edtSE05: TEdit
  2149.           Tag = 5
  2150.           Left = 368
  2151.           Top = 24
  2152.           Width = 68
  2153.           Height = 21
  2154.           TabOrder = 5
  2155.           Text = '0'
  2156.           OnExit = edtSECheck
  2157.         end
  2158.         object edtSE06: TEdit
  2159.           Tag = 6
  2160.           Left = 440
  2161.           Top = 24
  2162.           Width = 68
  2163.           Height = 21
  2164.           TabOrder = 6
  2165.           Text = '0'
  2166.           OnExit = edtSECheck
  2167.         end
  2168.         object edtSE07: TEdit
  2169.           Tag = 7
  2170.           Left = 512
  2171.           Top = 24
  2172.           Width = 68
  2173.           Height = 21
  2174.           TabOrder = 7
  2175.           Text = '0'
  2176.           OnExit = edtSECheck
  2177.         end
  2178.         object edtSE08: TEdit
  2179.           Tag = 8
  2180.           Left = 584
  2181.           Top = 24
  2182.           Width = 68
  2183.           Height = 21
  2184.           TabOrder = 8
  2185.           Text = '0'
  2186.           OnExit = edtSECheck
  2187.         end
  2188.         object edtSE09: TEdit
  2189.           Tag = 9
  2190.           Left = 656
  2191.           Top = 24
  2192.           Width = 68
  2193.           Height = 21
  2194.           TabOrder = 9
  2195.           Text = '0'
  2196.           OnExit = edtSECheck
  2197.         end
  2198.         object edtSE10: TEdit
  2199.           Tag = 10
  2200.           Left = 728
  2201.           Top = 24
  2202.           Width = 68
  2203.           Height = 21
  2204.           TabOrder = 10
  2205.           Text = '0'
  2206.           OnExit = edtSECheck
  2207.         end
  2208.         object cbSE00: TCheckBox
  2209.           Left = 8
  2210.           Top = 6
  2211.           Width = 15
  2212.           Height = 17
  2213.           TabOrder = 11
  2214.         end
  2215.         object cbSE01: TCheckBox
  2216.           Tag = 1
  2217.           Left = 80
  2218.           Top = 6
  2219.           Width = 15
  2220.           Height = 17
  2221.           TabOrder = 12
  2222.         end
  2223.         object cbSE02: TCheckBox
  2224.           Tag = 2
  2225.           Left = 152
  2226.           Top = 6
  2227.           Width = 15
  2228.           Height = 17
  2229.           TabOrder = 13
  2230.         end
  2231.         object cbSE03: TCheckBox
  2232.           Tag = 3
  2233.           Left = 224
  2234.           Top = 6
  2235.           Width = 15
  2236.           Height = 17
  2237.           TabOrder = 14
  2238.         end
  2239.         object cbSE04: TCheckBox
  2240.           Tag = 4
  2241.           Left = 296
  2242.           Top = 6
  2243.           Width = 15
  2244.           Height = 17
  2245.           TabOrder = 15
  2246.         end
  2247.         object cbSE05: TCheckBox
  2248.           Tag = 5
  2249.           Left = 368
  2250.           Top = 6
  2251.           Width = 15
  2252.           Height = 17
  2253.           TabOrder = 16
  2254.         end
  2255.         object cbSE06: TCheckBox
  2256.           Tag = 6
  2257.           Left = 440
  2258.           Top = 6
  2259.           Width = 15
  2260.           Height = 17
  2261.           TabOrder = 17
  2262.         end
  2263.         object cbSE07: TCheckBox
  2264.           Tag = 7
  2265.           Left = 512
  2266.           Top = 6
  2267.           Width = 15
  2268.           Height = 17
  2269.           TabOrder = 18
  2270.         end
  2271.         object cbSE08: TCheckBox
  2272.           Tag = 8
  2273.           Left = 584
  2274.           Top = 6
  2275.           Width = 15
  2276.           Height = 17
  2277.           TabOrder = 19
  2278.         end
  2279.         object cbSE09: TCheckBox
  2280.           Tag = 9
  2281.           Left = 656
  2282.           Top = 6
  2283.           Width = 15
  2284.           Height = 17
  2285.           TabOrder = 20
  2286.         end
  2287.         object cbSE10: TCheckBox
  2288.           Tag = 10
  2289.           Left = 728
  2290.           Top = 6
  2291.           Width = 15
  2292.           Height = 17
  2293.           TabOrder = 21
  2294.         end
  2295.       end
  2296.       object pnlTC: TPanel
  2297.         Left = 0
  2298.         Top = 96
  2299.         Width = 185
  2300.         Height = 25
  2301.         BevelOuter = bvLowered
  2302.         Caption = 'Transmitter Control'
  2303.         Font.Charset = DEFAULT_CHARSET
  2304.         Font.Color = clBlue
  2305.         Font.Height = -11
  2306.         Font.Name = 'MS Sans Serif'
  2307.         Font.Style = [fsBold]
  2308.         ParentFont = False
  2309.         TabOrder = 2
  2310.         object cbTCHeader: TCheckBox
  2311.           Left = 8
  2312.           Top = 4
  2313.           Width = 15
  2314.           Height = 17
  2315.           Caption = 'cbTCHeader'
  2316.           TabOrder = 0
  2317.           OnClick = cbTCHeaderClick
  2318.         end
  2319.       end
  2320.       object Panel18: TPanel
  2321.         Left = 0
  2322.         Top = 120
  2323.         Width = 905
  2324.         Height = 57
  2325.         BevelOuter = bvLowered
  2326.         TabOrder = 3
  2327.         object lblTC00: TLabel
  2328.           Left = 24
  2329.           Top = 8
  2330.           Width = 39
  2331.           Height = 13
  2332.           Caption = 'ACWLR'
  2333.         end
  2334.         object lblTC01: TLabel
  2335.           Tag = 1
  2336.           Left = 96
  2337.           Top = 8
  2338.           Width = 38
  2339.           Height = 13
  2340.           Caption = 'MPTCR'
  2341.         end
  2342.         object lblTC02: TLabel
  2343.           Tag = 2
  2344.           Left = 168
  2345.           Top = 8
  2346.           Width = 37
  2347.           Height = 13
  2348.           Caption = 'NPTCR'
  2349.         end
  2350.         object lblTC03: TLabel
  2351.           Tag = 3
  2352.           Left = 240
  2353.           Top = 8
  2354.           Width = 37
  2355.           Height = 13
  2356.           Caption = 'NTTCR'
  2357.         end
  2358.         object lblTC04: TLabel
  2359.           Tag = 4
  2360.           Left = 302
  2361.           Top = 8
  2362.           Width = 74
  2363.           Height = 13
  2364.           Caption = 'TXOPGBNTCR'
  2365.         end
  2366.         object lblTC05: TLabel
  2367.           Tag = 5
  2368.           Left = 392
  2369.           Top = 8
  2370.           Width = 38
  2371.           Height = 13
  2372.           Caption = 'NDTCR'
  2373.         end
  2374.         object lblTC06: TLabel
  2375.           Tag = 6
  2376.           Left = 456
  2377.           Top = 8
  2378.           Width = 44
  2379.           Height = 13
  2380.           Caption = 'NCSTCR'
  2381.         end
  2382.         object lblTC07: TLabel
  2383.           Tag = 7
  2384.           Left = 518
  2385.           Top = 8
  2386.           Width = 57
  2387.           Height = 13
  2388.           Caption = 'ACTXOPR0'
  2389.         end
  2390.         object lblTC08: TLabel
  2391.           Tag = 8
  2392.           Left = 592
  2393.           Top = 8
  2394.           Width = 57
  2395.           Height = 13
  2396.           Caption = 'ACTXOPR1'
  2397.         end
  2398.         object lblTC09: TLabel
  2399.           Tag = 9
  2400.           Left = 670
  2401.           Top = 8
  2402.           Width = 51
  2403.           Height = 13
  2404.           Caption = 'TSTGPCR'
  2405.         end
  2406.         object lblTC10: TLabel
  2407.           Tag = 10
  2408.           Left = 736
  2409.           Top = 8
  2410.           Width = 57
  2411.           Height = 13
  2412.           Caption = 'TSTNTCR0'
  2413.         end
  2414.         object lblTC11: TLabel
  2415.           Tag = 11
  2416.           Left = 814
  2417.           Top = 8
  2418.           Width = 57
  2419.           Height = 13
  2420.           Caption = 'TSTNTCR1'
  2421.         end
  2422.         object edtTC00: TEdit
  2423.           Left = 8
  2424.           Top = 24
  2425.           Width = 68
  2426.           Height = 21
  2427.           TabOrder = 0
  2428.           Text = '0'
  2429.           OnExit = edtTCCheck
  2430.         end
  2431.         object edtTC01: TEdit
  2432.           Tag = 1
  2433.           Left = 80
  2434.           Top = 24
  2435.           Width = 68
  2436.           Height = 21
  2437.           TabOrder = 1
  2438.           Text = '0'
  2439.           OnExit = edtTCCheck
  2440.         end
  2441.         object edtTC02: TEdit
  2442.           Tag = 2
  2443.           Left = 152
  2444.           Top = 24
  2445.           Width = 68
  2446.           Height = 21
  2447.           TabOrder = 2
  2448.           Text = '0'
  2449.           OnExit = edtTCCheck
  2450.         end
  2451.         object edtTC03: TEdit
  2452.           Tag = 3
  2453.           Left = 224
  2454.           Top = 24
  2455.           Width = 68
  2456.           Height = 21
  2457.           TabOrder = 3
  2458.           Text = '0'
  2459.           OnExit = edtTCCheck
  2460.         end
  2461.         object edtTC04: TEdit
  2462.           Tag = 4
  2463.           Left = 296
  2464.           Top = 24
  2465.           Width = 68
  2466.           Height = 21
  2467.           TabOrder = 4
  2468.           Text = '0'
  2469.           OnExit = edtTCCheck
  2470.         end
  2471.         object edtTC05: TEdit
  2472.           Tag = 5
  2473.           Left = 368
  2474.           Top = 24
  2475.           Width = 68
  2476.           Height = 21
  2477.           TabOrder = 5
  2478.           Text = '0'
  2479.           OnExit = edtTCCheck
  2480.         end
  2481.         object edtTC06: TEdit
  2482.           Tag = 6
  2483.           Left = 440
  2484.           Top = 24
  2485.           Width = 68
  2486.           Height = 21
  2487.           TabOrder = 6
  2488.           Text = '0'
  2489.           OnExit = edtTCCheck
  2490.         end
  2491.         object edtTC07: TEdit
  2492.           Tag = 7
  2493.           Left = 512
  2494.           Top = 24
  2495.           Width = 68
  2496.           Height = 21
  2497.           TabOrder = 7
  2498.           Text = '0'
  2499.           OnExit = edtTCCheck
  2500.         end
  2501.         object edtTC08: TEdit
  2502.           Tag = 8
  2503.           Left = 584
  2504.           Top = 24
  2505.           Width = 68
  2506.           Height = 21
  2507.           TabOrder = 8
  2508.           Text = '0'
  2509.           OnExit = edtTCCheck
  2510.         end
  2511.         object edtTC09: TEdit
  2512.           Tag = 9
  2513.           Left = 656
  2514.           Top = 24
  2515.           Width = 68
  2516.           Height = 21
  2517.           TabOrder = 9
  2518.           Text = '0'
  2519.           OnExit = edtTCCheck
  2520.         end
  2521.         object edtTC10: TEdit
  2522.           Tag = 10
  2523.           Left = 728
  2524.           Top = 24
  2525.           Width = 68
  2526.           Height = 21
  2527.           TabOrder = 10
  2528.           Text = '0'
  2529.           OnExit = edtTCCheck
  2530.         end
  2531.         object edtTC11: TEdit
  2532.           Tag = 11
  2533.           Left = 800
  2534.           Top = 24
  2535.           Width = 68
  2536.           Height = 21
  2537.           TabOrder = 11
  2538.           Text = '0'
  2539.           OnExit = edtTCCheck
  2540.         end
  2541.         object cbTC00: TCheckBox
  2542.           Left = 8
  2543.           Top = 6
  2544.           Width = 15
  2545.           Height = 17
  2546.           TabOrder = 12
  2547.         end
  2548.         object cbTC11: TCheckBox
  2549.           Tag = 11
  2550.           Left = 800
  2551.           Top = 6
  2552.           Width = 15
  2553.           Height = 17
  2554.           TabOrder = 13
  2555.         end
  2556.         object cbTC10: TCheckBox
  2557.           Tag = 10
  2558.           Left = 722
  2559.           Top = 6
  2560.           Width = 15
  2561.           Height = 17
  2562.           TabOrder = 14
  2563.         end
  2564.         object cbTC09: TCheckBox
  2565.           Tag = 9
  2566.           Left = 656
  2567.           Top = 6
  2568.           Width = 15
  2569.           Height = 17
  2570.           TabOrder = 15
  2571.         end
  2572.         object cbTC08: TCheckBox
  2573.           Tag = 8
  2574.           Left = 576
  2575.           Top = 6
  2576.           Width = 15
  2577.           Height = 17
  2578.           TabOrder = 16
  2579.         end
  2580.         object cbTC07: TCheckBox
  2581.           Tag = 7
  2582.           Left = 504
  2583.           Top = 6
  2584.           Width = 15
  2585.           Height = 17
  2586.           TabOrder = 17
  2587.         end
  2588.         object cbTC06: TCheckBox
  2589.           Tag = 6
  2590.           Left = 440
  2591.           Top = 6
  2592.           Width = 15
  2593.           Height = 17
  2594.           TabOrder = 18
  2595.         end
  2596.         object cbTC05: TCheckBox
  2597.           Tag = 5
  2598.           Left = 376
  2599.           Top = 6
  2600.           Width = 15
  2601.           Height = 17
  2602.           TabOrder = 19
  2603.         end
  2604.         object cbTC04: TCheckBox
  2605.           Tag = 4
  2606.           Left = 288
  2607.           Top = 6
  2608.           Width = 15
  2609.           Height = 17
  2610.           TabOrder = 20
  2611.         end
  2612.         object cbTC03: TCheckBox
  2613.           Tag = 3
  2614.           Left = 224
  2615.           Top = 6
  2616.           Width = 15
  2617.           Height = 17
  2618.           TabOrder = 21
  2619.         end
  2620.         object cbTC02: TCheckBox
  2621.           Tag = 2
  2622.           Left = 152
  2623.           Top = 6
  2624.           Width = 15
  2625.           Height = 17
  2626.           TabOrder = 22
  2627.         end
  2628.         object cbTC01: TCheckBox
  2629.           Tag = 1
  2630.           Left = 80
  2631.           Top = 6
  2632.           Width = 15
  2633.           Height = 17
  2634.           TabOrder = 23
  2635.         end
  2636.       end
  2637.       object pnlRC: TPanel
  2638.         Left = 0
  2639.         Top = 184
  2640.         Width = 185
  2641.         Height = 25
  2642.         BevelOuter = bvLowered
  2643.         Caption = 'Receiver Control'
  2644.         Font.Charset = DEFAULT_CHARSET
  2645.         Font.Color = clBlue
  2646.         Font.Height = -11
  2647.         Font.Name = 'MS Sans Serif'
  2648.         Font.Style = [fsBold]
  2649.         ParentFont = False
  2650.         TabOrder = 4
  2651.         object cbRCHeader: TCheckBox
  2652.           Left = 8
  2653.           Top = 4
  2654.           Width = 15
  2655.           Height = 17
  2656.           TabOrder = 0
  2657.           OnClick = cbRCHeaderClick
  2658.         end
  2659.       end
  2660.       object Panel20: TPanel
  2661.         Left = 0
  2662.         Top = 208
  2663.         Width = 905
  2664.         Height = 97
  2665.         BevelOuter = bvLowered
  2666.         TabOrder = 5
  2667.         object lblRC00: TLabel
  2668.           Left = 24
  2669.           Top = 8
  2670.           Width = 31
  2671.           Height = 13
  2672.           Caption = 'DRCR'
  2673.         end
  2674.         object lblRC01: TLabel
  2675.           Tag = 1
  2676.           Left = 96
  2677.           Top = 8
  2678.           Width = 36
  2679.           Height = 13
  2680.           Caption = 'RFECR'
  2681.         end
  2682.         object lblRC02: TLabel
  2683.           Tag = 2
  2684.           Left = 168
  2685.           Top = 8
  2686.           Width = 35
  2687.           Height = 13
  2688.           Caption = 'RFFCR'
  2689.         end
  2690.         object lblRC03: TLabel
  2691.           Tag = 3
  2692.           Left = 240
  2693.           Top = 8
  2694.           Width = 30
  2695.           Height = 13
  2696.           Caption = 'RPCR'
  2697.         end
  2698.         object lblRC04: TLabel
  2699.           Tag = 4
  2700.           Left = 320
  2701.           Top = 8
  2702.           Width = 25
  2703.           Height = 13
  2704.           Caption = 'CICR'
  2705.         end
  2706.         object lblRC05: TLabel
  2707.           Tag = 5
  2708.           Left = 392
  2709.           Top = 8
  2710.           Width = 29
  2711.           Height = 13
  2712.           Caption = 'CACR'
  2713.         end
  2714.         object lblRC06: TLabel
  2715.           Tag = 6
  2716.           Left = 464
  2717.           Top = 8
  2718.           Width = 29
  2719.           Height = 13
  2720.           Caption = 'CATR'
  2721.         end
  2722.         object lblRC07: TLabel
  2723.           Tag = 7
  2724.           Left = 528
  2725.           Top = 8
  2726.           Width = 36
  2727.           Height = 13
  2728.           Caption = 'CSACR'
  2729.         end
  2730.         object lblRC08: TLabel
  2731.           Tag = 8
  2732.           Left = 600
  2733.           Top = 8
  2734.           Width = 36
  2735.           Height = 13
  2736.           Caption = 'RFBCR'
  2737.         end
  2738.         object lblRC09: TLabel
  2739.           Tag = 9
  2740.           Left = 672
  2741.           Top = 8
  2742.           Width = 38
  2743.           Height = 13
  2744.           Caption = 'OMAR0'
  2745.         end
  2746.         object lblRC10: TLabel
  2747.           Tag = 10
  2748.           Left = 744
  2749.           Top = 8
  2750.           Width = 38
  2751.           Height = 13
  2752.           Caption = 'OMAR1'
  2753.         end
  2754.         object lblRC11: TLabel
  2755.           Tag = 11
  2756.           Left = 816
  2757.           Top = 8
  2758.           Width = 28
  2759.           Height = 13
  2760.           Caption = 'CBR0'
  2761.         end
  2762.         object lblRC12: TLabel
  2763.           Tag = 12
  2764.           Left = 24
  2765.           Top = 48
  2766.           Width = 28
  2767.           Height = 13
  2768.           Caption = 'CBR1'
  2769.         end
  2770.         object lblRC13: TLabel
  2771.           Tag = 13
  2772.           Left = 96
  2773.           Top = 48
  2774.           Width = 37
  2775.           Height = 13
  2776.           Caption = 'AMAR0'
  2777.         end
  2778.         object lblRC14: TLabel
  2779.           Tag = 14
  2780.           Left = 168
  2781.           Top = 48
  2782.           Width = 37
  2783.           Height = 13
  2784.           Caption = 'AMAR1'
  2785.         end
  2786.         object edtRC00: TEdit
  2787.           Left = 8
  2788.           Top = 24
  2789.           Width = 68
  2790.           Height = 21
  2791.           TabOrder = 0
  2792.           Text = '0'
  2793.           OnExit = edtRCCheck
  2794.         end
  2795.         object edtRC01: TEdit
  2796.           Tag = 1
  2797.           Left = 80
  2798.           Top = 24
  2799.           Width = 68
  2800.           Height = 21
  2801.           TabOrder = 1
  2802.           Text = '0'
  2803.           OnExit = edtRCCheck
  2804.         end
  2805.         object edtRC02: TEdit
  2806.           Tag = 2
  2807.           Left = 152
  2808.           Top = 24
  2809.           Width = 68
  2810.           Height = 21
  2811.           TabOrder = 2
  2812.           Text = '0'
  2813.           OnExit = edtRCCheck
  2814.         end
  2815.         object edtRC03: TEdit
  2816.           Tag = 3
  2817.           Left = 224
  2818.           Top = 24
  2819.           Width = 68
  2820.           Height = 21
  2821.           TabOrder = 3
  2822.           Text = '0'
  2823.           OnExit = edtRCCheck
  2824.         end
  2825.         object edtRC04: TEdit
  2826.           Tag = 4
  2827.           Left = 296
  2828.           Top = 24
  2829.           Width = 68
  2830.           Height = 21
  2831.           TabOrder = 4
  2832.           Text = '0'
  2833.           OnExit = edtRCCheck
  2834.         end
  2835.         object edtRC05: TEdit
  2836.           Tag = 5
  2837.           Left = 368
  2838.           Top = 24
  2839.           Width = 68
  2840.           Height = 21
  2841.           TabOrder = 5
  2842.           Text = '0'
  2843.           OnExit = edtRCCheck
  2844.         end
  2845.         object edtRC06: TEdit
  2846.           Tag = 6
  2847.           Left = 440
  2848.           Top = 24
  2849.           Width = 68
  2850.           Height = 21
  2851.           TabOrder = 6
  2852.           Text = '0'
  2853.           OnExit = edtRCCheck
  2854.         end
  2855.         object edtRC07: TEdit
  2856.           Tag = 7
  2857.           Left = 512
  2858.           Top = 24
  2859.           Width = 68
  2860.           Height = 21
  2861.           TabOrder = 7
  2862.           Text = '0'
  2863.           OnExit = edtRCCheck
  2864.         end
  2865.         object edtRC08: TEdit
  2866.           Tag = 8
  2867.           Left = 584
  2868.           Top = 24
  2869.           Width = 68
  2870.           Height = 21
  2871.           TabOrder = 8
  2872.           Text = '0'
  2873.           OnExit = edtRCCheck
  2874.         end
  2875.         object edtRC09: TEdit
  2876.           Tag = 9
  2877.           Left = 656
  2878.           Top = 24
  2879.           Width = 68
  2880.           Height = 21
  2881.           TabOrder = 9
  2882.           Text = '0'
  2883.           OnExit = edtRCCheck
  2884.         end
  2885.         object edtRC10: TEdit
  2886.           Tag = 10
  2887.           Left = 728
  2888.           Top = 24
  2889.           Width = 68
  2890.           Height = 21
  2891.           TabOrder = 10
  2892.           Text = '0'
  2893.           OnExit = edtRCCheck
  2894.         end
  2895.         object edtRC11: TEdit
  2896.           Tag = 11
  2897.           Left = 800
  2898.           Top = 24
  2899.           Width = 68
  2900.           Height = 21
  2901.           TabOrder = 11
  2902.           Text = '0'
  2903.           OnExit = edtRCCheck
  2904.         end
  2905.         object edtRC12: TEdit
  2906.           Tag = 12
  2907.           Left = 8
  2908.           Top = 64
  2909.           Width = 68
  2910.           Height = 21
  2911.           TabOrder = 12
  2912.           Text = '0'
  2913.           OnExit = edtRCCheck
  2914.         end
  2915.         object edtRC13: TEdit
  2916.           Tag = 13
  2917.           Left = 80
  2918.           Top = 64
  2919.           Width = 68
  2920.           Height = 21
  2921.           TabOrder = 13
  2922.           Text = '0'
  2923.           OnExit = edtRCCheck
  2924.         end
  2925.         object edtRC14: TEdit
  2926.           Tag = 14
  2927.           Left = 152
  2928.           Top = 64
  2929.           Width = 68
  2930.           Height = 21
  2931.           TabOrder = 14
  2932.           Text = '0'
  2933.           OnExit = edtRCCheck
  2934.         end
  2935.         object cbRC00: TCheckBox
  2936.           Left = 8
  2937.           Top = 6
  2938.           Width = 15
  2939.           Height = 17
  2940.           TabOrder = 15
  2941.         end
  2942.         object cbRC01: TCheckBox
  2943.           Tag = 1
  2944.           Left = 80
  2945.           Top = 6
  2946.           Width = 15
  2947.           Height = 17
  2948.           TabOrder = 16
  2949.         end
  2950.         object cbRC02: TCheckBox
  2951.           Tag = 2
  2952.           Left = 152
  2953.           Top = 6
  2954.           Width = 15
  2955.           Height = 17
  2956.           TabOrder = 17
  2957.         end
  2958.         object cbRC03: TCheckBox
  2959.           Tag = 3
  2960.           Left = 224
  2961.           Top = 6
  2962.           Width = 15
  2963.           Height = 17
  2964.           TabOrder = 18
  2965.         end
  2966.         object cbRC04: TCheckBox
  2967.           Tag = 4
  2968.           Left = 296
  2969.           Top = 6
  2970.           Width = 15
  2971.           Height = 17
  2972.           TabOrder = 19
  2973.         end
  2974.         object cbRC05: TCheckBox
  2975.           Tag = 5
  2976.           Left = 368
  2977.           Top = 6
  2978.           Width = 15
  2979.           Height = 17
  2980.           TabOrder = 20
  2981.         end
  2982.         object cbRC06: TCheckBox
  2983.           Tag = 6
  2984.           Left = 440
  2985.           Top = 6
  2986.           Width = 15
  2987.           Height = 17
  2988.           TabOrder = 21
  2989.         end
  2990.         object cbRC07: TCheckBox
  2991.           Tag = 7
  2992.           Left = 512
  2993.           Top = 6
  2994.           Width = 15
  2995.           Height = 17
  2996.           TabOrder = 22
  2997.         end
  2998.         object cbRC08: TCheckBox
  2999.           Tag = 8
  3000.           Left = 584
  3001.           Top = 6
  3002.           Width = 15
  3003.           Height = 17
  3004.           TabOrder = 23
  3005.         end
  3006.         object cbRC09: TCheckBox
  3007.           Tag = 9
  3008.           Left = 656
  3009.           Top = 6
  3010.           Width = 15
  3011.           Height = 17
  3012.           TabOrder = 24
  3013.         end
  3014.         object cbRC10: TCheckBox
  3015.           Tag = 10
  3016.           Left = 728
  3017.           Top = 6
  3018.           Width = 15
  3019.           Height = 17
  3020.           TabOrder = 25
  3021.         end
  3022.         object cbRC11: TCheckBox
  3023.           Tag = 11
  3024.           Left = 800
  3025.           Top = 6
  3026.           Width = 15
  3027.           Height = 17
  3028.           TabOrder = 26
  3029.         end
  3030.         object cbRC12: TCheckBox
  3031.           Tag = 12
  3032.           Left = 8
  3033.           Top = 46
  3034.           Width = 15
  3035.           Height = 17
  3036.           Caption = 'cbRC12'
  3037.           TabOrder = 27
  3038.         end
  3039.         object cbRC13: TCheckBox
  3040.           Tag = 13
  3041.           Left = 80
  3042.           Top = 46
  3043.           Width = 15
  3044.           Height = 17
  3045.           Caption = 'cbRC13'
  3046.           TabOrder = 28
  3047.         end
  3048.         object cbRC14: TCheckBox
  3049.           Tag = 14
  3050.           Left = 152
  3051.           Top = 46
  3052.           Width = 15
  3053.           Height = 17
  3054.           Caption = 'cbRC14'
  3055.           TabOrder = 29
  3056.         end
  3057.       end
  3058.       object pnlHIFHeader: TPanel
  3059.         Left = 0
  3060.         Top = 312
  3061.         Width = 185
  3062.         Height = 25
  3063.         BevelOuter = bvLowered
  3064.         Caption = 'HIF_HPI'
  3065.         Font.Charset = DEFAULT_CHARSET
  3066.         Font.Color = clBlue
  3067.         Font.Height = -11
  3068.         Font.Name = 'MS Sans Serif'
  3069.         Font.Style = [fsBold]
  3070.         ParentFont = False
  3071.         TabOrder = 6
  3072.         object cbHIFHeader: TCheckBox
  3073.           Left = 8
  3074.           Top = 4
  3075.           Width = 15
  3076.           Height = 17
  3077.           TabOrder = 0
  3078.           OnClick = cbHIFHeaderClick
  3079.         end
  3080.       end
  3081.       object Panel22: TPanel
  3082.         Left = 0
  3083.         Top = 336
  3084.         Width = 905
  3085.         Height = 57
  3086.         BevelOuter = bvLowered
  3087.         TabOrder = 7
  3088.         object lblHIF0: TLabel
  3089.           Left = 24
  3090.           Top = 8
  3091.           Width = 60
  3092.           Height = 13
  3093.           Caption = 'HPI_CHIPID'
  3094.           Font.Charset = DEFAULT_CHARSET
  3095.           Font.Color = clMaroon
  3096.           Font.Height = -11
  3097.           Font.Name = 'MS Sans Serif'
  3098.           Font.Style = [fsUnderline]
  3099.           ParentFont = False
  3100.         end
  3101.         object lblHIF1: TLabel
  3102.           Tag = 1
  3103.           Left = 140
  3104.           Top = 8
  3105.           Width = 74
  3106.           Height = 13
  3107.           Caption = 'HPI_MAC_STS'
  3108.           Font.Charset = DEFAULT_CHARSET
  3109.           Font.Color = clWindowText
  3110.           Font.Height = -11
  3111.           Font.Name = 'MS Sans Serif'
  3112.           Font.Style = [fsUnderline]
  3113.           ParentFont = False
  3114.         end
  3115.         object lblHIF2: TLabel
  3116.           Tag = 2
  3117.           Left = 256
  3118.           Top = 8
  3119.           Width = 52
  3120.           Height = 13
  3121.           Caption = 'HPI_CTRL'
  3122.           Font.Charset = DEFAULT_CHARSET
  3123.           Font.Color = clWindowText
  3124.           Font.Height = -11
  3125.           Font.Name = 'MS Sans Serif'
  3126.           Font.Style = [fsUnderline]
  3127.           ParentFont = False
  3128.         end
  3129.         object lblHIF3: TLabel
  3130.           Tag = 3
  3131.           Left = 336
  3132.           Top = 8
  3133.           Width = 99
  3134.           Height = 13
  3135.           Caption = 'HPI_POWER_CTRL'
  3136.           Font.Charset = DEFAULT_CHARSET
  3137.           Font.Color = clWindowText
  3138.           Font.Height = -11
  3139.           Font.Name = 'MS Sans Serif'
  3140.           Font.Style = [fsUnderline]
  3141.           ParentFont = False
  3142.         end
  3143.         object lblHIF4: TLabel
  3144.           Tag = 4
  3145.           Left = 456
  3146.           Top = 8
  3147.           Width = 85
  3148.           Height = 13
  3149.           Caption = 'TX_DATA_PORT'
  3150.           Font.Charset = DEFAULT_CHARSET
  3151.           Font.Color = clGreen
  3152.           Font.Height = -11
  3153.           Font.Name = 'MS Sans Serif'
  3154.           Font.Style = [fsUnderline]
  3155.           ParentFont = False
  3156.         end
  3157.         object lblHIF5: TLabel
  3158.           Tag = 5
  3159.           Left = 576
  3160.           Top = 8
  3161.           Width = 99
  3162.           Height = 13
  3163.           Caption = 'TX_STATUS_PORT'
  3164.           Font.Charset = DEFAULT_CHARSET
  3165.           Font.Color = clGreen
  3166.           Font.Height = -11
  3167.           Font.Name = 'MS Sans Serif'
  3168.           Font.Style = [fsUnderline]
  3169.           ParentFont = False
  3170.         end
  3171.         object lblHIF6: TLabel
  3172.           Tag = 6
  3173.           Left = 696
  3174.           Top = 8
  3175.           Width = 100
  3176.           Height = 13
  3177.           Caption = 'RX_STATUS_PORT'
  3178.           Font.Charset = DEFAULT_CHARSET
  3179.           Font.Color = clGreen
  3180.           Font.Height = -11
  3181.           Font.Name = 'MS Sans Serif'
  3182.           Font.Style = [fsUnderline]
  3183.           ParentFont = False
  3184.         end
  3185.         object lblHIF7: TLabel
  3186.           Tag = 7
  3187.           Left = 816
  3188.           Top = 8
  3189.           Width = 86
  3190.           Height = 13
  3191.           Caption = 'RX_DATA_PORT'
  3192.           Font.Charset = DEFAULT_CHARSET
  3193.           Font.Color = clGreen
  3194.           Font.Height = -11
  3195.           Font.Name = 'MS Sans Serif'
  3196.           Font.Style = [fsUnderline]
  3197.           ParentFont = False
  3198.         end
  3199.         object edtHIF0: TEdit
  3200.           Left = 8
  3201.           Top = 24
  3202.           Width = 68
  3203.           Height = 21
  3204.           ReadOnly = True
  3205.           TabOrder = 0
  3206.           Text = '0'
  3207.           OnExit = edtHIFCheck
  3208.         end
  3209.         object edtHIF1: TEdit
  3210.           Tag = 1
  3211.           Left = 124
  3212.           Top = 24
  3213.           Width = 68
  3214.           Height = 21
  3215.           TabOrder = 1
  3216.           Text = '0'
  3217.           OnExit = edtHIFCheck
  3218.         end
  3219.         object edtHIF2: TEdit
  3220.           Tag = 2
  3221.           Left = 241
  3222.           Top = 24
  3223.           Width = 68
  3224.           Height = 21
  3225.           TabOrder = 2
  3226.           Text = '0'
  3227.           OnExit = edtHIFCheck
  3228.         end
  3229.         object edtHIF3: TEdit
  3230.           Tag = 3
  3231.           Left = 357
  3232.           Top = 24
  3233.           Width = 68
  3234.           Height = 21
  3235.           TabOrder = 3
  3236.           Text = '0'
  3237.           OnExit = edtHIFCheck
  3238.         end
  3239.         object edtHIF4: TEdit
  3240.           Tag = 4
  3241.           Left = 474
  3242.           Top = 24
  3243.           Width = 68
  3244.           Height = 21
  3245.           TabOrder = 4
  3246.           Text = '0'
  3247.           OnExit = edtHIFCheck
  3248.         end
  3249.         object edtHIF5: TEdit
  3250.           Tag = 5
  3251.           Left = 590
  3252.           Top = 24
  3253.           Width = 68
  3254.           Height = 21
  3255.           TabOrder = 5
  3256.           Text = '0'
  3257.           OnExit = edtHIFCheck
  3258.         end
  3259.         object edtHIF6: TEdit
  3260.           Tag = 6
  3261.           Left = 707
  3262.           Top = 24
  3263.           Width = 68
  3264.           Height = 21
  3265.           TabOrder = 6
  3266.           Text = '0'
  3267.           OnExit = edtHIFCheck
  3268.         end
  3269.         object edtHIF7: TEdit
  3270.           Tag = 7
  3271.           Left = 824
  3272.           Top = 24
  3273.           Width = 68
  3274.           Height = 21
  3275.           TabOrder = 7
  3276.           Text = '0'
  3277.           OnExit = edtHIFCheck
  3278.         end
  3279.         object cbHIF0: TCheckBox
  3280.           Left = 8
  3281.           Top = 6
  3282.           Width = 15
  3283.           Height = 17
  3284.           TabOrder = 8
  3285.         end
  3286.         object cbHIF1: TCheckBox
  3287.           Tag = 1
  3288.           Left = 124
  3289.           Top = 6
  3290.           Width = 15
  3291.           Height = 17
  3292.           TabOrder = 9
  3293.         end
  3294.         object cbHIF2: TCheckBox
  3295.           Tag = 2
  3296.           Left = 242
  3297.           Top = 6
  3298.           Width = 15
  3299.           Height = 17
  3300.           TabOrder = 10
  3301.         end
  3302.         object cbHIF3: TCheckBox
  3303.           Tag = 3
  3304.           Left = 322
  3305.           Top = 6
  3306.           Width = 15
  3307.           Height = 17
  3308.           TabOrder = 11
  3309.         end
  3310.         object cbHIF4: TCheckBox
  3311.           Tag = 4
  3312.           Left = 442
  3313.           Top = 6
  3314.           Width = 15
  3315.           Height = 17
  3316.           TabOrder = 12
  3317.         end
  3318.         object cbHIF5: TCheckBox
  3319.           Tag = 5
  3320.           Left = 562
  3321.           Top = 6
  3322.           Width = 15
  3323.           Height = 17
  3324.           TabOrder = 13
  3325.         end
  3326.         object cbHIF6: TCheckBox
  3327.           Tag = 6
  3328.           Left = 680
  3329.           Top = 6
  3330.           Width = 15
  3331.           Height = 17
  3332.           TabOrder = 14
  3333.         end
  3334.         object cbHIF7: TCheckBox
  3335.           Tag = 7
  3336.           Left = 800
  3337.           Top = 6
  3338.           Width = 15
  3339.           Height = 17
  3340.           TabOrder = 15
  3341.         end
  3342.       end
  3343.       object btnTRXMACMCRData: TButton
  3344.         Tag = 1
  3345.         Left = 206
  3346.         Top = 2
  3347.         Width = 89
  3348.         Height = 23
  3349.         Caption = 'MCR Data (Hex)'
  3350.         TabOrder = 8
  3351.         OnClick = btnTRXMACMCRDataClick
  3352.       end
  3353.     end
  3354.   end
  3355.   object btnReadFromRegister: TButton
  3356.     Left = 21
  3357.     Top = 568
  3358.     Width = 100
  3359.     Height = 25
  3360.     Caption = 'Read from register'
  3361.     TabOrder = 1
  3362.     OnClick = btnReadFromRegisterClick
  3363.   end
  3364.   object btnWriteToRegister: TButton
  3365.     Left = 129
  3366.     Top = 568
  3367.     Width = 100
  3368.     Height = 25
  3369.     Caption = 'Write to register'
  3370.     TabOrder = 2
  3371.     OnClick = btnWriteToRegisterClick
  3372.   end
  3373.   object btnLoadFromFile: TButton
  3374.     Left = 238
  3375.     Top = 568
  3376.     Width = 80
  3377.     Height = 25
  3378.     Caption = 'Load fom file'
  3379.     TabOrder = 3
  3380.     OnClick = btnLoadFromFileClick
  3381.   end
  3382.   object btnSaveToFile: TButton
  3383.     Left = 324
  3384.     Top = 568
  3385.     Width = 80
  3386.     Height = 25
  3387.     Caption = 'Save to file'
  3388.     TabOrder = 4
  3389.     OnClick = btnSaveToFileClick
  3390.   end
  3391.   object sbWiFiMCR: TStatusBar
  3392.     Left = 0
  3393.     Top = 593
  3394.     Width = 923
  3395.     Height = 34
  3396.     Panels = <
  3397.       item
  3398.         Width = 50
  3399.       end>
  3400.     SimplePanel = False
  3401.   end
  3402.   object lblHint: TStaticText
  3403.     Left = 384
  3404.     Top = 0
  3405.     Width = 33
  3406.     Height = 17
  3407.     BorderStyle = sbsSingle
  3408.     Caption = 'lblHint'
  3409.     Color = clYellow
  3410.     ParentColor = False
  3411.     TabOrder = 6
  3412.     Visible = False
  3413.   end
  3414.   object HintTimer: TTimer
  3415.     Enabled = False
  3416.     Interval = 4000
  3417.     OnTimer = HintTimerTimer
  3418.     Left = 336
  3419.   end
  3420.   object SaveDialog: TSaveDialog
  3421.     DefaultExt = 'ini'
  3422.     Filter = 
  3423.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  3424.       '*'
  3425.     InitialDir = '.'
  3426.     Title = 'Save to ini file'
  3427.     Left = 440
  3428.   end
  3429.   object OpenDialog: TOpenDialog
  3430.     DefaultExt = 'ini'
  3431.     Filter = 
  3432.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  3433.       '*'
  3434.     InitialDir = '.'
  3435.     Title = 'Open ini file'
  3436.     Left = 488
  3437.   end
  3438. end