unit1.dfm
来自「DELPHI界而技巧」· DFM 代码 · 共 43 行
DFM
43 行
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object startbtn: TButton
Left = 72
Top = 88
Width = 75
Height = 25
Caption = 'start'
TabOrder = 0
OnClick = startbtnClick
end
object stopbtn: TButton
Left = 80
Top = 152
Width = 75
Height = 25
Caption = 'stop'
TabOrder = 1
OnClick = stopbtnClick
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 240
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?