unit1.nfm.~1~
来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 73 行
~1~
73 行
object Form1: TForm1
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 339
Width = 516
Left = 8
Top = 8
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Caption = 'PlainText:=False'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Left = 16
Top = 16
Width = 96
Height = 16
end
object Label2: TLabel
Caption = 'PlainText:=True'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Left = 264
Top = 16
Width = 93
Height = 16
end
object RichEdit1: TRichEdit
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
TabOrder = 0
Left = 16
Top = 40
Width = 233
Height = 225
end
object RichEdit2: TRichEdit
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
TabOrder = 1
Left = 264
Top = 40
Width = 233
Height = 225
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?