📄 unit1.dfm.~3~
字号:
object Form1: TForm1
Left = 366
Top = 269
Caption = 'Form1'
ClientHeight = 240
ClientWidth = 354
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 48
Top = 168
Width = 75
Height = 25
Caption = #20851#26426
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 168
Width = 75
Height = 25
Caption = #37325#36215
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 48
Top = 88
Width = 235
Height = 21
TabOrder = 2
Text = '10'
OnChange = Edit1Change
end
object Button3: TButton
Left = 224
Top = 168
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button3Click
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 160
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -