unitfrmmain.dfm
来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· DFM 代码 · 共 47 行
DFM
47 行
object Form1: TForm1
Left = 335
Top = 198
Width = 481
Height = 323
Caption = #22797#27963#33410#24425#34507
Color = clMoneyGreen
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 = 32
Top = 88
Width = 432
Height = 24
Caption = #35831#25353#20303'Shift'#38190','#36755#20837'FHJ,'#24778#21916#22810#22810'..... '
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 360
Top = 216
Width = 81
Height = 33
Caption = '&Close'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?