unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 30 行

DFM
30
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 274
  Height = 257
  Caption = 'FlashWindow'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object CheckBox1: TCheckBox
    Left = 72
    Top = 56
    Width = 161
    Height = 25
    Caption = #38378#28865#26102#31383#20307#26631#39064#26639#21464#28784
    TabOrder = 0
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 112
    Top = 112
  end
end

⌨️ 快捷键说明

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