sourceeditor.dfm

来自「嵌入式IDE」· DFM 代码 · 共 64 行

DFM
64
字号
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 + =
减小字号Ctrl + -
显示快捷键?