main.dfm
来自「High Accuracy Timer Component」· DFM 代码 · 共 40 行
DFM
40 行
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 + =
减小字号Ctrl + -
显示快捷键?