ucatchscreenshow.dfm

来自「基于DELPHI的图片浏览系统设计与实现」· DFM 代码 · 共 35 行

DFM
35
字号
object CatchScreenShowForm: TCatchScreenShowForm
  Left = 301
  Top = 247
  Width = 544
  Height = 375
  Caption = #21306#22495#25235#22270#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ChildImage: TImage
    Left = 0
    Top = 0
    Width = 536
    Height = 341
    Align = alClient
    OnMouseDown = ChildImageMouseDown
    OnMouseMove = ChildImageMouseMove
  end
  object ChildTimer: TTimer
    Enabled = False
    Interval = 500
    OnTimer = ChildTimerTimer
    Left = 104
    Top = 56
  end
end

⌨️ 快捷键说明

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