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

📄 speed1.dfm

📁 特别方便的工具程序
💻 DFM
字号:
object Speed: TSpeed
  Left = 78
  Top = 97
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '计算机基本信息'
  ClientHeight = 368
  ClientWidth = 589
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'System'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 45
    Top = 250
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 45
    Top = 50
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 45
    Top = 200
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label3'
  end
  object Label4: TLabel
    Left = 45
    Top = 100
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label4'
  end
  object Label5: TLabel
    Left = 45
    Top = 300
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label5'
    WordWrap = True
  end
  object Label6: TLabel
    Left = 45
    Top = 150
    Width = 500
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label6'
  end
end

⌨️ 快捷键说明

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