⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_tdmb.dfm

📁 MTK 手机软件开发 META 源代码,开发环境: C++ Builder
💻 DFM
字号:
object frmTDMB: TfrmTDMB
  Left = 192
  Top = 133
  Width = 698
  Height = 501
  Caption = 'TDMB Tool'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnHide = FormHide
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 401
    Height = 81
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 25
      Height = 13
      Caption = 'Band'
    end
    object Label2: TLabel
      Left = 8
      Top = 40
      Width = 39
      Height = 13
      Caption = 'Channel'
    end
    object m_cbBand: TComboBox
      Left = 64
      Top = 8
      Width = 145
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 0
      Text = 'Korea'
      OnChange = m_cbBandChange
      Items.Strings = (
        'Korea'
        'VHF, BAND III'
        'L'
        'China')
    end
    object m_cbChannel: TComboBox
      Left = 64
      Top = 40
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'm_cbChannel'
    end
    object m_btnSetChannel: TButton
      Left = 264
      Top = 8
      Width = 97
      Height = 25
      Caption = 'Set Channel'
      TabOrder = 2
      OnClick = m_btnSetChannelClick
    end
    object m_btnAutoScan: TButton
      Left = 264
      Top = 40
      Width = 97
      Height = 25
      Caption = 'Auto scan'
      TabOrder = 3
      OnClick = m_btnAutoScanClick
    end
  end
  object TPanel
    Left = 8
    Top = 96
    Width = 401
    Height = 313
    BevelOuter = bvLowered
    TabOrder = 1
    object m_tvServices: TTreeView
      Left = 8
      Top = 24
      Width = 385
      Height = 281
      AutoExpand = True
      Indent = 19
      TabOrder = 0
    end
    object StaticText1: TStaticText
      Left = 8
      Top = 6
      Width = 45
      Height = 17
      Caption = 'Services'
      TabOrder = 1
    end
  end
  object m_sbTDMB: TStatusBar
    Left = 0
    Top = 447
    Width = 690
    Height = 27
    Panels = <
      item
        Width = 350
      end
      item
        Width = 250
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Panel2: TPanel
    Left = 416
    Top = 8
    Width = 265
    Height = 113
    BevelOuter = bvLowered
    TabOrder = 3
    object Label3: TLabel
      Left = 32
      Top = 8
      Width = 23
      Height = 13
      Caption = 'SNR'
    end
    object Label5: TLabel
      Left = 16
      Top = 32
      Width = 41
      Height = 13
      Caption = 'Pre BER'
    end
    object Label6: TLabel
      Left = 32
      Top = 56
      Width = 25
      Height = 13
      Caption = 'RSSI'
    end
    object Label7: TLabel
      Left = 144
      Top = 8
      Width = 13
      Height = 13
      Caption = 'dB'
    end
    object Label8: TLabel
      Left = 144
      Top = 56
      Width = 21
      Height = 13
      Caption = 'dBm'
    end
    object Label4: TLabel
      Left = 144
      Top = 32
      Width = 33
      Height = 13
      Caption = '10 ^ -3'
    end
    object m_stSNR: TStaticText
      Left = 80
      Top = 8
      Width = 58
      Height = 17
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSingle
      Caption = '0'
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 0
    end
    object m_stPreBER: TStaticText
      Left = 80
      Top = 32
      Width = 58
      Height = 17
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSingle
      Caption = '0'
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 1
    end
    object m_stRSSI: TStaticText
      Left = 80
      Top = 56
      Width = 58
      Height = 17
      Alignment = taCenter
      AutoSize = False
      BorderStyle = sbsSingle
      Caption = '0'
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 2
    end
  end
  object m_btnStop: TButton
    Left = 440
    Top = 200
    Width = 169
    Height = 25
    Caption = 'Stop'
    TabOrder = 4
    OnClick = m_btnStopClick
  end
  object m_pbService: TProgressBar
    Left = 0
    Top = 416
    Width = 689
    Height = 17
    Min = 0
    Max = 100
    Smooth = True
    TabOrder = 5
  end
  object m_btnStartRS: TButton
    Left = 440
    Top = 168
    Width = 169
    Height = 25
    Caption = 'Select service and record stream'
    TabOrder = 6
    OnClick = m_btnStartRSClick
  end
  object m_btnSelectService: TButton
    Left = 440
    Top = 136
    Width = 169
    Height = 25
    Caption = 'Select service'
    TabOrder = 7
    OnClick = m_btnSelectServiceClick
  end
  object m_tmSingal: TTimer
    Enabled = False
    OnTimer = m_tmSingalTimer
    Left = 616
    Top = 16
  end
  object m_dlgService: TSaveDialog
    DefaultExt = 'ts'
    Filter = 'ts file (*.ts)|*.ts|All files (*.*)|*.*'
    Title = 'Save stream to file'
    Left = 624
    Top = 224
  end
  object m_tmService: TTimer
    Enabled = False
    OnTimer = m_tmServiceTimer
    Left = 624
    Top = 136
  end
  object m_tmGetFile: TTimer
    Enabled = False
    OnTimer = m_tmGetFileTimer
    Left = 624
    Top = 184
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -