- object frmCFGPhErr: TfrmCFGPhErr
- Left = 201
- Top = 180
- Width = 663
- Height = 226
- Caption = 'Phase Error CFG editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Panel3: TPanel
- Left = 8
- Top = 8
- Width = 137
- Height = 33
- BevelOuter = bvLowered
- Caption = 'Phase error table'
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 8
- Top = 40
- Width = 641
- Height = 73
- BevelOuter = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 117
- Height = 13
- Caption = 'PHASE_ERROR_BAND'
- end
- object lblPHASE_ERROR_ARFCN: TLabel
- Left = 176
- Top = 16
- Width = 123
- Height = 13
- Caption = 'PHASE_ERROR_ARFCN'
- end
- object Label2: TLabel
- Left = 336
- Top = 16
- Width = 107
- Height = 13
- Caption = 'PHASE_ERROR_PCL'
- end
- object Label3: TLabel
- Left = 464
- Top = 16
- Width = 156
- Height = 13
- Caption = 'PHASE_ERROR_RMS_ERROR'
- end
- object edtPHASE_ERROR_BAND: TEdit
- Left = 24
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'GSM'
- OnExit = edtPHASE_ERROR_BANDCheck
- end
- object edtPHASE_ERROR_ARFCN: TEdit
- Left = 176
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '70'
- OnExit = edtPHASE_ERROR_ARFCNCheck
- end
- object edtPHASE_ERROR_PCL: TEdit
- Left = 328
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 2
- Text = '10'
- OnExit = edtPHASE_ERROR_PCLCheck
- end
- object edtPHASE_ERROR_RMS_ERROR: TEdit
- Left = 480
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 3
- Text = '1.5'
- OnExit = edtPHASE_ERROR_RMS_ERRORCheck
- end
- end
- object btnLoadFromCFGFile: TButton
- Left = 399
- Top = 132
- Width = 105
- Height = 25
- Caption = 'Load from CFG file'
- TabOrder = 2
- OnClick = btnLoadFromCFGFileClick
- end
- object btnSaveToCFGFile: TButton
- Left = 518
- Top = 132
- Width = 105
- Height = 25
- Caption = 'Save to CFG file'
- TabOrder = 3
- OnClick = btnSaveToCFGFileClick
- end
- object sbCFGPhErr: TStatusBar
- Left = 0
- Top = 166
- Width = 655
- Height = 26
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object lblHint: TStaticText
- Left = 551
- Top = 8
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 5
- Visible = False
- end
- object OpenDlg: TOpenDialog
- DefaultExt = 'cfg'
- Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
- Left = 416
- end
- object SaveDlg: TSaveDialog
- DefaultExt = 'cfg'
- Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
- Left = 480
- Top = 8
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = HintTimerTimer
- Left = 520
- Top = 8
- end
- end