📄 actnres.dfm
字号:
object StandardActions: TStandardActions
OldCreateOrder = True
Left = 229
Top = 423
Height = 308
Width = 499
object ActionList1: TActionList
Images = ImageList1
Left = 72
Top = 8
object EditCut1: TEditCut
Category = 'Edit'
Caption = 'Cu&t'
Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
ImageIndex = 0
ShortCut = 16472
end
object EditCopy1: TEditCopy
Category = 'Edit'
Caption = '&Copy'
Hint = 'Copy|Copies the selection and puts it on the Clipboard'
ImageIndex = 1
ShortCut = 16451
end
object EditPaste1: TEditPaste
Category = 'Edit'
Caption = '&Paste'
Hint = 'Paste|Inserts Clipboard contents'
ImageIndex = 2
ShortCut = 16470
end
object WindowArrange1: TWindowArrange
Category = 'Window'
Caption = '&Arrange'
end
object WindowCascade1: TWindowCascade
Category = 'Window'
Caption = '&Cascade'
Hint = 'Cascade'
ImageIndex = 17
end
object WindowClose1: TWindowClose
Category = 'Window'
Caption = 'C&lose'
Hint = 'Close'
end
object WindowMinimizeAll1: TWindowMinimizeAll
Category = 'Window'
Caption = '&Minimize All'
Hint = 'Minimize All'
end
object WindowTileHorizontal1: TWindowTileHorizontal
Category = 'Window'
Caption = 'Tile &Horizontally'
Hint = 'Tile Horizontal'
ImageIndex = 15
end
object WindowTileVertical1: TWindowTileVertical
Category = 'Window'
Caption = '&Tile Vertically'
Hint = 'Tile Vertical'
ImageIndex = 16
end
object EditDelete1: TEditDelete
Category = 'Edit'
Caption = '&Delete'
Hint = 'Delete|Erases the selection'
ImageIndex = 5
ShortCut = 46
end
object EditSelectAll1: TEditSelectAll
Category = 'Edit'
Caption = 'Select &All'
Hint = 'Select All|Selects the entire document'
ShortCut = 16449
end
object EditUndo1: TEditUndo
Category = 'Edit'
Caption = '&Undo'
Hint = 'Undo|Reverts the last action'
ImageIndex = 3
ShortCut = 16474
end
object HelpContents1: THelpContents
Category = 'Help'
Caption = '&Contents'
Hint = 'Help Contents'
ImageIndex = 40
end
object HelpOnHelp1: THelpOnHelp
Category = 'Help'
Caption = '&Help on Help'
Hint = 'Help on help'
end
object HelpTopicSearch1: THelpTopicSearch
Category = 'Help'
Caption = '&Topic Search'
Hint = 'Topic Search'
ImageIndex = 9
end
object FileExit1: TFileExit
Category = 'File'
Caption = 'E&xit'
Hint = 'Exit|Quits the application'
ImageIndex = 43
end
object FileOpen1: TFileOpen
Category = 'File'
Caption = '&Open...'
Hint = 'Open|Opens an existing file'
ImageIndex = 8
ShortCut = 16463
end
object FilePrintSetup1: TFilePrintSetup
Category = 'File'
Caption = 'Print Set&up...'
Hint = 'Print Setup'
end
object FileSaveAs1: TFileSaveAs
Category = 'File'
Caption = 'Save &As...'
Hint = 'Save As|Saves the active file with a new name'
ImageIndex = 30
end
object RichEditBold1: TRichEditBold
Category = 'Format'
AutoCheck = True
Caption = '&Bold'
Hint = 'Bold'
ImageIndex = 31
ShortCut = 16450
end
object RichEditItalic1: TRichEditItalic
Category = 'Format'
AutoCheck = True
Caption = '&Italic'
Hint = 'Italic'
ImageIndex = 29
ShortCut = 16457
end
object RichEditUnderline1: TRichEditUnderline
Category = 'Format'
AutoCheck = True
Caption = '&Underline'
Hint = 'Underline'
ImageIndex = 28
ShortCut = 16469
end
object SearchFind1: TSearchFind
Category = 'Search'
Caption = '&Find...'
Hint = 'Find|Finds the specified text'
ImageIndex = 34
ShortCut = 16454
end
object SearchFindNext1: TSearchFindNext
Category = 'Search'
Caption = 'Find &Next'
Hint = 'Find Next|Repeats the last find'
ImageIndex = 33
ShortCut = 114
end
object SearchReplace1: TSearchReplace
Category = 'Search'
Caption = '&Replace'
Hint = 'Replace|Replaces specific text with different text'
ImageIndex = 32
end
object RichEditAlignCenter1: TRichEditAlignCenter
Category = 'Format'
AutoCheck = True
Caption = '&Center'
Hint = 'Center|Centers text between margins'
ImageIndex = 37
end
object RichEditAlignLeft1: TRichEditAlignLeft
Category = 'Format'
AutoCheck = True
Caption = 'Align &Left'
Hint = 'Align Left|Aligns text at the left indent'
ImageIndex = 35
end
object RichEditAlignRight1: TRichEditAlignRight
Category = 'Format'
AutoCheck = True
Caption = 'Align &Right'
Hint = 'Align Right|Aligns text at the right indent'
ImageIndex = 36
end
object RichEditBullets1: TRichEditBullets
Category = 'Format'
AutoCheck = True
Caption = '&Bullets'
Hint = 'Bullets|Inserts a bullet on the current line'
ImageIndex = 38
end
object RichEditStrikeOut1: TRichEditStrikeOut
Category = 'Format'
AutoCheck = True
Caption = '&Strikeout'
Hint = 'Strikeout'
ImageIndex = 44
end
object ColorSelect1: TColorSelect
Category = 'Dialog'
Caption = 'Select &Color...'
Dialog.Ctl3D = True
Hint = 'Color Select'
end
object FontEdit1: TFontEdit
Category = 'Dialog'
Caption = 'Select &Font...'
Dialog.Font.Charset = DEFAULT_CHARSET
Dialog.Font.Color = clWindowText
Dialog.Font.Height = -11
Dialog.Font.Name = 'MS Sans Serif'
Dialog.Font.Style = []
Dialog.MinFontSize = 0
Dialog.MaxFontSize = 0
Hint = 'Font Select'
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -