📄 richedeh.dfm
字号:
object RichStrEditDlgEh: TRichStrEditDlgEh
Left = 488
Top = 362
ActiveControl = Editor
Caption = 'Rich Editor'
ClientHeight = 414
ClientWidth = 730
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Default'
Font.Style = []
Icon.Data = {
0000010001002020100000000000E80200001600000028000000200000004000
0000010004000000000080020000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000088
88888888888888888888888888000444444444444444444444444444480004FF
FFFFFFFFFFFFFFFFFFFFFFFF480004F000000FFFFFFFFFFFFFFFFFFF480004F0
CCCC08000000FFFFFFFFFFFF480004F0CCCC0F09990FFFFFFFFFFFFF480004F0
CCC00009990FFF00000000FF480004F0CC0BBB0890FFFFFFFFFFFFFF480004F0
08BBBBB090FFF000000000FF480004FFF0BBBBB80FFFFFFFFFFFFFFF480004FF
F0BBBBB0FFF00000000000FF480004FFFF0BBB0FFFFFFFFFFFFFFFFF480004FF
FFF000FFF00000F0000000FF480004FFFFFFFFFFFFFFFFFFFFFFFFFF480004F0
0000F000000000000F0000FF480004FFFFFFFFFFFFFFFFFFFFFFFFFF480004F0
000000000F000000000000FF480004FFFFFFFFFFFFFFFFFFFFFFFFFF480004FF
FFFFFFFFFFFFFFFFFFFFFFFF480004F007FF700F000000FFF000007F480004F7
00FF700F0087700F0008700F480004FF0000000F008F700F008FFFFF480004FF
700F007F7087700F007FFFFF480004FFF00700FFF00000FF008FFFFF480004FF
FF0000FFF007700F7007FFFF480004FFFF0000FFF007700FF000880F480004FF
FFF007FFF700000FFF00000F480004FFFFFFFFFFFFFFFFFFFFFFFFFF40000444
444444444444444444444444400000000000000000000000000000000000FFFF
FFFFFFFFFFFFC000000380000003800000038000000380000003800000038000
0003800000038000000380000003800000038000000380000003800000038000
0003800000038000000380000003800000038000000380000003800000038000
0003800000038000000380000003800000038000000780000007FFFFFFFF}
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Ruler: TPanel
Left = 0
Top = 30
Width = 730
Height = 26
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
Caption = 'asdf'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnResize = RulerResize
ExplicitTop = 28
object FirstInd: TLabel
Left = 2
Top = 2
Width = 10
Height = 9
AutoSize = False
Caption = '?'
DragCursor = crArrow
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Wingdings'
Font.Style = []
ParentFont = False
OnMouseDown = RulerItemMouseDown
OnMouseMove = RulerItemMouseMove
OnMouseUp = FirstIndMouseUp
end
object LeftInd: TLabel
Left = 2
Top = 12
Width = 10
Height = 11
AutoSize = False
Caption = '?'
DragCursor = crArrow
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Wingdings'
Font.Style = []
ParentFont = False
OnMouseDown = RulerItemMouseDown
OnMouseMove = RulerItemMouseMove
OnMouseUp = LeftIndMouseUp
end
object RulerLine: TBevel
Left = 4
Top = 12
Width = 579
Height = 2
Shape = bsTopLine
end
object RightInd: TLabel
Left = 575
Top = 14
Width = 10
Height = 12
Caption = '?'
DragCursor = crArrow
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Wingdings'
Font.Style = []
ParentFont = False
OnMouseDown = RulerItemMouseDown
OnMouseMove = RulerItemMouseMove
OnMouseUp = RightIndMouseUp
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 730
Height = 2
Align = alTop
Shape = bsTopLine
end
end
object Editor: TRichEdit
Left = 0
Top = 56
Width = 730
Height = 298
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
HideSelection = False
ParentFont = False
ScrollBars = ssBoth
TabOrder = 1
WantTabs = True
OnChange = RichEditChange
OnKeyDown = EditorKeyDown
OnSelectionChange = SelectionChange
ExplicitTop = 54
ExplicitHeight = 300
end
object StatusBar: TStatusBar
Left = 0
Top = 395
Width = 730
Height = 19
Panels = <
item
Width = 120
end
item
Alignment = taCenter
Width = 60
end
item
Width = 50
end>
end
object StandardToolBar: TToolBar
Left = 0
Top = 0
Width = 730
Height = 30
AutoSize = True
BorderWidth = 2
Images = ToolbarImages
Indent = 4
ParentShowHint = False
ShowHint = True
TabOrder = 3
Wrapable = False
object OpenButton: TToolButton
Left = 4
Top = 0
Hint = 'Open an existing file'
Caption = '&Open...'
ImageIndex = 1
OnClick = FileOpen
end
object SaveButton: TToolButton
Left = 27
Top = 0
Hint = 'Save current file'
Caption = '&Save'
ImageIndex = 2
OnClick = FileSave
end
object PrintButton: TToolButton
Left = 50
Top = 0
Hint = 'Print current file'
Caption = '&Print'
ImageIndex = 3
OnClick = FilePrint
end
object ToolButton5: TToolButton
Left = 73
Top = 0
Width = 8
ImageIndex = 3
Style = tbsDivider
end
object CutButton: TToolButton
Left = 81
Top = 0
Hint = 'Delete selected item'
Caption = 'Cu&t'
ImageIndex = 5
OnClick = EditCut
end
object CopyButton: TToolButton
Left = 104
Top = 0
Hint = 'Copy selected item to clipboard'
Caption = '&Copy'
ImageIndex = 6
OnClick = EditCopy
end
object PasteButton: TToolButton
Left = 127
Top = 0
Hint = 'Paste contents of clipboard'
Caption = '&Paste'
ImageIndex = 7
OnClick = EditPaste
end
object UndoButton: TToolButton
Left = 150
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -