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

📄 viewer.dfm

📁 一个很不错的系统信息控件
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object mdi_msi_Viewer: Tmdi_msi_Viewer
  Left = 284
  Top = 294
  Caption = 'MiTeC System Information'
  ClientHeight = 513
  ClientWidth = 742
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = MainMenu
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 264
    Top = 83
    Height = 411
  end
  object sb: TStatusBar
    Left = 0
    Top = 494
    Width = 742
    Height = 19
    Panels = <>
    ParentShowHint = False
    ShowHint = True
    SimplePanel = True
  end
  object List: TListView
    Left = 267
    Top = 83
    Width = 475
    Height = 411
    Align = alClient
    Columns = <
      item
        Caption = 'Parameter'
        Width = 200
      end
      item
        Caption = 'Description'
        Width = 250
      end>
    ColumnClick = False
    HideSelection = False
    ReadOnly = True
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
    OnAdvancedCustomDrawItem = ListAdvancedCustomDrawItem
    OnAdvancedCustomDrawSubItem = ListAdvancedCustomDrawSubItem
    OnDblClick = ListDblClick
  end
  object Tree: TTreeView
    Left = 0
    Top = 83
    Width = 264
    Height = 411
    Align = alLeft
    HideSelection = False
    Images = TreeImages
    Indent = 19
    ReadOnly = True
    TabOrder = 2
    OnChange = TreeChange
    OnDeletion = TreeDeletion
    OnGetImageIndex = TreeGetImageIndex
  end
  object DataPanel: TPanel
    Left = 0
    Top = 0
    Width = 742
    Height = 83
    Align = alTop
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = ' '
    Color = 14780002
    TabOrder = 3
    Visible = False
    object OverviewIcon: TImage
      Left = 10
      Top = 5
      Width = 32
      Height = 32
      AutoSize = True
      Center = True
      OnDblClick = OverviewIconDblClick
    end
    object lMachine: TLabel
      Left = 48
      Top = 6
      Width = 101
      Height = 16
      Caption = 'Machine name'
      Color = 13882323
      Font.Charset = EASTEUROPE_CHARSET
      Font.Color = clWhite
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
      Transparent = True
      Layout = tlCenter
    end
    object lOS: TLabel
      Left = 58
      Top = 24
      Width = 15
      Height = 13
      Caption = 'OS'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Bevel2: TBevel
      Left = 10
      Top = 40
      Width = 679
      Height = 7
      Anchors = [akLeft, akTop, akRight]
      Shape = bsTopLine
    end
    object lVersion: TLabel
      Left = 20
      Top = 47
      Width = 52
      Height = 13
      Caption = 'Application'
    end
    object lDate: TLabel
      Left = 20
      Top = 63
      Width = 56
      Height = 13
      Caption = 'Report date'
    end
  end
  object MainMenu: TMainMenu
    Left = 106
    Top = 89
    object View1: TMenuItem
      Caption = 'View'
      GroupIndex = 99
      object mmOverview: TMenuItem
        Caption = 'System Overview'
        ShortCut = 120
        OnClick = mmOverviewClick
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object mmFullExpand: TMenuItem
        Caption = 'Full Expand'
        ShortCut = 16418
        OnClick = mmFullExpandClick
      end
      object mmFullCollapse: TMenuItem
        Caption = 'Full Collapse'
        ShortCut = 16417
        OnClick = mmFullCollapseClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object mmTO: TMenuItem
        Caption = 'Text Overview'
        OnClick = mmTOClick
      end
    end
  end
  object TreeImages: TImageList
    Left = 109
    Top = 239
    Bitmap = {
      494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000003000000001002000000000000030
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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