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

MTK

开发平台:

C++ Builder

  1. object frmRTC32k: TfrmRTC32k
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'RTC 32K Clock Tracking'
  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.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object m_btnLogFile: TButton
  20.     Left = 8
  21.     Top = 32
  22.     Width = 75
  23.     Height = 17
  24.     Caption = 'Log File'
  25.     TabOrder = 0
  26.     OnClick = m_btnLogFileClick
  27.   end
  28.   object m_stLogFile: TStaticText
  29.     Left = 88
  30.     Top = 32
  31.     Width = 593
  32.     Height = 17
  33.     AutoSize = False
  34.     BorderStyle = sbsSunken
  35.     Color = clSkyBlue
  36.     ParentColor = False
  37.     TabOrder = 1
  38.   end
  39.   object m_sbRtc32K: TStatusBar
  40.     Left = 0
  41.     Top = 417
  42.     Width = 688
  43.     Height = 29
  44.     Panels = <
  45.       item
  46.         Width = 50
  47.       end>
  48.     SimplePanel = False
  49.   end
  50.   object lblHint: TStaticText
  51.     Left = 544
  52.     Top = 368
  53.     Width = 33
  54.     Height = 17
  55.     BorderStyle = sbsSingle
  56.     Caption = 'lblHint'
  57.     Color = clYellow
  58.     ParentColor = False
  59.     TabOrder = 3
  60.     Visible = False
  61.   end
  62.   object GroupBox1: TGroupBox
  63.     Left = 8
  64.     Top = 56
  65.     Width = 673
  66.     Height = 105
  67.     Caption = '  Config  '
  68.     TabOrder = 4
  69.     object lblLabel41: TLabel
  70.       Left = 31
  71.       Top = 20
  72.       Width = 30
  73.       Height = 13
  74.       Caption = 'BAND'
  75.     end
  76.     object lblLabel42: TLabel
  77.       Left = 96
  78.       Top = 20
  79.       Width = 36
  80.       Height = 13
  81.       Hint = 'TCH'
  82.       Caption = 'ARFCN'
  83.     end
  84.     object lblLabel43: TLabel
  85.       Left = 152
  86.       Top = 20
  87.       Width = 21
  88.       Height = 13
  89.       Caption = 'TSC'
  90.     end
  91.     object lblLabel44: TLabel
  92.       Left = 200
  93.       Top = 20
  94.       Width = 20
  95.       Height = 13
  96.       Caption = 'PCL'
  97.     end
  98.     object m_lblTestCount: TLabel
  99.       Left = 104
  100.       Top = 60
  101.       Width = 52
  102.       Height = 13
  103.       Caption = 'Test Count'
  104.     end
  105.     object m_lblPeriod: TLabel
  106.       Left = 24
  107.       Top = 60
  108.       Width = 30
  109.       Height = 13
  110.       Caption = 'Period'
  111.     end
  112.     object Label1: TLabel
  113.       Left = 68
  114.       Top = 80
  115.       Width = 13
  116.       Height = 13
  117.       Caption = 'ms'
  118.     end
  119.     object Label2: TLabel
  120.       Left = 352
  121.       Top = 20
  122.       Width = 50
  123.       Height = 13
  124.       Caption = 'Equipment'
  125.     end
  126.     object Label3: TLabel
  127.       Left = 240
  128.       Top = 20
  129.       Width = 76
  130.       Height = 13
  131.       Caption = 'Downlink power'
  132.     end
  133.     object m_cbBand: TComboBox
  134.       Left = 10
  135.       Top = 36
  136.       Width = 73
  137.       Height = 21
  138.       Style = csDropDownList
  139.       ItemHeight = 13
  140.       ItemIndex = 0
  141.       TabOrder = 0
  142.       Text = 'GSM900'
  143.       OnChange = m_cbBandChange
  144.       Items.Strings = (
  145.         'GSM900'
  146.         'DCS1800'
  147.         'PCS1900'
  148.         'GSM850')
  149.     end
  150.     object m_edtArfcn: TEdit
  151.       Left = 94
  152.       Top = 36
  153.       Width = 41
  154.       Height = 21
  155.       Hint = 'TCH'
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       TabOrder = 1
  159.       Text = '20'
  160.       OnExit = m_edtArfcnCheck
  161.     end
  162.     object m_cbTXTsc: TComboBox
  163.       Left = 144
  164.       Top = 36
  165.       Width = 41
  166.       Height = 21
  167.       Style = csDropDownList
  168.       ItemHeight = 13
  169.       ItemIndex = 5
  170.       TabOrder = 2
  171.       Text = '5'
  172.       Items.Strings = (
  173.         '0'
  174.         '1'
  175.         '2'
  176.         '3'
  177.         '4'
  178.         '5'
  179.         '6'
  180.         '7')
  181.     end
  182.     object m_edtPcl: TEdit
  183.       Left = 194
  184.       Top = 36
  185.       Width = 33
  186.       Height = 21
  187.       TabOrder = 3
  188.       Text = '5'
  189.       OnExit = m_edtPclCheck
  190.     end
  191.     object m_edtTestCount: TEdit
  192.       Left = 104
  193.       Top = 76
  194.       Width = 57
  195.       Height = 21
  196.       TabOrder = 4
  197.       Text = '10'
  198.       OnExit = edtTestCountCheck
  199.     end
  200.     object m_edtPeriod: TEdit
  201.       Left = 8
  202.       Top = 76
  203.       Width = 57
  204.       Height = 21
  205.       TabOrder = 5
  206.       Text = '5000'
  207.       OnExit = edtPeriodCheck
  208.     end
  209.     object m_btnStart: TBitBtn
  210.       Left = 512
  211.       Top = 16
  212.       Width = 75
  213.       Height = 25
  214.       Caption = 'Start'
  215.       TabOrder = 6
  216.       OnClick = m_btnStartClick
  217.       Kind = bkRetry
  218.     end
  219.     object m_btnStop: TBitBtn
  220.       Left = 512
  221.       Top = 48
  222.       Width = 75
  223.       Height = 25
  224.       Caption = 'Stop'
  225.       TabOrder = 7
  226.       OnClick = m_btnStopClick
  227.       Kind = bkNo
  228.     end
  229.     object m_cbEquipment: TComboBox
  230.       Left = 336
  231.       Top = 36
  232.       Width = 89
  233.       Height = 21
  234.       ItemHeight = 13
  235.       ItemIndex = 0
  236.       TabOrder = 8
  237.       Text = 'Agilent 8960'
  238.       Items.Strings = (
  239.         'Agilent 8960'
  240.         'CMU 200')
  241.     end
  242.     object m_edtDnPower: TEdit
  243.       Left = 256
  244.       Top = 36
  245.       Width = 41
  246.       Height = 21
  247.       TabOrder = 9
  248.       Text = '-60'
  249.       OnExit = m_edtDnPowerCheck
  250.     end
  251.   end
  252.   object m_reResult: TRichEdit
  253.     Left = 8
  254.     Top = 168
  255.     Width = 673
  256.     Height = 249
  257.     Font.Charset = CHINESEBIG5_CHARSET
  258.     Font.Color = clWindowText
  259.     Font.Height = -11
  260.     Font.Name = 'MS Sans Serif'
  261.     Font.Style = []
  262.     Lines.Strings = (
  263.       '')
  264.     ParentFont = False
  265.     TabOrder = 5
  266.   end
  267.   object m_btnCfgFile: TButton
  268.     Left = 8
  269.     Top = 8
  270.     Width = 75
  271.     Height = 17
  272.     Caption = 'CFG File'
  273.     TabOrder = 6
  274.     OnClick = m_btnCfgFileClick
  275.   end
  276.   object m_stCfgFile: TStaticText
  277.     Left = 88
  278.     Top = 8
  279.     Width = 593
  280.     Height = 17
  281.     AutoSize = False
  282.     BorderStyle = sbsSunken
  283.     Color = clSkyBlue
  284.     ParentColor = False
  285.     TabOrder = 7
  286.   end
  287.   object m_dlgSaveLog: TSaveDialog
  288.     DefaultExt = 'log'
  289.     Filter = 'Log file (*.log)|*.log|All files (*.*)|*.*'
  290.     Title = 'Setup log file'
  291.     Left = 264
  292.     Top = 368
  293.   end
  294.   object HintTimer: TTimer
  295.     Enabled = False
  296.     Interval = 4000
  297.     OnTimer = HintTimerTimer
  298.     Left = 512
  299.     Top = 360
  300.   end
  301.   object m_dlgOpenDB: TOpenDialog
  302.     Title = 'Open NVRAM database file'
  303.     Left = 304
  304.     Top = 376
  305.   end
  306.   object m_dlgOpenCfg: TOpenDialog
  307.     DefaultExt = 'cfg'
  308.     Filter = 'CFG file (*.cfg)|*.cfg|All files (*.*)|*.*'
  309.     Title = 'Open configuration file'
  310.     Left = 232
  311.     Top = 368
  312.   end
  313. end