image_form.dfm

来自「jpeg and mpeg 编解码技术源代码」· DFM 代码 · 共 28 行

DFM
28
字号
object FormImage: TFormImage
  Left = 226
  Top = 116
  Width = 500
  Height = 500
  BorderStyle = bsSizeToolWin
  Caption = 'Image'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Image: TImage
    Left = 0
    Top = 0
    Width = 105
    Height = 105
    AutoSize = True
    Stretch = True
  end
end

⌨️ 快捷键说明

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