📄 udisplay.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -