📄 ufrmcapture.dfm
字号:
object frmCapture: TfrmCapture
Left = 279
Top = 314
BorderStyle = bsNone
Caption = 'frmCapture'
ClientHeight = 439
ClientWidth = 688
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object imgScreenshot: TImage
Left = 0
Top = 0
Width = 688
Height = 439
Align = alClient
Center = True
Proportional = True
OnMouseDown = imgScreenshotMouseDown
OnMouseMove = imgScreenshotMouseMove
end
object Label1: TLabel
Left = 8
Top = 0
Width = 36
Height = 24
Caption = 'Exit'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
OnClick = Label1Click
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 616
Top = 376
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -