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

📄 commentsfrm.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object frmComments: TfrmComments
  Left = 484
  Top = 184
  Width = 412
  Height = 381
  ActiveControl = reComments
  Caption = 'Comments on "%s"'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object reComments: TJvRichEdit
    Left = 6
    Top = 6
    Width = 386
    Height = 306
    Anchors = [akLeft, akTop, akRight, akBottom]
    PlainText = True
    ReadOnly = True
    TabOrder = 0
    WordWrap = False
  end
  object Button1: TButton
    Left = 307
    Top = 323
    Width = 75
    Height = 25
    Action = acClose
    Anchors = [akRight, akBottom]
    TabOrder = 1
  end
  object alCommentsFrm: TActionList
    Left = 222
    Top = 72
    object acClose: TAction
      Caption = '&Close'
      ShortCut = 27
      OnExecute = acCloseExecute
    end
  end
end

⌨️ 快捷键说明

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