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

MTK

开发平台:

C++ Builder

  1. object frmTDMB: TfrmTDMB
  2.   Left = 192
  3.   Top = 133
  4.   Width = 698
  5.   Height = 501
  6.   Caption = 'TDMB Tool'
  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.   OnClose = FormClose
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 401
  24.     Height = 81
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 24
  29.       Top = 8
  30.       Width = 25
  31.       Height = 13
  32.       Caption = 'Band'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 8
  36.       Top = 40
  37.       Width = 39
  38.       Height = 13
  39.       Caption = 'Channel'
  40.     end
  41.     object m_cbBand: TComboBox
  42.       Left = 64
  43.       Top = 8
  44.       Width = 145
  45.       Height = 21
  46.       ItemHeight = 13
  47.       ItemIndex = 0
  48.       TabOrder = 0
  49.       Text = 'Korea'
  50.       OnChange = m_cbBandChange
  51.       Items.Strings = (
  52.         'Korea'
  53.         'VHF, BAND III'
  54.         'L'
  55.         'China')
  56.     end
  57.     object m_cbChannel: TComboBox
  58.       Left = 64
  59.       Top = 40
  60.       Width = 145
  61.       Height = 21
  62.       ItemHeight = 13
  63.       TabOrder = 1
  64.       Text = 'm_cbChannel'
  65.     end
  66.     object m_btnSetChannel: TButton
  67.       Left = 264
  68.       Top = 8
  69.       Width = 97
  70.       Height = 25
  71.       Caption = 'Set Channel'
  72.       TabOrder = 2
  73.       OnClick = m_btnSetChannelClick
  74.     end
  75.     object m_btnAutoScan: TButton
  76.       Left = 264
  77.       Top = 40
  78.       Width = 97
  79.       Height = 25
  80.       Caption = 'Auto scan'
  81.       TabOrder = 3
  82.       OnClick = m_btnAutoScanClick
  83.     end
  84.   end
  85.   object TPanel
  86.     Left = 8
  87.     Top = 96
  88.     Width = 401
  89.     Height = 313
  90.     BevelOuter = bvLowered
  91.     TabOrder = 1
  92.     object m_tvServices: TTreeView
  93.       Left = 8
  94.       Top = 24
  95.       Width = 385
  96.       Height = 281
  97.       AutoExpand = True
  98.       Indent = 19
  99.       TabOrder = 0
  100.     end
  101.     object StaticText1: TStaticText
  102.       Left = 8
  103.       Top = 6
  104.       Width = 45
  105.       Height = 17
  106.       Caption = 'Services'
  107.       TabOrder = 1
  108.     end
  109.   end
  110.   object m_sbTDMB: TStatusBar
  111.     Left = 0
  112.     Top = 447
  113.     Width = 690
  114.     Height = 27
  115.     Panels = <
  116.       item
  117.         Width = 350
  118.       end
  119.       item
  120.         Width = 250
  121.       end
  122.       item
  123.         Width = 50
  124.       end>
  125.     SimplePanel = False
  126.   end
  127.   object Panel2: TPanel
  128.     Left = 416
  129.     Top = 8
  130.     Width = 265
  131.     Height = 113
  132.     BevelOuter = bvLowered
  133.     TabOrder = 3
  134.     object Label3: TLabel
  135.       Left = 32
  136.       Top = 8
  137.       Width = 23
  138.       Height = 13
  139.       Caption = 'SNR'
  140.     end
  141.     object Label5: TLabel
  142.       Left = 16
  143.       Top = 32
  144.       Width = 41
  145.       Height = 13
  146.       Caption = 'Pre BER'
  147.     end
  148.     object Label6: TLabel
  149.       Left = 32
  150.       Top = 56
  151.       Width = 25
  152.       Height = 13
  153.       Caption = 'RSSI'
  154.     end
  155.     object Label7: TLabel
  156.       Left = 144
  157.       Top = 8
  158.       Width = 13
  159.       Height = 13
  160.       Caption = 'dB'
  161.     end
  162.     object Label8: TLabel
  163.       Left = 144
  164.       Top = 56
  165.       Width = 21
  166.       Height = 13
  167.       Caption = 'dBm'
  168.     end
  169.     object Label4: TLabel
  170.       Left = 144
  171.       Top = 32
  172.       Width = 33
  173.       Height = 13
  174.       Caption = '10 ^ -3'
  175.     end
  176.     object m_stSNR: TStaticText
  177.       Left = 80
  178.       Top = 8
  179.       Width = 58
  180.       Height = 17
  181.       Alignment = taCenter
  182.       AutoSize = False
  183.       BorderStyle = sbsSingle
  184.       Caption = '0'
  185.       Color = clSkyBlue
  186.       ParentColor = False
  187.       TabOrder = 0
  188.     end
  189.     object m_stPreBER: TStaticText
  190.       Left = 80
  191.       Top = 32
  192.       Width = 58
  193.       Height = 17
  194.       Alignment = taCenter
  195.       AutoSize = False
  196.       BorderStyle = sbsSingle
  197.       Caption = '0'
  198.       Color = clSkyBlue
  199.       ParentColor = False
  200.       TabOrder = 1
  201.     end
  202.     object m_stRSSI: TStaticText
  203.       Left = 80
  204.       Top = 56
  205.       Width = 58
  206.       Height = 17
  207.       Alignment = taCenter
  208.       AutoSize = False
  209.       BorderStyle = sbsSingle
  210.       Caption = '0'
  211.       Color = clSkyBlue
  212.       ParentColor = False
  213.       TabOrder = 2
  214.     end
  215.   end
  216.   object m_btnStop: TButton
  217.     Left = 440
  218.     Top = 200
  219.     Width = 169
  220.     Height = 25
  221.     Caption = 'Stop'
  222.     TabOrder = 4
  223.     OnClick = m_btnStopClick
  224.   end
  225.   object m_pbService: TProgressBar
  226.     Left = 0
  227.     Top = 416
  228.     Width = 689
  229.     Height = 17
  230.     Min = 0
  231.     Max = 100
  232.     Smooth = True
  233.     TabOrder = 5
  234.   end
  235.   object m_btnStartRS: TButton
  236.     Left = 440
  237.     Top = 168
  238.     Width = 169
  239.     Height = 25
  240.     Caption = 'Select service and record stream'
  241.     TabOrder = 6
  242.     OnClick = m_btnStartRSClick
  243.   end
  244.   object m_btnSelectService: TButton
  245.     Left = 440
  246.     Top = 136
  247.     Width = 169
  248.     Height = 25
  249.     Caption = 'Select service'
  250.     TabOrder = 7
  251.     OnClick = m_btnSelectServiceClick
  252.   end
  253.   object m_tmSingal: TTimer
  254.     Enabled = False
  255.     OnTimer = m_tmSingalTimer
  256.     Left = 616
  257.     Top = 16
  258.   end
  259.   object m_dlgService: TSaveDialog
  260.     DefaultExt = 'ts'
  261.     Filter = 'ts file (*.ts)|*.ts|All files (*.*)|*.*'
  262.     Title = 'Save stream to file'
  263.     Left = 624
  264.     Top = 224
  265.   end
  266.   object m_tmService: TTimer
  267.     Enabled = False
  268.     OnTimer = m_tmServiceTimer
  269.     Left = 624
  270.     Top = 136
  271.   end
  272.   object m_tmGetFile: TTimer
  273.     Enabled = False
  274.     OnTimer = m_tmGetFileTimer
  275.     Left = 624
  276.     Top = 184
  277.   end
  278. end