designeditform.~dfm
来自「delphi 运行进行设计模式,象delphi的编辑环境一样」· ~DFM 代码 · 共 36 行
~DFM
36 行
object frmDesignEditForm: TfrmDesignEditForm
Left = 390
Top = 190
Align = alClient
BorderIcons = []
BorderStyle = bsNone
Caption = 'frmDesignEditForm'
ClientHeight = 392
ClientWidth = 568
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 128
Top = 120
Width = 65
Height = 65
end
object Button1: TButton
Left = 280
Top = 72
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?