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

MTK

开发平台:

C++ Builder

  1. object frmUpdateParameter: TfrmUpdateParameter
  2.   Left = 239
  3.   Top = 139
  4.   Width = 548
  5.   Height = 396
  6.   Caption = 'Update parameter'
  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.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 200
  21.     Top = 8
  22.     Width = 201
  23.     Height = 289
  24.     Caption = '  Download Parameter  '
  25.     TabOrder = 0
  26.     object cbRXPathLoss: TCheckBox
  27.       Left = 24
  28.       Top = 16
  29.       Width = 97
  30.       Height = 17
  31.       Caption = 'RX Path Loss'
  32.       Checked = True
  33.       State = cbChecked
  34.       TabOrder = 0
  35.     end
  36.     object cbAFC: TCheckBox
  37.       Left = 24
  38.       Top = 36
  39.       Width = 97
  40.       Height = 17
  41.       Caption = 'AFC'
  42.       Checked = True
  43.       State = cbChecked
  44.       TabOrder = 1
  45.     end
  46.     object cbGmskLevelRamp: TCheckBox
  47.       Left = 24
  48.       Top = 99
  49.       Width = 137
  50.       Height = 17
  51.       Caption = 'GMSK Level, Ramp'
  52.       Checked = True
  53.       State = cbChecked
  54.       TabOrder = 2
  55.     end
  56.     object cbADC: TCheckBox
  57.       Left = 24
  58.       Top = 141
  59.       Width = 97
  60.       Height = 17
  61.       Caption = 'ADC'
  62.       Checked = True
  63.       State = cbChecked
  64.       TabOrder = 3
  65.     end
  66.     object cbIMEI: TCheckBox
  67.       Left = 24
  68.       Top = 245
  69.       Width = 97
  70.       Height = 17
  71.       Caption = 'IMEI'
  72.       TabOrder = 4
  73.     end
  74.     object cbBarcode: TCheckBox
  75.       Left = 24
  76.       Top = 266
  77.       Width = 97
  78.       Height = 17
  79.       Caption = 'Barcode'
  80.       TabOrder = 5
  81.     end
  82.     object cbIP2: TCheckBox
  83.       Left = 24
  84.       Top = 57
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'IP2'
  88.       TabOrder = 6
  89.       Visible = False
  90.     end
  91.     object cbEpskLevelRamp: TCheckBox
  92.       Left = 24
  93.       Top = 120
  94.       Width = 113
  95.       Height = 17
  96.       Caption = 'EPSK Level, Ramp'
  97.       TabOrder = 7
  98.     end
  99.     object cbTxIQ: TCheckBox
  100.       Left = 24
  101.       Top = 78
  102.       Width = 97
  103.       Height = 17
  104.       Caption = 'TX IQ'
  105.       Checked = True
  106.       State = cbChecked
  107.       TabOrder = 8
  108.     end
  109.     object cbWiFiTxPower: TCheckBox
  110.       Left = 24
  111.       Top = 182
  112.       Width = 97
  113.       Height = 17
  114.       Caption = 'WiFi TX Power'
  115.       TabOrder = 9
  116.     end
  117.     object cbWiFiTxDcOffset: TCheckBox
  118.       Left = 24
  119.       Top = 161
  120.       Width = 129
  121.       Height = 17
  122.       Caption = 'WiFI TX DC Offset'
  123.       TabOrder = 10
  124.     end
  125.     object m_cbBtCapId: TCheckBox
  126.       Left = 24
  127.       Top = 224
  128.       Width = 137
  129.       Height = 17
  130.       Caption = 'BT Crystal CAP ID'
  131.       TabOrder = 11
  132.     end
  133.     object m_cbWiFiAlc: TCheckBox
  134.       Left = 24
  135.       Top = 203
  136.       Width = 97
  137.       Height = 17
  138.       Caption = 'WiFi ALC'
  139.       TabOrder = 12
  140.     end
  141.   end
  142.   object btnUploadFromFlash: TButton
  143.     Left = 8
  144.     Top = 304
  145.     Width = 100
  146.     Height = 25
  147.     Caption = 'Upload from flash'
  148.     TabOrder = 1
  149.     OnClick = btnUploadFromFlashClick
  150.   end
  151.   object btnDownloadToFlash: TButton
  152.     Left = 120
  153.     Top = 304
  154.     Width = 100
  155.     Height = 25
  156.     Caption = 'Download to flash'
  157.     TabOrder = 2
  158.     OnClick = btnDownloadToFlashClick
  159.   end
  160.   object btnLoadFromFile: TButton
  161.     Left = 344
  162.     Top = 304
  163.     Width = 80
  164.     Height = 25
  165.     Caption = 'Load form file'
  166.     TabOrder = 3
  167.     OnClick = btnLoadFromFileClick
  168.   end
  169.   object btnSaveToFile: TButton
  170.     Left = 440
  171.     Top = 304
  172.     Width = 80
  173.     Height = 25
  174.     Caption = 'Save to file'
  175.     TabOrder = 4
  176.     OnClick = btnSaveToFileClick
  177.   end
  178.   object sbUpdateParameter: TStatusBar
  179.     Left = 0
  180.     Top = 337
  181.     Width = 540
  182.     Height = 32
  183.     Panels = <
  184.       item
  185.         Width = 500
  186.       end>
  187.     SimplePanel = False
  188.   end
  189.   object btnChangeDB: TButton
  190.     Left = 232
  191.     Top = 304
  192.     Width = 100
  193.     Height = 25
  194.     Caption = 'Change NVRAM DB'
  195.     TabOrder = 6
  196.     OnClick = btnChangeDBClick
  197.   end
  198.   object GroupBox2: TGroupBox
  199.     Left = 408
  200.     Top = 16
  201.     Width = 121
  202.     Height = 81
  203.     Caption = '  AFC parameter type  '
  204.     TabOrder = 7
  205.     object rbTCVCXO: TRadioButton
  206.       Left = 16
  207.       Top = 24
  208.       Width = 80
  209.       Height = 17
  210.       Caption = 'TCVCXO'
  211.       Checked = True
  212.       TabOrder = 0
  213.       TabStop = True
  214.     end
  215.     object rbCrystal: TRadioButton
  216.       Left = 16
  217.       Top = 56
  218.       Width = 80
  219.       Height = 17
  220.       Caption = 'Crystal'
  221.       TabOrder = 1
  222.     end
  223.   end
  224.   object cbCheckSectionExist: TCheckBox
  225.     Left = 24
  226.     Top = 24
  227.     Width = 169
  228.     Height = 17
  229.     Caption = 'Check Section Exist in INI File'
  230.     Checked = True
  231.     State = cbChecked
  232.     TabOrder = 8
  233.   end
  234.   object cbCheckChecksum: TCheckBox
  235.     Left = 24
  236.     Top = 64
  237.     Width = 137
  238.     Height = 17
  239.     Caption = 'Check IMEI checksum'
  240.     Checked = True
  241.     State = cbChecked
  242.     TabOrder = 9
  243.   end
  244.   object OpenDialog: TOpenDialog
  245.     DefaultExt = 'ini'
  246.     Filter = 
  247.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  248.       '*'
  249.     Title = 'Open ini file'
  250.     Left = 8
  251.     Top = 120
  252.   end
  253.   object SaveDialog: TSaveDialog
  254.     DefaultExt = 'ini'
  255.     Filter = 
  256.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  257.       '*'
  258.     Title = 'Save to ini file'
  259.     Left = 8
  260.     Top = 80
  261.   end
  262.   object ActionList1: TActionList
  263.     Left = 8
  264.     Top = 48
  265.     object ToggleHide: TAction
  266.       Caption = 'ToggleHide'
  267.       ShortCut = 49237
  268.       OnExecute = ToggleHideExecute
  269.     end
  270.   end
  271. end