unitfrmmain.~dfm
来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· ~DFM 代码 · 共 41 行
~DFM
41 行
object Form1: TForm1
Left = 335
Top = 198
Width = 470
Height = 306
Caption = 'Z'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 40
Width = 345
Height = 24
Caption = #35831#25353#20303'Shift'#38190','#36755#20837'FHJ,'#24778#21916#22810#22810'..... '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 296
Top = 192
Width = 105
Height = 33
Caption = '&Close'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?