📄 copyscreen.dfm
字号:
object copy_screen: Tcopy_screen
Left = 404
Top = 185
BorderIcons = []
BorderStyle = bsNone
Caption = '截取屏幕窗口'
ClientHeight = 172
ClientWidth = 313
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 313
Height = 172
Cursor = crCross
Hint = '双击截取,右键取消'
Center = True
ParentShowHint = False
ShowHint = True
OnDblClick = Image1DblClick
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
object Label1: TLabel
Left = 40
Top = 40
Width = 7
Height = 13
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -