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

📄 main.dfm.svn-base

📁 支持自定义语法高亮显示的编辑器控件
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
object MainForm: TMainForm
  Left = 328
  Top = 215
  Width = 696
  Height = 480
  Caption = 'Code completion/ code insight demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object LeftSplitter: TSplitter
    Left = 41
    Top = 59
    Width = 3
    Height = 348
    Cursor = crHSplit
    Visible = False
  end
  object TabPanel: TPanel
    Left = 0
    Top = 33
    Width = 688
    Height = 26
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    Visible = False
    object TabControl: TTabControl
      Left = 0
      Top = 0
      Width = 611
      Height = 26
      Align = alClient
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'Default'
      Font.Style = [fsBold]
      ParentFont = False
      Style = tsButtons
      TabOrder = 0
      OnChange = TabControlChange
    end
    object ToolBar1: TToolBar
      Left = 611
      Top = 0
      Width = 77
      Height = 26
      Align = alRight
      BorderWidth = 1
      ButtonHeight = 20
      Caption = 'ToolBar1'
      EdgeBorders = [ebLeft, ebTop, ebBottom]
      EdgeOuter = esNone
      Flat = True
      TabOrder = 1
      object btnBackward: TToolButton
        Left = 0
        Top = 0
        Caption = 'btnBackward'
        Enabled = False
        ImageIndex = 0
        Style = tbsDropDown
      end
      object btnForward: TToolButton
        Left = 36
        Top = 0
        Caption = 'btnForward'
        Enabled = False
        ImageIndex = 1
        Style = tbsDropDown
      end
    end
  end
  object LeftPanel: TPanel
    Left = 0
    Top = 59
    Width = 41
    Height = 348
    Align = alLeft
    DockSite = True
    TabOrder = 1
    OnDockDrop = LeftPanelDockDrop
    OnDockOver = LeftPanelDockOver
    OnUnDock = LeftPanelUnDock
  end
  object ToolBar: TToolBar
    Left = 0
    Top = 0
    Width = 688
    Height = 33
    BorderWidth = 1
    ButtonWidth = 24
    Color = clBtnFace
    Flat = True
    Images = Images
    Indent = 5
    ParentColor = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Wrapable = False
    object ToolButton9: TToolButton
      Left = 5
      Top = 0
      Action = FileNewAction
    end
    object ToolButton1: TToolButton
      Left = 29
      Top = 0
      Action = FileOpenAction
    end
    object ToolButton2: TToolButton
      Left = 53
      Top = 0
      Action = FileSaveAction
    end
    object ToolButton12: TToolButton
      Left = 77
      Top = 0
      Action = FileSaveAllAction
    end
    object ToolButton3: TToolButton
      Left = 101
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton28: TToolButton
      Left = 117
      Top = 0
      Action = EditUndo
    end
    object ToolButton32: TToolButton
      Left = 141
      Top = 0
      Action = EditRedo
    end
    object ToolButton22: TToolButton
      Left = 165
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton25: TToolButton
      Left = 181
      Top = 0
      Action = EditCut
    end
    object ToolButton26: TToolButton
      Left = 205
      Top = 0
      Action = EditCopy
    end
    object ToolButton27: TToolButton
      Left = 229
      Top = 0
      Action = EditPaste
    end
    object ToolButton7: TToolButton
      Left = 253
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton23: TToolButton
      Left = 269
      Top = 0
      Action = FindAction
    end
    object ToolButton30: TToolButton
      Left = 293
      Top = 0
      Action = ReplaceAction
    end
    object ToolButton31: TToolButton
      Left = 317
      Top = 0
      Action = GotoLineAction
    end
    object ToolButton4: TToolButton
      Left = 341
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton8: TToolButton
      Left = 357
      Top = 0
      Action = WindowCascadeAction
    end
    object ToolButton10: TToolButton
      Left = 381
      Top = 0
      Action = WindowTileHorizontalAction
    end
    object ToolButton11: TToolButton
      Left = 405
      Top = 0
      Action = WindowTileVerticalAction
    end
    object ToolButton24: TToolButton
      Left = 429
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton35: TToolButton
      Left = 445
      Top = 0
      Action = ToolEnvOptions
    end
    object ToolButton29: TToolButton
      Left = 469
      Top = 0
      Width = 16
      Action = Separator
      Style = tbsSeparator
    end
    object ToolButton5: TToolButton
      Left = 485
      Top = 0
      Action = HelpAboutAction
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 407
    Width = 688
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 100
      end
      item
        Width = 100
      end>
    SimplePanel = False
  end
  object ActionList1: TActionList
    Images = Images
    Left = 72
    Top = 200
    object FileNewAction: TAction

⌨️ 快捷键说明

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