unit1.dfm
来自「学习Delphi最好的教材。通过一个个简单而实用的实例」· DFM 代码 · 共 53 行
DFM
53 行
object Form1: TForm1
Left = 197
Top = 121
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
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 48
Top = 24
Width = 65
Height = 25
end
object Shape2: TShape
Left = 264
Top = 300
Width = 33
Height = 31
Shape = stCircle
end
object Button1: TButton
Left = 400
Top = 176
Width = 75
Height = 25
Caption = #23556#20987
TabOrder = 0
OnClick = Button1Click
end
object Timer1: TTimer
Interval = 30
OnTimer = Timer1Timer
Left = 264
Top = 8
end
object Timer2: TTimer
Enabled = False
Interval = 50
OnTimer = Timer2Timer
Left = 344
Top = 152
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?