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

📄 tresultfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
object ResultFrm: TResultFrm
  Left = 292
  Top = 150
  Width = 659
  Height = 454
  Caption = 'CVS output'
  Color = clBtnFace
  Constraints.MinHeight = 200
  Constraints.MinWidth = 300
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 651
    Height = 392
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 3
    Caption = 'Panel1'
    TabOrder = 0
    object PLogEdit: TRichEdit
      Left = 3
      Top = 3
      Width = 645
      Height = 386
      Align = alClient
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Courier New'
      Font.Style = []
      ParentFont = False
      PlainText = True
      ReadOnly = True
      ScrollBars = ssBoth
      TabOrder = 0
      WantReturns = False
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 392
    Width = 651
    Height = 35
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object Panel3: TPanel
      Left = 466
      Top = 0
      Width = 185
      Height = 35
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object PCloseBtn: TButton
        Left = 81
        Top = 4
        Width = 88
        Height = 23
        Anchors = [akRight, akBottom]
        Caption = 'Close'
        Default = True
        ModalResult = 1
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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