📄 richedeh.dfm
字号:
Top = 0
Hint = 'Undo the last action'
Caption = '&Undo'
ImageIndex = 4
OnClick = EditUndo
end
object ToolButton10: TToolButton
Left = 173
Top = 0
Width = 8
ImageIndex = 7
Style = tbsSeparator
end
object FontName: TComboBox
Left = 181
Top = 0
Width = 173
Height = 21
Hint = 'Font Name|Select font name'
Ctl3D = False
DropDownCount = 10
ItemHeight = 13
ParentCtl3D = False
TabOrder = 0
OnChange = FontNameChange
end
object ToolButton11: TToolButton
Left = 354
Top = 0
Width = 8
ImageIndex = 8
Style = tbsSeparator
end
object FontSize: TEdit
Left = 362
Top = 0
Width = 131
Height = 22
Hint = 'Font Size|Select font size'
TabOrder = 1
Text = '0'
OnChange = FontSizeChange
end
object UpDown1: TUpDown
Left = 493
Top = 0
Width = 15
Height = 22
Associate = FontSize
TabOrder = 2
end
object ToolButton2: TToolButton
Left = 508
Top = 0
Width = 8
Caption = 'ToolButton2'
ImageIndex = 15
Style = tbsSeparator
end
object BoldButton: TToolButton
Left = 516
Top = 0
Hint = 'Bold'
ImageIndex = 8
Style = tbsCheck
OnClick = BoldButtonClick
end
object ItalicButton: TToolButton
Left = 539
Top = 0
Hint = 'Italic'
ImageIndex = 9
Style = tbsCheck
OnClick = ItalicButtonClick
end
object UnderlineButton: TToolButton
Left = 562
Top = 0
Hint = 'Underline'
ImageIndex = 10
Style = tbsCheck
OnClick = UnderlineButtonClick
end
object ToolButton16: TToolButton
Left = 585
Top = 0
Width = 8
ImageIndex = 12
Style = tbsDivider
end
object LeftAlign: TToolButton
Left = 593
Top = 0
Hint = 'Align Left'
Grouped = True
ImageIndex = 11
Style = tbsCheck
OnClick = AlignButtonClick
end
object CenterAlign: TToolButton
Tag = 2
Left = 616
Top = 0
Hint = 'Center'
Grouped = True
ImageIndex = 12
Style = tbsCheck
OnClick = AlignButtonClick
end
object RightAlign: TToolButton
Tag = 1
Left = 639
Top = 0
Hint = 'Align Right'
Grouped = True
ImageIndex = 13
Style = tbsCheck
OnClick = AlignButtonClick
end
object ToolButton20: TToolButton
Left = 662
Top = 0
Width = 8
ImageIndex = 15
Style = tbsDivider
end
object BulletsButton: TToolButton
Left = 670
Top = 0
Hint = 'Bullets|Enter bullet mode'
ImageIndex = 14
Style = tbsCheck
OnClick = BulletsButtonClick
end
object ToolButton1: TToolButton
Left = 693
Top = 0
Width = 8
Caption = 'ToolButton1'
ImageIndex = 15
Style = tbsSeparator
end
object tbSelectFont: TToolButton
Left = 701
Top = 0
Caption = 'tbSelectFont'
ImageIndex = 15
OnClick = SelectFont
end
end
object Panel1: TPanel
Left = 0
Top = 354
Width = 730
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
object Panel2: TPanel
Left = 545
Top = 0
Width = 185
Height = 41
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object OKButton: TButton
Left = 25
Top = 10
Width = 75
Height = 25
Caption = '&'#30830#23450
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Left = 106
Top = 10
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
end
end
end
object MainMenu: TMainMenu
Left = 238
Top = 66
object FileMenu: TMenuItem
Caption = '&File'
object FileNewItem: TMenuItem
Caption = '&New'
Hint = 'Create a new file'
ShortCut = 16462
end
object FileOpenItem: TMenuItem
Caption = '&Open...'
Hint = 'Open an existing file'
ShortCut = 16463
OnClick = FileOpen
end
object FileSaveItem: TMenuItem
Caption = '&Save'
Hint = 'Save current file'
ShortCut = 16467
OnClick = FileSave
end
object FileSaveAsItem: TMenuItem
Caption = 'Save &As...'
Hint = 'Save current file under a new name'
OnClick = FileSaveAs
end
object N1: TMenuItem
Caption = '-'
end
object FilePrintItem: TMenuItem
Caption = '&Print'
Hint = 'Print current file'
ShortCut = 16464
OnClick = FilePrint
end
object N4: TMenuItem
Caption = '-'
end
object FileExitItem: TMenuItem
Caption = 'E&xit'
Hint = 'Exit this application'
ShortCut = 32856
OnClick = FileExit
end
end
object EditMenu: TMenuItem
Caption = '&Edit'
object EditUndoItem: TMenuItem
Caption = '&Undo'
Hint = 'Undo the last action'
ShortCut = 16474
OnClick = EditUndo
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -