main.dfm
来自「我自己用的Delphi函数单元 具体说明见打包文件的HELP目录下面」· DFM 代码 · 共 52 行
DFM
52 行
object MainForm: TMainForm
Left = 205
Top = 73
BorderStyle = bsDialog
Caption = '函数测试'
ClientHeight = 326
ClientWidth = 353
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object txtMessage: TEdit
Left = 8
Top = 16
Width = 337
Height = 20
TabOrder = 0
Text = '这是我的调试信息,你收到了吗?'
end
object Memo: TMemo
Left = 8
Top = 64
Width = 337
Height = 225
TabOrder = 1
end
object cmdExecute: TButton
Left = 192
Top = 296
Width = 75
Height = 25
Caption = '调试'
TabOrder = 2
OnClick = cmdExecuteClick
end
object cmdClose: TButton
Left = 272
Top = 296
Width = 75
Height = 25
Caption = '关闭'
TabOrder = 3
OnClick = cmdCloseClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?