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

MTK

开发平台:

C++ Builder

  1. object frmGUIApcProfile: TfrmGUIApcProfile
  2.   Left = 118
  3.   Top = 0
  4.   Width = 857
  5.   Height = 738
  6.   Caption = 'Graphic Interface Apc Profile'
  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.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tctlAPC: TTabControl
  22.     Left = 8
  23.     Top = 0
  24.     Width = 833
  25.     Height = 710
  26.     TabOrder = 0
  27.     Tabs.Strings = (
  28.       'GSM900'
  29.       'DCS1800'
  30.       'PCS1900'
  31.       'GSM850')
  32.     TabIndex = 0
  33.     OnChange = tctlAPCChange
  34.     object imRampProfile: TImage
  35.       Left = 32
  36.       Top = 248
  37.       Width = 777
  38.       Height = 377
  39.       DragMode = dmAutomatic
  40.       OnDragOver = imRampProfileDragOver
  41.       OnEndDrag = imRampProfileEndDrag
  42.     end
  43.     object lblVertical0: TLabel
  44.       Left = 10
  45.       Top = 288
  46.       Width = 13
  47.       Height = 13
  48.       Alignment = taRightJustify
  49.       Caption = 'V0'
  50.     end
  51.     object lblVertical1: TLabel
  52.       Left = 10
  53.       Top = 320
  54.       Width = 13
  55.       Height = 13
  56.       Alignment = taRightJustify
  57.       Caption = 'V1'
  58.     end
  59.     object lblVertical2: TLabel
  60.       Left = 10
  61.       Top = 352
  62.       Width = 13
  63.       Height = 13
  64.       Alignment = taRightJustify
  65.       Caption = 'V2'
  66.     end
  67.     object lblVertical3: TLabel
  68.       Left = 10
  69.       Top = 384
  70.       Width = 13
  71.       Height = 13
  72.       Alignment = taRightJustify
  73.       Caption = 'V3'
  74.     end
  75.     object lblVertical4: TLabel
  76.       Left = 10
  77.       Top = 416
  78.       Width = 13
  79.       Height = 13
  80.       Alignment = taRightJustify
  81.       Caption = 'V4'
  82.     end
  83.     object lblVertical5: TLabel
  84.       Left = 10
  85.       Top = 448
  86.       Width = 13
  87.       Height = 13
  88.       Alignment = taRightJustify
  89.       Caption = 'V5'
  90.     end
  91.     object lblVertical6: TLabel
  92.       Left = 10
  93.       Top = 480
  94.       Width = 13
  95.       Height = 13
  96.       Alignment = taRightJustify
  97.       Caption = 'V6'
  98.     end
  99.     object lblVertical7: TLabel
  100.       Left = 10
  101.       Top = 512
  102.       Width = 13
  103.       Height = 13
  104.       Alignment = taRightJustify
  105.       Caption = 'V7'
  106.     end
  107.     object lblVertical8: TLabel
  108.       Left = 10
  109.       Top = 544
  110.       Width = 13
  111.       Height = 13
  112.       Alignment = taRightJustify
  113.       Caption = 'V8'
  114.     end
  115.     object lblVertical9: TLabel
  116.       Left = 10
  117.       Top = 576
  118.       Width = 13
  119.       Height = 13
  120.       Alignment = taRightJustify
  121.       Caption = 'V9'
  122.     end
  123.     object lblRampUpH0: TLabel
  124.       Left = 32
  125.       Top = 632
  126.       Width = 14
  127.       Height = 13
  128.       Caption = 'U0'
  129.     end
  130.     object lblRampUpH1: TLabel
  131.       Left = 56
  132.       Top = 632
  133.       Width = 14
  134.       Height = 13
  135.       Caption = 'U1'
  136.     end
  137.     object lblRampUpH2: TLabel
  138.       Left = 80
  139.       Top = 632
  140.       Width = 14
  141.       Height = 13
  142.       Caption = 'U2'
  143.     end
  144.     object lblRampUpH3: TLabel
  145.       Left = 104
  146.       Top = 632
  147.       Width = 14
  148.       Height = 13
  149.       Caption = 'U3'
  150.     end
  151.     object lblRampUpH4: TLabel
  152.       Left = 128
  153.       Top = 632
  154.       Width = 14
  155.       Height = 13
  156.       Caption = 'U4'
  157.     end
  158.     object lblRampDownH0: TLabel
  159.       Left = 424
  160.       Top = 632
  161.       Width = 14
  162.       Height = 13
  163.       Caption = 'D0'
  164.     end
  165.     object lblRampDownH1: TLabel
  166.       Left = 448
  167.       Top = 632
  168.       Width = 14
  169.       Height = 13
  170.       Caption = 'D1'
  171.     end
  172.     object lblRampDownH2: TLabel
  173.       Left = 472
  174.       Top = 632
  175.       Width = 14
  176.       Height = 13
  177.       Caption = 'D2'
  178.     end
  179.     object lblRampDownH3: TLabel
  180.       Left = 496
  181.       Top = 632
  182.       Width = 14
  183.       Height = 13
  184.       Caption = 'D3'
  185.     end
  186.     object lblRampDownH4: TLabel
  187.       Left = 520
  188.       Top = 632
  189.       Width = 14
  190.       Height = 13
  191.       Caption = 'D4'
  192.     end
  193.     object lblRampUpH5: TLabel
  194.       Left = 152
  195.       Top = 632
  196.       Width = 14
  197.       Height = 13
  198.       Caption = 'U5'
  199.     end
  200.     object lblRampDownH5: TLabel
  201.       Left = 544
  202.       Top = 632
  203.       Width = 14
  204.       Height = 13
  205.       Caption = 'D5'
  206.     end
  207.     object lblRampUpH6: TLabel
  208.       Left = 176
  209.       Top = 632
  210.       Width = 14
  211.       Height = 13
  212.       Caption = 'U6'
  213.     end
  214.     object lblRampUpH7: TLabel
  215.       Left = 200
  216.       Top = 632
  217.       Width = 14
  218.       Height = 13
  219.       Caption = 'U7'
  220.     end
  221.     object lblRampUpH8: TLabel
  222.       Left = 224
  223.       Top = 632
  224.       Width = 14
  225.       Height = 13
  226.       Caption = 'U8'
  227.     end
  228.     object lblRampUpH9: TLabel
  229.       Left = 248
  230.       Top = 632
  231.       Width = 14
  232.       Height = 13
  233.       Caption = 'U9'
  234.     end
  235.     object lblRampUpH10: TLabel
  236.       Left = 272
  237.       Top = 632
  238.       Width = 20
  239.       Height = 13
  240.       Caption = 'U10'
  241.     end
  242.     object lblRampUpH11: TLabel
  243.       Left = 296
  244.       Top = 632
  245.       Width = 20
  246.       Height = 13
  247.       Caption = 'U11'
  248.     end
  249.     object lblRampUpH12: TLabel
  250.       Left = 320
  251.       Top = 632
  252.       Width = 20
  253.       Height = 13
  254.       Caption = 'U12'
  255.     end
  256.     object lblRampUpH13: TLabel
  257.       Left = 344
  258.       Top = 632
  259.       Width = 20
  260.       Height = 13
  261.       Caption = 'U13'
  262.     end
  263.     object lblRampUpH14: TLabel
  264.       Left = 368
  265.       Top = 632
  266.       Width = 20
  267.       Height = 13
  268.       Caption = 'U14'
  269.     end
  270.     object lblRampUpH15: TLabel
  271.       Left = 392
  272.       Top = 632
  273.       Width = 20
  274.       Height = 13
  275.       Caption = 'U15'
  276.     end
  277.     object lblRampDownH6: TLabel
  278.       Left = 568
  279.       Top = 632
  280.       Width = 14
  281.       Height = 13
  282.       Caption = 'D6'
  283.     end
  284.     object lblRampDownH7: TLabel
  285.       Left = 592
  286.       Top = 632
  287.       Width = 14
  288.       Height = 13
  289.       Caption = 'D7'
  290.     end
  291.     object lblRampDownH8: TLabel
  292.       Left = 616
  293.       Top = 632
  294.       Width = 14
  295.       Height = 13
  296.       Caption = 'D8'
  297.     end
  298.     object lblRampDownH9: TLabel
  299.       Left = 640
  300.       Top = 632
  301.       Width = 14
  302.       Height = 13
  303.       Caption = 'D9'
  304.     end
  305.     object lblRampDownH10: TLabel
  306.       Left = 664
  307.       Top = 632
  308.       Width = 20
  309.       Height = 13
  310.       Caption = 'D10'
  311.     end
  312.     object lblRampDownH11: TLabel
  313.       Left = 688
  314.       Top = 632
  315.       Width = 20
  316.       Height = 13
  317.       Caption = 'D11'
  318.     end
  319.     object lblRampDownH12: TLabel
  320.       Left = 712
  321.       Top = 632
  322.       Width = 20
  323.       Height = 13
  324.       Caption = 'D12'
  325.     end
  326.     object lblRampDownH13: TLabel
  327.       Left = 736
  328.       Top = 632
  329.       Width = 20
  330.       Height = 13
  331.       Caption = 'D13'
  332.     end
  333.     object lblRampDownH14: TLabel
  334.       Left = 768
  335.       Top = 632
  336.       Width = 20
  337.       Height = 13
  338.       Caption = 'D14'
  339.     end
  340.     object lblRampDownH15: TLabel
  341.       Left = 792
  342.       Top = 632
  343.       Width = 20
  344.       Height = 13
  345.       Caption = 'D15'
  346.     end
  347.     object lblTestArfcn: TLabel
  348.       Left = 600
  349.       Top = 52
  350.       Width = 39
  351.       Height = 13
  352.       Caption = 'ARFCN:'
  353.     end
  354.     object lblHighApcDcOffset: TLabel
  355.       Left = 8
  356.       Top = 52
  357.       Width = 101
  358.       Height = 13
  359.       Caption = 'High APC DC Offset :'
  360.     end
  361.     object lblLowApcDcOffset: TLabel
  362.       Left = 176
  363.       Top = 52
  364.       Width = 102
  365.       Height = 13
  366.       Caption = 'Low APC DC Offset : '
  367.       Visible = False
  368.     end
  369.     object lblAPCLowestPower: TLabel
  370.       Left = 352
  371.       Top = 52
  372.       Width = 100
  373.       Height = 13
  374.       Caption = 'APC Lowest Power : '
  375.       Visible = False
  376.     end
  377.     object Label17: TLabel
  378.       Left = 8
  379.       Top = 26
  380.       Width = 102
  381.       Height = 13
  382.       Caption = 'NVRAM database file'
  383.     end
  384.     object pnlProfileTItle: TPanel
  385.       Left = 8
  386.       Top = 136
  387.       Width = 89
  388.       Height = 25
  389.       BevelOuter = bvLowered
  390.       Caption = 'PCL 3 Profile'
  391.       Font.Charset = DEFAULT_CHARSET
  392.       Font.Color = clBlue
  393.       Font.Height = -12
  394.       Font.Name = 'MS Sans Serif'
  395.       Font.Style = [fsBold]
  396.       ParentFont = False
  397.       TabOrder = 0
  398.     end
  399.     object btnUploadFromFlash: TButton
  400.       Left = 5
  401.       Top = 648
  402.       Width = 100
  403.       Height = 25
  404.       Caption = 'Upload from flash'
  405.       TabOrder = 1
  406.       OnClick = btnUploadFromFlashClick
  407.     end
  408.     object btnDownloadToFlash: TButton
  409.       Left = 121
  410.       Top = 648
  411.       Width = 100
  412.       Height = 25
  413.       Caption = 'Download to flash'
  414.       TabOrder = 2
  415.       OnClick = btnDownloadToFlashClick
  416.     end
  417.     object btnChangeDB: TButton
  418.       Left = 240
  419.       Top = 648
  420.       Width = 100
  421.       Height = 25
  422.       Caption = 'Change NVRAM DB'
  423.       TabOrder = 3
  424.       OnClick = btnChangeDBClick
  425.     end
  426.     object sbGUIAPCProfile: TStatusBar
  427.       Left = 4
  428.       Top = 677
  429.       Width = 825
  430.       Height = 29
  431.       Panels = <
  432.         item
  433.           Width = 50
  434.         end>
  435.       SimplePanel = False
  436.     end
  437.     object pnlRamp: TPanel
  438.       Left = 8
  439.       Top = 160
  440.       Width = 817
  441.       Height = 81
  442.       BevelOuter = bvLowered
  443.       TabOrder = 5
  444.       object lblRampUp: TLabel
  445.         Left = 8
  446.         Top = 24
  447.         Width = 83
  448.         Height = 13
  449.         Caption = 'Ramp Up Profile :'
  450.       end
  451.       object lblRampDown: TLabel
  452.         Left = 8
  453.         Top = 56
  454.         Width = 97
  455.         Height = 13
  456.         Caption = 'Ramp Down Profile :'
  457.       end
  458.       object Label1: TLabel
  459.         Left = 152
  460.         Top = 8
  461.         Width = 33
  462.         Height = 13
  463.         Alignment = taCenter
  464.         AutoSize = False
  465.         Caption = '0'
  466.       end
  467.       object Label2: TLabel
  468.         Left = 192
  469.         Top = 8
  470.         Width = 32
  471.         Height = 13
  472.         Alignment = taCenter
  473.         AutoSize = False
  474.         Caption = '1'
  475.       end
  476.       object Label3: TLabel
  477.         Left = 232
  478.         Top = 8
  479.         Width = 32
  480.         Height = 13
  481.         Alignment = taCenter
  482.         AutoSize = False
  483.         Caption = '2'
  484.       end
  485.       object Label4: TLabel
  486.         Left = 272
  487.         Top = 8
  488.         Width = 33
  489.         Height = 13
  490.         Alignment = taCenter
  491.         AutoSize = False
  492.         Caption = '3'
  493.       end
  494.       object Label5: TLabel
  495.         Left = 312
  496.         Top = 8
  497.         Width = 32
  498.         Height = 13
  499.         Alignment = taCenter
  500.         AutoSize = False
  501.         Caption = '4'
  502.       end
  503.       object Label6: TLabel
  504.         Left = 352
  505.         Top = 8
  506.         Width = 32
  507.         Height = 13
  508.         Alignment = taCenter
  509.         AutoSize = False
  510.         Caption = '5'
  511.       end
  512.       object Label7: TLabel
  513.         Left = 392
  514.         Top = 8
  515.         Width = 32
  516.         Height = 13
  517.         Alignment = taCenter
  518.         AutoSize = False
  519.         Caption = '6'
  520.       end
  521.       object Label8: TLabel
  522.         Left = 432
  523.         Top = 8
  524.         Width = 32
  525.         Height = 13
  526.         Alignment = taCenter
  527.         AutoSize = False
  528.         Caption = '7'
  529.       end
  530.       object Label9: TLabel
  531.         Left = 472
  532.         Top = 8
  533.         Width = 32
  534.         Height = 13
  535.         Alignment = taCenter
  536.         AutoSize = False
  537.         Caption = '8'
  538.       end
  539.       object Label10: TLabel
  540.         Left = 512
  541.         Top = 8
  542.         Width = 38
  543.         Height = 13
  544.         Alignment = taCenter
  545.         AutoSize = False
  546.         Caption = '9'
  547.       end
  548.       object Label11: TLabel
  549.         Left = 552
  550.         Top = 8
  551.         Width = 38
  552.         Height = 13
  553.         Alignment = taCenter
  554.         AutoSize = False
  555.         Caption = '10'
  556.       end
  557.       object Label12: TLabel
  558.         Left = 592
  559.         Top = 8
  560.         Width = 38
  561.         Height = 13
  562.         Alignment = taCenter
  563.         AutoSize = False
  564.         Caption = '11'
  565.       end
  566.       object Label13: TLabel
  567.         Left = 632
  568.         Top = 8
  569.         Width = 38
  570.         Height = 13
  571.         Alignment = taCenter
  572.         AutoSize = False
  573.         Caption = '12'
  574.       end
  575.       object Label14: TLabel
  576.         Left = 672
  577.         Top = 8
  578.         Width = 38
  579.         Height = 13
  580.         Alignment = taCenter
  581.         AutoSize = False
  582.         Caption = '13'
  583.       end
  584.       object Label15: TLabel
  585.         Left = 712
  586.         Top = 8
  587.         Width = 33
  588.         Height = 13
  589.         Alignment = taCenter
  590.         AutoSize = False
  591.         Caption = '14'
  592.       end
  593.       object Label16: TLabel
  594.         Left = 752
  595.         Top = 8
  596.         Width = 38
  597.         Height = 13
  598.         Alignment = taCenter
  599.         AutoSize = False
  600.         Caption = '15'
  601.       end
  602.       object edtRampUp00: TEdit
  603.         Left = 144
  604.         Top = 25
  605.         Width = 35
  606.         Height = 21
  607.         TabOrder = 0
  608.         Text = '0'
  609.         OnExit = edtRampUpCheck
  610.       end
  611.       object edtRampUp01: TEdit
  612.         Tag = 1
  613.         Left = 184
  614.         Top = 25
  615.         Width = 35
  616.         Height = 21
  617.         TabOrder = 1
  618.         Text = '0'
  619.         OnExit = edtRampUpCheck
  620.       end
  621.       object edtRampUp02: TEdit
  622.         Tag = 2
  623.         Left = 224
  624.         Top = 25
  625.         Width = 35
  626.         Height = 21
  627.         TabOrder = 2
  628.         Text = '0'
  629.         OnExit = edtRampUpCheck
  630.       end
  631.       object edtRampUp03: TEdit
  632.         Tag = 3
  633.         Left = 264
  634.         Top = 25
  635.         Width = 35
  636.         Height = 21
  637.         TabOrder = 3
  638.         Text = '0'
  639.         OnExit = edtRampUpCheck
  640.       end
  641.       object edtRampUp04: TEdit
  642.         Tag = 4
  643.         Left = 304
  644.         Top = 25
  645.         Width = 35
  646.         Height = 21
  647.         TabOrder = 4
  648.         Text = '0'
  649.         OnExit = edtRampUpCheck
  650.       end
  651.       object edtRampUp05: TEdit
  652.         Tag = 5
  653.         Left = 344
  654.         Top = 25
  655.         Width = 35
  656.         Height = 21
  657.         TabOrder = 5
  658.         Text = '0'
  659.         OnExit = edtRampUpCheck
  660.       end
  661.       object edtRampUp06: TEdit
  662.         Tag = 6
  663.         Left = 384
  664.         Top = 25
  665.         Width = 35
  666.         Height = 21
  667.         TabOrder = 6
  668.         Text = '0'
  669.         OnExit = edtRampUpCheck
  670.       end
  671.       object edtRampUp07: TEdit
  672.         Tag = 7
  673.         Left = 424
  674.         Top = 25
  675.         Width = 35
  676.         Height = 21
  677.         TabOrder = 7
  678.         Text = '0'
  679.         OnExit = edtRampUpCheck
  680.       end
  681.       object edtRampUp08: TEdit
  682.         Tag = 8
  683.         Left = 464
  684.         Top = 25
  685.         Width = 35
  686.         Height = 21
  687.         TabOrder = 8
  688.         Text = '0'
  689.         OnExit = edtRampUpCheck
  690.       end
  691.       object edtRampUp09: TEdit
  692.         Tag = 9
  693.         Left = 504
  694.         Top = 25
  695.         Width = 35
  696.         Height = 21
  697.         TabOrder = 9
  698.         Text = '0'
  699.         OnExit = edtRampUpCheck
  700.       end
  701.       object edtRampUp10: TEdit
  702.         Tag = 10
  703.         Left = 544
  704.         Top = 25
  705.         Width = 35
  706.         Height = 21
  707.         TabOrder = 10
  708.         Text = '0'
  709.         OnExit = edtRampUpCheck
  710.       end
  711.       object edtRampUp11: TEdit
  712.         Tag = 11
  713.         Left = 584
  714.         Top = 25
  715.         Width = 35
  716.         Height = 21
  717.         TabOrder = 11
  718.         Text = '0'
  719.         OnExit = edtRampUpCheck
  720.       end
  721.       object edtRampUp13: TEdit
  722.         Tag = 13
  723.         Left = 664
  724.         Top = 25
  725.         Width = 35
  726.         Height = 21
  727.         TabOrder = 13
  728.         Text = '0'
  729.         OnExit = edtRampUpCheck
  730.       end
  731.       object edtRampUp12: TEdit
  732.         Tag = 12
  733.         Left = 624
  734.         Top = 25
  735.         Width = 35
  736.         Height = 21
  737.         TabOrder = 12
  738.         Text = '0'
  739.         OnExit = edtRampUpCheck
  740.       end
  741.       object edtRampUp14: TEdit
  742.         Tag = 14
  743.         Left = 704
  744.         Top = 25
  745.         Width = 35
  746.         Height = 21
  747.         TabOrder = 14
  748.         Text = '0'
  749.         OnExit = edtRampUpCheck
  750.       end
  751.       object edtRampUp15: TEdit
  752.         Tag = 15
  753.         Left = 744
  754.         Top = 25
  755.         Width = 35
  756.         Height = 21
  757.         TabOrder = 15
  758.         Text = '0'
  759.         OnExit = edtRampUpCheck
  760.       end
  761.       object edtRampDn00: TEdit
  762.         Left = 144
  763.         Top = 51
  764.         Width = 35
  765.         Height = 21
  766.         TabOrder = 16
  767.         Text = '0'
  768.         OnExit = edtRampDnCheck
  769.       end
  770.       object edtRampDn01: TEdit
  771.         Tag = 1
  772.         Left = 184
  773.         Top = 51
  774.         Width = 35
  775.         Height = 21
  776.         TabOrder = 17
  777.         Text = '0'
  778.         OnExit = edtRampDnCheck
  779.       end
  780.       object edtRampDn02: TEdit
  781.         Tag = 2
  782.         Left = 224
  783.         Top = 51
  784.         Width = 35
  785.         Height = 21
  786.         TabOrder = 18
  787.         Text = '0'
  788.         OnExit = edtRampDnCheck
  789.       end
  790.       object edtRampDn03: TEdit
  791.         Tag = 3
  792.         Left = 264
  793.         Top = 51
  794.         Width = 35
  795.         Height = 21
  796.         TabOrder = 19
  797.         Text = '0'
  798.         OnExit = edtRampDnCheck
  799.       end
  800.       object edtRampDn04: TEdit
  801.         Tag = 4
  802.         Left = 304
  803.         Top = 51
  804.         Width = 35
  805.         Height = 21
  806.         TabOrder = 20
  807.         Text = '0'
  808.         OnExit = edtRampDnCheck
  809.       end
  810.       object edtRampDn05: TEdit
  811.         Tag = 5
  812.         Left = 344
  813.         Top = 51
  814.         Width = 35
  815.         Height = 21
  816.         TabOrder = 21
  817.         Text = '0'
  818.         OnExit = edtRampDnCheck
  819.       end
  820.       object edtRampDn06: TEdit
  821.         Tag = 6
  822.         Left = 384
  823.         Top = 51
  824.         Width = 35
  825.         Height = 21
  826.         TabOrder = 22
  827.         Text = '0'
  828.         OnExit = edtRampDnCheck
  829.       end
  830.       object edtRampDn07: TEdit
  831.         Tag = 7
  832.         Left = 424
  833.         Top = 51
  834.         Width = 35
  835.         Height = 21
  836.         TabOrder = 23
  837.         Text = '0'
  838.         OnExit = edtRampDnCheck
  839.       end
  840.       object edtRampDn08: TEdit
  841.         Tag = 8
  842.         Left = 464
  843.         Top = 51
  844.         Width = 35
  845.         Height = 21
  846.         TabOrder = 24
  847.         Text = '0'
  848.         OnExit = edtRampDnCheck
  849.       end
  850.       object edtRampDn09: TEdit
  851.         Tag = 9
  852.         Left = 504
  853.         Top = 51
  854.         Width = 35
  855.         Height = 21
  856.         TabOrder = 25
  857.         Text = '0'
  858.         OnExit = edtRampDnCheck
  859.       end
  860.       object edtRampDn10: TEdit
  861.         Tag = 10
  862.         Left = 544
  863.         Top = 51
  864.         Width = 35
  865.         Height = 21
  866.         TabOrder = 26
  867.         Text = '0'
  868.         OnExit = edtRampDnCheck
  869.       end
  870.       object edtRampDn11: TEdit
  871.         Tag = 11
  872.         Left = 584
  873.         Top = 51
  874.         Width = 35
  875.         Height = 21
  876.         TabOrder = 27
  877.         Text = '0'
  878.         OnExit = edtRampDnCheck
  879.       end
  880.       object edtRampDn12: TEdit
  881.         Tag = 12
  882.         Left = 624
  883.         Top = 51
  884.         Width = 35
  885.         Height = 21
  886.         TabOrder = 28
  887.         Text = '0'
  888.         OnExit = edtRampDnCheck
  889.       end
  890.       object edtRampDn13: TEdit
  891.         Tag = 13
  892.         Left = 664
  893.         Top = 51
  894.         Width = 35
  895.         Height = 21
  896.         TabOrder = 29
  897.         Text = '0'
  898.         OnExit = edtRampDnCheck
  899.       end
  900.       object edtRampDn14: TEdit
  901.         Tag = 14
  902.         Left = 704
  903.         Top = 51
  904.         Width = 35
  905.         Height = 21
  906.         TabOrder = 30
  907.         Text = '0'
  908.         OnExit = edtRampDnCheck
  909.       end
  910.       object edtRampDn15: TEdit
  911.         Tag = 15
  912.         Left = 744
  913.         Top = 51
  914.         Width = 35
  915.         Height = 21
  916.         TabOrder = 31
  917.         Text = '0'
  918.         OnExit = edtRampDnCheck
  919.       end
  920.       object btnUpLeft: TButton
  921.         Left = 112
  922.         Top = 24
  923.         Width = 25
  924.         Height = 21
  925.         Caption = '<<'
  926.         Font.Charset = ANSI_CHARSET
  927.         Font.Color = clWindowText
  928.         Font.Height = -12
  929.         Font.Name = 'MS Sans Serif'
  930.         Font.Style = [fsBold]
  931.         ParentFont = False
  932.         TabOrder = 32
  933.         OnClick = btnUpLeftClick
  934.       end
  935.       object btnUpRight: TButton
  936.         Left = 784
  937.         Top = 24
  938.         Width = 25
  939.         Height = 21
  940.         Caption = '>>'
  941.         Font.Charset = ANSI_CHARSET
  942.         Font.Color = clWindowText
  943.         Font.Height = -12
  944.         Font.Name = 'MS Sans Serif'
  945.         Font.Style = [fsBold]
  946.         ParentFont = False
  947.         TabOrder = 33
  948.         OnClick = btnUpRightClick
  949.       end
  950.       object btnDnLeft: TButton
  951.         Tag = 1
  952.         Left = 112
  953.         Top = 51
  954.         Width = 25
  955.         Height = 21
  956.         Caption = '<<'
  957.         Font.Charset = ANSI_CHARSET
  958.         Font.Color = clWindowText
  959.         Font.Height = -12
  960.         Font.Name = 'MS Sans Serif'
  961.         Font.Style = [fsBold]
  962.         ParentFont = False
  963.         TabOrder = 34
  964.         OnClick = btnDnLeftClick
  965.       end
  966.       object btnDnRight: TButton
  967.         Tag = 1
  968.         Left = 784
  969.         Top = 51
  970.         Width = 25
  971.         Height = 21
  972.         Caption = '>>'
  973.         Font.Charset = ANSI_CHARSET
  974.         Font.Color = clWindowText
  975.         Font.Height = -12
  976.         Font.Name = 'MS Sans Serif'
  977.         Font.Style = [fsBold]
  978.         ParentFont = False
  979.         TabOrder = 35
  980.         OnClick = btnDnRightClick
  981.       end
  982.     end
  983.     object pnlPCL: TPanel
  984.       Left = 8
  985.       Top = 72
  986.       Width = 817
  987.       Height = 57
  988.       BevelOuter = bvLowered
  989.       TabOrder = 6
  990.       object lblPclDac: TLabel
  991.         Left = 8
  992.         Top = 8
  993.         Width = 45
  994.         Height = 13
  995.         Caption = 'PCL DAC'
  996.       end
  997.       object lblPCL: TLabel
  998.         Left = 32
  999.         Top = 32
  1000.         Width = 20
  1001.         Height = 13
  1002.         Caption = 'PCL'
  1003.       end
  1004.       object edtPCLDAC00: TEdit
  1005.         Left = 56
  1006.         Top = 8
  1007.         Width = 40
  1008.         Height = 21
  1009.         TabOrder = 0
  1010.         Text = '0'
  1011.         OnExit = edtPCLDACCheck
  1012.       end
  1013.       object edtPCLDAC01: TEdit
  1014.         Tag = 1
  1015.         Left = 102
  1016.         Top = 8
  1017.         Width = 40
  1018.         Height = 21
  1019.         TabOrder = 1
  1020.         Text = '0'
  1021.         OnExit = edtPCLDACCheck
  1022.       end
  1023.       object edtPCLDAC02: TEdit
  1024.         Tag = 2
  1025.         Left = 149
  1026.         Top = 8
  1027.         Width = 40
  1028.         Height = 21
  1029.         TabOrder = 2
  1030.         Text = '0'
  1031.         OnExit = edtPCLDACCheck
  1032.       end
  1033.       object edtPCLDAC03: TEdit
  1034.         Tag = 3
  1035.         Left = 196
  1036.         Top = 8
  1037.         Width = 40
  1038.         Height = 21
  1039.         TabOrder = 3
  1040.         Text = '0'
  1041.         OnExit = edtPCLDACCheck
  1042.       end
  1043.       object edtPCLDAC04: TEdit
  1044.         Tag = 4
  1045.         Left = 243
  1046.         Top = 8
  1047.         Width = 40
  1048.         Height = 21
  1049.         TabOrder = 4
  1050.         Text = '0'
  1051.         OnExit = edtPCLDACCheck
  1052.       end
  1053.       object edtPCLDAC05: TEdit
  1054.         Tag = 5
  1055.         Left = 290
  1056.         Top = 8
  1057.         Width = 40
  1058.         Height = 21
  1059.         TabOrder = 5
  1060.         Text = '0'
  1061.         OnExit = edtPCLDACCheck
  1062.       end
  1063.       object edtPCLDAC06: TEdit
  1064.         Tag = 6
  1065.         Left = 337
  1066.         Top = 8
  1067.         Width = 40
  1068.         Height = 21
  1069.         TabOrder = 6
  1070.         Text = '0'
  1071.         OnExit = edtPCLDACCheck
  1072.       end
  1073.       object edtPCLDAC07: TEdit
  1074.         Tag = 7
  1075.         Left = 384
  1076.         Top = 8
  1077.         Width = 40
  1078.         Height = 21
  1079.         TabOrder = 7
  1080.         Text = '0'
  1081.         OnExit = edtPCLDACCheck
  1082.       end
  1083.       object edtPCLDAC08: TEdit
  1084.         Tag = 8
  1085.         Left = 431
  1086.         Top = 8
  1087.         Width = 40
  1088.         Height = 21
  1089.         TabOrder = 8
  1090.         Text = '0'
  1091.         OnExit = edtPCLDACCheck
  1092.       end
  1093.       object edtPCLDAC09: TEdit
  1094.         Tag = 9
  1095.         Left = 478
  1096.         Top = 8
  1097.         Width = 40
  1098.         Height = 21
  1099.         TabOrder = 9
  1100.         Text = '0'
  1101.         OnExit = edtPCLDACCheck
  1102.       end
  1103.       object edtPCLDAC10: TEdit
  1104.         Tag = 10
  1105.         Left = 525
  1106.         Top = 8
  1107.         Width = 40
  1108.         Height = 21
  1109.         TabOrder = 10
  1110.         Text = '0'
  1111.         OnExit = edtPCLDACCheck
  1112.       end
  1113.       object edtPCLDAC11: TEdit
  1114.         Tag = 11
  1115.         Left = 572
  1116.         Top = 8
  1117.         Width = 40
  1118.         Height = 21
  1119.         TabOrder = 11
  1120.         Text = '0'
  1121.         OnExit = edtPCLDACCheck
  1122.       end
  1123.       object edtPCLDAC13: TEdit
  1124.         Tag = 13
  1125.         Left = 666
  1126.         Top = 8
  1127.         Width = 40
  1128.         Height = 21
  1129.         TabOrder = 13
  1130.         Text = '0'
  1131.         OnExit = edtPCLDACCheck
  1132.       end
  1133.       object edtPCLDAC12: TEdit
  1134.         Tag = 12
  1135.         Left = 619
  1136.         Top = 8
  1137.         Width = 40
  1138.         Height = 21
  1139.         TabOrder = 12
  1140.         Text = '0'
  1141.         OnExit = edtPCLDACCheck
  1142.       end
  1143.       object edtPCLDAC14: TEdit
  1144.         Tag = 14
  1145.         Left = 713
  1146.         Top = 8
  1147.         Width = 40
  1148.         Height = 21
  1149.         TabOrder = 14
  1150.         Text = '0'
  1151.         OnExit = edtPCLDACCheck
  1152.       end
  1153.       object edtPCLDAC15: TEdit
  1154.         Tag = 15
  1155.         Left = 760
  1156.         Top = 8
  1157.         Width = 40
  1158.         Height = 21
  1159.         TabOrder = 15
  1160.         Text = '0'
  1161.         OnExit = edtPCLDACCheck
  1162.       end
  1163.       object btnPCL00: TButton
  1164.         Left = 60
  1165.         Top = 32
  1166.         Width = 33
  1167.         Height = 17
  1168.         Caption = '0'
  1169.         TabOrder = 16
  1170.         OnClick = OnBtnPclClick
  1171.       end
  1172.       object btnPCL01: TButton
  1173.         Tag = 1
  1174.         Left = 106
  1175.         Top = 32
  1176.         Width = 33
  1177.         Height = 17
  1178.         Caption = '0'
  1179.         TabOrder = 17
  1180.         OnClick = OnBtnPclClick
  1181.       end
  1182.       object btnPCL02: TButton
  1183.         Tag = 2
  1184.         Left = 153
  1185.         Top = 32
  1186.         Width = 33
  1187.         Height = 17
  1188.         Caption = '0'
  1189.         TabOrder = 18
  1190.         OnClick = OnBtnPclClick
  1191.       end
  1192.       object btnPCL03: TButton
  1193.         Tag = 3
  1194.         Left = 200
  1195.         Top = 32
  1196.         Width = 33
  1197.         Height = 17
  1198.         Caption = '0'
  1199.         TabOrder = 19
  1200.         OnClick = OnBtnPclClick
  1201.       end
  1202.       object btnPCL04: TButton
  1203.         Tag = 4
  1204.         Left = 247
  1205.         Top = 32
  1206.         Width = 33
  1207.         Height = 17
  1208.         Caption = '0'
  1209.         TabOrder = 20
  1210.         OnClick = OnBtnPclClick
  1211.       end
  1212.       object btnPCL05: TButton
  1213.         Tag = 5
  1214.         Left = 294
  1215.         Top = 32
  1216.         Width = 33
  1217.         Height = 17
  1218.         Caption = '0'
  1219.         TabOrder = 21
  1220.         OnClick = OnBtnPclClick
  1221.       end
  1222.       object btnPCL06: TButton
  1223.         Tag = 6
  1224.         Left = 341
  1225.         Top = 32
  1226.         Width = 33
  1227.         Height = 17
  1228.         Caption = '0'
  1229.         TabOrder = 22
  1230.         OnClick = OnBtnPclClick
  1231.       end
  1232.       object btnPCL07: TButton
  1233.         Tag = 7
  1234.         Left = 388
  1235.         Top = 32
  1236.         Width = 33
  1237.         Height = 17
  1238.         Caption = '0'
  1239.         TabOrder = 23
  1240.         OnClick = OnBtnPclClick
  1241.       end
  1242.       object btnPCL08: TButton
  1243.         Tag = 8
  1244.         Left = 435
  1245.         Top = 32
  1246.         Width = 33
  1247.         Height = 17
  1248.         Caption = '0'
  1249.         TabOrder = 24
  1250.         OnClick = OnBtnPclClick
  1251.       end
  1252.       object btnPCL09: TButton
  1253.         Tag = 9
  1254.         Left = 482
  1255.         Top = 32
  1256.         Width = 33
  1257.         Height = 17
  1258.         Caption = '0'
  1259.         TabOrder = 25
  1260.         OnClick = OnBtnPclClick
  1261.       end
  1262.       object btnPCL10: TButton
  1263.         Tag = 10
  1264.         Left = 529
  1265.         Top = 32
  1266.         Width = 33
  1267.         Height = 17
  1268.         Caption = '0'
  1269.         TabOrder = 26
  1270.         OnClick = OnBtnPclClick
  1271.       end
  1272.       object btnPCL11: TButton
  1273.         Tag = 11
  1274.         Left = 576
  1275.         Top = 32
  1276.         Width = 33
  1277.         Height = 17
  1278.         Caption = '0'
  1279.         TabOrder = 27
  1280.         OnClick = OnBtnPclClick
  1281.       end
  1282.       object btnPCL12: TButton
  1283.         Tag = 12
  1284.         Left = 623
  1285.         Top = 32
  1286.         Width = 33
  1287.         Height = 17
  1288.         Caption = '0'
  1289.         TabOrder = 28
  1290.         OnClick = OnBtnPclClick
  1291.       end
  1292.       object btnPCL13: TButton
  1293.         Tag = 13
  1294.         Left = 670
  1295.         Top = 32
  1296.         Width = 33
  1297.         Height = 17
  1298.         Caption = '0'
  1299.         TabOrder = 29
  1300.         OnClick = OnBtnPclClick
  1301.       end
  1302.       object btnPCL14: TButton
  1303.         Tag = 14
  1304.         Left = 717
  1305.         Top = 32
  1306.         Width = 33
  1307.         Height = 17
  1308.         Caption = '0'
  1309.         TabOrder = 30
  1310.         OnClick = OnBtnPclClick
  1311.       end
  1312.       object btnPCL15: TButton
  1313.         Tag = 15
  1314.         Left = 764
  1315.         Top = 32
  1316.         Width = 33
  1317.         Height = 17
  1318.         Caption = '0'
  1319.         TabOrder = 31
  1320.         OnClick = OnBtnPclClick
  1321.       end
  1322.     end
  1323.     object lblHint: TStaticText
  1324.       Left = 384
  1325.       Top = 0
  1326.       Width = 33
  1327.       Height = 17
  1328.       BorderStyle = sbsSingle
  1329.       Caption = 'lblHint'
  1330.       Color = clYellow
  1331.       ParentColor = False
  1332.       TabOrder = 7
  1333.       Visible = False
  1334.     end
  1335.     object edtTestArfcn: TEdit
  1336.       Left = 640
  1337.       Top = 49
  1338.       Width = 43
  1339.       Height = 21
  1340.       TabOrder = 8
  1341.       Text = '0'
  1342.       OnExit = edtTestArfcnCheck
  1343.     end
  1344.     object btnTXStart: TBitBtn
  1345.       Left = 695
  1346.       Top = 47
  1347.       Width = 59
  1348.       Height = 25
  1349.       Caption = 'Start'
  1350.       TabOrder = 9
  1351.       OnClick = btnTXStartClick
  1352.       Kind = bkRetry
  1353.     end
  1354.     object edtHighApcDcOffset: TEdit
  1355.       Left = 112
  1356.       Top = 49
  1357.       Width = 43
  1358.       Height = 21
  1359.       TabOrder = 10
  1360.       Text = '0'
  1361.       OnExit = edtHighApcDcOffsetCheck
  1362.     end
  1363.     object btnLoadFromFile: TButton
  1364.       Left = 358
  1365.       Top = 648
  1366.       Width = 80
  1367.       Height = 25
  1368.       Caption = 'Load fom file'
  1369.       TabOrder = 11
  1370.       OnClick = btnLoadFromFileClick
  1371.     end
  1372.     object btnSaveToFile: TButton
  1373.       Left = 460
  1374.       Top = 648
  1375.       Width = 80
  1376.       Height = 25
  1377.       Caption = 'Save to file'
  1378.       TabOrder = 12
  1379.       OnClick = btnSaveToFileClick
  1380.     end
  1381.     object btnTXStop: TBitBtn
  1382.       Left = 760
  1383.       Top = 48
  1384.       Width = 59
  1385.       Height = 25
  1386.       Caption = 'Stop'
  1387.       TabOrder = 13
  1388.       OnClick = btnTXStopClick
  1389.       Kind = bkNo
  1390.     end
  1391.     object edtLowApcDcOffset: TEdit
  1392.       Left = 280
  1393.       Top = 49
  1394.       Width = 43
  1395.       Height = 21
  1396.       TabOrder = 14
  1397.       Text = '0'
  1398.       Visible = False
  1399.       OnExit = edtLowApcDcOffsetCheck
  1400.     end
  1401.     object edtAPCLowestPower: TEdit
  1402.       Left = 456
  1403.       Top = 49
  1404.       Width = 43
  1405.       Height = 21
  1406.       TabOrder = 15
  1407.       Text = '15'
  1408.       Visible = False
  1409.       OnExit = edtAPCLowestPowerCheck
  1410.     end
  1411.     object m_stNVRAMDB: TStaticText
  1412.       Left = 120
  1413.       Top = 26
  1414.       Width = 705
  1415.       Height = 17
  1416.       AutoSize = False
  1417.       BorderStyle = sbsSunken
  1418.       Color = clSkyBlue
  1419.       ParentColor = False
  1420.       TabOrder = 16
  1421.     end
  1422.   end
  1423.   object HintTimer: TTimer
  1424.     Enabled = False
  1425.     Interval = 4000
  1426.     OnTimer = HintTimerTimer
  1427.     Left = 336
  1428.   end
  1429.   object SaveDialog: TSaveDialog
  1430.     DefaultExt = 'ini'
  1431.     Filter = 
  1432.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  1433.       '*'
  1434.     InitialDir = '.'
  1435.     Title = 'Save to ini file'
  1436.     Left = 456
  1437.     Top = 8
  1438.   end
  1439.   object OpenDialog: TOpenDialog
  1440.     DefaultExt = 'ini'
  1441.     Filter = 
  1442.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  1443.       '*'
  1444.     InitialDir = '.'
  1445.     Title = 'Open ini file'
  1446.     Left = 512
  1447.     Top = 8
  1448.   end
  1449.   object m_dlgOpenDB: TOpenDialog
  1450.     Title = 'Open NVRAM database file'
  1451.     Left = 544
  1452.     Top = 8
  1453.   end
  1454. end