- object frmCFGAfc: TfrmCFGAfc
- Left = 213
- Top = 168
- Width = 713
- Height = 322
- Caption = 'TCVCXO AFC CFG editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel3: TPanel
- Left = 7
- Top = 8
- Width = 137
- Height = 25
- BevelOuter = bvLowered
- Caption = 'AFC calibration'
- TabOrder = 0
- end
- object Panel4: TPanel
- Left = 7
- Top = 32
- Width = 690
- Height = 89
- BevelOuter = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 312
- Top = 8
- Width = 34
- Height = 13
- Caption = 'N_AFC'
- end
- object Label2: TLabel
- Left = 456
- Top = 8
- Width = 28
- Height = 13
- Caption = 'DAC1'
- end
- object Label3: TLabel
- Left = 584
- Top = 8
- Width = 28
- Height = 13
- Caption = 'DAC2'
- end
- object Label8: TLabel
- Left = 48
- Top = 8
- Width = 56
- Height = 13
- Caption = 'AFC_BAND'
- end
- object Label9: TLabel
- Left = 176
- Top = 8
- Width = 62
- Height = 13
- Caption = 'AFC_ARFCN'
- end
- object Label10: TLabel
- Left = 32
- Top = 48
- Width = 83
- Height = 13
- Caption = 'CRYSTAL_DAC1'
- end
- object Label11: TLabel
- Left = 168
- Top = 48
- Width = 83
- Height = 13
- Caption = 'CRYSTAL_DAC2'
- end
- object edtN_AFC: TEdit
- Left = 288
- Top = 24
- Width = 105
- Height = 21
- TabOrder = 0
- Text = '10'
- OnExit = edtN_AFCCheck
- end
- object edtDAC1: TEdit
- Left = 420
- Top = 24
- Width = 105
- Height = 21
- TabOrder = 1
- Text = '4000'
- OnExit = edtAfcDacCheck
- end
- object edtDAC2: TEdit
- Tag = 1
- Left = 552
- Top = 24
- Width = 105
- Height = 21
- TabOrder = 2
- Text = '5000'
- OnExit = edtAfcDacCheck
- end
- object edtAFC_BAND: TEdit
- Left = 24
- Top = 24
- Width = 105
- Height = 21
- TabOrder = 3
- Text = 'GSM'
- OnExit = edtAfcBandCheck
- end
- object edtAFC_ARFCN: TEdit
- Left = 156
- Top = 24
- Width = 105
- Height = 21
- TabOrder = 4
- Text = '70'
- OnExit = edtAfcArfcnCheck
- end
- object edtCRYSTAL_DAC1: TEdit
- Left = 24
- Top = 64
- Width = 105
- Height = 21
- TabOrder = 5
- Text = '3800'
- end
- object edtCRYSTAL_DAC2: TEdit
- Left = 156
- Top = 64
- Width = 105
- Height = 21
- TabOrder = 6
- Text = '4200'
- end
- end
- object lblHint: TStaticText
- Left = 551
- Top = 8
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 2
- Visible = False
- end
- object Panel1: TPanel
- Left = 8
- Top = 136
- Width = 137
- Height = 25
- BevelOuter = bvLowered
- Caption = 'AFC table'
- TabOrder = 3
- end
- object Panel2: TPanel
- Left = 8
- Top = 160
- Width = 689
- Height = 65
- BevelOuter = bvLowered
- TabOrder = 4
- object Label4: TLabel
- Left = 24
- Top = 16
- Width = 104
- Height = 13
- Caption = 'MAX_INIT_AFC_DAC'
- end
- object Label5: TLabel
- Left = 160
- Top = 16
- Width = 101
- Height = 13
- Caption = 'MIN_INIT_AFC_DAC'
- end
- object Label6: TLabel
- Left = 304
- Top = 16
- Width = 90
- Height = 13
- Caption = 'MAX_AFC_SLOPE'
- end
- object Label7: TLabel
- Left = 440
- Top = 16
- Width = 87
- Height = 13
- Caption = 'MIN_AFC_SLOPE'
- end
- object edtMAX_INIT_AFC_DAC: TEdit
- Left = 24
- Top = 32
- Width = 105
- Height = 21
- TabOrder = 0
- Text = '7000'
- OnExit = edtInitAfcDacCheck
- end
- object edtMIN_INIT_AFC_DAC: TEdit
- Left = 160
- Top = 32
- Width = 105
- Height = 21
- TabOrder = 1
- Text = '2000'
- OnExit = edtInitAfcDacCheck
- end
- object edtMAX_AFC_SLOPE: TEdit
- Left = 296
- Top = 32
- Width = 105
- Height = 21
- TabOrder = 2
- Text = '4.0'
- OnExit = edtAfcSlopeCheck
- end
- object edtMIN_AFC_SLOPE: TEdit
- Tag = 1
- Left = 432
- Top = 32
- Width = 105
- Height = 21
- TabOrder = 3
- Text = '1.0'
- end
- end
- object btnLoadFromCFGFile: TButton
- Left = 295
- Top = 236
- Width = 105
- Height = 25
- Caption = 'Load from CFG file'
- TabOrder = 5
- OnClick = btnLoadFromCFGFileClick
- end
- object btnSaveToCFGFile: TButton
- Left = 423
- Top = 236
- Width = 105
- Height = 25
- Caption = 'Save to CFG file'
- TabOrder = 6
- OnClick = btnSaveToCFGFileClick
- end
- object sbCFGAfc: TStatusBar
- Left = 0
- Top = 261
- Width = 697
- Height = 31
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object OpenDlg: TOpenDialog
- DefaultExt = 'cfg'
- Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
- Title = 'Open configuration file'
- Left = 416
- end
- object SaveDlg: TSaveDialog
- DefaultExt = 'cfg'
- Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
- Title = 'Save to configuration file'
- Left = 480
- Top = 8
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = HintTimerTimer
- Left = 520
- Top = 8
- end
- end