winform2.dfm
来自「一个开源软件」· DFM 代码 · 共 32 行
DFM
32 行
object winForm: TwinForm
Tag = 4
Left = 593
Top = 399
BorderStyle = bsSingle
Caption = 'puzzle from max in dfm'
ClientHeight = 417
ClientWidth = 355
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 37
object PopupMenu1: TPopupMenu
Left = 208
Top = 192
object testpop1: TMenuItem
Tag = 4
Caption = 'test pop'
Default = True
RadioItem = True
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?