unit2.dfm
来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 36 行
DFM
36 行
object MyForm: TMyForm
Left = 192
Top = 107
Width = 309
Height = 144
Caption = 'MyForm'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 8
Width = 185
Height = 89
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object Button1: TButton
Left = 200
Top = 24
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?