truncvsfrmunit.dfm

来自「CVS IDE plugin for Borland Delphi this 」· DFM 代码 · 共 52 行

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