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

MTK

开发平台:

C++ Builder

  1. object frmBaseBand: TfrmBaseBand
  2.   Left = 235
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Baseband'
  7.   ClientHeight = 397
  8.   ClientWidth = 555
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pctlToolSel: TPageControl
  22.     Left = 7
  23.     Top = 5
  24.     Width = 538
  25.     Height = 388
  26.     ActivePage = tsPMICReg
  27.     MultiLine = True
  28.     TabIndex = 2
  29.     TabOrder = 0
  30.     OnChange = pctlToolSelChange
  31.     object tsADC: TTabSheet
  32.       Caption = 'Auxiliary ADC'
  33.       ImageIndex = 2
  34.       object lblLabel01: TLabel
  35.         Left = 0
  36.         Top = 40
  37.         Width = 33
  38.         Height = 13
  39.         Caption = 'Slope :'
  40.       end
  41.       object lblLabel02: TLabel
  42.         Left = 0
  43.         Top = 64
  44.         Width = 34
  45.         Height = 13
  46.         Caption = 'Offset :'
  47.       end
  48.       object Label1: TLabel
  49.         Left = 456
  50.         Top = 16
  51.         Width = 72
  52.         Height = 13
  53.         Caption = 'Mesaure Count'
  54.       end
  55.       object edtSlope0: TEdit
  56.         Tag = 1
  57.         Left = 40
  58.         Top = 40
  59.         Width = 49
  60.         Height = 21
  61.         TabOrder = 1
  62.         Text = '1'
  63.         OnExit = edtSlopeCheck
  64.       end
  65.       object btnADC0: TButton
  66.         Left = 40
  67.         Top = 8
  68.         Width = 49
  69.         Height = 25
  70.         Caption = 'ADC 0'
  71.         TabOrder = 0
  72.         OnClick = btnAdcClick
  73.       end
  74.       object edtOffset0: TEdit
  75.         Left = 40
  76.         Top = 64
  77.         Width = 49
  78.         Height = 21
  79.         TabOrder = 2
  80.         Text = '0'
  81.         OnExit = edtOffsetCheck
  82.       end
  83.       object btnADC1: TButton
  84.         Tag = 1
  85.         Left = 96
  86.         Top = 8
  87.         Width = 49
  88.         Height = 25
  89.         Caption = 'ADC 1'
  90.         TabOrder = 3
  91.         OnClick = btnAdcClick
  92.       end
  93.       object edtSlope1: TEdit
  94.         Tag = 1
  95.         Left = 96
  96.         Top = 40
  97.         Width = 49
  98.         Height = 21
  99.         TabOrder = 4
  100.         Text = '1'
  101.         OnExit = edtSlopeCheck
  102.       end
  103.       object edtOffset1: TEdit
  104.         Left = 96
  105.         Top = 64
  106.         Width = 49
  107.         Height = 21
  108.         TabOrder = 5
  109.         Text = '0'
  110.         OnExit = edtOffsetCheck
  111.       end
  112.       object btnADC2: TButton
  113.         Tag = 2
  114.         Left = 152
  115.         Top = 8
  116.         Width = 49
  117.         Height = 25
  118.         Caption = 'ADC 2'
  119.         TabOrder = 6
  120.         OnClick = btnAdcClick
  121.       end
  122.       object edtSlope2: TEdit
  123.         Tag = 1
  124.         Left = 152
  125.         Top = 40
  126.         Width = 49
  127.         Height = 21
  128.         TabOrder = 7
  129.         Text = '1'
  130.         OnExit = edtSlopeCheck
  131.       end
  132.       object edtOffset2: TEdit
  133.         Left = 152
  134.         Top = 64
  135.         Width = 49
  136.         Height = 21
  137.         TabOrder = 8
  138.         Text = '0'
  139.         OnExit = edtOffsetCheck
  140.       end
  141.       object btnADC3: TButton
  142.         Tag = 3
  143.         Left = 208
  144.         Top = 8
  145.         Width = 49
  146.         Height = 25
  147.         Caption = 'ADC 3'
  148.         TabOrder = 9
  149.         OnClick = btnAdcClick
  150.       end
  151.       object edtSlope3: TEdit
  152.         Tag = 1
  153.         Left = 208
  154.         Top = 40
  155.         Width = 49
  156.         Height = 21
  157.         TabOrder = 10
  158.         Text = '1'
  159.         OnExit = edtSlopeCheck
  160.       end
  161.       object edtOffset3: TEdit
  162.         Left = 208
  163.         Top = 64
  164.         Width = 49
  165.         Height = 21
  166.         TabOrder = 11
  167.         Text = '0'
  168.         OnExit = edtOffsetCheck
  169.       end
  170.       object btnADC4: TButton
  171.         Tag = 4
  172.         Left = 264
  173.         Top = 8
  174.         Width = 49
  175.         Height = 25
  176.         Caption = 'ADC 4'
  177.         TabOrder = 12
  178.         OnClick = btnAdcClick
  179.       end
  180.       object edtSlope4: TEdit
  181.         Tag = 1
  182.         Left = 264
  183.         Top = 40
  184.         Width = 49
  185.         Height = 21
  186.         TabOrder = 13
  187.         Text = '1'
  188.         OnExit = edtSlopeCheck
  189.       end
  190.       object edtOffset4: TEdit
  191.         Left = 264
  192.         Top = 64
  193.         Width = 49
  194.         Height = 21
  195.         TabOrder = 14
  196.         Text = '0'
  197.         OnExit = edtOffsetCheck
  198.       end
  199.       object pnlProfileTitle: TPanel
  200.         Left = 16
  201.         Top = 96
  202.         Width = 57
  203.         Height = 25
  204.         BevelOuter = bvLowered
  205.         Caption = 'ADC 0'
  206.         Font.Charset = DEFAULT_CHARSET
  207.         Font.Color = clBlue
  208.         Font.Height = -12
  209.         Font.Name = 'MS Sans Serif'
  210.         Font.Style = [fsBold]
  211.         ParentFont = False
  212.         TabOrder = 16
  213.       end
  214.       object Panel1: TPanel
  215.         Left = 16
  216.         Top = 120
  217.         Width = 497
  218.         Height = 161
  219.         BevelOuter = bvLowered
  220.         TabOrder = 15
  221.         object lblLabel03: TLabel
  222.           Left = 72
  223.           Top = 8
  224.           Width = 60
  225.           Height = 13
  226.           Caption = 'Analog Input'
  227.         end
  228.         object lblLabel04: TLabel
  229.           Left = 160
  230.           Top = 16
  231.           Width = 64
  232.           Height = 13
  233.           Caption = 'Digital Output'
  234.         end
  235.         object lblLabel05: TLabel
  236.           Left = 16
  237.           Top = 40
  238.           Width = 39
  239.           Height = 13
  240.           Caption = 'Point 1 :'
  241.         end
  242.         object lblLabel06: TLabel
  243.           Left = 16
  244.           Top = 72
  245.           Width = 39
  246.           Height = 13
  247.           Caption = 'Point 2 :'
  248.         end
  249.         object lblLabel07: TLabel
  250.           Left = 16
  251.           Top = 128
  252.           Width = 36
  253.           Height = 13
  254.           Caption = 'Result :'
  255.         end
  256.         object lblLabel08: TLabel
  257.           Left = 64
  258.           Top = 112
  259.           Width = 74
  260.           Height = 13
  261.           Caption = 'Slope (uV/Dac)'
  262.         end
  263.         object lblLabel09: TLabel
  264.           Left = 160
  265.           Top = 112
  266.           Width = 50
  267.           Height = 13
  268.           Caption = 'Offset (uV)'
  269.         end
  270.         object Bevel1: TBevel
  271.           Left = 0
  272.           Top = 104
  273.           Width = 497
  274.           Height = 1
  275.         end
  276.         object lblLabel12: TLabel
  277.           Left = 80
  278.           Top = 24
  279.           Width = 41
  280.           Height = 13
  281.           Caption = '( m Volt )'
  282.         end
  283.         object Label15: TLabel
  284.           Left = 320
  285.           Top = 24
  286.           Width = 74
  287.           Height = 13
  288.           Caption = 'Battery channel'
  289.         end
  290.         object Label16: TLabel
  291.           Left = 408
  292.           Top = 24
  293.           Width = 78
  294.           Height = 13
  295.           Caption = 'Charger channel'
  296.         end
  297.         object edtInput1: TEdit
  298.           Left = 64
  299.           Top = 40
  300.           Width = 73
  301.           Height = 21
  302.           TabOrder = 4
  303.           Text = '0.0'
  304.           OnExit = edtInputCheck
  305.         end
  306.         object txtOutput1: TStaticText
  307.           Left = 152
  308.           Top = 40
  309.           Width = 73
  310.           Height = 21
  311.           Alignment = taCenter
  312.           AutoSize = False
  313.           BorderStyle = sbsSingle
  314.           Caption = '0'
  315.           Color = clWhite
  316.           Font.Charset = ANSI_CHARSET
  317.           Font.Color = clBlue
  318.           Font.Height = -12
  319.           Font.Name = 'Courier New'
  320.           Font.Style = []
  321.           ParentColor = False
  322.           ParentFont = False
  323.           TabOrder = 0
  324.         end
  325.         object btnMeasureAdcStart1: TBitBtn
  326.           Left = 248
  327.           Top = 38
  328.           Width = 65
  329.           Height = 25
  330.           Caption = 'Start'
  331.           TabOrder = 5
  332.           OnClick = btnMeasureAdcStart1Click
  333.           Kind = bkRetry
  334.         end
  335.         object edtInput2: TEdit
  336.           Tag = 1
  337.           Left = 64
  338.           Top = 72
  339.           Width = 73
  340.           Height = 21
  341.           TabOrder = 6
  342.           Text = '0.0'
  343.           OnExit = edtInputCheck
  344.         end
  345.         object txtOutput2: TStaticText
  346.           Tag = 1
  347.           Left = 152
  348.           Top = 72
  349.           Width = 73
  350.           Height = 21
  351.           Alignment = taCenter
  352.           AutoSize = False
  353.           BorderStyle = sbsSingle
  354.           Caption = '0'
  355.           Color = clWhite
  356.           Font.Charset = ANSI_CHARSET
  357.           Font.Color = clBlue
  358.           Font.Height = -12
  359.           Font.Name = 'Courier New'
  360.           Font.Style = []
  361.           ParentColor = False
  362.           ParentFont = False
  363.           TabOrder = 1
  364.         end
  365.         object btnMeasureAdcStart2: TBitBtn
  366.           Tag = 1
  367.           Left = 248
  368.           Top = 70
  369.           Width = 65
  370.           Height = 25
  371.           Caption = 'Start'
  372.           TabOrder = 7
  373.           OnClick = btnMeasureAdcStart2Click
  374.           Kind = bkRetry
  375.         end
  376.         object txtResultSlope: TStaticText
  377.           Left = 64
  378.           Top = 128
  379.           Width = 73
  380.           Height = 21
  381.           Alignment = taCenter
  382.           AutoSize = False
  383.           BorderStyle = sbsSingle
  384.           Caption = '0'
  385.           Color = clWhite
  386.           Font.Charset = ANSI_CHARSET
  387.           Font.Color = clBlue
  388.           Font.Height = -12
  389.           Font.Name = 'Courier New'
  390.           Font.Style = []
  391.           ParentColor = False
  392.           ParentFont = False
  393.           TabOrder = 2
  394.         end
  395.         object txtResultOffset: TStaticText
  396.           Left = 152
  397.           Top = 128
  398.           Width = 73
  399.           Height = 21
  400.           Alignment = taCenter
  401.           AutoSize = False
  402.           BorderStyle = sbsSingle
  403.           Caption = '0'
  404.           Color = clWhite
  405.           Font.Charset = ANSI_CHARSET
  406.           Font.Color = clBlue
  407.           Font.Height = -12
  408.           Font.Name = 'Courier New'
  409.           Font.Style = []
  410.           ParentColor = False
  411.           ParentFont = False
  412.           TabOrder = 3
  413.         end
  414.         object btnApply: TButton
  415.           Tag = 1
  416.           Left = 248
  417.           Top = 128
  418.           Width = 65
  419.           Height = 25
  420.           Caption = 'Apply'
  421.           Enabled = False
  422.           TabOrder = 8
  423.           OnClick = btnApplyClick
  424.         end
  425.         object cbADCBatteryChannel: TComboBox
  426.           Left = 320
  427.           Top = 40
  428.           Width = 73
  429.           Height = 21
  430.           ItemHeight = 13
  431.           ItemIndex = 0
  432.           TabOrder = 9
  433.           Text = '0'
  434.           Items.Strings = (
  435.             '0'
  436.             '1'
  437.             '2'
  438.             '3'
  439.             '4'
  440.             '5'
  441.             '6'
  442.             '7')
  443.         end
  444.         object cbADCChargerChannel: TComboBox
  445.           Left = 408
  446.           Top = 40
  447.           Width = 73
  448.           Height = 21
  449.           ItemHeight = 13
  450.           ItemIndex = 1
  451.           TabOrder = 10
  452.           Text = '1'
  453.           Items.Strings = (
  454.             '0'
  455.             '1'
  456.             '2'
  457.             '3'
  458.             '4'
  459.             '5'
  460.             '6'
  461.             '7')
  462.         end
  463.       end
  464.       object btnAdcUploadFromFlash: TButton
  465.         Left = 16
  466.         Top = 288
  467.         Width = 97
  468.         Height = 25
  469.         Caption = 'Upload from flash'
  470.         TabOrder = 17
  471.         OnClick = btnAdcUploadFromFlashClick
  472.       end
  473.       object btnAdcDownloadToFlash: TButton
  474.         Left = 120
  475.         Top = 288
  476.         Width = 97
  477.         Height = 25
  478.         Caption = 'Download to flash'
  479.         TabOrder = 18
  480.         OnClick = btnAdcDownloadToFlashClick
  481.       end
  482.       object btnAdcLoadFromFile: TButton
  483.         Left = 336
  484.         Top = 288
  485.         Width = 73
  486.         Height = 25
  487.         Caption = 'Load fom file'
  488.         TabOrder = 19
  489.         OnClick = btnAdcLoadFromFileClick
  490.       end
  491.       object btnAdcSaveToFile: TButton
  492.         Left = 416
  493.         Top = 288
  494.         Width = 73
  495.         Height = 25
  496.         Caption = 'Save to file'
  497.         TabOrder = 20
  498.         OnClick = btnAdcSaveToFileClick
  499.       end
  500.       object edtMeasureCount: TEdit
  501.         Left = 456
  502.         Top = 40
  503.         Width = 70
  504.         Height = 21
  505.         TabOrder = 21
  506.         Text = '1000'
  507.         OnExit = edtMeasureCountCheck
  508.       end
  509.       object btnADC5: TButton
  510.         Tag = 5
  511.         Left = 320
  512.         Top = 8
  513.         Width = 49
  514.         Height = 25
  515.         Caption = 'ADC5'
  516.         TabOrder = 22
  517.         OnClick = btnAdcClick
  518.       end
  519.       object edtSlope5: TEdit
  520.         Left = 320
  521.         Top = 40
  522.         Width = 49
  523.         Height = 21
  524.         TabOrder = 23
  525.         Text = '1'
  526.         OnExit = edtSlopeCheck
  527.       end
  528.       object edtOffset5: TEdit
  529.         Left = 320
  530.         Top = 64
  531.         Width = 49
  532.         Height = 21
  533.         TabOrder = 24
  534.         Text = '0'
  535.         OnExit = edtOffsetCheck
  536.       end
  537.       object btnADC6: TButton
  538.         Tag = 6
  539.         Left = 376
  540.         Top = 8
  541.         Width = 49
  542.         Height = 25
  543.         Caption = 'ADC6'
  544.         TabOrder = 25
  545.         OnClick = btnAdcClick
  546.       end
  547.       object edtSlope6: TEdit
  548.         Left = 376
  549.         Top = 40
  550.         Width = 49
  551.         Height = 21
  552.         TabOrder = 26
  553.         Text = '1'
  554.         OnExit = edtSlopeCheck
  555.       end
  556.       object edtOffset6: TEdit
  557.         Left = 376
  558.         Top = 64
  559.         Width = 49
  560.         Height = 21
  561.         TabOrder = 27
  562.         Text = '0'
  563.         OnExit = edtOffsetCheck
  564.       end
  565.       object btnADCChangeDB: TButton
  566.         Left = 224
  567.         Top = 288
  568.         Width = 105
  569.         Height = 25
  570.         Caption = 'Change NVRAM DB'
  571.         TabOrder = 28
  572.         OnClick = btnADCChangeDBClick
  573.       end
  574.       object sbAdc: TStatusBar
  575.         Left = 0
  576.         Top = 313
  577.         Width = 530
  578.         Height = 29
  579.         Panels = <
  580.           item
  581.             Width = 50
  582.           end>
  583.         SimplePanel = False
  584.       end
  585.     end
  586.     object tsBBReg: TTabSheet
  587.       Caption = 'Baseband Register Read/Write'
  588.       ImageIndex = 1
  589.       object lblBBRegAddr0X: TLabel
  590.         Left = 9
  591.         Top = 52
  592.         Width = 11
  593.         Height = 13
  594.         Caption = '0x'
  595.       end
  596.       object lblBBRegValue0X: TLabel
  597.         Left = 114
  598.         Top = 52
  599.         Width = 11
  600.         Height = 13
  601.         Caption = '0x'
  602.       end
  603.       object lblLabel10: TLabel
  604.         Left = 32
  605.         Top = 24
  606.         Width = 66
  607.         Height = 13
  608.         Caption = 'Address (Hex)'
  609.       end
  610.       object edtBBAddress: TEdit
  611.         Left = 24
  612.         Top = 48
  613.         Width = 81
  614.         Height = 21
  615.         TabOrder = 0
  616.         Text = '20'
  617.         OnExit = edtRegAddrCheck
  618.       end
  619.       object edtBBValue: TEdit
  620.         Left = 128
  621.         Top = 48
  622.         Width = 81
  623.         Height = 21
  624.         TabOrder = 1
  625.         Text = '20'
  626.         OnExit = edtRegValueCheck
  627.       end
  628.       object btnBBRegRead: TButton
  629.         Tag = 1
  630.         Left = 232
  631.         Top = 48
  632.         Width = 65
  633.         Height = 25
  634.         Caption = 'Read'
  635.         TabOrder = 2
  636.         OnClick = btnBBRegReadClick
  637.       end
  638.       object btnBBRegWrite: TButton
  639.         Tag = 1
  640.         Left = 304
  641.         Top = 48
  642.         Width = 65
  643.         Height = 25
  644.         Caption = 'Write'
  645.         TabOrder = 3
  646.         OnClick = btnBBRegWriteClick
  647.       end
  648.       object btnBBRegValue: TButton
  649.         Tag = 1
  650.         Left = 128
  651.         Top = 16
  652.         Width = 81
  653.         Height = 25
  654.         Caption = 'Value (Hex)'
  655.         TabOrder = 4
  656.         OnClick = btnBBRegValueClick
  657.       end
  658.       object sbReg: TStatusBar
  659.         Left = 0
  660.         Top = 310
  661.         Width = 530
  662.         Height = 32
  663.         Panels = <
  664.           item
  665.             Width = 50
  666.           end>
  667.         SimplePanel = False
  668.       end
  669.     end
  670.     object tsPMICReg: TTabSheet
  671.       Caption = 'PMIC Register Read/Write'
  672.       ImageIndex = 3
  673.       object lblPMICRegAddr: TLabel
  674.         Left = 48
  675.         Top = 32
  676.         Width = 66
  677.         Height = 13
  678.         Caption = 'Address (Hex)'
  679.       end
  680.       object lblPMICRegAddr0X: TLabel
  681.         Left = 24
  682.         Top = 52
  683.         Width = 11
  684.         Height = 13
  685.         Caption = '0x'
  686.       end
  687.       object lblPMICRegValue0X: TLabel
  688.         Left = 146
  689.         Top = 52
  690.         Width = 11
  691.         Height = 13
  692.         Caption = '0x'
  693.       end
  694.       object edtPMICAddress: TEdit
  695.         Left = 40
  696.         Top = 48
  697.         Width = 81
  698.         Height = 21
  699.         TabOrder = 0
  700.         Text = '3000'
  701.         OnExit = edtPMICAddressCheck
  702.       end
  703.       object btnPMICRegValue: TButton
  704.         Tag = 1
  705.         Left = 160
  706.         Top = 16
  707.         Width = 75
  708.         Height = 25
  709.         Caption = 'Value (Hex)'
  710.         TabOrder = 1
  711.         OnClick = btnPMICRegValueClick
  712.       end
  713.       object edtPMICValue: TEdit
  714.         Left = 160
  715.         Top = 48
  716.         Width = 81
  717.         Height = 21
  718.         TabOrder = 2
  719.         Text = '0'
  720.         OnExit = edtPMICValueCheck
  721.       end
  722.       object btnPMICRegRead: TButton
  723.         Left = 280
  724.         Top = 48
  725.         Width = 65
  726.         Height = 25
  727.         Caption = 'Read'
  728.         TabOrder = 3
  729.         OnClick = btnPMICRegReadClick
  730.       end
  731.       object btnPMICRegWrite: TButton
  732.         Left = 368
  733.         Top = 48
  734.         Width = 65
  735.         Height = 25
  736.         Caption = 'Write'
  737.         TabOrder = 4
  738.         OnClick = btnPMICRegWriteClick
  739.       end
  740.       object m_sbPMIC: TStatusBar
  741.         Left = 0
  742.         Top = 318
  743.         Width = 530
  744.         Height = 24
  745.         Panels = <
  746.           item
  747.             Width = 50
  748.           end>
  749.         SimplePanel = False
  750.       end
  751.       object btnPMICReg: TButton
  752.         Left = 280
  753.         Top = 160
  754.         Width = 185
  755.         Height = 25
  756.         Caption = 'PMIC register setting ...'
  757.         TabOrder = 6
  758.         Visible = False
  759.         OnClick = btnPMICRegClick
  760.       end
  761.     end
  762.     object tsBL: TTabSheet
  763.       Caption = 'Battery Level'
  764.       ImageIndex = 2
  765.       object Label2: TLabel
  766.         Left = 32
  767.         Top = 16
  768.         Width = 3
  769.         Height = 13
  770.       end
  771.       object sbBG: TStatusBar
  772.         Left = 0
  773.         Top = 310
  774.         Width = 530
  775.         Height = 32
  776.         Panels = <
  777.           item
  778.             Width = 50
  779.           end>
  780.         SimplePanel = False
  781.       end
  782.       object GroupBox1: TGroupBox
  783.         Left = 8
  784.         Top = 8
  785.         Width = 513
  786.         Height = 169
  787.         Caption = '  Input  '
  788.         TabOrder = 1
  789.         object Label3: TLabel
  790.           Left = 16
  791.           Top = 32
  792.           Width = 65
  793.           Height = 13
  794.           Alignment = taCenter
  795.           AutoSize = False
  796.           Caption = 'Shutdown '
  797.         end
  798.         object Label4: TLabel
  799.           Left = 152
  800.           Top = 32
  801.           Width = 65
  802.           Height = 13
  803.           Alignment = taCenter
  804.           AutoSize = False
  805.           Caption = 'No MO call'
  806.         end
  807.         object Label5: TLabel
  808.           Left = 280
  809.           Top = 32
  810.           Width = 89
  811.           Height = 13
  812.           AutoSize = False
  813.           Caption = 'Low battery waring'
  814.         end
  815.         object Label6: TLabel
  816.           Left = 16
  817.           Top = 104
  818.           Width = 65
  819.           Height = 13
  820.           Alignment = taCenter
  821.           AutoSize = False
  822.           Caption = 'Level 1'
  823.         end
  824.         object Label7: TLabel
  825.           Left = 152
  826.           Top = 104
  827.           Width = 65
  828.           Height = 13
  829.           Alignment = taCenter
  830.           AutoSize = False
  831.           Caption = 'Leve 2'
  832.         end
  833.         object Label8: TLabel
  834.           Left = 288
  835.           Top = 104
  836.           Width = 65
  837.           Height = 13
  838.           Alignment = taCenter
  839.           AutoSize = False
  840.           Caption = 'Level 3'
  841.         end
  842.         object Label9: TLabel
  843.           Left = 88
  844.           Top = 48
  845.           Width = 13
  846.           Height = 13
  847.           Caption = 'uV'
  848.         end
  849.         object Label10: TLabel
  850.           Left = 224
  851.           Top = 48
  852.           Width = 13
  853.           Height = 13
  854.           Caption = 'uV'
  855.         end
  856.         object Label11: TLabel
  857.           Left = 360
  858.           Top = 48
  859.           Width = 13
  860.           Height = 13
  861.           Caption = 'uV'
  862.         end
  863.         object Label12: TLabel
  864.           Left = 88
  865.           Top = 120
  866.           Width = 13
  867.           Height = 13
  868.           Caption = 'uV'
  869.         end
  870.         object Label13: TLabel
  871.           Left = 224
  872.           Top = 120
  873.           Width = 13
  874.           Height = 13
  875.           Caption = 'uV'
  876.         end
  877.         object Label14: TLabel
  878.           Left = 360
  879.           Top = 120
  880.           Width = 13
  881.           Height = 13
  882.           Caption = 'uV'
  883.         end
  884.         object edtBGShutdown: TEdit
  885.           Left = 16
  886.           Top = 48
  887.           Width = 65
  888.           Height = 21
  889.           TabOrder = 0
  890.           Text = '0'
  891.           OnExit = edtBatteryLevelVoltageCheck
  892.         end
  893.         object edtBGNoMoCall: TEdit
  894.           Tag = 1
  895.           Left = 152
  896.           Top = 48
  897.           Width = 65
  898.           Height = 21
  899.           TabOrder = 1
  900.           Text = '0'
  901.           OnExit = edtBatteryLevelVoltageCheck
  902.         end
  903.         object edtBGLowBatteryWarning: TEdit
  904.           Tag = 2
  905.           Left = 288
  906.           Top = 48
  907.           Width = 65
  908.           Height = 21
  909.           TabOrder = 2
  910.           Text = '0'
  911.           OnExit = edtBatteryLevelVoltageCheck
  912.         end
  913.         object edtBGLevel1: TEdit
  914.           Tag = 3
  915.           Left = 16
  916.           Top = 120
  917.           Width = 65
  918.           Height = 21
  919.           TabOrder = 3
  920.           Text = '0'
  921.           OnExit = edtBatteryLevelVoltageCheck
  922.         end
  923.         object edtBGLevel2: TEdit
  924.           Tag = 4
  925.           Left = 152
  926.           Top = 120
  927.           Width = 65
  928.           Height = 21
  929.           TabOrder = 4
  930.           Text = '0'
  931.           OnExit = edtBatteryLevelVoltageCheck
  932.         end
  933.         object edtBGLevel3: TEdit
  934.           Tag = 5
  935.           Left = 288
  936.           Top = 120
  937.           Width = 65
  938.           Height = 21
  939.           TabOrder = 5
  940.           Text = '0'
  941.           OnExit = edtBatteryLevelVoltageCheck
  942.         end
  943.       end
  944.       object btnBGUploadFromFlash: TButton
  945.         Left = 8
  946.         Top = 187
  947.         Width = 100
  948.         Height = 25
  949.         Caption = 'Upload from flash'
  950.         TabOrder = 2
  951.         OnClick = btnBGUploadFromFlashClick
  952.       end
  953.       object btnBGDownloadToFlash: TButton
  954.         Left = 122
  955.         Top = 187
  956.         Width = 100
  957.         Height = 25
  958.         Caption = 'Download to flash'
  959.         TabOrder = 3
  960.         OnClick = btnBGDownloadToFlashClick
  961.       end
  962.       object btnBGChangeDB: TButton
  963.         Left = 236
  964.         Top = 187
  965.         Width = 100
  966.         Height = 25
  967.         Caption = 'Change NVRAM DB'
  968.         TabOrder = 4
  969.         OnClick = btnBGChangeDBClick
  970.       end
  971.       object btnBGLoadFromFile: TButton
  972.         Left = 350
  973.         Top = 187
  974.         Width = 80
  975.         Height = 25
  976.         Caption = 'Load from file'
  977.         TabOrder = 5
  978.         OnClick = btnBGLoadFromFileClick
  979.       end
  980.       object btnBGSaveToFile: TButton
  981.         Left = 440
  982.         Top = 187
  983.         Width = 80
  984.         Height = 25
  985.         Caption = 'Save to file'
  986.         TabOrder = 6
  987.         OnClick = btnBGSaveToFileClick
  988.       end
  989.     end
  990.     object tsLED: TTabSheet
  991.       Caption = 'LED'
  992.       ImageIndex = 4
  993.       object Label17: TLabel
  994.         Left = 40
  995.         Top = 24
  996.         Width = 113
  997.         Height = 13
  998.         Caption = 'LED light level (Keypad)'
  999.       end
  1000.       object Label25: TLabel
  1001.         Left = 6
  1002.         Top = 72
  1003.         Width = 148
  1004.         Height = 13
  1005.         Caption = 'LED light level (Main/Sub LCD)'
  1006.       end
  1007.       object m_edtKeypadLED: TEdit
  1008.         Left = 160
  1009.         Top = 24
  1010.         Width = 81
  1011.         Height = 21
  1012.         TabOrder = 0
  1013.         Text = '0'
  1014.         OnExit = edtLEDLightLevelCheck
  1015.       end
  1016.       object m_btnKeypadLEDSet: TButton
  1017.         Left = 248
  1018.         Top = 24
  1019.         Width = 75
  1020.         Height = 25
  1021.         Caption = 'Set'
  1022.         TabOrder = 1
  1023.         OnClick = m_btnKeypadLEDSetClick
  1024.       end
  1025.       object m_sbLED: TStatusBar
  1026.         Left = 0
  1027.         Top = 312
  1028.         Width = 530
  1029.         Height = 30
  1030.         Panels = <
  1031.           item
  1032.             Width = 50
  1033.           end>
  1034.         SimplePanel = False
  1035.       end
  1036.       object m_edtMainLCD: TEdit
  1037.         Left = 160
  1038.         Top = 68
  1039.         Width = 81
  1040.         Height = 21
  1041.         TabOrder = 3
  1042.         Text = '0'
  1043.         OnExit = m_edtMainLCDCheck
  1044.       end
  1045.       object m_btnMainLCDSet: TButton
  1046.         Left = 248
  1047.         Top = 68
  1048.         Width = 75
  1049.         Height = 25
  1050.         Caption = 'Set'
  1051.         TabOrder = 4
  1052.         OnClick = m_btnMainLCDSetClick
  1053.       end
  1054.     end
  1055.     object tsVBR: TTabSheet
  1056.       Caption = 'Vibrator'
  1057.       ImageIndex = 5
  1058.       object btnVBROn: TButton
  1059.         Left = 64
  1060.         Top = 24
  1061.         Width = 75
  1062.         Height = 25
  1063.         Caption = 'Turn on'
  1064.         TabOrder = 0
  1065.         OnClick = btnVBROnClick
  1066.       end
  1067.       object btnVBROff: TButton
  1068.         Left = 152
  1069.         Top = 24
  1070.         Width = 75
  1071.         Height = 25
  1072.         Caption = 'Turn off'
  1073.         TabOrder = 1
  1074.         OnClick = btnVBROffClick
  1075.       end
  1076.       object m_sbVBR: TStatusBar
  1077.         Left = 0
  1078.         Top = 312
  1079.         Width = 530
  1080.         Height = 30
  1081.         Panels = <
  1082.           item
  1083.             Width = 50
  1084.           end>
  1085.         SimplePanel = False
  1086.       end
  1087.     end
  1088.     object tsRTC: TTabSheet
  1089.       Caption = 'RTC'
  1090.       ImageIndex = 6
  1091.       object Label18: TLabel
  1092.         Left = 32
  1093.         Top = 8
  1094.         Width = 22
  1095.         Height = 13
  1096.         Caption = 'Year'
  1097.       end
  1098.       object Label19: TLabel
  1099.         Left = 240
  1100.         Top = 8
  1101.         Width = 63
  1102.         Height = 13
  1103.         Caption = 'Day of Week'
  1104.       end
  1105.       object Label20: TLabel
  1106.         Left = 112
  1107.         Top = 8
  1108.         Width = 30
  1109.         Height = 13
  1110.         Caption = 'Month'
  1111.       end
  1112.       object Label21: TLabel
  1113.         Left = 184
  1114.         Top = 8
  1115.         Width = 19
  1116.         Height = 13
  1117.         Caption = 'Day'
  1118.       end
  1119.       object Label22: TLabel
  1120.         Left = 32
  1121.         Top = 56
  1122.         Width = 23
  1123.         Height = 13
  1124.         Caption = 'Hour'
  1125.       end
  1126.       object Label23: TLabel
  1127.         Left = 104
  1128.         Top = 56
  1129.         Width = 32
  1130.         Height = 13
  1131.         Caption = 'Minute'
  1132.       end
  1133.       object Label24: TLabel
  1134.         Left = 192
  1135.         Top = 56
  1136.         Width = 19
  1137.         Height = 13
  1138.         Caption = 'Sec'
  1139.       end
  1140.       object edtRTCYear: TEdit
  1141.         Left = 16
  1142.         Top = 24
  1143.         Width = 57
  1144.         Height = 21
  1145.         ReadOnly = True
  1146.         TabOrder = 0
  1147.         OnExit = edtRTCYearCheck
  1148.       end
  1149.       object edtRTCWDay: TEdit
  1150.         Left = 245
  1151.         Top = 24
  1152.         Width = 57
  1153.         Height = 21
  1154.         ReadOnly = True
  1155.         TabOrder = 1
  1156.         OnExit = edtRTCWDayCheck
  1157.       end
  1158.       object edtRTCMonth: TEdit
  1159.         Left = 93
  1160.         Top = 24
  1161.         Width = 57
  1162.         Height = 21
  1163.         ReadOnly = True
  1164.         TabOrder = 2
  1165.         OnExit = edtRTCMonthCheck
  1166.       end
  1167.       object edtRTCDay: TEdit
  1168.         Left = 170
  1169.         Top = 24
  1170.         Width = 57
  1171.         Height = 21
  1172.         ReadOnly = True
  1173.         TabOrder = 3
  1174.         OnExit = edtRTCDayCheck
  1175.       end
  1176.       object edtRTCWHour: TEdit
  1177.         Left = 16
  1178.         Top = 72
  1179.         Width = 57
  1180.         Height = 21
  1181.         ReadOnly = True
  1182.         TabOrder = 4
  1183.         OnExit = edtRTCHourCheck
  1184.       end
  1185.       object edtRTCMinute: TEdit
  1186.         Left = 93
  1187.         Top = 72
  1188.         Width = 57
  1189.         Height = 21
  1190.         ReadOnly = True
  1191.         TabOrder = 5
  1192.         OnExit = edtRTCMinuteCheck
  1193.       end
  1194.       object edtRTCSec: TEdit
  1195.         Left = 170
  1196.         Top = 72
  1197.         Width = 57
  1198.         Height = 21
  1199.         ReadOnly = True
  1200.         TabOrder = 6
  1201.         OnExit = edtRTCSecCheck
  1202.       end
  1203.       object btnRTCQuery: TButton
  1204.         Left = 384
  1205.         Top = 24
  1206.         Width = 75
  1207.         Height = 25
  1208.         Caption = 'Query'
  1209.         TabOrder = 7
  1210.         OnClick = btnRTCQueryClick
  1211.       end
  1212.       object m_sbRTC: TStatusBar
  1213.         Left = 0
  1214.         Top = 312
  1215.         Width = 530
  1216.         Height = 30
  1217.         Panels = <
  1218.           item
  1219.             Width = 50
  1220.           end>
  1221.         SimplePanel = False
  1222.       end
  1223.     end
  1224.   end
  1225.   object lblHint: TStaticText
  1226.     Left = 488
  1227.     Top = 64
  1228.     Width = 33
  1229.     Height = 17
  1230.     BorderStyle = sbsSingle
  1231.     Caption = 'lblHint'
  1232.     Color = clYellow
  1233.     ParentColor = False
  1234.     TabOrder = 1
  1235.     Visible = False
  1236.   end
  1237.   object OpenDialog: TOpenDialog
  1238.     DefaultExt = 'ini'
  1239.     Filter = 
  1240.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  1241.       '*'
  1242.     InitialDir = '.'
  1243.     Title = 'Open ini file'
  1244.     Left = 452
  1245.     Top = 64
  1246.   end
  1247.   object SaveDialog: TSaveDialog
  1248.     DefaultExt = 'ini'
  1249.     Filter = 
  1250.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  1251.       '*'
  1252.     InitialDir = '.'
  1253.     Title = 'Save to ini file'
  1254.     Left = 412
  1255.     Top = 64
  1256.   end
  1257.   object HintTimer: TTimer
  1258.     Enabled = False
  1259.     Interval = 4000
  1260.     OnTimer = HintTimerTimer
  1261.     Left = 376
  1262.     Top = 64
  1263.   end
  1264. end