uscreencatchshow.dfm
来自「delphi课程设计的内容,包括源代码,文本的设计,菜单的设计等.」· DFM 代码 · 共 34 行
DFM
34 行
object CatchScreenShowFrm: TCatchScreenShowFrm
Left = 221
Top = 28
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
PixelsPerInch = 96
TextHeight = 13
object ChildImage: TImage
Left = 0
Top = 0
Width = 536
Height = 348
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 + -
显示快捷键?