unit1.dfm
来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 28 行
DFM
28 行
object Form1: TForm1
Left = 189
Top = 107
Width = 216
Height = 122
Caption = #20869#23384#26144#23556#25991#20214#20363#23376
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 56
Top = 24
Width = 75
Height = 25
Caption = #21457#36865#25968#25454
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?