form_RFTXIQBBTXRun.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:10k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmTXIQBBTXRunTimeSetting: TfrmTXIQBBTXRunTimeSetting
  2.   Left = 209
  3.   Top = 215
  4.   Width = 608
  5.   Height = 418
  6.   Caption = 'BB TX run time setting (TX level)'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object grpTX01: TGroupBox
  19.     Left = 8
  20.     Top = 4
  21.     Width = 585
  22.     Height = 381
  23.     Caption = 'Input'
  24.     TabOrder = 0
  25.     object lblLabel42: TLabel
  26.       Left = 168
  27.       Top = 16
  28.       Width = 36
  29.       Height = 13
  30.       Caption = 'ARFCN'
  31.     end
  32.     object lblLabel43: TLabel
  33.       Left = 224
  34.       Top = 16
  35.       Width = 21
  36.       Height = 13
  37.       Caption = 'TSC'
  38.     end
  39.     object lblLabel44: TLabel
  40.       Left = 272
  41.       Top = 16
  42.       Width = 20
  43.       Height = 13
  44.       Caption = 'PCL'
  45.     end
  46.     object lblLabel45: TLabel
  47.       Left = 320
  48.       Top = 16
  49.       Width = 20
  50.       Height = 13
  51.       Caption = 'AFC'
  52.     end
  53.     object lblLabel41: TLabel
  54.       Left = 95
  55.       Top = 16
  56.       Width = 30
  57.       Height = 13
  58.       Caption = 'BAND'
  59.     end
  60.     object lblTXModulation: TLabel
  61.       Left = 16
  62.       Top = 16
  63.       Width = 52
  64.       Height = 13
  65.       Caption = 'Modulation'
  66.       Visible = False
  67.     end
  68.     object lblTXTA: TLabel
  69.       Left = 384
  70.       Top = 16
  71.       Width = 14
  72.       Height = 13
  73.       Caption = 'TA'
  74.     end
  75.     object lblTXCS: TLabel
  76.       Left = 424
  77.       Top = 16
  78.       Width = 73
  79.       Height = 13
  80.       Caption = 'Coding scheme'
  81.       Visible = False
  82.     end
  83.     object lblTXBurstType: TLabel
  84.       Left = 368
  85.       Top = 72
  86.       Width = 47
  87.       Height = 13
  88.       Caption = 'Burst type'
  89.     end
  90.     object lblTXPattern: TLabel
  91.       Left = 376
  92.       Top = 120
  93.       Width = 34
  94.       Height = 13
  95.       Caption = 'Pattern'
  96.       Visible = False
  97.     end
  98.     object edtTXPcl: TEdit
  99.       Left = 264
  100.       Top = 32
  101.       Width = 41
  102.       Height = 21
  103.       TabOrder = 3
  104.       Text = '5'
  105.       OnExit = edtPclCheck
  106.     end
  107.     object edtTXAfc: TEdit
  108.       Left = 312
  109.       Top = 32
  110.       Width = 49
  111.       Height = 21
  112.       TabOrder = 4
  113.       Text = '4100'
  114.       OnExit = edtAfcDacCheck
  115.     end
  116.     object cbxTXBand: TComboBox
  117.       Left = 80
  118.       Top = 32
  119.       Width = 73
  120.       Height = 21
  121.       Style = csDropDownList
  122.       ItemHeight = 13
  123.       ItemIndex = 0
  124.       TabOrder = 0
  125.       Text = 'GSM900'
  126.       OnChange = cbxTXBandChange
  127.       Items.Strings = (
  128.         'GSM900'
  129.         'DCS1800'
  130.         'PCS1900'
  131.         'GSM850')
  132.     end
  133.     object cbxTXTsc: TComboBox
  134.       Left = 216
  135.       Top = 32
  136.       Width = 41
  137.       Height = 21
  138.       Style = csDropDownList
  139.       ItemHeight = 13
  140.       ItemIndex = 5
  141.       TabOrder = 2
  142.       Text = '5'
  143.       Items.Strings = (
  144.         '0'
  145.         '1'
  146.         '2'
  147.         '3'
  148.         '4'
  149.         '5'
  150.         '6'
  151.         '7')
  152.     end
  153.     object edtTXArfcn: TEdit
  154.       Left = 160
  155.       Top = 32
  156.       Width = 49
  157.       Height = 21
  158.       ParentShowHint = False
  159.       ShowHint = True
  160.       TabOrder = 1
  161.       Text = '20'
  162.       OnExit = edtArfcnCheck
  163.     end
  164.     object btnTXStart: TBitBtn
  165.       Left = 504
  166.       Top = 43
  167.       Width = 75
  168.       Height = 25
  169.       Caption = 'Start'
  170.       TabOrder = 5
  171.       OnClick = btnTXStartClick
  172.       Kind = bkRetry
  173.     end
  174.     object sbTXIQ: TStatusBar
  175.       Left = 2
  176.       Top = 352
  177.       Width = 581
  178.       Height = 27
  179.       Panels = <
  180.         item
  181.           Width = 50
  182.         end>
  183.       SimplePanel = False
  184.     end
  185.     object GroupBox10: TGroupBox
  186.       Left = 8
  187.       Top = 56
  188.       Width = 313
  189.       Height = 257
  190.       Caption = ' BB TX Run Time Parameter  '
  191.       TabOrder = 7
  192.       object Label64: TLabel
  193.         Left = 13
  194.         Top = 160
  195.         Width = 141
  196.         Height = 13
  197.         Caption = 'BB TX common mode voltage'
  198.       end
  199.       object Label65: TLabel
  200.         Left = 100
  201.         Top = 184
  202.         Width = 54
  203.         Height = 13
  204.         Caption = 'BB TX gain'
  205.       end
  206.       object TLabel
  207.         Left = 84
  208.         Top = 208
  209.         Width = 70
  210.         Height = 13
  211.         Caption = 'BB TX calrcsel'
  212.       end
  213.       object Label1: TLabel
  214.         Left = 128
  215.         Top = 16
  216.         Width = 26
  217.         Height = 13
  218.         Alignment = taRightJustify
  219.         Caption = 'Trim I'
  220.       end
  221.       object Label2: TLabel
  222.         Left = 123
  223.         Top = 40
  224.         Width = 31
  225.         Height = 13
  226.         Alignment = taRightJustify
  227.         Caption = 'Trim Q'
  228.       end
  229.       object Label3: TLabel
  230.         Left = 120
  231.         Top = 64
  232.         Width = 34
  233.         Height = 13
  234.         Caption = 'Offset I'
  235.       end
  236.       object Label4: TLabel
  237.         Left = 115
  238.         Top = 88
  239.         Width = 39
  240.         Height = 13
  241.         Caption = 'Offset Q'
  242.       end
  243.       object Label5: TLabel
  244.         Left = 87
  245.         Top = 112
  246.         Width = 67
  247.         Height = 13
  248.         Caption = 'BB TX calbias'
  249.       end
  250.       object Label6: TLabel
  251.         Left = 81
  252.         Top = 136
  253.         Width = 73
  254.         Height = 13
  255.         Caption = 'BB TX IQ swap'
  256.       end
  257.       object lblTXBBTXPhasesel: TLabel
  258.         Left = 80
  259.         Top = 232
  260.         Width = 77
  261.         Height = 13
  262.         Caption = 'BB TX Phasesel'
  263.         Visible = False
  264.       end
  265.       object edtTXCMV: TEdit
  266.         Left = 168
  267.         Top = 160
  268.         Width = 57
  269.         Height = 21
  270.         TabOrder = 0
  271.         Text = '0'
  272.         OnExit = edtBBTXCommonModeVoltageCheck
  273.       end
  274.       object edtTXBBTXGain: TEdit
  275.         Left = 168
  276.         Top = 184
  277.         Width = 57
  278.         Height = 21
  279.         TabOrder = 1
  280.         Text = '0'
  281.         OnExit = edtBBTXGainCheck
  282.       end
  283.       object edtTXBBTXCalrcsel: TEdit
  284.         Left = 168
  285.         Top = 208
  286.         Width = 57
  287.         Height = 21
  288.         TabOrder = 2
  289.         Text = '0'
  290.         OnExit = edtTXBBTXCalrcselCheck
  291.       end
  292.       object edtTXOffsetI: TEdit
  293.         Left = 168
  294.         Top = 64
  295.         Width = 57
  296.         Height = 21
  297.         TabOrder = 3
  298.         Text = '0'
  299.         OnExit = edtOffsetIQCheck
  300.       end
  301.       object edtTXOffsetQ: TEdit
  302.         Left = 168
  303.         Top = 88
  304.         Width = 57
  305.         Height = 21
  306.         TabOrder = 4
  307.         Text = '0'
  308.         OnExit = edtOffsetIQCheck
  309.       end
  310.       object edtTXTXCalbias: TEdit
  311.         Left = 168
  312.         Top = 112
  313.         Width = 57
  314.         Height = 21
  315.         TabOrder = 5
  316.         Text = '0'
  317.         OnExit = edtBBTXCalbiasCheck
  318.       end
  319.       object edtTXTXIQSwap: TEdit
  320.         Left = 168
  321.         Top = 136
  322.         Width = 57
  323.         Height = 21
  324.         TabOrder = 6
  325.         Text = '0'
  326.         OnExit = edtBBTXIQSwapCheck
  327.       end
  328.       object edtTXTrimI: TEdit
  329.         Left = 168
  330.         Top = 16
  331.         Width = 57
  332.         Height = 21
  333.         TabOrder = 7
  334.         Text = '0'
  335.         OnExit = edtTrimIQCheck
  336.       end
  337.       object edtTXTrimQ: TEdit
  338.         Left = 168
  339.         Top = 40
  340.         Width = 57
  341.         Height = 21
  342.         TabOrder = 8
  343.         Text = '0'
  344.         OnExit = edtTrimIQCheck
  345.       end
  346.       object edtTXBBTXPhasesel: TEdit
  347.         Left = 168
  348.         Top = 232
  349.         Width = 57
  350.         Height = 21
  351.         TabOrder = 9
  352.         Text = '0'
  353.         Visible = False
  354.         OnExit = edtTXBBTXPhaseselCheck
  355.       end
  356.     end
  357.     object lblHint: TStaticText
  358.       Left = 48
  359.       Top = 0
  360.       Width = 33
  361.       Height = 17
  362.       BorderStyle = sbsSingle
  363.       Caption = 'lblHint'
  364.       Color = clYellow
  365.       ParentColor = False
  366.       TabOrder = 8
  367.       Visible = False
  368.     end
  369.     object btnLoadFromReg: TButton
  370.       Left = 16
  371.       Top = 320
  372.       Width = 113
  373.       Height = 25
  374.       Caption = 'Load from register'
  375.       TabOrder = 9
  376.       OnClick = btnLoadFromRegClick
  377.     end
  378.     object btnLoadFromFile: TButton
  379.       Left = 144
  380.       Top = 320
  381.       Width = 75
  382.       Height = 25
  383.       Caption = 'Load from file'
  384.       TabOrder = 10
  385.       OnClick = btnLoadFromFileClick
  386.     end
  387.     object btnSaveToFile: TButton
  388.       Left = 232
  389.       Top = 320
  390.       Width = 75
  391.       Height = 25
  392.       Caption = 'Save to file'
  393.       TabOrder = 11
  394.       OnClick = btnSaveToFileClick
  395.     end
  396.     object btnTXStop: TBitBtn
  397.       Left = 504
  398.       Top = 80
  399.       Width = 75
  400.       Height = 25
  401.       Caption = 'Stop'
  402.       TabOrder = 12
  403.       OnClick = btnTXStopClick
  404.       Kind = bkNo
  405.     end
  406.     object cbTXModulation: TComboBox
  407.       Left = 8
  408.       Top = 32
  409.       Width = 65
  410.       Height = 21
  411.       ItemHeight = 13
  412.       ItemIndex = 0
  413.       TabOrder = 13
  414.       Text = 'GMSK'
  415.       Visible = False
  416.       OnChange = cbTXModulationChange
  417.       Items.Strings = (
  418.         'GMSK'
  419.         'EPSK')
  420.     end
  421.     object edtTXTA: TEdit
  422.       Left = 368
  423.       Top = 32
  424.       Width = 49
  425.       Height = 21
  426.       TabOrder = 14
  427.       Text = '0'
  428.       OnExit = edtTACheck
  429.     end
  430.     object cbTXCS: TComboBox
  431.       Left = 424
  432.       Top = 32
  433.       Width = 73
  434.       Height = 21
  435.       ItemHeight = 13
  436.       TabOrder = 15
  437.       Visible = False
  438.     end
  439.     object cbTXBurstType: TComboBox
  440.       Left = 328
  441.       Top = 88
  442.       Width = 129
  443.       Height = 21
  444.       ItemHeight = 13
  445.       TabOrder = 16
  446.       OnChange = cbTXBurstTypeChange
  447.     end
  448.     object edtTXPattern: TEdit
  449.       Left = 328
  450.       Top = 136
  451.       Width = 129
  452.       Height = 21
  453.       TabOrder = 17
  454.       Text = '0101010101010101'
  455.       Visible = False
  456.       OnExit = edtPatternCheck
  457.     end
  458.   end
  459.   object HintTimer: TTimer
  460.     Enabled = False
  461.     Interval = 4000
  462.     OnTimer = HintTimerTimer
  463.     Left = 96
  464.     Top = 65528
  465.   end
  466.   object OpenDialog: TOpenDialog
  467.     DefaultExt = 'ini'
  468.     Filter = 
  469.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  470.       '*'
  471.     InitialDir = '.'
  472.     Title = 'Open ini file'
  473.     Left = 132
  474.   end
  475.   object SaveDialog: TSaveDialog
  476.     DefaultExt = 'ini'
  477.     Filter = 
  478.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  479.       '*'
  480.     InitialDir = '.'
  481.     Title = 'Save to ini file'
  482.     Left = 164
  483.   end
  484. end