quit.~dfm

来自「希望大家能多多指教这是我给我们同学编的系统」· ~DFM 代码 · 共 30 行

~DFM
30
字号
object quitform: Tquitform
  Left = -1
  Top = 203
  Width = 1025
  Height = 358
  Caption = 'quitform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 216
    Top = 208
  end
  object Timer: TTimer
    Enabled = False
    OnTimer = TimerTimer
    Left = 488
    Top = 232
  end
end

⌨️ 快捷键说明

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