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

📄 form_wifi.dfm

📁 MTK 手机软件开发 META 源代码,开发环境: C++ Builder
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            TabOrder = 59
          end
        end
        object Panel5: TPanel
          Left = 8
          Top = 16
          Width = 569
          Height = 89
          BevelOuter = bvLowered
          TabOrder = 2
          object lblCPRTotal: TLabel
            Left = 24
            Top = 8
            Width = 24
            Height = 13
            Caption = 'Total'
          end
          object lblCPRSuccess: TLabel
            Left = 112
            Top = 8
            Width = 41
            Height = 13
            Caption = 'Success'
          end
          object lblCPRFER: TLabel
            Left = 312
            Top = 8
            Width = 38
            Height = 13
            Caption = 'FER (%)'
          end
          object lblCPRCRCErr: TLabel
            Left = 211
            Top = 8
            Width = 46
            Height = 13
            Caption = 'CRC error'
          end
          object lblCPRint_rx_ok_num: TLabel
            Left = 2
            Top = 48
            Width = 72
            Height = 13
            Caption = ' int_rx_ok_num'
          end
          object lblCPRint_crc_err_num: TLabel
            Left = 96
            Top = 48
            Width = 76
            Height = 13
            Caption = 'int_crc_err_num'
          end
          object lblCPRpau_rx_ok_count: TLabel
            Left = 187
            Top = 48
            Width = 86
            Height = 13
            Caption = 'pau_rx_pkt_count'
          end
          object lblCPRpau_crc_err_count: TLabel
            Left = 279
            Top = 48
            Width = 90
            Height = 13
            Caption = 'pau_crc_err_count'
          end
          object lblCPRpau_cca_count: TLabel
            Left = 382
            Top = 48
            Width = 75
            Height = 13
            Caption = 'pau_cca_count'
          end
          object lblCPRpau_rx_fifo_full_count: TLabel
            Left = 462
            Top = 48
            Width = 104
            Height = 13
            Caption = 'pau_rx_fifo_full_count'
          end
          object stCPRTotal: TStaticText
            Left = 8
            Top = 24
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 0
          end
          object stCPRSuccess: TStaticText
            Left = 104
            Top = 24
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 1
          end
          object stCPRFER: TStaticText
            Left = 300
            Top = 24
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 2
          end
          object stCPRCRCErr: TStaticText
            Left = 202
            Top = 24
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 3
          end
          object stCPRint_rx_ok_num: TStaticText
            Left = 7
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 4
          end
          object stCPRint_crc_err_num: TStaticText
            Left = 104
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 5
          end
          object stCPRpau_rx_ok_count: TStaticText
            Left = 202
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 6
          end
          object stCPRpau_crc_err_count: TStaticText
            Left = 300
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 7
          end
          object stCPRpau_cca_count: TStaticText
            Left = 398
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 8
          end
          object stCPRpau_rx_fifo_full_count: TStaticText
            Left = 496
            Top = 64
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 9
          end
        end
        object Panel6: TPanel
          Left = 344
          Top = 112
          Width = 281
          Height = 109
          BevelOuter = bvLowered
          TabOrder = 3
          object lblCPRMin: TLabel
            Left = 32
            Top = 56
            Width = 20
            Height = 13
            Caption = 'Min.'
          end
          object lblCPRMax: TLabel
            Left = 96
            Top = 56
            Width = 26
            Height = 13
            Caption = 'Max. '
          end
          object lblCPRMean: TLabel
            Left = 160
            Top = 56
            Width = 27
            Height = 13
            Caption = 'Mean'
          end
          object lblCPRVariance: TLabel
            Left = 224
            Top = 56
            Width = 42
            Height = 13
            Caption = 'Variance'
          end
          object stCPRMin: TStaticText
            Left = 8
            Top = 72
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 0
          end
          object stCPRMax: TStaticText
            Left = 80
            Top = 72
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 1
          end
          object stCPRMean: TStaticText
            Left = 152
            Top = 72
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 2
          end
          object stCPRVariance: TStaticText
            Left = 216
            Top = 72
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 3
          end
          object stCPRRssi: TStaticText
            Left = 16
            Top = 16
            Width = 29
            Height = 17
            BevelKind = bkTile
            Caption = 'RSSI'
            Color = clWhite
            ParentColor = False
            TabOrder = 4
          end
        end
        object Panel7: TPanel
          Left = 344
          Top = 228
          Width = 281
          Height = 109
          BevelOuter = bvLowered
          TabOrder = 4
          object lblCPRLong: TLabel
            Left = 24
            Top = 64
            Width = 24
            Height = 13
            Caption = 'Long'
          end
          object lblCPRShort: TLabel
            Left = 96
            Top = 64
            Width = 25
            Height = 13
            Caption = 'Short'
          end
          object stCPRPreamble: TStaticText
            Left = 16
            Top = 16
            Width = 48
            Height = 17
            BevelKind = bkTile
            Caption = 'Preamble'
            Color = clCream
            ParentColor = False
            TabOrder = 0
          end
          object stCPRLong: TStaticText
            Left = 8
            Top = 80
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 1
          end
          object stCPRShort: TStaticText
            Left = 80
            Top = 80
            Width = 58
            Height = 17
            Alignment = taCenter
            AutoSize = False
            BorderStyle = sbsSunken
            Caption = '0'
            Color = clSkyBlue
            ParentColor = False
            TabOrder = 2
          end
        end
      end
      object gbCPRRxCounter: TGroupBox
        Left = 8
        Top = 416
        Width = 633
        Height = 57
        Caption = '  RX counter  '
        TabOrder = 2
        object lblCPRED: TLabel
          Left = 40
          Top = 16
          Width = 15
          Height = 13
          Alignment = taCenter
          Caption = 'ED'
        end
        object lblCPROSD: TLabel
          Left = 128
          Top = 16
          Width = 23
          Height = 13
          Caption = 'OSD'
        end
        object lblCPRSQ1: TLabel
          Left = 232
          Top = 16
          Width = 21
          Height = 13
          Caption = 'SQ1'
        end
        object lblCPRSFD: TLabel
          Left = 328
          Top = 16
          Width = 21
          Height = 13
          Caption = 'SFD'
        end
        object lblCPRCRC16: TLabel
          Left = 424
          Top = 16
          Width = 34
          Height = 13
          Caption = 'CRC16'
        end
        object stCPRED: TStaticText
          Left = 16
          Top = 32
          Width = 58
          Height = 17
          Alignment = taCenter
          AutoSize = False
          BorderStyle = sbsSunken
          Caption = '0'
          Color = clSkyBlue
          ParentColor = False
          TabOrder = 0
        end
        object stCPROSD: TStaticText
          Left = 114
          Top = 32
          Width = 58
          Height = 17
          Alignment = taCenter
          AutoSize = False
          BorderStyle = sbsSunken
          Caption = '0'
          Color = clSkyBlue
          ParentColor = False
          TabOrder = 1
        end
        object stCPRSQ1: TStaticText
          Left = 213
          Top = 32
          Width = 58
          Height = 17
          Alignment = taCenter
          AutoSize = False
          BorderStyle = sbsSunken
          Caption = '0'
          Color = clSkyBlue
          ParentColor = False
          TabOrder = 2
        end
        object stCPRSFD: TStaticText
          Left = 312
          Top = 32
          Width = 58
          Height = 17
          Alignment = taCenter
          AutoSize = False
          BorderStyle = sbsSunken
          Caption = '0'
          Color = clSkyBlue
          ParentColor = False
          TabOrder = 3
        end
        object stCPRCRC16: TStaticText
          Left = 408
          Top = 32
          Width = 64
          Height = 17
          Alignment = taCenter
          AutoSize = False
          BorderStyle = sbsSunken
          Caption = '0'
          Color = clSkyBlue
 

⌨️ 快捷键说明

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