commentsfrm.dfm

来自「East make Tray Icon in delphi」· DFM 代码 · 共 48 行

DFM
48
字号
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 + =
减小字号Ctrl + -
显示快捷键?