📄 frmlkdemo.dfm
字号:
object fLkdemo: TfLkdemo
Left = 321
Top = 186
Width = 380
Height = 405
Caption = 'LK demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 372
Height = 49
Align = alTop
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 49
Width = 372
Height = 322
Align = alClient
TabOrder = 1
object formImage: TImage
Left = 1
Top = 1
Width = 370
Height = 320
Align = alClient
Stretch = True
OnMouseDown = formImageMouseDown
OnMouseUp = formImageMouseUp
end
end
object Timer1: TTimer
Enabled = False
Interval = 50
OnTimer = Timer1Timer
Left = 480
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -