📄 formunit.dfm
字号:
object DemoForm: TDemoForm
Left = 149
Top = 142
Width = 411
Height = 72
Caption = 'DfmProtect Demo'
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 ToDefBtn: TButton
Left = 344
Top = 8
Width = 49
Height = 25
Caption = 'ToDef'
TabOrder = 0
OnClick = ToDefBtnClick
end
object PathEdit: TEdit
Left = 10
Top = 10
Width = 329
Height = 21
TabOrder = 1
Text = 'PathEdit'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -