📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 110
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RichEdit1: TRichEdit
Left = 0
Top = 0
Width = 688
Height = 450
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
Lines.Strings = (
'RichEdit1')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
end
object ButtonOpen: TButton
Left = 72
Top = 320
Width = 169
Height = 41
Caption = 'ButtonOpen'
TabOrder = 1
OnClick = ButtonOpenClick
end
object ButtonReplace: TButton
Left = 344
Top = 328
Width = 209
Height = 33
Caption = 'ButtonReplace'
TabOrder = 2
OnClick = ButtonReplaceClick
end
object ButtonFind: TButton
Left = 272
Top = 272
Width = 129
Height = 33
Caption = #26597#25214
TabOrder = 3
OnClick = ButtonFindClick
end
object FindDialog1: TFindDialog
FindText = 'c:\'
OnFind = FindDialog1Find
Left = 48
Top = 72
end
object ReplaceDialog1: TReplaceDialog
OnFind = ReplaceDialog1Find
OnReplace = ReplaceDialog1Replace
Left = 48
Top = 120
end
object OpenDialog1: TOpenDialog
Left = 112
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -