📄 unit1.dfm
字号:
object Form1: TForm1
Left = 331
Top = 168
Width = 381
Height = 296
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Image1: TImage
Left = 8
Top = 8
Width = 256
Height = 256
AutoSize = True
end
object Button2: TButton
Left = 288
Top = 152
Width = 75
Height = 25
Caption = '淡出'
TabOrder = 0
OnClick = Button2Click
end
object Button1: TButton
Left = 288
Top = 88
Width = 75
Height = 25
Caption = '淡入'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -