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

📄 ide.dfm

📁 嵌入式IDE
💻 DFM
字号:
object IdeForm: TIdeForm
  Left = 261
  Top = 136
  Width = 716
  Height = 544
  Caption = 'Embedded IDE'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ControlBar: TControlBar
    Left = 0
    Top = 0
    Width = 708
    Height = 52
    Align = alTop
    AutoSize = True
    BevelKind = bkNone
    DragKind = dkDock
    TabOrder = 0
    OnDockOver = ControlBarDockOver
    object MenuToolBar: TToolBar
      Left = 11
      Top = 2
      Width = 350
      Height = 22
      Align = alClient
      AutoSize = True
      ButtonHeight = 20
      ButtonWidth = 31
      Caption = 'MenuToolBar'
      EdgeBorders = []
      Flat = True
      Menu = MainMenu
      ShowCaptions = True
      TabOrder = 0
      Wrapable = False
    end
    object ExecuteToolBar: TToolBar
      Left = 304
      Top = 28
      Width = 125
      Height = 22
      AutoSize = True
      Caption = 'Execute'
      Customizable = True
      DockSite = True
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      Flat = True
      TabOrder = 1
      object SpeedButton1: TSpeedButton
        Left = 0
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton2: TSpeedButton
        Left = 23
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton3: TSpeedButton
        Left = 46
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton4: TSpeedButton
        Left = 69
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton5: TSpeedButton
        Left = 92
        Top = 0
        Width = 23
        Height = 22
        OnClick = SpeedButton5Click
      end
    end
    object SearchToolBar: TToolBar
      Left = 166
      Top = 28
      Width = 125
      Height = 22
      AutoSize = True
      Caption = 'Search'
      Customizable = True
      DockSite = True
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      Flat = True
      TabOrder = 2
      object SpeedButton6: TSpeedButton
        Left = 0
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton7: TSpeedButton
        Left = 23
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton8: TSpeedButton
        Left = 46
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton9: TSpeedButton
        Left = 69
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton10: TSpeedButton
        Left = 92
        Top = 0
        Width = 23
        Height = 22
      end
    end
    object HelpToolBar: TToolBar
      Left = 442
      Top = 28
      Width = 62
      Height = 22
      AutoSize = True
      Caption = 'Help'
      Customizable = True
      DockSite = True
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      Flat = True
      TabOrder = 3
      object SpeedButton11: TSpeedButton
        Left = 0
        Top = 0
        Width = 23
        Height = 22
        OnClick = SpeedButton11Click
      end
      object SpeedButton12: TSpeedButton
        Left = 23
        Top = 0
        Width = 23
        Height = 22
        OnClick = SpeedButton12Click
      end
    end
    object StandardToolBar: TToolBar
      Left = 11
      Top = 28
      Width = 126
      Height = 22
      AutoSize = True
      Caption = 'Standard'
      Customizable = True
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      Flat = True
      TabOrder = 4
      object SpeedButton16: TSpeedButton
        Left = 0
        Top = 0
        Width = 23
        Height = 22
        OnClick = SpeedButton16Click
      end
      object SpeedButton17: TSpeedButton
        Left = 23
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton18: TSpeedButton
        Left = 46
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton19: TSpeedButton
        Left = 69
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton20: TSpeedButton
        Left = 92
        Top = 0
        Width = 23
        Height = 22
      end
    end
    object ToolBar1: TToolBar
      Left = 374
      Top = 2
      Width = 196
      Height = 22
      AutoSize = True
      Caption = 'Help'
      Customizable = True
      DockSite = True
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      Flat = True
      TabOrder = 5
      object ComboBoxOpenedFile: TComboBox
        Left = 0
        Top = 1
        Width = 145
        Height = 20
        BevelInner = bvNone
        BevelKind = bkFlat
        BevelOuter = bvRaised
        Style = csDropDownList
        DropDownCount = 16
        ItemHeight = 12
        ItemIndex = 0
        PopupMenu = PopupMenu
        TabOrder = 0
        TabStop = False
        Text = '<None>'
        OnChange = ComboBoxOpenedFileChange
        Items.Strings = (
          '<None>')
      end
      object SpeedButton13: TSpeedButton
        Left = 145
        Top = 0
        Width = 23
        Height = 22
      end
      object SpeedButton14: TSpeedButton
        Left = 168
        Top = 0
        Width = 23
        Height = 22
      end
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 498
    Width = 708
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object WorkAreaPanel: TPanel
    Left = 0
    Top = 52
    Width = 708
    Height = 446
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object LeftSplitter: TSplitter
      Left = 0
      Top = 0
      Width = 4
      Height = 442
      Cursor = crHSplit
      OnCanResize = LeftSplitterCanResize
    end
    object BottomSplitter: TSplitter
      Left = 0
      Top = 442
      Width = 708
      Height = 4
      Cursor = crVSplit
      Align = alBottom
      OnCanResize = BottomSplitterCanResize
    end
    object RightSplitter: TSplitter
      Left = 704
      Top = 0
      Width = 4
      Height = 442
      Cursor = crHSplit
      Align = alRight
      OnCanResize = RightSplitterCanResize
    end
    object BottomDockPanel: TPanel
      Left = 0
      Top = 442
      Width = 708
      Height = 0
      Align = alBottom
      BevelOuter = bvNone
      DockSite = True
      TabOrder = 0
      OnDockDrop = BottomDockPanelDockDrop
      OnDockOver = BottomDockPanelDockOver
      OnGetSiteInfo = BottomDockPanelGetSiteInfo
      OnUnDock = BottomDockPanelUnDock
    end
    object LeftDockPanel: TPanel
      Left = 4
      Top = 0
      Width = 0
      Height = 442
      Align = alLeft
      BevelOuter = bvNone
      DockSite = True
      TabOrder = 1
      OnDockDrop = LeftDockPanelDockDrop
      OnDockOver = LeftDockPanelDockOver
      OnGetSiteInfo = LeftDockPanelGetSiteInfo
      OnUnDock = LeftDockPanelUnDock
    end
    object RightDockPanel: TPanel
      Left = 704
      Top = 0
      Width = 0
      Height = 442
      Align = alRight
      BevelOuter = bvNone
      DockSite = True
      TabOrder = 2
      OnDockDrop = RightDockPanelDockDrop
      OnDockOver = RightDockPanelDockOver
      OnGetSiteInfo = RightDockPanelGetSiteInfo
      OnUnDock = RightDockPanelUnDock
    end
    object Panel1: TPanel
      Left = 4
      Top = 0
      Width = 700
      Height = 442
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 3
      object Bevel: TBevel
        Left = 0
        Top = 0
        Width = 700
        Height = 3
        Align = alTop
        Shape = bsSpacer
        Style = bsRaised
      end
      object EditorPageControl: TPageControl
        Left = 0
        Top = 3
        Width = 700
        Height = 439
        Align = alClient
        DragKind = dkDock
        PopupMenu = PopupMenu
        TabOrder = 0
        TabPosition = tpBottom
        OnChange = EditorPageControlChange
      end
    end
  end
  object MainMenu: TMainMenu
    AutoMerge = True
    Left = 16
    Top = 288
    object FileMenu: TMenuItem
      AutoHotkeys = maAutomatic
      Caption = #25991#20214
      object NewFile: TMenuItem
        Caption = #26032#24314
      end
      object OpenFile: TMenuItem
        Caption = #25171#24320'...'
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object SaveFile: TMenuItem
        Caption = #20445#23384
      end
      object SaveAsFile: TMenuItem
        Caption = #21478#23384#20026'...'
      end
      object SaveAllFile: TMenuItem
        Caption = #20840#37096#20445#23384
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object ExportFile: TMenuItem
        Caption = #23548#20986
        object ExportToHtml: TMenuItem
          Caption = 'HTML '#26684#24335
        end
        object ExportToRtf: TMenuItem
          Caption = 'RTF '#26684#24335
        end
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object OpenLastProject: TMenuItem
        Caption = #26368#36817#25171#24320#30340#24037#31243
        object N5: TMenuItem
          Caption = '-'
        end
      end
      object OpenLastFile: TMenuItem
        Caption = #26368#36817#25171#24320#30340#25991#20214
        object N6: TMenuItem
          Caption = '-'
        end
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object ExitMenu: TMenuItem
        Caption = #36864#20986
        ShortCut = 32883
      end
    end
    object EditMenu: TMenuItem
      Caption = #32534#36753
      object Undo: TMenuItem
        Caption = #25764#38144
      end
      object Redo: TMenuItem
        Caption = #37325#22797
      end
      object N7: TMenuItem
        Caption = '-'
      end
      object Cut: TMenuItem
        Caption = #21098#20999
      end
      object Copy: TMenuItem
        Caption = #22797#21046
      end
      object Paste: TMenuItem
        Caption = #31896#36148
      end
      object Delete: TMenuItem
        Caption = #21024#38500
      end
      object N12: TMenuItem
        Caption = '-'
      end
      object SelectAll: TMenuItem
        Caption = #20840#37096#36873#23450
      end
      object ColumnSelection: TMenuItem
        Caption = #21015#25805#20316#27169#24335
      end
    end
    object SearchMenu: TMenuItem
      Caption = #25628#32034
      object Find: TMenuItem
        Caption = #26597#25214
      end
      object FindInFile: TMenuItem
        Caption = #22312#25991#20214#20013#26597#25214
      end
      object FindNext: TMenuItem
        Caption = #26597#25214#19979#19968#20010
      end
      object FindPrevious: TMenuItem
        Caption = #26597#25214#19978#19968#20010
      end
      object Replace: TMenuItem
        Caption = #26367#25442
      end
      object N14: TMenuItem
        Caption = '-'
      end
      object GotoLine: TMenuItem
        Caption = #21040#25351#23450#34892'...'
      end
      object N16: TMenuItem
        Caption = '-'
      end
      object ToggleBookmark: TMenuItem
        Caption = #35774#32622#20070#31614
      end
      object GotoBookmark: TMenuItem
        Caption = #36339#33267#20070#31614
      end
      object ClearBookmark: TMenuItem
        Caption = #28165#38500#25152#26377#20070#31614
      end
      object N20: TMenuItem
        Caption = '-'
      end
      object PreviousCursorPosion: TMenuItem
        Caption = #19978#19968#20010#20809#26631#20301#32622
      end
      object NextCursorPosion: TMenuItem
        Caption = #19979#19968#20010#20809#26631#20301#32622
      end
    end
    object ViewMenu: TMenuItem
      Caption = #26597#30475
      object ProjectWindow: TMenuItem
        AutoCheck = True
        Caption = #24037#31243#31383#21475
        OnClick = ProjectWindowClick
      end
      object OutputWindow: TMenuItem
        AutoCheck = True
        Caption = #36755#20986#31383#21475
        OnClick = OutputWindowClick
      end
      object WatchWindow: TMenuItem
        AutoCheck = True
        Caption = #30417#35270#31383#21475
        OnClick = WatchWindowClick
      end
      object FileBrowserWindow: TMenuItem
        AutoCheck = True
        Caption = #25991#20214#27983#35272#31383#21475
        OnClick = FileBrowserWindowClick
      end
      object StatusBarShow: TMenuItem
        AutoCheck = True
        Caption = #29366#24577#26639
        Checked = True
        OnClick = StatusBarShowClick
      end
      object N15: TMenuItem
        Caption = #24037#20855#26465
        object N17: TMenuItem
          AutoCheck = True
          Caption = #26631#20934#24037#20855#26465
        end
        object N18: TMenuItem
          AutoCheck = True
          Caption = #25628#32034#24037#20855#26465
        end
        object N19: TMenuItem
          AutoCheck = True
          Caption = #25191#34892#24037#20855#26465
        end
        object N21: TMenuItem
          AutoCheck = True
          Caption = #24110#21161#24037#20855#26465
        end
      end
      object N13: TMenuItem
        Caption = '-'
      end
      object FullScreen: TMenuItem
        AutoCheck = True
        Caption = #20840#23631
      end
      object IdeOption: TMenuItem
        Caption = #36873#39033
      end
    end
    object ProjectMenu: TMenuItem
      Caption = #24037#31243
    end
    object BuildMenu: TMenuItem
      Caption = #26500#24314
    end
    object DebugMenu: TMenuItem
      Caption = #35843#35797
    end
    object ToolMenu: TMenuItem
      Caption = #24037#20855
    end
    object WindowMenu: TMenuItem
      Caption = #31383#21475
    end
    object HelpMenu: TMenuItem
      Caption = #24110#21161
    end
  end
  object SynCppSyn: TSynCppSyn
    Left = 80
    Top = 288
  end
  object SynHTMLSyn: TSynHTMLSyn
    Left = 112
    Top = 288
  end
  object SynIniSyn: TSynIniSyn
    Left = 144
    Top = 288
  end
  object PopupMenu: TPopupMenu
    Left = 48
    Top = 288
    object CloseTabSheet: TMenuItem
      Caption = #20851#38381
      OnClick = CloseTabSheetClick
    end
  end
end

⌨️ 快捷键说明

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