📄 main.dfm
字号:
object Form1: TForm1
Left = 202
Top = 105
Width = 595
Height = 399
Caption = 'SZ Timer Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
587
372)
PixelsPerInch = 96
TextHeight = 13
object btnStart: TBitBtn
Left = 32
Top = 312
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Start'
TabOrder = 0
OnClick = btnStartClick
end
object Memo1: TMemo
Left = 24
Top = 16
Width = 537
Height = 265
Lines.Strings = (
'Memo1')
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -