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

📄 truncvsfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
object RunCvsFrm: TRunCvsFrm
  Left = 387
  Top = 159
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'BorCVS'
  ClientHeight = 142
  ClientWidth = 310
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PStatusLbl: TLabel
    Left = 24
    Top = 13
    Width = 261
    Height = 13
    AutoSize = False
    Caption = 'Executing CVS command...'
  end
  object PAnimate: TAnimate
    Left = 7
    Top = 39
    Width = 297
    Height = 60
    Active = False
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    CommonAVI = aviCopyFiles
    StopFrame = 34
  end
  object PAbortBtn: TButton
    Left = 111
    Top = 110
    Width = 88
    Height = 23
    Cancel = True
    Caption = 'Abort'
    TabOrder = 1
    OnClick = PAbortBtnClick
  end
end

⌨️ 快捷键说明

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