unit1.~dfm

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

~DFM
93
字号
object Form1: TForm1
  Left = 244
  Top = 129
  AlphaBlend = True
  BorderStyle = bsNone
  Caption = #22270#20687#38236#20687#25928#26524
  ClientHeight = 376
  ClientWidth = 574
  Color = clInfoBk
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 335
    Width = 574
    Height = 41
    Align = alBottom
    BevelInner = bvLowered
    BorderStyle = bsSingle
    Color = clInactiveCaption
    TabOrder = 0
    object shui: TBitBtn
      Left = 200
      Top = 7
      Width = 75
      Height = 25
      Caption = #27700#24179#38236#20687
      TabOrder = 0
      OnClick = shuiClick
    end
    object yuan: TBitBtn
      Left = 104
      Top = 7
      Width = 75
      Height = 25
      Caption = #26174#31034#21407#22270
      TabOrder = 1
      OnClick = yuanClick
    end
    object new: TBitBtn
      Left = 8
      Top = 7
      Width = 75
      Height = 25
      Caption = #25171#24320#26032#22270
      TabOrder = 2
      OnClick = newClick
    end
    object exit: TBitBtn
      Left = 488
      Top = 7
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
      OnClick = exitClick
    end
    object chui: TBitBtn
      Left = 296
      Top = 7
      Width = 75
      Height = 25
      Caption = #22402#30452#38236#20687
      TabOrder = 4
      OnClick = chuiClick
    end
    object bian: TBitBtn
      Left = 392
      Top = 7
      Width = 75
      Height = 25
      Caption = #35282#24230#38236#20687
      TabOrder = 5
      OnClick = bianClick
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    FilterIndex = 2
    OptionsEx = [ofExNoPlacesBar]
    Left = 72
    Top = 64
  end
end

⌨️ 快捷键说明

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