unit1.dfm
来自「这有很多Delphi应用的例子」· DFM 代码 · 共 42 行
DFM
42 行
object Form1: TForm1
Left = 266
Top = 147
Width = 455
Height = 285
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 Button1: TButton
Left = 248
Top = 200
Width = 105
Height = 25
Caption = 'Memo'#20013#26174#31034
TabOrder = 0
OnClick = Button1Click
end
object StringGrid1: TStringGrid
Left = 16
Top = 40
Width = 201
Height = 137
ColCount = 3
TabOrder = 1
end
object Memo1: TMemo
Left = 240
Top = 40
Width = 177
Height = 137
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?