unit2.dfm
来自「一个简单的托盘程序」· DFM 代码 · 共 36 行
DFM
36 行
object Form2: TForm2
Left = 349
Top = 212
Width = 696
Height = 480
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 184
Top = 40
object aaaa1: TMenuItem
Caption = 'aaaa'
object bbbb1: TMenuItem
Caption = 'bbbb'
end
end
object cccc1: TMenuItem
Caption = 'cccc'
end
object exit1: TMenuItem
Caption = 'exit'
OnClick = exit1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?