udisplay.dfm

来自「dicom file 查看工具 DICOM文件是医疗设备使用的文件格式。」· DFM 代码 · 共 40 行

DFM
40
字号
object frmDisplay: TfrmDisplay
  Left = 440
  Top = 200
  AutoScroll = False
  BorderIcons = []
  Caption = 'Image'
  ClientHeight = 235
  ClientWidth = 352
  Color = clBtnFace
  Constraints.MinHeight = 50
  Constraints.MinWidth = 130
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object ImgView32: TImgView32
    Left = 0
    Top = 0
    Width = 352
    Height = 235
    Align = alClient
    Scale = 1
    ScrollBars.Color = clScrollBar
    ScrollBars.ShowHandleGrip = True
    ScrollBars.Style = rbsDefault
    SizeGrip = sgAuto
    OverSize = 0
    TabOrder = 0
    OnMouseDown = ImgView32MouseDown
    OnMouseMove = ImgView32MouseMove
    OnMouseUp = ImgView32MouseUp
  end
end

⌨️ 快捷键说明

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