📄 unit1.dfm
字号:
object Form1: TForm1
Left = 287
Top = 113
Width = 585
Height = 182
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 btnUndo: TButton
Left = 456
Top = 80
Width = 75
Height = 25
Caption = #22797#21407
TabOrder = 0
OnClick = btnUndoClick
end
object btnSet: TButton
Left = 456
Top = 32
Width = 75
Height = 25
Caption = #35774#32622
TabOrder = 1
OnClick = btnSetClick
end
object Memo1: TMemo
Left = 40
Top = 24
Width = 377
Height = 97
TabOrder = 2
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Left = 424
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -