scrsave.dfm

来自「轻轻松松背单词软件源码」· DFM 代码 · 共 36 行

DFM
36
字号
object frmSave: TfrmSave
  Left = 192
  Top = 107
  BorderStyle = bsNone
  ClientHeight = 508
  ClientWidth = 688
  Color = clBlack
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  PrintScale = poNone
  Scaled = False
  WindowState = wsMaximized
  OnClick = FormClick
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Shape: TShape
    Left = 0
    Top = 0
    Width = 688
    Height = 508
    Align = alClient
    Brush.Color = clBlack
    OnMouseDown = ShapeMouseDown
    OnMouseMove = ShapeMouseMove
  end
end

⌨️ 快捷键说明

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