- object frmCTBBTXRunTimeSetting: TfrmCTBBTXRunTimeSetting
- Left = 314
- Top = 223
- Width = 541
- Height = 420
- BorderIcons = [biSystemMenu]
- Caption = 'BB TX Run time setting (continuos TX)'
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object grpCT01: TGroupBox
- Left = 8
- Top = 4
- Width = 521
- Height = 389
- Caption = 'Input'
- TabOrder = 0
- object lblLabel32: TLabel
- Left = 220
- Top = 8
- Width = 36
- Height = 13
- Caption = 'ARFCN'
- end
- object lblLabel31: TLabel
- Left = 138
- Top = 8
- Width = 30
- Height = 13
- Caption = 'BAND'
- end
- object lblTXModulation: TLabel
- Left = 40
- Top = 8
- Width = 52
- Height = 13
- Caption = 'Modulation'
- end
- object lblPCL: TLabel
- Left = 280
- Top = 8
- Width = 20
- Height = 13
- Caption = 'PCL'
- end
- object edtCTArfcn: TEdit
- Left = 215
- Top = 24
- Width = 49
- Height = 21
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = '20'
- OnExit = edtArfcnCheck
- end
- object cbxCTBand: TComboBox
- Left = 120
- Top = 24
- Width = 75
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'GSM900'
- OnChange = cbxCTBandChange
- Items.Strings = (
- 'GSM900'
- 'DCS1800'
- 'PCS1900'
- 'GSM850')
- end
- object GroupBox10: TGroupBox
- Left = 8
- Top = 56
- Width = 289
- Height = 265
- Caption = ' BB TX Run Time Parameter '
- TabOrder = 2
- object Label64: TLabel
- Left = 37
- Top = 160
- Width = 141
- Height = 13
- Caption = 'BB TX common mode voltage'
- end
- object Label65: TLabel
- Left = 124
- Top = 184
- Width = 54
- Height = 13
- Caption = 'BB TX gain'
- end
- object TLabel
- Left = 108
- Top = 208
- Width = 70
- Height = 13
- Caption = 'BB TX calrcsel'
- end
- object Label1: TLabel
- Left = 152
- Top = 16
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'Trim I'
- end
- object Label2: TLabel
- Left = 147
- Top = 40
- Width = 31
- Height = 13
- Alignment = taRightJustify
- Caption = 'Trim Q'
- end
- object Label3: TLabel
- Left = 144
- Top = 64
- Width = 34
- Height = 13
- Caption = 'Offset I'
- end
- object Label4: TLabel
- Left = 139
- Top = 88
- Width = 39
- Height = 13
- Caption = 'Offset Q'
- end
- object Label5: TLabel
- Left = 111
- Top = 112
- Width = 67
- Height = 13
- Caption = 'BB TX calbias'
- end
- object Label6: TLabel
- Left = 105
- Top = 136
- Width = 73
- Height = 13
- Caption = 'BB TX IQ swap'
- end
- object lblCTBBTXPhasesel: TLabel
- Left = 104
- Top = 232
- Width = 77
- Height = 13
- Caption = 'BB TX Phasesel'
- end
- object edtCTCMV: TEdit
- Left = 184
- Top = 160
- Width = 57
- Height = 21
- TabOrder = 0
- Text = '0'
- OnExit = edtBBTXCommonModeVoltageCheck
- end
- object edtCTBBTXGain: TEdit
- Left = 184
- Top = 184
- Width = 57
- Height = 21
- TabOrder = 1
- Text = '0'
- OnExit = edtBBTXGainCheck
- end
- object edtCTBBTXCalrcsel: TEdit
- Left = 184
- Top = 208
- Width = 57
- Height = 21
- TabOrder = 2
- Text = '0'
- OnExit = edtCTBBTXCalrcselCheck
- end
- object edtCTOffsetI: TEdit
- Left = 184
- Top = 64
- Width = 57
- Height = 21
- TabOrder = 3
- Text = '0'
- OnExit = edtOffsetIQCheck
- end
- object edtCTOffsetQ: TEdit
- Left = 184
- Top = 88
- Width = 57
- Height = 21
- TabOrder = 4
- Text = '0'
- OnExit = edtOffsetIQCheck
- end
- object edtCTTXCalbias: TEdit
- Left = 184
- Top = 112
- Width = 57
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtBBTXCalbiasCheck
- end
- object edtCTTXIQSwap: TEdit
- Left = 184
- Top = 136
- Width = 57
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = edtBBTXIQSwapCheck
- end
- object edtCTTrimI: TEdit
- Left = 184
- Top = 16
- Width = 57
- Height = 21
- TabOrder = 7
- Text = '0'
- OnExit = edtTrimIQCheck
- end
- object edtCTTrimQ: TEdit
- Left = 184
- Top = 40
- Width = 57
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtTrimIQCheck
- end
- object edtCTBBTXPhasesel: TEdit
- Left = 184
- Top = 232
- Width = 57
- Height = 21
- TabOrder = 9
- Text = '0'
- OnExit = edtCTBBTXPhaseselCheck
- end
- end
- object btnCTStart: TBitBtn
- Left = 344
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Start'
- TabOrder = 3
- OnClick = btnCTStartClick
- Kind = bkRetry
- end
- object sbCT: TStatusBar
- Left = 2
- Top = 362
- Width = 517
- Height = 25
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object lblHint: TStaticText
- Left = 480
- Top = 184
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 5
- Visible = False
- end
- object btnLoadFromReg: TButton
- Left = 16
- Top = 328
- Width = 97
- Height = 25
- Caption = 'Load from register'
- TabOrder = 6
- OnClick = btnLoadFromRegClick
- end
- object Button1: TButton
- Left = 256
- Top = 336
- Width = 1
- Height = 17
- Caption = 'Button1'
- TabOrder = 7
- end
- object btnCTLoadFromFile: TButton
- Left = 125
- Top = 328
- Width = 80
- Height = 25
- Caption = 'Load from file'
- TabOrder = 8
- OnClick = btnCTLoadFromFileClick
- end
- object btnCTSaveToFile: TButton
- Left = 218
- Top = 328
- Width = 75
- Height = 25
- Caption = 'Save to file'
- TabOrder = 9
- OnClick = btnCTSaveToFileClick
- end
- object btnCTStop: TBitBtn
- Left = 432
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Stop'
- TabOrder = 10
- OnClick = btnCTStopClick
- Kind = bkNo
- end
- object cbTXModulation: TComboBox
- Left = 32
- Top = 24
- Width = 65
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 11
- Text = 'GMSK'
- Items.Strings = (
- 'GMSK'
- 'EPSK')
- end
- object GroupBox23: TGroupBox
- Left = 312
- Top = 56
- Width = 169
- Height = 177
- Caption = ' Burst type '
- TabOrder = 12
- object rbCTAll0: TRadioButton
- Left = 16
- Top = 24
- Width = 113
- Height = 17
- Caption = 'All 0'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbCTAll1: TRadioButton
- Left = 16
- Top = 48
- Width = 113
- Height = 17
- Caption = 'All 1'
- TabOrder = 1
- end
- object rbCTAlternate: TRadioButton
- Left = 16
- Top = 72
- Width = 145
- Height = 17
- Caption = 'Alternate bits ( 010101 )'
- TabOrder = 2
- end
- object rbCTRandom: TRadioButton
- Left = 16
- Top = 96
- Width = 113
- Height = 17
- Caption = 'Pseudo random'
- TabOrder = 3
- end
- object rbCTPattern: TRadioButton
- Left = 16
- Top = 120
- Width = 113
- Height = 17
- Caption = 'Pattern'
- TabOrder = 4
- end
- object edtCTPattern: TEdit
- Left = 16
- Top = 144
- Width = 137
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtCTPatternCheck
- end
- end
- object edtPCL: TEdit
- Left = 272
- Top = 24
- Width = 41
- Height = 21
- TabOrder = 13
- Text = '5'
- OnExit = edtPCLCheck
- end
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = HintTimerTimer
- Left = 496
- Top = 80
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- InitialDir = '.'
- Title = 'Open ini file'
- Left = 484
- Top = 216
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- InitialDir = '.'
- Title = 'Save to file'
- Left = 468
- Top = 256
- end
- end