unit1.dfm
来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 52 行
DFM
52 行
object Form1: TForm1
Left = 373
Top = 234
Width = 326
Height = 200
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 318
Height = 154
Align = alClient
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 104
Top = 48
object FileItem: TMenuItem
Caption = '文件(&F)'
object OpenItem: TMenuItem
Caption = '打开(&O)'
OnClick = OpenItemClick
end
object SepItem: TMenuItem
Caption = '-'
end
object ExitItem: TMenuItem
Caption = '退出(&X)'
OnClick = ExitItemClick
end
end
end
object OpenDialog1: TOpenDialog
Left = 152
Top = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?