⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dmain.dfm.bak

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 BAK
📖 第 1 页 / 共 5 页
字号:
      OnExecute = actViewPrefrencesExecute
    end
    object actHelpAbout: TAction
      Category = 'Help'
      Caption = '&About cEdit'
      Hint = 'About cEdit Profesional Version 5'
      OnExecute = actHelpAboutExecute
    end
    object actFindFind: TAction
      Category = 'Find'
      Caption = '&Find'
      Hint = 'Find a string'
      ImageIndex = 72
      ShortCut = 16454
      OnExecute = actFindFindExecute
    end
    object actFindNext: TAction
      Category = 'Find'
      Caption = 'Find &Next'
      Hint = 'Find next instance of search string'
      ImageIndex = 73
      ShortCut = 114
      OnExecute = actFindNextExecute
    end
    object actFindPrevious: TAction
      Category = 'Find'
      Caption = 'Find &Previous'
      Hint = 'Find previous instance of search string'
      ShortCut = 16498
      OnExecute = actFindPreviousExecute
    end
    object actFindReplace: TAction
      Category = 'Find'
      Caption = '&Replace'
      Hint = 'Replace a string'
      ImageIndex = 74
      ShortCut = 16466
      OnExecute = actFindReplaceExecute
    end
    object actFindGoto: TAction
      Category = 'Find'
      Caption = '&Goto'
      Hint = 'Goto Line/Column/Byte'
      ShortCut = 16455
      OnExecute = actFindGotoExecute
    end
    object actBuildCompile: TAction
      Category = 'Build'
      Caption = '&Compile Active Document'
      Hint = 'Build or Compile Current Source File'
      ImageIndex = 50
      ShortCut = 116
      OnExecute = actBuildCompileExecute
    end
    object actFormatTabsToSpaces: TAction
      Category = 'Format'
      Caption = '&Tabs to Spaces'
      Hint = 'Convert all Tabs in the document to spaces'
      OnExecute = actFormatTabsToSpacesExecute
    end
    object actFormatSpacesToTabs: TAction
      Category = 'Format'
      Caption = '&Spaces to Tabs'
      Hint = 'Convert spaces to tabs'
      OnExecute = actFormatSpacesToTabsExecute
    end
    object actFormatLeadingTabsToSpaces: TAction
      Category = 'Format'
      Caption = '&Leading Tabs to Spaces'
      Hint = 'Convert Leading Tabs to Spaces'
      OnExecute = actFormatLeadingTabsToSpacesExecute
    end
    object actFormatLeadingSpacesToTabs: TAction
      Category = 'Format'
      Caption = 'L&eading Spaces to Tabs'
      Hint = 'Convert Leading Spaces to Tabs'
      OnExecute = actFormatLeadingSpacesToTabsExecute
    end
    object actFormatOEMToAnsi: TAction
      Category = 'Format'
      Caption = '&OEM to Ansi'
      Hint = 'Convert OEM to ANSI'
      OnExecute = actFormatOEMToAnsiExecute
    end
    object actFormatAnsiToOEM: TAction
      Category = 'Format'
      Caption = '&Ansi to OEM'
      Hint = 'Convert Ansi to OEM'
      OnExecute = actFormatAnsiToOEMExecute
    end
    object actFormatEncoding: TAction
      Category = 'Format'
      Caption = '&Encoding'
      Hint = 'Encoding'
    end
    object actFormatTrimTrailingSpaces: TAction
      Category = 'Format'
      Caption = '&Trim Trailing Spaces'
      Hint = 'Trim Trailing Spaces'
      OnExecute = actFormatTrimTrailingSpacesExecute
    end
    object actCaseUpper: TAction
      Category = 'Case'
      Caption = '&Upper Case'
      Hint = 'Convert to upper case'
      ImageIndex = 60
      OnExecute = actCaseUpperExecute
    end
    object actCaseLower: TAction
      Category = 'Case'
      Caption = '&Lower Case'
      Hint = 'Convert to lower case'
      ImageIndex = 67
      OnExecute = actCaseLowerExecute
    end
    object actCaseInvert: TAction
      Category = 'Case'
      Caption = '&Invert Case'
      Hint = 'Invert Case'
      ImageIndex = 60
      OnExecute = actCaseInvertExecute
    end
    object actCaseCapitalize: TAction
      Category = 'Case'
      Caption = '&Capitalize'
      Hint = 'Capitalize'
      ImageIndex = 66
      OnExecute = actCaseCapitalizeExecute
    end
    object actCaseSentensize: TAction
      Category = 'Case'
      Caption = '&Sentensize'
      Hint = 'Sentensize'
      OnExecute = actCaseSentensizeExecute
    end
    object actBlockTabRight: TAction
      Category = 'Block'
      Caption = 'Tab &Right'
      Hint = 'Tab Right'
      ImageIndex = 41
      OnExecute = actBlockTabRightExecute
    end
    object actBlockTabLeft: TAction
      Category = 'Block'
      Caption = 'Tab &Left'
      Hint = 'Tab Left'
      ImageIndex = 42
      OnExecute = actBlockTabLeftExecute
    end
    object actAdvancedDeleteLines: TAction
      Category = 'Advanced'
      Caption = 'Delete &Lines'
      Hint = 'Delete Lines'
      ShortCut = 16473
      OnExecute = actAdvancedDeleteLinesExecute
    end
    object actAdvancedDeleteToEOL: TAction
      Category = 'Advanced'
      Caption = 'Delete to &EOL'
      Hint = 'Delete to EOL'
      ShortCut = 24665
      OnExecute = actAdvancedDeleteToEOLExecute
    end
    object actAdvancedDeleteToBOL: TAction
      Category = 'Advanced'
      Caption = 'Delete to &BOL'
      Hint = 'Delete to BOL'
      OnExecute = actAdvancedDeleteToBOLExecute
    end
    object actAdvancedDeleteWord: TAction
      Category = 'Advanced'
      Caption = 'Delete &Word'
      Hint = 'Delete Word'
      ShortCut = 16468
      OnExecute = actAdvancedDeleteWordExecute
    end
    object actAdvancedSelectLine: TAction
      Category = 'Advanced'
      Caption = 'Select &Line'
      Hint = 'Select Line'
      OnExecute = actAdvancedSelectLineExecute
    end
    object actAdvancedSelectToEOL: TAction
      Category = 'Advanced'
      Caption = 'Select to &EOL'
      Hint = 'Select to EOL'
      OnExecute = actAdvancedSelectToEOLExecute
    end
    object actAdvancedSelectToBOL: TAction
      Category = 'Advanced'
      Caption = 'Select to &BOL'
      Hint = 'Select to BOL'
      OnExecute = actAdvancedSelectToBOLExecute
    end
    object actAdvancedSelectWord: TAction
      Category = 'Advanced'
      Caption = 'Select &Word'
      Hint = 'Select Word'
      OnExecute = actAdvancedSelectWordExecute
    end
    object actAdvancedJoinLines: TAction
      Category = 'Advanced'
      Caption = '&Join Lines'
      Hint = 'Join Lines'
      OnExecute = actAdvancedJoinLinesExecute
    end
    object actAdvancedSplitLine: TAction
      Category = 'Advanced'
      Caption = '&Split Line'
      Hint = 'Split Line'
      OnExecute = actAdvancedSplitLineExecute
    end
    object actAdvancedDuplicateLine: TAction
      Category = 'Advanced'
      Caption = '&Duplicate Line'
      Hint = 'Duplicate Line'
      OnExecute = actAdvancedDuplicateLineExecute
    end
    object actAdvancedFormatLines: TAction
      Category = 'Advanced'
      Caption = '&Format Lines'
      Hint = 'Format Lines'
      OnExecute = actAdvancedFormatLinesExecute
    end
    object actFindPrevLine: TAction
      Category = 'Find'
      Caption = '&Previous Line'
      Hint = 'Goto Previous Line'
      ImageIndex = 46
    end
    object actFindNextLine: TAction
      Category = 'Find'
      Caption = '&Next Line'
      Hint = 'Goto Next Line'
      ImageIndex = 45
    end
    object actFindFindInFiles: TAction
      Category = 'Find'
      Caption = 'Find &in Files'
      Hint = 'Find a String in Files'
      ImageIndex = 72
      OnExecute = actFindFindInFilesExecute
    end
    object actFileShowInExternalBrowser: TAction
      Category = 'File'
      Caption = 'Show in &External Browser'
      Hint = 'Show Current File in External Browser'
      ImageIndex = 28
      OnExecute = actFileShowInExternalBrowserExecute
    end
  end
  object imgMain: TImageList
    Left = 112
    Top = 200
    Bitmap = {
      494C010155005900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000007001000001002000000000000070
      0100000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -