umessage.dfm
来自「工廠採購管理系統」· DFM 代码 · 共 48 行
DFM
48 行
object frmmessage: Tfrmmessage
Left = 823
Top = 616
BorderStyle = bsNone
Caption = 'frmmessage'
ClientHeight = 91
ClientWidth = 207
Color = clBtnFace
DefaultMonitor = dmDesktop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = -14
Width = 207
Height = 105
Align = alBottom
OnDblClick = Image1DblClick
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 207
Height = 89
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
OnDblClick = Memo1DblClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?