⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 我自己用的Delphi函数单元 具体说明见打包文件的HELP目录下面
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -