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

📄 main.dfm

📁 一个用C++Builder写的XML编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
    end
    object ToolButtonExpand: TToolButton
      Left = 308
      Top = 2
      Hint = #23637#24320
      Caption = 'ToolButtonExpand'
      ImageIndex = 14
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButtonExpandClick
      OnMouseMove = ToolButtonExpandMouseMove
    end
    object ToolButtonCollapse: TToolButton
      Left = 331
      Top = 2
      Hint = #25910#32553
      Caption = 'ToolButtonCollapse'
      ImageIndex = 15
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButtonCollapseClick
      OnMouseMove = ToolButtonCollapseMouseMove
    end
    object ToolButton22: TToolButton
      Left = 354
      Top = 2
      Width = 8
      Caption = 'ToolButton22'
      ImageIndex = 18
      Style = tbsSeparator
    end
    object ToolButtonHelp: TToolButton
      Left = 362
      Top = 2
      Hint = #24110#21161
      Caption = 'ToolButtonHelp'
      ImageIndex = 18
      ParentShowHint = False
      ShowHint = True
      OnMouseMove = ToolButtonHelpMouseMove
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 37
    Width = 327
    Height = 412
    Caption = 'XML'#32467#28857
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object TreeViewXML: TTreeView
      Left = 8
      Top = 14
      Width = 311
      Height = 391
      Indent = 19
      RightClickSelect = True
      TabOrder = 0
      OnChange = TreeViewXMLChange
      OnMouseUp = TreeViewXMLMouseUp
    end
  end
  object GroupBox2: TGroupBox
    Left = 352
    Top = 39
    Width = 337
    Height = 411
    Caption = #23646#24615
    DragMode = dmAutomatic
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object ValueListEditorValue: TValueListEditor
      Left = 8
      Top = 16
      Width = 321
      Height = 386
      Enabled = False
      KeyOptions = [keyUnique]
      TabOrder = 0
      TitleCaptions.Strings = (
        #38190
        #20540
        '')
      OnKeyUp = ValueListEditorValueKeyUp
      ColWidths = (
        150
        165)
    end
  end
  object XMLDocumentToEdit: TXMLDocument
    Options = [doNodeAutoCreate, doAttrNull, doAutoPrefix, doNamespaceDecl, doAutoSave]
    Left = 312
    Top = 80
    DOMVendorDesc = 'MSXML'
  end
  object OpenDialogFile: TOpenDialog
    Filter = '*.xml|*.xml|*.Tap|*.Tap|*.*|*.*'
    Left = 312
    Top = 128
  end
  object MainMenuMain: TMainMenu
    Left = 312
    Top = 40
    object MenuFile: TMenuItem
      AutoHotkeys = maManual
      Caption = #25991#20214'(&F)'
      object MenuFileNew: TMenuItem
        Caption = #26032#24314
        ShortCut = 16462
      end
      object MenuFileOpen: TMenuItem
        Caption = #25171#24320
        ShortCut = 16463
        OnClick = ToolButtonOpenClick
      end
      object MenuFileCloseFile: TMenuItem
        Caption = #20851#38381#25991#20214
        OnClick = MenuFileCloseFileClick
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object MenuFileSave: TMenuItem
        Caption = #20445#23384
        ShortCut = 16467
        OnClick = ToolButtonSaveClick
      end
      object MenuFileSaveAs: TMenuItem
        Caption = #21478#23384#20026
        OnClick = MenuFileSaveAsClick
      end
      object N12: TMenuItem
        Caption = '-'
      end
      object MenuFileRecent: TMenuItem
        Caption = #26368#36817#25171#24320#30340#25991#20214
        Enabled = False
      end
      object N14: TMenuItem
        Caption = '-'
      end
      object MenuFileClose: TMenuItem
        Caption = #20851#38381
        OnClick = MenuFileCloseClick
      end
    end
    object MenuEdit: TMenuItem
      AutoHotkeys = maManual
      Caption = #32534#36753'(&E)'
      object MenuEditCut: TMenuItem
        Caption = #21098#36148
        ShortCut = 16472
        OnClick = PopupMenuCutClick
      end
      object MenuEditCopy: TMenuItem
        Caption = #22797#21046
        ShortCut = 16451
        OnClick = PopupMenuCopyClick
      end
      object MenuEditPaste: TMenuItem
        Caption = #31896#36148
        ShortCut = 16464
        OnClick = PopupMenuPasteClick
      end
      object N20: TMenuItem
        Caption = '-'
      end
      object MenuEditClear: TMenuItem
        Caption = #28165#38500
        ShortCut = 46
        OnClick = MenuEditClearClick
      end
      object MenuEditRenNode: TMenuItem
        Caption = #26356#25913#32467#28857#21517#23383
        OnClick = PopupMenuRenNodeClick
      end
      object MenuEditRenAttrib: TMenuItem
        AutoCheck = True
        Caption = #26356#25913#23646#24615#21517#23383
        OnClick = MenuEditRenAttribClick
      end
      object N23: TMenuItem
        Caption = '-'
      end
      object MenuEditFind: TMenuItem
        Caption = #26597#25214
        Enabled = False
        ShortCut = 16454
        OnClick = ToolButtonFindClick
      end
    end
    object MenuView: TMenuItem
      AutoHotkeys = maManual
      Caption = #35270#22270'(&V)'
      object MenuViewSource: TMenuItem
        Caption = #28304#30721
        OnClick = MenuViewSourceClick
      end
      object MenuViewPreview: TMenuItem
        Caption = #39044#35272
        OnClick = ToolButtonProviewClick
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object MenuViewExpand: TMenuItem
        Caption = #23637#24320
        OnClick = ToolButtonExpandClick
      end
      object MenuViewCollapse: TMenuItem
        Caption = #25910#32553
        OnClick = ToolButtonCollapseClick
      end
    end
    object MenuIns: TMenuItem
      AutoHotkeys = maManual
      Caption = #25554#20837'(&I)'
      object MenuInsElement: TMenuItem
        Caption = #20803#32032
        OnClick = PopupMenuInsElementClick
      end
      object MenuInsAttrib: TMenuItem
        Caption = #23646#24615
        OnClick = PopupMenuInsAttribClick
      end
    end
    object MenuHelp: TMenuItem
      AutoHotkeys = maManual
      Caption = #24110#21161'(&H)'
      object MenuHelpContent: TMenuItem
        Caption = #20869#23481
        ShortCut = 112

⌨️ 快捷键说明

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