unit1.dfm
来自「Delphi面向对象编程思想附书源码 好用哦!」· DFM 代码 · 共 52 行
DFM
52 行
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 + =
减小字号Ctrl + -
显示快捷键?