messagesourceform.dfm
来自「这是一套全面的网络组件」· DFM 代码 · 共 34 行
DFM
34 行
object frmMessageSource: TfrmMessageSource
Left = 247
Top = 55
Width = 595
Height = 473
Caption = 'frmMessageSource'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object RichEdit: TRichEdit
Left = 0
Top = 0
Width = 587
Height = 439
Align = alClient
Color = clBtnFace
HideSelection = False
HideScrollBars = False
Lines.Strings = (
'RichEdit')
PlainText = True
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?