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

📄 advsmoothhtmleditor.dfm

📁 TMS Component Pack V5.0包含了超过 280 个为 Delphi 以及 C++Builder 设计的 TMS 生产控件
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object AdvSmoothHTMLEditorForm: TAdvSmoothHTMLEditorForm
  Left = 389
  Top = 247
  Caption = 'HTML editor'
  ClientHeight = 354
  ClientWidth = 731
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 169
    Width = 731
    Height = 3
    Cursor = crVSplit
    Align = alTop
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 731
    Height = 25
    Images = ImageList1
    TabOrder = 1
    object Fontname: TComboBox
      Left = 0
      Top = 0
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnChange = FontnameChange
    end
    object FontSize: TComboBox
      Left = 145
      Top = 0
      Width = 48
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      OnChange = FontSizeChange
      Items.Strings = (
        '8'
        '9'
        '10'
        '11'
        '12'
        '14'
        '16'
        '18'
        '20'
        '22'
        '24'
        '26'
        '28'
        '36'
        '48'
        '72')
    end
    object BoldButton: TToolButton
      Left = 193
      Top = 0
      Hint = 'Bold'
      Caption = 'BoldButton'
      ImageIndex = 0
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = BoldButtonClick
    end
    object ItalicButton: TToolButton
      Left = 216
      Top = 0
      Hint = 'Italic'
      Caption = 'ItalicButton'
      ImageIndex = 1
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = ItalicButtonClick
    end
    object UnderlineButton: TToolButton
      Left = 239
      Top = 0
      Hint = 'Underline'
      Caption = 'UnderlineButton'
      ImageIndex = 2
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = UnderlineButtonClick
    end
    object LeftAlign: TToolButton
      Left = 262
      Top = 0
      Hint = 'Align left'
      Caption = 'LeftAlign'
      Grouped = True
      ImageIndex = 3
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = LeftAlignClick
    end
    object CenterAlign: TToolButton
      Tag = 2
      Left = 285
      Top = 0
      Hint = 'Center'
      Caption = 'CenterAlign'
      Grouped = True
      ImageIndex = 4
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = CenterAlignClick
    end
    object RightAlign: TToolButton
      Tag = 1
      Left = 308
      Top = 0
      Hint = 'Align right'
      Caption = 'RightAlign'
      Grouped = True
      ImageIndex = 5
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = RightAlignClick
    end
    object URLButton: TToolButton
      Left = 331
      Top = 0
      Hint = 'Set hyperlink'
      Caption = 'URLButton'
      ImageIndex = 11
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = URLButtonClick
    end
    object ToolButton1: TToolButton
      Left = 354
      Top = 0
      Hint = 'Font color'
      Caption = 'ToolButton1'
      ImageIndex = 14
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton1Click
    end
    object Superscript: TToolButton
      Left = 377
      Top = 0
      Hint = 'Superscript'
      Caption = 'Superscript'
      ImageIndex = 7
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = SuperscriptClick
    end
    object Subscript: TToolButton
      Left = 400
      Top = 0
      Hint = 'Subscript'
      Caption = 'Subscript'
      ImageIndex = 8
      ParentShowHint = False
      ShowHint = True
      Style = tbsCheck
      OnClick = SubscriptClick
    end
    object ToolButton2: TToolButton
      Left = 423
      Top = 0
      Hint = 'Line break'
      Caption = 'ToolButton2'
      ImageIndex = 13
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 446
      Top = 0
      Hint = 'Font background'
      Caption = 'ToolButton3'
      ImageIndex = 6
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 469
      Top = 0
      Hint = 'Insert image'
      Caption = 'ToolButton4'
      ImageIndex = 12
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton4Click
    end
    object ToolButton5: TToolButton
      Left = 492
      Top = 0
      Hint = 'Set indent'
      Caption = 'ToolButton5'
      ImageIndex = 10
      ParentShowHint = False
      ShowHint = True
      OnClick = ToolButton5Click
    end
    object ToolButton6: TToolButton
      Left = 515
      Top = 0
      Hint = 'Blink'
      Caption = 'ToolButton6'
      ImageIndex = 15
      ParentShowHint = False
      ShowHint = True

⌨️ 快捷键说明

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