storepicture.dfm

来自「简要介绍: 提供强大的图像处理功能」· DFM 代码 · 共 36 行

DFM
36
字号
object FormPicture: TFormPicture
  Left = 273
  Top = 220
  Width = 170
  Height = 157
  Caption = #22270#29255
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object XsImageEffect1: TXsImageEffect
    Left = 0
    Top = 0
    Width = 640
    Height = 480
    Cursor = crHandPoint
    AutoSize = True
    Center = True
    Transparent = True
    DragInForm = True
    Color = clWhite
  end
end

⌨️ 快捷键说明

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