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

📄 mainfrm.dfm

📁 用delphi6获得cpu序列号的cpuinfo的源码。
💻 DFM
字号:
object Form1: TForm1
  Left = 462
  Top = 277
  Width = 835
  Height = 401
  Caption = 
    'CPUid is part of the SDL Component Suite: see www.lohninger.com ' +
    'for more information'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object LblIdOK: TLabel
    Left = 523
    Top = 331
    Width = 5
    Height = 16
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TLabel
    Left = 8
    Top = 331
    Width = 164
    Height = 16
    Caption = 'Check a generated CPU ID:'
  end
  object MM: TMemo
    Left = 0
    Top = 0
    Width = 827
    Height = 305
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object EdCpuId: TEdit
    Left = 176
    Top = 328
    Width = 337
    Height = 24
    TabOrder = 1
    OnChange = EdCpuIdChange
  end
end

⌨️ 快捷键说明

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