unit1.dfm
来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 36 行
DFM
36 行
object frmMain: TfrmMain
Left = 192
Top = 107
Width = 152
Height = 148
Caption = 'Notepad'
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 btnSuspend: TButton
Left = 16
Top = 16
Width = 105
Height = 33
Caption = #26242#20572
TabOrder = 0
OnClick = btnSuspendClick
end
object btnResume: TButton
Left = 16
Top = 72
Width = 105
Height = 33
Caption = #24674#22797
TabOrder = 1
OnClick = btnResumeClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?