speed1.dfm

来自「一个桌球室收费系统」· DFM 代码 · 共 66 行

DFM
66
字号
object Speed: TSpeed
  Left = 120
  Top = 106
  BorderStyle = bsDialog
  Caption = '计算机基本信息'
  ClientHeight = 198
  ClientWidth = 375
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 38
    Top = 124
    Width = 300
    Height = 14
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 38
    Top = 28
    Width = 300
    Height = 14
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 38
    Top = 92
    Width = 300
    Height = 14
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label3'
  end
  object Label4: TLabel
    Left = 38
    Top = 60
    Width = 300
    Height = 14
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label4'
  end
  object Label5: TLabel
    Left = 38
    Top = 156
    Width = 300
    Height = 14
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label5'
    WordWrap = True
  end
end

⌨️ 快捷键说明

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