exacttimer.dfm
来自「计时器」· DFM 代码 · 共 86 行
DFM
86 行
object Form1: TForm1
Left = 292
Top = 245
Width = 516
Height = 140
Caption = #31934#30830#35745#26102#22120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = formcreate
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 8
Top = 8
Width = 99
Height = 20
Caption = 'timer'#30340#35745#26102' '
end
object Label2: TLabel
Left = 8
Top = 40
Width = 144
Height = 20
Caption = #39640#24615#33021#39057#29575#35745#25968' '
end
object Label3: TLabel
Left = 8
Top = 72
Width = 128
Height = 20
Caption = #22810#23186#20307#35745#26102#22120' '
end
object Button1: TButton
Left = 288
Top = 8
Width = 89
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = button1click
end
object Button2: TButton
Left = 288
Top = 72
Width = 89
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = button2click
end
object Edit1: TEdit
Left = 160
Top = 8
Width = 121
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 2
end
object Edit2: TEdit
Left = 160
Top = 40
Width = 121
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 3
end
object Edit3: TEdit
Left = 160
Top = 72
Width = 121
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 4
end
object Timer1: TTimer
OnTimer = timer1timer
Left = 288
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?