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

📄 editfm.~dfm

📁 利用delphi编程实现文本编辑器的基本工作。如新建、打开等
💻 ~DFM
📖 第 1 页 / 共 3 页
字号:
object EditForm: TEditForm
  Left = 214
  Top = 105
  Width = 400
  Height = 300
  Caption = #26080#26631#39064
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Editor: TRichEdit
    Left = 0
    Top = 25
    Width = 392
    Height = 210
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    HideScrollBars = False
    ParentFont = False
    PopupMenu = PopupMenu1
    ScrollBars = ssVertical
    TabOrder = 0
    OnChange = EditorChange
  end
  object ToolBar: TToolBar
    Left = 0
    Top = 0
    Width = 392
    Height = 25
    ButtonWidth = 27
    Caption = 'ToolBar'
    Flat = True
    Images = ImageList1
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Caption = #21098#20999'(&T)'
      ImageIndex = 4
      ParentShowHint = False
      ShowHint = True
      OnClick = T1Click
    end
    object ToolButton2: TToolButton
      Left = 27
      Top = 0
      Hint = #22797#21046
      ImageIndex = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = C2Click
    end
    object ToolButton3: TToolButton
      Left = 54
      Top = 0
      Hint = #31896#36148
      Caption = #31896#36148'(&P)'
      ImageIndex = 14
      ParentShowHint = False
      ShowHint = True
      OnClick = P2Click
    end
    object ToolButton4: TToolButton
      Left = 81
      Top = 0
      Hint = #25764#28040
      Caption = #25764#38144'(&U)'
      ImageIndex = 6
      OnClick = U1Click
    end
    object ToolButton5: TToolButton
      Left = 108
      Top = 0
      Hint = #37325#20570
      Caption = #37325#20570'(&R)'
      ImageIndex = 8
      ParentShowHint = False
      ShowHint = True
      OnClick = R1Click
    end
    object ToolButton6: TToolButton
      Left = 135
      Top = 0
      Hint = #23383#20307
      Caption = #23383#20307'(&F)'
      ImageIndex = 12
      ParentShowHint = False
      ShowHint = True
      OnClick = F2Click
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 235
    Width = 392
    Height = 19
    Panels = <
      item
        Text = #25991#26412#32534#36753#22120'1.0'
        Width = 100
      end
      item
        Width = 50
      end>
  end
  object MainMenu1: TMainMenu
    Left = 24
    Top = 152
    object MIFile: TMenuItem
      Caption = #25991#20214'(&F)'
      object MINew: TMenuItem
        Caption = #26032#24314'(&N)'
        OnClick = MINewClick
      end
      object MIOpen: TMenuItem
        Caption = #25171#24320'(&O)'
        OnClick = MIOpenClick
      end
      object MISave: TMenuItem
        Caption = #20445#23384'(&S)'
        OnClick = MISaveClick
      end
      object MISaveAs: TMenuItem
        Caption = #21478#23384#20026'(&A)'
        OnClick = MISaveAsClick
      end
      object MIPrint: TMenuItem
        Caption = #25171#21360'(&P)'
        OnClick = MIPrintClick
      end
      object MIPrinterSetup: TMenuItem
        Caption = #25171#21360#35774#32622
        OnClick = MIPrinterSetupClick
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object MIExit: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = MIExitClick
      end
    end
    object MIEdit: TMenuItem
      Caption = #32534#36753'(&E)'
      object U1: TMenuItem
        Caption = #25764#38144'(&U)'
        OnClick = U1Click
      end
      object R1: TMenuItem
        Caption = #37325#20570'(&R)'
        OnClick = R1Click
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object T1: TMenuItem
        Caption = #21098#20999'(&T)'
        OnClick = T1Click
      end
      object C2: TMenuItem
        Caption = #22797#21046'(&C)'
        OnClick = C2Click
      end
      object P2: TMenuItem
        Caption = #31896#36148'(&P)'
        OnClick = P2Click
      end
      object D1: TMenuItem
        Caption = #21024#38500'(&D)'
        OnClick = D1Click
      end
      object N4: TMenuItem
        Caption = #20840#36873'(&A)'
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object F1: TMenuItem
        Caption = #26597#25214'(&F)'
        OnClick = F1Click
      end
      object L1: TMenuItem
        Caption = #26367#25442'(&L)'
        OnClick = L1Click
      end
    end
    object MICharacter: TMenuItem
      Caption = #26684#24335'(&C)'
      object MILeft: TMenuItem
        Caption = #23621#24038'(&L)'
        Checked = True
        OnClick = MILeftClick
      end
      object MICenter: TMenuItem
        Caption = #23621#20013'(&C)'
        OnClick = MICenterClick
      end
      object MIRight: TMenuItem
        Caption = #23621#21491'(&R)'
        OnClick = MIRightClick
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object W1: TMenuItem
        Caption = #33258#21160#25442#34892'(&W)'
        Checked = True
        OnClick = W1Click
      end
      object N7: TMenuItem
        Caption = '-'
      end

⌨️ 快捷键说明

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