- object frmRTC32k: TfrmRTC32k
- Left = 192
- Top = 107
- Width = 696
- Height = 480
- Caption = 'RTC 32K Clock Tracking'
- 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
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object m_btnLogFile: TButton
- Left = 8
- Top = 32
- Width = 75
- Height = 17
- Caption = 'Log File'
- TabOrder = 0
- OnClick = m_btnLogFileClick
- end
- object m_stLogFile: TStaticText
- Left = 88
- Top = 32
- Width = 593
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- Color = clSkyBlue
- ParentColor = False
- TabOrder = 1
- end
- object m_sbRtc32K: TStatusBar
- Left = 0
- Top = 417
- Width = 688
- Height = 29
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object lblHint: TStaticText
- Left = 544
- Top = 368
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 3
- Visible = False
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 56
- Width = 673
- Height = 105
- Caption = ' Config '
- TabOrder = 4
- object lblLabel41: TLabel
- Left = 31
- Top = 20
- Width = 30
- Height = 13
- Caption = 'BAND'
- end
- object lblLabel42: TLabel
- Left = 96
- Top = 20
- Width = 36
- Height = 13
- Hint = 'TCH'
- Caption = 'ARFCN'
- end
- object lblLabel43: TLabel
- Left = 152
- Top = 20
- Width = 21
- Height = 13
- Caption = 'TSC'
- end
- object lblLabel44: TLabel
- Left = 200
- Top = 20
- Width = 20
- Height = 13
- Caption = 'PCL'
- end
- object m_lblTestCount: TLabel
- Left = 104
- Top = 60
- Width = 52
- Height = 13
- Caption = 'Test Count'
- end
- object m_lblPeriod: TLabel
- Left = 24
- Top = 60
- Width = 30
- Height = 13
- Caption = 'Period'
- end
- object Label1: TLabel
- Left = 68
- Top = 80
- Width = 13
- Height = 13
- Caption = 'ms'
- end
- object Label2: TLabel
- Left = 352
- Top = 20
- Width = 50
- Height = 13
- Caption = 'Equipment'
- end
- object Label3: TLabel
- Left = 240
- Top = 20
- Width = 76
- Height = 13
- Caption = 'Downlink power'
- end
- object m_cbBand: TComboBox
- Left = 10
- Top = 36
- Width = 73
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'GSM900'
- OnChange = m_cbBandChange
- Items.Strings = (
- 'GSM900'
- 'DCS1800'
- 'PCS1900'
- 'GSM850')
- end
- object m_edtArfcn: TEdit
- Left = 94
- Top = 36
- Width = 41
- Height = 21
- Hint = 'TCH'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = '20'
- OnExit = m_edtArfcnCheck
- end
- object m_cbTXTsc: TComboBox
- Left = 144
- Top = 36
- Width = 41
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 5
- TabOrder = 2
- Text = '5'
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7')
- end
- object m_edtPcl: TEdit
- Left = 194
- Top = 36
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '5'
- OnExit = m_edtPclCheck
- end
- object m_edtTestCount: TEdit
- Left = 104
- Top = 76
- Width = 57
- Height = 21
- TabOrder = 4
- Text = '10'
- OnExit = edtTestCountCheck
- end
- object m_edtPeriod: TEdit
- Left = 8
- Top = 76
- Width = 57
- Height = 21
- TabOrder = 5
- Text = '5000'
- OnExit = edtPeriodCheck
- end
- object m_btnStart: TBitBtn
- Left = 512
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Start'
- TabOrder = 6
- OnClick = m_btnStartClick
- Kind = bkRetry
- end
- object m_btnStop: TBitBtn
- Left = 512
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Stop'
- TabOrder = 7
- OnClick = m_btnStopClick
- Kind = bkNo
- end
- object m_cbEquipment: TComboBox
- Left = 336
- Top = 36
- Width = 89
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 8
- Text = 'Agilent 8960'
- Items.Strings = (
- 'Agilent 8960'
- 'CMU 200')
- end
- object m_edtDnPower: TEdit
- Left = 256
- Top = 36
- Width = 41
- Height = 21
- TabOrder = 9
- Text = '-60'
- OnExit = m_edtDnPowerCheck
- end
- end
- object m_reResult: TRichEdit
- Left = 8
- Top = 168
- Width = 673
- Height = 249
- Font.Charset = CHINESEBIG5_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- TabOrder = 5
- end
- object m_btnCfgFile: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 17
- Caption = 'CFG File'
- TabOrder = 6
- OnClick = m_btnCfgFileClick
- end
- object m_stCfgFile: TStaticText
- Left = 88
- Top = 8
- Width = 593
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- Color = clSkyBlue
- ParentColor = False
- TabOrder = 7
- end
- object m_dlgSaveLog: TSaveDialog
- DefaultExt = 'log'
- Filter = 'Log file (*.log)|*.log|All files (*.*)|*.*'
- Title = 'Setup log file'
- Left = 264
- Top = 368
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = HintTimerTimer
- Left = 512
- Top = 360
- end
- object m_dlgOpenDB: TOpenDialog
- Title = 'Open NVRAM database file'
- Left = 304
- Top = 376
- end
- object m_dlgOpenCfg: TOpenDialog
- DefaultExt = 'cfg'
- Filter = 'CFG file (*.cfg)|*.cfg|All files (*.*)|*.*'
- Title = 'Open configuration file'
- Left = 232
- Top = 368
- end
- end