unit1.dfm

来自「精彩编程百例51~75 其中有 cpu速度测试 检测声卡 查询内存信息 图像处理」· DFM 代码 · 共 75 行

DFM
75
字号
object Form1: TForm1
  Left = 389
  Top = 181
  Width = 301
  Height = 206
  Caption = #26144#23556#32593#32476#39537#21160#22120
  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 = 32
    Top = 32
    Width = 126
    Height = 16
    Caption = #36828#31243#25991#20214#22841#65306'                  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 80
    Width = 114
    Height = 16
    Caption = #26412#22320#34394#25311#30828#30424#65306'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    Caption = #26144#23556
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 128
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 128
    Top = 32
    Width = 137
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 128
    Top = 80
    Width = 137
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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