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

📄 details.dfm

📁 一个很不错的系统信息控件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object wndDetails: TwndDetails
  Left = 328
  Top = 273
  Caption = 'SMBIOS Details'
  ClientHeight = 428
  ClientWidth = 376
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 391
    Width = 376
    Height = 37
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object Panel3: TPanel
      Left = 210
      Top = 0
      Width = 166
      Height = 37
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object bOK: TButton
        Left = 80
        Top = 4
        Width = 75
        Height = 25
        Cursor = crHandPoint
        Cancel = True
        Caption = 'OK'
        Default = True
        ModalResult = 1
        TabOrder = 0
      end
    end
  end
  object Panel25: TPanel
    Left = 0
    Top = 0
    Width = 376
    Height = 391
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 10
    Caption = ' '
    TabOrder = 1
    object Label60: TLabel
      Left = 22
      Top = 15
      Width = 35
      Height = 13
      Alignment = taRightJustify
      Caption = 'Version'
    end
    object Bevel7: TBevel
      Left = 15
      Top = 36
      Width = 347
      Height = 5
      Anchors = [akLeft, akTop, akRight]
      Shape = bsTopLine
    end
    object Label66: TLabel
      Left = 177
      Top = 15
      Width = 104
      Height = 13
      Alignment = taRightJustify
      Anchors = [akTop, akRight]
      Caption = 'Structure Table Count'
    end
    object eSMVer: TEdit
      Left = 66
      Top = 11
      Width = 66
      Height = 21
      Color = clBtnFace
      ReadOnly = True
      TabOrder = 0
    end
    object pcSM: TPageControl
      Left = 10
      Top = 46
      Width = 356
      Height = 335
      Cursor = crHandPoint
      ActivePage = tsTP
      Align = alBottom
      Anchors = [akLeft, akTop, akRight, akBottom]
      HotTrack = True
      MultiLine = True
      TabOrder = 1
      object tsBIOS: TTabSheet
        Caption = ' BIOS '
        ImageIndex = 9
        object GroupBox21: TGroupBox
          Left = 0
          Top = 0
          Width = 348
          Height = 253
          Align = alClient
          TabOrder = 0
          object Label3: TLabel
            Left = 13
            Top = 22
            Width = 34
            Height = 13
            Alignment = taRightJustify
            Caption = 'Vendor'
          end
          object Label4: TLabel
            Left = 12
            Top = 49
            Width = 35
            Height = 13
            Alignment = taRightJustify
            Caption = 'Version'
          end
          object Label5: TLabel
            Left = 24
            Top = 77
            Width = 23
            Height = 13
            Alignment = taRightJustify
            Caption = 'Date'
          end
          object Label6: TLabel
            Left = 27
            Top = 104
            Width = 20
            Height = 13
            Alignment = taRightJustify
            Caption = 'Size'
          end
          object Label53: TLabel
            Left = 151
            Top = 104
            Width = 14
            Height = 13
            Caption = 'KB'
          end
          object eBIOSVendor: TEdit
            Left = 57
            Top = 18
            Width = 276
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 0
          end
          object eBIOSVer: TEdit
            Left = 57
            Top = 45
            Width = 90
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 1
          end
          object eBIOSDate: TEdit
            Left = 57
            Top = 73
            Width = 90
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 2
          end
          object eBIOSSize: TEdit
            Left = 57
            Top = 100
            Width = 90
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 3
          end
        end
      end
      object tsSMSystem: TTabSheet
        Caption = ' System '
        object GroupBox4: TGroupBox
          Left = 0
          Top = 0
          Width = 348
          Height = 253
          Align = alClient
          TabOrder = 0
          object Label61: TLabel
            Left = 77
            Top = 24
            Width = 29
            Height = 13
            Alignment = taRightJustify
            Caption = 'Model'
          end
          object Label62: TLabel
            Left = 43
            Top = 51
            Width = 63
            Height = 13
            Alignment = taRightJustify
            Caption = 'Manufacturer'
          end
          object lSysVer: TLabel
            Left = 71
            Top = 78
            Width = 35
            Height = 13
            Alignment = taRightJustify
            Caption = 'Version'
          end
          object lSysSer: TLabel
            Left = 40
            Top = 104
            Width = 66
            Height = 13
            Alignment = taRightJustify
            Caption = 'Serial Number'
          end
          object lSysID: TLabel
            Left = 11
            Top = 131
            Width = 95
            Height = 13
            Alignment = taRightJustify
            Caption = 'Universal Unique ID'
          end
          object eSysMod: TEdit
            Left = 116
            Top = 20
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 0
          end
          object eSysMan: TEdit
            Left = 116
            Top = 47
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 1
          end
          object eSysVer: TEdit
            Left = 116
            Top = 74
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 2
          end
          object eSysSer: TEdit
            Left = 116
            Top = 100
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 3
          end
          object eSysID: TEdit
            Left = 116
            Top = 127
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 4
          end
        end
      end
      object tsSMMB: TTabSheet
        Caption = ' MainBoard'
        ImageIndex = 1
        object GroupBox15: TGroupBox
          Left = 0
          Top = 0
          Width = 348
          Height = 253
          Align = alClient
          TabOrder = 0
          object Label67: TLabel
            Left = 77
            Top = 24
            Width = 29
            Height = 13
            Alignment = taRightJustify
            Caption = 'Model'
          end
          object Label68: TLabel
            Left = 43
            Top = 51
            Width = 63
            Height = 13
            Alignment = taRightJustify
            Caption = 'Manufacturer'
          end
          object Label70: TLabel
            Left = 71
            Top = 78
            Width = 35
            Height = 13
            Alignment = taRightJustify
            Caption = 'Version'
          end
          object Label71: TLabel
            Left = 40
            Top = 104
            Width = 66
            Height = 13
            Alignment = taRightJustify
            Caption = 'Serial Number'
          end
          object Label2: TLabel
            Left = 58
            Top = 130
            Width = 48
            Height = 13
            Alignment = taRightJustify
            Caption = 'Asset Tag'
          end
          object Label7: TLabel
            Left = 14
            Top = 155
            Width = 92
            Height = 13
            Alignment = taRightJustify
            Caption = 'Location In Chassis'
          end
          object eMBMod: TEdit
            Left = 116
            Top = 20
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 0
          end
          object eMBMan: TEdit
            Left = 116
            Top = 47
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 1
          end
          object eMBVer: TEdit
            Left = 116
            Top = 74
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 2
          end
          object eMBSer: TEdit
            Left = 116
            Top = 100
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 3
          end
          object eMBAT: TEdit
            Left = 116
            Top = 126
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 4
          end
          object eMBLIC: TEdit
            Left = 116
            Top = 151
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 5
          end
        end
      end
      object tsSMCH: TTabSheet
        Caption = ' Chassis '
        ImageIndex = 2
        object GroupBox18: TGroupBox
          Left = 0
          Top = 0
          Width = 348
          Height = 253
          Align = alClient
          TabOrder = 0
          object Label78: TLabel
            Left = 77
            Top = 24
            Width = 29
            Height = 13
            Alignment = taRightJustify
            Caption = 'Model'
          end
          object Label79: TLabel
            Left = 43
            Top = 51
            Width = 63
            Height = 13
            Alignment = taRightJustify
            Caption = 'Manufacturer'
          end
          object Label80: TLabel
            Left = 71
            Top = 78
            Width = 35
            Height = 13
            Alignment = taRightJustify
            Caption = 'Version'
          end
          object Label81: TLabel
            Left = 40
            Top = 104
            Width = 66
            Height = 13
            Alignment = taRightJustify
            Caption = 'Serial Number'
          end
          object Label1: TLabel
            Left = 58
            Top = 130
            Width = 48
            Height = 13
            Alignment = taRightJustify
            Caption = 'Asset Tag'
          end
          object eCHMod: TEdit
            Left = 116
            Top = 20
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 0
          end
          object eCHMan: TEdit
            Left = 116
            Top = 47
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 1
          end
          object eCHVer: TEdit
            Left = 116
            Top = 74
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 2
          end
          object eCHSer: TEdit
            Left = 116
            Top = 100
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 3
          end
          object eCHAT: TEdit
            Left = 116
            Top = 126
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 4
          end
        end
      end
      object tsSMMC: TTabSheet
        Caption = ' Memory Controller '
        ImageIndex = 10
        object GroupBox22: TGroupBox
          Left = 0
          Top = 0
          Width = 348
          Height = 253
          Align = alClient
          TabOrder = 0
          object Label103: TLabel
            Left = 10
            Top = 24
            Width = 96
            Height = 13
            Alignment = taRightJustify
            Caption = 'Interleave (Cur/Sup)'
          end
          object Label104: TLabel
            Left = 18
            Top = 51
            Width = 88
            Height = 13
            Alignment = taRightJustify
            Caption = 'Supported Speeds'
          end
          object Label105: TLabel
            Left = 25
            Top = 78
            Width = 81
            Height = 13
            Alignment = taRightJustify
            Caption = 'Supported Types'
          end
          object Label106: TLabel
            Left = 13
            Top = 104
            Width = 93
            Height = 13
            Alignment = taRightJustify
            Caption = 'Supported Voltages'
          end
          object Label107: TLabel
            Left = 18
            Top = 131
            Width = 88
            Height = 13
            Alignment = taRightJustify
            Caption = 'Maximum Slot Size'
          end
          object Label108: TLabel
            Left = 222
            Top = 131
            Width = 16
            Height = 13
            Caption = 'MB'
          end
          object Label109: TLabel
            Left = 31
            Top = 158
            Width = 75
            Height = 13
            Alignment = taRightJustify
            Caption = 'Number of Slots'
          end
          object eMCI: TEdit
            Left = 116
            Top = 20
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 0
          end
          object eMCSS: TEdit
            Left = 116
            Top = 47
            Width = 200
            Height = 21
            Color = clBtnFace
            ReadOnly = True
            TabOrder = 1
          end

⌨️ 快捷键说明

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