u_showimg.dfm

来自「连到某网站」· DFM 代码 · 共 32 行

DFM
32
字号
object frm_showimg: Tfrm_showimg
  Left = 192
  Top = 107
  Width = 611
  Height = 413
  Caption = 'frm_showimg'
  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 ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 603
    Height = 386
    Align = alClient
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 599
      Height = 382
      AutoSize = True
    end
  end
end

⌨️ 快捷键说明

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