📄 unit1.dfm
字号:
object Form1: TForm1
Left = 699
Top = 6
AlphaBlend = True
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 21
ClientWidth = 115
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RichEdit1: TRichEdit
Left = -21
Top = -3
Width = 313
Height = 26
Cursor = crHandPoint
TabStop = False
BevelKind = bkTile
Color = clLime
Ctl3D = True
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -1
Font.Name = #26032#23435#20307
Font.Style = []
ParentCtl3D = False
ParentFont = False
PlainText = True
PopupMenu = PopupMenu1
ScrollBars = ssBoth
TabOrder = 0
WantReturns = False
OnChange = RichEdit1Change
OnMouseDown = RichEdit1MouseDown
end
object PopupMenu1: TPopupMenu
Left = 24
object N1: TMenuItem
Caption = #36864#20986
OnClick = N1Click
end
object N2: TMenuItem
Caption = '-'
end
object N3: TMenuItem
Caption = #36873#25321#20445#23384#30446#24405
OnClick = N3Click
end
object N4: TMenuItem
Caption = '-'
end
object N5: TMenuItem
Caption = #20851#20110
OnClick = N5Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -