- object frmUpdateParameter: TfrmUpdateParameter
- Left = 239
- Top = 139
- Width = 548
- Height = 396
- Caption = 'Update parameter'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 200
- Top = 8
- Width = 201
- Height = 289
- Caption = ' Download Parameter '
- TabOrder = 0
- object cbRXPathLoss: TCheckBox
- Left = 24
- Top = 16
- Width = 97
- Height = 17
- Caption = 'RX Path Loss'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object cbAFC: TCheckBox
- Left = 24
- Top = 36
- Width = 97
- Height = 17
- Caption = 'AFC'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object cbGmskLevelRamp: TCheckBox
- Left = 24
- Top = 99
- Width = 137
- Height = 17
- Caption = 'GMSK Level, Ramp'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object cbADC: TCheckBox
- Left = 24
- Top = 141
- Width = 97
- Height = 17
- Caption = 'ADC'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object cbIMEI: TCheckBox
- Left = 24
- Top = 245
- Width = 97
- Height = 17
- Caption = 'IMEI'
- TabOrder = 4
- end
- object cbBarcode: TCheckBox
- Left = 24
- Top = 266
- Width = 97
- Height = 17
- Caption = 'Barcode'
- TabOrder = 5
- end
- object cbIP2: TCheckBox
- Left = 24
- Top = 57
- Width = 97
- Height = 17
- Caption = 'IP2'
- TabOrder = 6
- Visible = False
- end
- object cbEpskLevelRamp: TCheckBox
- Left = 24
- Top = 120
- Width = 113
- Height = 17
- Caption = 'EPSK Level, Ramp'
- TabOrder = 7
- end
- object cbTxIQ: TCheckBox
- Left = 24
- Top = 78
- Width = 97
- Height = 17
- Caption = 'TX IQ'
- Checked = True
- State = cbChecked
- TabOrder = 8
- end
- object cbWiFiTxPower: TCheckBox
- Left = 24
- Top = 182
- Width = 97
- Height = 17
- Caption = 'WiFi TX Power'
- TabOrder = 9
- end
- object cbWiFiTxDcOffset: TCheckBox
- Left = 24
- Top = 161
- Width = 129
- Height = 17
- Caption = 'WiFI TX DC Offset'
- TabOrder = 10
- end
- object m_cbBtCapId: TCheckBox
- Left = 24
- Top = 224
- Width = 137
- Height = 17
- Caption = 'BT Crystal CAP ID'
- TabOrder = 11
- end
- object m_cbWiFiAlc: TCheckBox
- Left = 24
- Top = 203
- Width = 97
- Height = 17
- Caption = 'WiFi ALC'
- TabOrder = 12
- end
- end
- object btnUploadFromFlash: TButton
- Left = 8
- Top = 304
- Width = 100
- Height = 25
- Caption = 'Upload from flash'
- TabOrder = 1
- OnClick = btnUploadFromFlashClick
- end
- object btnDownloadToFlash: TButton
- Left = 120
- Top = 304
- Width = 100
- Height = 25
- Caption = 'Download to flash'
- TabOrder = 2
- OnClick = btnDownloadToFlashClick
- end
- object btnLoadFromFile: TButton
- Left = 344
- Top = 304
- Width = 80
- Height = 25
- Caption = 'Load form file'
- TabOrder = 3
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 440
- Top = 304
- Width = 80
- Height = 25
- Caption = 'Save to file'
- TabOrder = 4
- OnClick = btnSaveToFileClick
- end
- object sbUpdateParameter: TStatusBar
- Left = 0
- Top = 337
- Width = 540
- Height = 32
- Panels = <
- item
- Width = 500
- end>
- SimplePanel = False
- end
- object btnChangeDB: TButton
- Left = 232
- Top = 304
- Width = 100
- Height = 25
- Caption = 'Change NVRAM DB'
- TabOrder = 6
- OnClick = btnChangeDBClick
- end
- object GroupBox2: TGroupBox
- Left = 408
- Top = 16
- Width = 121
- Height = 81
- Caption = ' AFC parameter type '
- TabOrder = 7
- object rbTCVCXO: TRadioButton
- Left = 16
- Top = 24
- Width = 80
- Height = 17
- Caption = 'TCVCXO'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbCrystal: TRadioButton
- Left = 16
- Top = 56
- Width = 80
- Height = 17
- Caption = 'Crystal'
- TabOrder = 1
- end
- end
- object cbCheckSectionExist: TCheckBox
- Left = 24
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Check Section Exist in INI File'
- Checked = True
- State = cbChecked
- TabOrder = 8
- end
- object cbCheckChecksum: TCheckBox
- Left = 24
- Top = 64
- Width = 137
- Height = 17
- Caption = 'Check IMEI checksum'
- Checked = True
- State = cbChecked
- TabOrder = 9
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- Title = 'Open ini file'
- Left = 8
- Top = 120
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- Title = 'Save to ini file'
- Left = 8
- Top = 80
- end
- object ActionList1: TActionList
- Left = 8
- Top = 48
- object ToggleHide: TAction
- Caption = 'ToggleHide'
- ShortCut = 49237
- OnExecute = ToggleHideExecute
- end
- end
- end