mc_xqsjsc.dfm

来自「1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2」· DFM 代码 · 共 26 行

DFM
26
字号
object XQSJSC: TXQSJSC
  Left = 224
  Top = 71
  BorderStyle = bsToolWindow
  Caption = '系统删除工具:'
  ClientHeight = 459
  ClientWidth = 564
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 208
    Top = 192
    Width = 72
    Height = 12
    Caption = '记得做触发器'
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?