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

📄 form_wifibbcr.dfm

📁 MTK 手机软件开发 META 源代码,开发环境: C++ Builder
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmWiFiBBCR: TfrmWiFiBBCR
  Left = 17
  Top = 20
  Width = 976
  Height = 752
  Caption = 'Baseband Control Registers'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 953
    Height = 657
    ActivePage = tsBBPC
    TabIndex = 1
    TabOrder = 0
    object tsIPTR: TTabSheet
      Tag = 13
      Caption = 'Initialization, PHY Configuration and TX/RX'
      object Shape1: TShape
        Left = 376
        Top = 12
        Width = 9
        Height = 9
        Brush.Color = clMaroon
      end
      object Label40: TLabel
        Left = 392
        Top = 10
        Width = 48
        Height = 13
        Caption = 'Read only'
      end
      object Shape2: TShape
        Left = 488
        Top = 12
        Width = 9
        Height = 9
        Brush.Color = clGreen
      end
      object Label1: TLabel
        Left = 512
        Top = 8
        Width = 20
        Height = 13
        Caption = 'R/C'
      end
      object pnlIPCHeader: TPanel
        Left = 8
        Top = 8
        Width = 249
        Height = 25
        BevelOuter = bvLowered
        Caption = 'Initialization and PHY-Configuration'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 0
        object cbIPCHeader: TCheckBox
          Left = 8
          Top = 4
          Width = 15
          Height = 17
          TabOrder = 0
          OnClick = cbIPCHeaderClick
        end
      end
      object pnlIPC: TPanel
        Left = 8
        Top = 32
        Width = 889
        Height = 57
        BevelOuter = bvLowered
        TabOrder = 1
        object lblIPC0: TLabel
          Left = 24
          Top = 8
          Width = 39
          Height = 13
          Caption = 'DEV_ID'
          Font.Charset = ANSI_CHARSET
          Font.Color = clMaroon
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPCn0: TLabel
          Left = 16
          Top = 26
          Width = 6
          Height = 13
          Caption = '0'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPC1: TLabel
          Tag = 1
          Left = 124
          Top = 8
          Width = 53
          Height = 13
          Caption = 'IO_POLAR'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPCn1: TLabel
          Tag = 1
          Left = 116
          Top = 26
          Width = 6
          Height = 13
          Caption = '1'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPC2: TLabel
          Tag = 2
          Left = 224
          Top = 8
          Width = 48
          Height = 13
          Caption = 'TR_CFG1'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPCn2: TLabel
          Tag = 2
          Left = 216
          Top = 26
          Width = 6
          Height = 13
          Caption = '2'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPC3: TLabel
          Tag = 3
          Left = 325
          Top = 8
          Width = 48
          Height = 13
          Caption = 'TR_CFG2'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPCn3: TLabel
          Tag = 3
          Left = 316
          Top = 26
          Width = 6
          Height = 13
          Caption = '3'
        end
        object lblIPC4: TLabel
          Tag = 4
          Left = 424
          Top = 8
          Width = 46
          Height = 13
          Caption = 'INT_CSR'
          Font.Charset = ANSI_CHARSET
          Font.Color = clGreen
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblIPCn4: TLabel
          Tag = 4
          Left = 416
          Top = 26
          Width = 6
          Height = 13
          Caption = '4'
        end
        object edtIPC0: TEdit
          Left = 24
          Top = 24
          Width = 41
          Height = 21
          ReadOnly = True
          TabOrder = 0
          Text = '0'
          OnExit = edtIPCCheck
        end
        object edtIPC1: TEdit
          Tag = 1
          Left = 124
          Top = 24
          Width = 41
          Height = 21
          TabOrder = 1
          Text = '0'
          OnExit = edtIPCCheck
        end
        object edtIPC2: TEdit
          Tag = 2
          Left = 224
          Top = 24
          Width = 41
          Height = 21
          TabOrder = 2
          Text = '0'
          OnExit = edtIPCCheck
        end
        object edtIPC3: TEdit
          Tag = 3
          Left = 324
          Top = 24
          Width = 41
          Height = 21
          TabOrder = 3
          Text = '0'
          OnExit = edtIPCCheck
        end
        object edtIPC4: TEdit
          Tag = 4
          Left = 424
          Top = 24
          Width = 41
          Height = 21
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          ReadOnly = True
          TabOrder = 4
          Text = '0'
          OnExit = edtIPCCheck
        end
        object cbIPC0: TCheckBox
          Left = 8
          Top = 6
          Width = 15
          Height = 17
          TabOrder = 5
          OnClick = cbIPCClick
        end
        object cbIPC1: TCheckBox
          Tag = 1
          Left = 108
          Top = 6
          Width = 15
          Height = 17
          TabOrder = 6
          OnClick = cbIPCClick
        end
        object cbIPC2: TCheckBox
          Tag = 2
          Left = 208
          Top = 6
          Width = 15
          Height = 17
          TabOrder = 7
          OnClick = cbIPCClick
        end
        object cbIPC3: TCheckBox
          Tag = 3
          Left = 308
          Top = 6
          Width = 15
          Height = 17
          TabOrder = 8
          OnClick = cbIPCClick
        end
        object cbIPC4: TCheckBox
          Tag = 4
          Left = 408
          Top = 6
          Width = 15
          Height = 17
          TabOrder = 9
          OnClick = cbIPCClick
        end
      end
      object Panel4: TPanel
        Left = 8
        Top = 96
        Width = 249
        Height = 25
        BevelOuter = bvLowered
        Caption = 'TX-related'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 2
        object cbTXHeader: TCheckBox
          Left = 8
          Top = 4
          Width = 15
          Height = 17
          TabOrder = 0
          OnClick = cbTXHeaderClick
        end
      end
      object pnlTX: TPanel
        Left = 8
        Top = 120
        Width = 889
        Height = 105
        BevelOuter = bvLowered
        TabOrder = 3
        object lblTX2: TLabel
          Tag = 2
          Left = 222
          Top = 8
          Width = 53
          Height = 13
          Caption = 'TX_LEN_L'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn2: TLabel
          Tag = 2
          Left = 206
          Top = 26
          Width = 12
          Height = 13
          Caption = '10'
        end
        object lblTX3: TLabel
          Tag = 3
          Left = 322
          Top = 8
          Width = 62
          Height = 13
          Caption = 'TX_SV_O_H'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn3: TLabel
          Tag = 3
          Left = 304
          Top = 26
          Width = 12
          Height = 13
          Caption = '11'
        end
        object lblTX4: TLabel
          Tag = 4
          Left = 422
          Top = 8
          Width = 60
          Height = 13
          Caption = 'TX_SV_O_L'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn4: TLabel
          Tag = 4
          Left = 404
          Top = 26
          Width = 12
          Height = 13
          Caption = '12'
        end
        object lblTX5: TLabel
          Tag = 4
          Left = 522
          Top = 8
          Width = 61
          Height = 13
          Caption = 'TX_SV_CCK'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn5: TLabel
          Tag = 4
          Left = 503
          Top = 26
          Width = 12
          Height = 13
          Caption = '13'
        end
        object lblTX6: TLabel
          Tag = 5
          Left = 624
          Top = 8
          Width = 68
          Height = 13
          Caption = 'TXPWR_OFD'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn6: TLabel
          Tag = 5
          Left = 608
          Top = 26
          Width = 12
          Height = 13
          Caption = '14'
        end
        object lblTX7: TLabel
          Tag = 6
          Left = 723
          Top = 8
          Width = 67
          Height = 13
          Caption = 'TXPWR_CCK'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn7: TLabel
          Tag = 6
          Left = 709
          Top = 26
          Width = 12
          Height = 13
          Caption = '15'
        end
        object lblTXn0: TLabel
          Left = 16
          Top = 26
          Width = 6
          Height = 13
          Caption = '8'
        end
        object lblTX0: TLabel
          Left = 24
          Top = 8
          Width = 51
          Height = 13
          Caption = 'TX_STAT '
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTXn1: TLabel
          Tag = 1
          Left = 111
          Top = 26
          Width = 6
          Height = 13
          Caption = '9'
        end
        object lblTX1: TLabel
          Tag = 1
          Left = 122
          Top = 8
          Width = 55
          Height = 13
          Caption = 'TX_LEN_H'
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object lblTX8: TLabel
          Tag = 7
          Left = 824
          Top = 8
          Width = 54
          Height = 13

⌨️ 快捷键说明

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