quit_unit.~dfm

来自「网上搜索来的进销存源码」· ~DFM 代码 · 共 34 行

~DFM
34
字号
object Quit_Form: TQuit_Form
  Left = 189
  Top = 225
  Width = 441
  Height = 96
  BorderIcons = [biSystemMenu]
  Caption = #27491#22312#25972#29702#25968#25454','#35831#31245#20505'....'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 24
    Width = 405
    Height = 16
    Min = 0
    Max = 60
    Smooth = True
    TabOrder = 0
  end
  object Timer1: TTimer
    Interval = 20
    OnTimer = Timer1Timer
    Left = 64
    Top = 32
  end
end

⌨️ 快捷键说明

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