unit1.dfm
来自「delphi写的一键隐藏窗体源码,按下f12就能隐藏当前窗体」· DFM 代码 · 共 25 行
DFM
25 行
object Form1: TForm1
Left = 350
Top = 224
Width = 870
Height = 600
AlphaBlend = True
AlphaBlendValue = 0
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
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 112
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?