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

📄 sourceeditor.dfm

📁 嵌入式IDE
💻 DFM
字号:
object SourceEditorForm: TSourceEditorForm
  Left = 462
  Top = 169
  BorderStyle = bsNone
  Caption = 'SourceEditor'
  ClientHeight = 307
  ClientWidth = 462
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #26032#23435#20307
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  PopupMenu = PopupMenu
  Position = poDefault
  PixelsPerInch = 96
  TextHeight = 12
  object SynMemo: TSynMemo
    Left = 0
    Top = 0
    Width = 462
    Height = 307
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    TabOrder = 0
    Gutter.Font.Charset = DEFAULT_CHARSET
    Gutter.Font.Color = clWindowText
    Gutter.Font.Height = -11
    Gutter.Font.Name = 'Courier New'
    Gutter.Font.Style = []
  end
  object PopupMenu: TPopupMenu
    Left = 56
    Top = 200
    object Open1: TMenuItem
      Caption = '&Open...'
    end
    object Print1: TMenuItem
      Caption = '&Print...'
    end
    object Exit1: TMenuItem
      Caption = 'E&xit'
    end
    object PrintSetup1: TMenuItem
      Caption = 'P&rint Setup...'
    end
    object SaveAs1: TMenuItem
      Caption = 'Save &As...'
    end
    object Save1: TMenuItem
      Caption = '&Save'
    end
    object New1: TMenuItem
      Caption = '&New'
    end
  end
end

⌨️ 快捷键说明

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