unit1.~dfm

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

~DFM
95
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 616
  Height = 340
  Caption = #36816#21160#23567#29699
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 136
    Top = 8
    Width = 457
    Height = 289
    BevelInner = bvLowered
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = 'Panel1'
    Color = clSkyBlue
    TabOrder = 0
    object Shape1: TShape
      Left = 288
      Top = 40
      Width = 65
      Height = 65
      Hint = #36816#21160#29699#20307
      Brush.Color = clLime
      ParentShowHint = False
      Shape = stCircle
      ShowHint = True
    end
  end
  object Button1: TButton
    Left = 16
    Top = 24
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 16
    Top = 80
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 16
    Top = 136
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object TrackBar1: TTrackBar
    Left = 8
    Top = 200
    Width = 121
    Height = 45
    Position = 5
    TabOrder = 4
    OnChange = TrackBar1Change
  end
  object SpinEdit1: TSpinEdit
    Left = 16
    Top = 256
    Width = 105
    Height = 22
    MaxValue = 10
    MinValue = 0
    TabOrder = 5
    Value = 5
    OnChange = SpinEdit1Change
    OnClick = SpinEdit1Change
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100000
    OnTimer = Timer1Timer
    Left = 520
    Top = 32
  end
end

⌨️ 快捷键说明

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