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

📄 fmain.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Caption = '-'
      end
      object RecentFiles1: TMenuItem
        Caption = 'Recent Files'
        ImageIndex = 1
      end
      object N12: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Action = dmMain.actFileExit
      end
    end
    object Edit1: TMenuItem
      Caption = '&Edit'
      object Undo1: TMenuItem
        Action = dmMain.actEditUndo
      end
      object Redo1: TMenuItem
        Action = dmMain.actEditRedo
      end
      object N13: TMenuItem
        Caption = '-'
      end
      object Cut1: TMenuItem
        Action = dmMain.actEditCut
      end
      object AppendCut1: TMenuItem
        Action = dmMain.actEditAppendCut
      end
      object Copy1: TMenuItem
        Action = dmMain.actEditCopy
      end
      object AppendCopy1: TMenuItem
        Action = dmMain.actEditAppendCopy
      end
      object Paste1: TMenuItem
        Action = dmMain.actEditPaste
      end
      object Delete1: TMenuItem
        Action = dmMain.actEditDelete
      end
      object N17: TMenuItem
        Caption = '-'
      end
      object SelectAll1: TMenuItem
        Action = dmMain.actEditSelectAll
      end
      object N14: TMenuItem
        Caption = '-'
      end
      object Format1: TMenuItem
        Caption = '&Format'
        ImageIndex = 61
        object abstoSpaces1: TMenuItem
          Action = dmMain.actFormatTabsToSpaces
        end
        object SpacestoTabs1: TMenuItem
          Action = dmMain.actFormatSpacesToTabs
        end
        object N30: TMenuItem
          Caption = '-'
        end
        object LeadingtabstoSpaces1: TMenuItem
          Action = dmMain.actFormatLeadingTabsToSpaces
        end
        object LeadingSpacestoTabs1: TMenuItem
          Action = dmMain.actFormatLeadingSpacesToTabs
        end
        object N31: TMenuItem
          Caption = '-'
        end
        object OEMtoANSI1: TMenuItem
          Action = dmMain.actFormatOEMToAnsi
        end
        object AnsitoOEM1: TMenuItem
          Action = dmMain.actFormatAnsiToOEM
        end
        object N32: TMenuItem
          Caption = '-'
        end
        object rimtrailingSpaces1: TMenuItem
          Action = dmMain.actFormatTrimTrailingSpaces
        end
      end
      object Changecase1: TMenuItem
        Caption = 'C&hange case'
        ImageIndex = 67
        object Uppercase1: TMenuItem
          Action = dmMain.actCaseUpper
        end
        object Lowercase1: TMenuItem
          Action = dmMain.actCaseLower
        end
        object N33: TMenuItem
          Action = dmMain.actCaseInvert
        end
        object Capitalize1: TMenuItem
          Action = dmMain.actCaseCapitalize
        end
        object Sentinsize1: TMenuItem
          Action = dmMain.actCaseSentensize
        end
      end
      object Block1: TMenuItem
        Caption = '&Block'
        ImageIndex = 59
        object abRight1: TMenuItem
          Action = dmMain.actBlockTabRight
        end
        object abLeft1: TMenuItem
          Action = dmMain.actBlockTabLeft
        end
      end
      object Advanced1: TMenuItem
        Caption = '&Advanced'
        ImageIndex = 91
        object DeleteLines1: TMenuItem
          Action = dmMain.actAdvancedDeleteLines
        end
        object DeletetoEOL1: TMenuItem
          Action = dmMain.actAdvancedDeleteToBOL
        end
        object DeletetoEOL2: TMenuItem
          Action = dmMain.actAdvancedDeleteToEOL
        end
        object DeleteWord1: TMenuItem
          Action = dmMain.actAdvancedDeleteWord
        end
        object N35: TMenuItem
          Caption = '-'
          Hint = 'Delete Lines'
        end
        object SelectLine1: TMenuItem
          Action = dmMain.actAdvancedSelectLine
        end
        object SelecttoBOL1: TMenuItem
          Action = dmMain.actAdvancedSelectToBOL
        end
        object SelecttoEOL1: TMenuItem
          Action = dmMain.actAdvancedSelectToEOL
        end
        object SelectWord1: TMenuItem
          Action = dmMain.actAdvancedSelectWord
        end
        object N36: TMenuItem
          Caption = '-'
        end
        object Joinlines1: TMenuItem
          Action = dmMain.actAdvancedJoinLines
        end
        object Splitline1: TMenuItem
          Action = dmMain.actAdvancedSplitLine
        end
        object Duplicatelines1: TMenuItem
          Action = dmMain.actAdvancedDuplicateLine
        end
        object N37: TMenuItem
          Caption = '-'
        end
        object Formatlines1: TMenuItem
          Action = dmMain.actAdvancedFormatLines
        end
        object N29: TMenuItem
          Caption = '-'
        end
        object DeleteExtraLines1: TMenuItem
          Caption = '&Delete Extra Lines'
          OnClick = DeleteExtraLines1Click
        end
      end
      object LineBreak1: TMenuItem
        Caption = 'Line &Break'
        ImageIndex = 62
        object DosWindows1: TMenuItem
          Tag = 1
          AutoCheck = True
          Caption = '&Dos/Windows'
          ImageIndex = 65
          OnClick = Macintosh1Click
        end
        object Unix1: TMenuItem
          Tag = 2
          AutoCheck = True
          Caption = '&Unix'
          ImageIndex = 64
          OnClick = Macintosh1Click
        end
        object Macintosh1: TMenuItem
          Tag = 3
          AutoCheck = True
          Caption = '&Macintosh'
          ImageIndex = 63
          OnClick = Macintosh1Click
        end
      end
      object N18: TMenuItem
        Caption = '-'
      end
      object HexEdit1: TMenuItem
        Action = dmMain.actEditHex
      end
      object N28: TMenuItem
        Caption = '-'
      end
      object CheckSpelling1: TMenuItem
        Action = dmMain.actEditCheckSpelling
      end
      object DateTime1: TMenuItem
        Caption = '&Insert Date && Time'
        OnClick = DateTime1Click
      end
      object InsertfromFile1: TMenuItem
        Caption = '&Insert from File'
        OnClick = InsertfromFile1Click
      end
      object N16: TMenuItem
        Caption = '-'
      end
      object Modified1: TMenuItem
        Action = dmMain.actEditModified
        AutoCheck = True
      end
      object Readonly1: TMenuItem
        Action = dmMain.actEditReadOnly
        AutoCheck = True
      end
    end
    object Search1: TMenuItem
      Caption = '&Search'
      object Find1: TMenuItem
        Action = dmMain.actFindFind
      end
      object FindNext1: TMenuItem
        Action = dmMain.actFindNext
      end
      object FindPrevious1: TMenuItem
        Action = dmMain.actFindPrevious
      end
      object Replace1: TMenuItem
        Action = dmMain.actFindReplace
      end
      object N19: TMenuItem
        Caption = '-'
      end
      object ShowResults1: TMenuItem
        Caption = '&Show Results'
        OnClick = ShowResults1Click
      end
      object FindInFiles1: TMenuItem
        Action = dmMain.actFindFindInFiles
      end
      object N20: TMenuItem
        Caption = '-'
      end
      object GotoLine1: TMenuItem
        Action = dmMain.actFindGoto
      end
      object N21: TMenuItem
        Caption = '-'
      end
      object toggleBookmark1: TMenuItem
        Caption = '&Toggle Bookmark'
        ImageIndex = 47
        object oggleBookmark1: TMenuItem
          Action = dmMain.actToggle0
          AutoCheck = True
        end
        object oggleBookmark2: TMenuItem
          Tag = 1
          Action = dmMain.actToggle1
          AutoCheck = True
        end
        object oggleBookmark3: TMenuItem
          Tag = 2
          Action = dmMain.actToggle2
          AutoCheck = True
        end
        object oggleBookmark4: TMenuItem
          Tag = 3
          Action = dmMain.actToggle3
          AutoCheck = True
        end
        object oggleBookmark5: TMenuItem
          Tag = 4
          Action = dmMain.actToggle4
          AutoCheck = True
        end
        object oggleBookmark6: TMenuItem
          Tag = 5
          Action = dmMain.actToggle5
          AutoCheck = True
        end
        object oggleBookmark7: TMenuItem
          Tag = 6
          Action = dmMain.actToggle6
          AutoCheck = True
        end
        object oggleBookmark8: TMenuItem
          Tag = 7
          Action = dmMain.actToggle7
          AutoCheck = True
        end
        object oggleBookmark9: TMenuItem
          Tag = 8
          Action = dmMain.actToggle8
          AutoCheck = True
        end
        object oggleBookmark10: TMenuItem
          Tag = 9
          Action = dmMain.actToggle9
          AutoCheck = True
        end
      end
      object NextBookmark1: TMenuItem
        Caption = 'Goto Bookmark'
        ImageIndex = 83
        object oggleBookmark01: TMenuItem
          Action = dmMain.actGoto0
        end
        object oggleBookmark11: TMenuItem
          Tag = 1
          Action = dmMain.actGoto1
        end
        object oggleBookmark21: TMenuItem
          Tag = 2
          Action = dmMain.actGoto2
        end
        object oggleBookmark31: TMenuItem
          Tag = 3
          Action = dmMain.actGoto3
        end
        object oggleBookmark41: TMenuItem
          Tag = 4
          Action = dmMain.actGoto4
        end
        object oggleBookmark51: TMenuItem
          Tag = 5
          Action = dmMain.actGoto5
        end
        object oggleBookmark61: TMenuItem
          Tag = 6
          Action = dmMain.actGoto6
        end
        object oggleBookmark71: TMenuItem
          Tag = 7
          Action = dmMain.actGoto7
        end
        object oggleBookmark81: TMenuItem
          Tag = 8
          Action = dmMain.actGoto8
        end
        object oggleBookmark91: TMenuItem
          Tag = 9
          Action = dmMain.actGoto9
        end
      end
      object ClearBookmarks1: TMenuItem
        Caption = '&Clear Bookmarks'
        ImageIndex = 48
        OnClick = ClearBookmarks1Click
      end
      object N22: TMenuItem
        Caption = '-'
      end
      object NextLine1: TMenuItem
        Caption = '&Next Line'
        Hint = 'Goto Next Line'
        ImageIndex = 45
        OnClick = NextLine1Click
      end
      object PreviousLine1: TMenuItem
        Caption = '&Previous Line'
        Hint = 'Goto Previous Line'
        ImageIndex = 46
        OnClick = PreviousLine1Click
      end
    end
    object View1: TMenuItem
      Caption = '&View'
      object cEditPrefrences1: TMenuItem
        Action = dmMain.actViewPrefrences
      end
      object N23: TMenuItem
        Caption = '-'
      end
      object Windows1: TMenuItem
        Caption = '&Windows'
        object FileView1: TMenuItem
          Caption = '&File View'
          OnClick = FileView1Click
        end
        object QuickTags1: TMenuItem
          Caption = '&Quick Tags'
          OnClick = QuickTags1Click
        end
        object ProjectView1: TMenuItem
          Caption = '&Project View'
          OnClick = ProjectView1Click
        end
        object SnippetsView1: TMenuItem
          Caption = '&Snippets View'
          OnClick = SnippetsView1Click
        end
        object QuickFTP1: TMenuItem
          Caption = 'Quick FTP'
          OnClick = QuickFTP1Click
        end
        object DebugOutput1: TMenuItem
          Caption = '-'
        end
        object DebugOutput2: TMenuItem
          Caption = '&Debug Output'
          OnClick = DebugOutput2Click
        end
        object FindInFiles2: TMenuItem
          Caption = '&Find In Files'
          OnClick = FindInFiles2Click
        end
      end
      object oolbars1: TMenuItem
        Caption = '&Toolbars'
        object Main1: TMenuItem
          Caption = '&Main'
          OnClick = Main1Click
        end
        object Standard1: TMenuItem
          Caption = '&Standard'

⌨️ 快捷键说明

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