zpicture.dfm
来自「校园GIS系统——介绍校园个部门」· DFM 代码 · 共 28 行
DFM
28 行
object PictureFrm: TPictureFrm
Left = 750
Top = 30
BorderStyle = bsDialog
Caption = '图片资料'
ClientHeight = 263
ClientWidth = 262
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 262
Height = 263
Align = alClient
Center = True
Stretch = True
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?