unit1.~dfm

来自「获取CPU的ID号」· ~DFM 代码 · 共 31 行

~DFM
31
字号
object Form1: TForm1
  Left = 280
  Top = 290
  Width = 801
  Height = 500
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 152
    Top = 168
    Width = 106
    Height = 13
    Caption = #33719#21462'CPU'#24207#21015#21495#65306'    '
  end
  object Edit1: TEdit
    Left = 264
    Top = 160
    Width = 193
    Height = 21
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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