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

📄 unit1.dfm

📁 delphi6.0 的控件示例
💻 DFM
字号:
object Form1: TForm1
  Left = 375
  Top = 469
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20174'RichEdit'#20013#24471#21040#34892#21495
  ClientHeight = 239
  ClientWidth = 296
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
  end
  object Panel1: TPanel
    Left = 8
    Top = 32
    Width = 281
    Height = 201
    BevelInner = bvRaised
    BevelOuter = bvNone
    Caption = 'Panel1'
    TabOrder = 0
    object RichEdit1: TRichEdit
      Left = 8
      Top = 8
      Width = 265
      Height = 185
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnKeyDown = RichEdit1KeyDown
    end
  end
end

⌨️ 快捷键说明

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