smartpointers_mainform.dfm
来自「source code for the Marco Cantu s book D」· DFM 代码 · 共 69 行
DFM
69 行
object FormSmartPointers: TFormSmartPointers
Left = 0
Top = 0
Caption = 'SmartPointers'
ClientHeight = 361
ClientWidth = 525
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object btnLeak: TButton
Left = 72
Top = 30
Width = 113
Height = 25
Caption = 'btnLeak'
TabOrder = 0
OnClick = btnLeakClick
end
object btnSmart: TButton
Left = 72
Top = 72
Width = 113
Height = 25
Caption = 'btnSmart'
TabOrder = 1
OnClick = btnSmartClick
end
object btnSmartShort: TButton
Left = 72
Top = 112
Width = 113
Height = 25
Caption = 'btnSmartShort'
TabOrder = 2
OnClick = btnSmartShortClick
end
object btnImplicitCreate: TButton
Left = 72
Top = 192
Width = 113
Height = 25
Caption = 'btnImplicitCreate'
TabOrder = 3
OnClick = btnImplicitCreateClick
end
object Memo1: TMemo
Left = 232
Top = 32
Width = 249
Height = 289
TabOrder = 4
end
object Button1: TButton
Left = 72
Top = 152
Width = 113
Height = 25
Caption = 'tbnPlainCode'
TabOrder = 5
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?