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

📄 fmain.dfm.bak

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 BAK
📖 第 1 页 / 共 4 页
字号:
    TabOrder = 6
    Wrapable = False
  end
  object tbMacros: TToolBar
    Tag = 1
    Left = 144
    Top = 216
    Width = 273
    Height = 25
    Align = alNone
    Caption = 'Macros'
    DragKind = dkDock
    DragMode = dmAutomatic
    EdgeBorders = []
    Flat = True
    Images = dmMain.imgMain
    ParentShowHint = False
    ShowHint = True
    TabOrder = 7
    Wrapable = False
    object tbbMac1: TToolButton
      Tag = 1
      Left = 0
      Top = 0
      Caption = 'tbbMac1'
      ImageIndex = 31
      OnClick = tbbMac1Click
    end
    object tbbMac2: TToolButton
      Tag = 2
      Left = 23
      Top = 0
      Caption = 'tbbMac2'
      ImageIndex = 32
      OnClick = tbbMac1Click
    end
    object tbbMac3: TToolButton
      Tag = 3
      Left = 46
      Top = 0
      Caption = 'tbbMac3'
      ImageIndex = 33
      OnClick = tbbMac1Click
    end
    object tbbMac4: TToolButton
      Tag = 4
      Left = 69
      Top = 0
      Caption = 'tbbMac4'
      ImageIndex = 34
      OnClick = tbbMac1Click
    end
    object tbbMac5: TToolButton
      Tag = 5
      Left = 92
      Top = 0
      Caption = 'tbbMac5'
      ImageIndex = 35
      OnClick = tbbMac1Click
    end
    object tbbMac6: TToolButton
      Tag = 6
      Left = 115
      Top = 0
      Caption = 'tbbMac6'
      ImageIndex = 36
      OnClick = tbbMac1Click
    end
    object tbbMac7: TToolButton
      Tag = 7
      Left = 138
      Top = 0
      Caption = 'tbbMac7'
      ImageIndex = 37
      OnClick = tbbMac1Click
    end
    object tbbMac8: TToolButton
      Tag = 8
      Left = 161
      Top = 0
      Caption = 'tbbMac8'
      ImageIndex = 38
      OnClick = tbbMac1Click
    end
    object tbbMac9: TToolButton
      Left = 184
      Top = 0
      Caption = 'tbbMac9'
      ImageIndex = 39
      OnClick = tbbMac1Click
    end
    object tbbMac10: TToolButton
      Left = 207
      Top = 0
      Caption = 'tbbMac10'
      ImageIndex = 40
      OnClick = tbbMac1Click
    end
    object ToolButton18: TToolButton
      Left = 230
      Top = 0
      Width = 8
      Caption = 'ToolButton18'
      ImageIndex = 50
      Style = tbsSeparator
    end
    object tbbMacRec: TToolButton
      Left = 238
      Top = 0
      Caption = 'tbbMacRec'
      ImageIndex = 51
      Style = tbsCheck
      OnClick = tbbMacRecClick
    end
  end
  object ctrlTab: TControlBar
    Left = 0
    Top = 52
    Width = 790
    Height = 27
    Align = alTop
    AutoSize = True
    BevelInner = bvNone
    BevelKind = bkNone
    RowSnap = False
    TabOrder = 8
    OnBandMove = ctrlTabBandMove
    OnGetSiteInfo = ctrlTabGetSiteInfo
    object pnlMDITabs: TPanel
      Tag = 2
      Left = 11
      Top = 2
      Width = 371
      Height = 23
      BevelOuter = bvNone
      Caption = 'MDI Tabs'
      UseDockManager = False
      DragKind = dkDock
      DragMode = dmAutomatic
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object tcFiles: TTabControl
        Tag = 30
        Left = 0
        Top = 0
        Width = 371
        Height = 23
        Align = alClient
        OwnerDraw = True
        ParentShowHint = False
        ShowHint = False
        Style = tsButtons
        TabOrder = 0
        TabStop = False
        OnChange = tcFilesChange
        OnDrawTab = tcFilesDrawTab
      end
    end
  end
  object dpBottom: TDockPanel
    Left = 0
    Top = 485
    Width = 790
    Height = 20
    Align = alBottom
    BevelOuter = bvNone
    DockSite = True
    TabOrder = 9
    OnGetSiteInfo = dpBottomGetSiteInfo
    TabPosition = tpTop
  end
  object dlgFileSave: TSaveDialog
    Left = 280
    Top = 456
  end
  object mxPlugin: TmxPluginLoader
    EnabledTypes = [ptSmall, ptNormal]
    Version = '1.56'
    Extension = 'MAX'
    OnNewAction = mxPluginNewAction
    Left = 312
    Top = 456
  end
  object dlgFileOpen: TOpenDialog
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 184
    Top = 488
  end
  object popNew: TPopupMenu
    Left = 96
    Top = 488
  end
  object mnuMain: TMainMenu
    Left = 128
    Top = 488
    object File1: TMenuItem
      Caption = '&File'
      object NewDocument1: TMenuItem
        Caption = '&New Document'
        ImageIndex = 0
        ShortCut = 16462
      end
      object OpenDocument1: TMenuItem
        Caption = '&Open Document'
        ImageIndex = 1
        ShortCut = 16463
      end
      object OpenFromInternet1: TMenuItem
        Caption = 'Open From &Internet'
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object CloseDocument1: TMenuItem
        Caption = '&Close Document'
        ImageIndex = 2
      end
      object CloseAllOpenDocuments1: TMenuItem
        Caption = 'Close &All Open Documents'
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object SaveDocument1: TMenuItem
        Caption = '&Save Document'
        ImageIndex = 3
        ShortCut = 16467
      end
      object SaveDocumentAs1: TMenuItem
        Caption = 'Save &Document As'
        ImageIndex = 5
        ShortCut = 123
      end
      object SaveAllOpenDocuments1: TMenuItem
        Caption = 'Save &All Open Documents'
        ImageIndex = 4
        ShortCut = 16507
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object ShowFileInBrowser1: TMenuItem
        Caption = '&Show File In Browser'
        ImageIndex = 34
      end
      object N7: TMenuItem
        Caption = '-'
      end
      object Export1: TMenuItem
        Caption = '&Export'
        object ExportToHTML1: TMenuItem
          Caption = 'Export To &HTML'
        end
        object ExporttoRTF1: TMenuItem
          Caption = '&Export to RTF'
        end
      end
      object N8: TMenuItem
        Caption = '-'
      end
      object FTP1: TMenuItem
        Caption = '&FTP'
        object OpenFromFTP1: TMenuItem
          Caption = '&Open From FTP'
          ImageIndex = 28
        end
        object SaveToFTP1: TMenuItem
          Caption = '&Save To FTP'
          ImageIndex = 3
        end
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object PrintSetup1: TMenuItem
        Caption = '&Print Setup'
        ImageIndex = 26
      end
      object Print1: TMenuItem
        Caption = 'Print'
        ImageIndex = 6
        ShortCut = 16464
      end
      object N10: TMenuItem
        Caption = '-'
      end
      object DocumentProperties1: TMenuItem
        Caption = '&Document Properties'
        ImageIndex = 15
      end
      object N11: TMenuItem
        Caption = '-'
      end
      object RecentFiles1: TMenuItem
        Caption = 'Recent Files'
        object TMenuItem
        end
      end
      object N12: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = '&Exit'
      end
    end
    object Edit1: TMenuItem
      Caption = '&Edit'
      object Undo1: TMenuItem
        Caption = '&Undo'
        ImageIndex = 9
        ShortCut = 16474
      end
      object Redo1: TMenuItem
        Caption = '&Redo'
        ImageIndex = 10
        ShortCut = 16473
      end
      object N13: TMenuItem
        Caption = '-'
      end
      object Cut1: TMenuItem
        Caption = '&Cut'
        ImageIndex = 11
        ShortCut = 16472
        OnClick = Cut1Click
      end
      object AppendCut1: TMenuItem
        Caption = 'Append C&ut'
        ImageIndex = 88
        ShortCut = 24664
      end
      object Copy1: TMenuItem
        Caption = '&Copy'
        ImageIndex = 12
        ShortCut = 16451
      end
      object AppendCopy1: TMenuItem
        Caption = 'Append &Copy'
        ImageIndex = 87
        ShortCut = 24643
      end
      object Paste1: TMenuItem
        Caption = '&Paste'
        ImageIndex = 13
        ShortCut = 16470
      end
      object Delete1: TMenuItem
        Caption = '&Delete'
        ImageIndex = 14
      end
      object N17: TMenuItem
        Caption = '-'
      end
      object SelectAll1: TMenuItem
        Caption = '&Select All'
        ShortCut = 16449
      end
      object N14: TMenuItem
        Caption = '-'
      end
      object Format1: TMenuItem
        Caption = '&Format'
        ImageIndex = 78
        object abstoSpaces1: TMenuItem
          Caption = '&Tabs to Spaces'
        end
        object SpacestoTabs1: TMenuItem
          Caption = '&Spaces to Tabs'
        end
        object N30: TMenuItem
          Caption = '-'
        end
        object LeadingtabstoSpaces1: TMenuItem
          Caption = '&Leading tabs to Spaces'
        end
        object LeadingSpacestoTabs1: TMenuItem
          Caption = 'Leading Spaces to T&abs'
        end
        object N31: TMenuItem
          Caption = '-'
        end
        object OEMtoANSI1: TMenuItem
          Caption = '&OEM to Ansi'
        end
        object AnsitoOEM1: TMenuItem
          Caption = '&Ansi to OEM'
        end
        object N32: TMenuItem
          Caption = '-'
        end
        object rimtrailingSpaces1: TMenuItem
          Caption = 'T&rim trailing Spaces'
        end
      end
      object Changecase1: TMenuItem
        Caption = 'C&hange case'
        ImageIndex = 77
        object Uppercase1: TMenuItem
          Caption = '&Upper case'
          ImageIndex = 77
        end
        object Lowercase1: TMenuItem
          Caption = '&Lower case'
          ImageIndex = 84
        end
        object N33: TMenuItem
          Caption = '&Invert case'
          ImageIndex = 77
        end
        object Capitalize1: TMenuItem
          Caption = 'Capitalize'
          ImageIndex = 83
        end
        object Sentinsize1: TMenuItem
          Caption = 'Sentensize'
        end
      end
      object Block1: TMenuItem
        Caption = '&Block'

⌨️ 快捷键说明

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