📄 mainwnd.dfm
字号:
object frmMain: TfrmMain
Left = 600
Top = 234
BorderStyle = bsNone
Caption = 'MouseEyes'
ClientHeight = 43
ClientWidth = 104
Color = clFuchsia
TransparentColor = True
TransparentColorValue = clFuchsia
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnMouseDown = FormMouseDown
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object tmrEyes: TTimer
Interval = 50
OnTimer = tmrEyesTimer
Left = 72
Top = 8
end
object mnuPopup: TPopupMenu
Left = 40
Top = 8
object mniClose: TMenuItem
Caption = 'E&xit'
OnClick = mniCloseClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -