screensafe.dfm

来自「销售帐目管理」· DFM 代码 · 共 45 行

DFM
45
字号
object FrmScreenSafe: TFrmScreenSafe
  Left = 192
  Top = 179
  BorderIcons = []
  BorderStyle = bsNone
  Caption = #25105#30340#30456#20876
  ClientHeight = 453
  ClientWidth = 688
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyUp = FormKeyUp
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PicShow: TPicShow
    Left = 0
    Top = 0
    Width = 688
    Height = 453
    Align = alClient
    Stretch = True
    TabOrder = 0
    OnDblClick = PicShowDblClick
    OnStart = PicShowStart
    OnStop = PicShowStop
  end
  object Timer: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = TimerTimer
    Left = 64
    Top = 96
  end
end

⌨️ 快捷键说明

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