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

📄 unit1.dfm

📁 用delphi编成的文件编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Form1: TForm1
  Left = 201
  Top = 225
  Width = 696
  Height = 477
  Caption = #20889#23383#26495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ActionMainMenuBar1: TActionMainMenuBar
    Left = 0
    Top = 0
    Width = 688
    Height = 29
    ActionManager = ActionManager1
    Caption = 'ActionMainMenuBar1'
    EdgeOuter = esNone
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Spacing = 0
  end
  object ActionToolBar1: TActionToolBar
    Left = 0
    Top = 29
    Width = 688
    Height = 29
    ActionManager = ActionManager1
    AllowHiding = True
    Caption = 'ToolBar1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = #23435#20307
    Font.Style = []
    HorzSeparator = True
    Orientation = boLeftToRight
    ParentFont = False
    PersistentHotKeys = False
    Spacing = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 424
    Width = 688
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
    SimpleText = #26410#21629#21517#25991#20214'.txt'
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 58
    Width = 688
    Height = 29
    ButtonWidth = 33
    Caption = 'ToolBar1'
    HotImages = ImageList1
    Images = ImageList1
    TabOrder = 3
    object FontName: TComboBoxEx
      Left = 0
      Top = 2
      Width = 145
      Height = 22
      ItemsEx.CaseSensitive = False
      ItemsEx.SortType = stNone
      ItemsEx = <
        item
          Caption = 'ANSI_CHARSET'
        end
        item
          Caption = 'ARABIC_CHARSET'
        end
        item
          Caption = 'BALTIC_CHARSET'
        end>
      StyleEx = []
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 16
      ParentFont = False
      TabOrder = 2
      OnChange = FontNameChange
      DropDownCount = 8
    end
    object FontSize: TEdit
      Left = 145
      Top = 2
      Width = 121
      Height = 22
      TabOrder = 0
      Text = '15'
      OnChange = FontSizeChange
    end
    object UpDown1: TUpDown
      Left = 266
      Top = 2
      Width = 16
      Height = 22
      Associate = FontSize
      Min = 0
      Position = 15
      TabOrder = 1
      Wrap = False
    end
    object ToolButton1: TToolButton
      Left = 282
      Top = 2
      Width = 8
      Caption = 'ToolButton1'
      Style = tbsSeparator
    end
    object boldbutton: TToolButton
      Left = 290
      Top = 2
      Action = RichEditBold1
    end
    object ToolButton4: TToolButton
      Left = 323
      Top = 2
      Action = RichEditItalic1
    end
    object ToolButton5: TToolButton
      Left = 356
      Top = 2
      Action = RichEditUnderline1
    end
    object ToolButton3: TToolButton
      Left = 389
      Top = 2
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 11
      Style = tbsSeparator
    end
    object ToolButton6: TToolButton
      Left = 397
      Top = 2
      Action = RichEditAlignCenter1
    end
    object ToolButton7: TToolButton
      Left = 430
      Top = 2
      Action = RichEditAlignLeft1
    end
    object ToolButton8: TToolButton
      Left = 463
      Top = 2
      Action = RichEditAlignRight1
    end
    object ToolButton10: TToolButton
      Left = 496
      Top = 2
      Width = 8
      Caption = 'ToolButton10'
      ImageIndex = 15
      Style = tbsSeparator
    end
    object ToolButton9: TToolButton
      Left = 504
      Top = 2
      Action = RichEditBullets1
    end
  end
  object RichEdit1: TRichEdit
    Left = 0
    Top = 87
    Width = 688
    Height = 337
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssHorizontal
    TabOrder = 4
  end
  object ActionManager1: TActionManager
    ActionBars.SessionCount = 12
    ActionBars = <
      item
        Items = <
          item
            Items = <
              item
                Action = FileNew
                ImageIndex = 0
                ShortCut = 16462
              end
              item
                Action = FileSave
                ImageIndex = 1
                ShortCut = 16467
              end
              item
                Action = FileOpen1
                ImageIndex = 17
                ShortCut = 16463
              end
              item
                Action = FileSaveAs1
                ImageIndex = 18
              end
              item
                Action = FileExit1
                ImageIndex = 19
              end>
            Caption = #25991#20214'(&Z)'
          end
          item
            Items = <
              item
                Action = EditCut1
                ImageIndex = 3
                ShortCut = 16472
              end
              item
                Action = EditCopy1
                ImageIndex = 4
                ShortCut = 16451
              end
              item
                Action = EditPaste1
                ImageIndex = 5
                ShortCut = 16470
              end
              item
                Action = EditSelectAll1
                ShortCut = 16449
              end
              item
                Action = EditUndo1
                ImageIndex = 6
                ShortCut = 16474
              end
              item

⌨️ 快捷键说明

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