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

📄 tremovefrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited RemoveFrm: TRemoveFrm
  Left = 350
  Top = 122
  Width = 600
  Height = 400
  Caption = 'Remove file'
  Constraints.MinHeight = 200
  Constraints.MinWidth = 350
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  inherited POkBtn: TButton
    Left = 391
    Top = 338
    TabOrder = 2
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 492
    Top = 338
    TabOrder = 3
  end
  inline PFilesFrame: TFilesFrame
    Left = 13
    Top = 13
    Width = 567
    Height = 294
    Anchors = [akLeft, akTop, akRight, akBottom]
    inherited PListView: TListView
      Width = 567
      Height = 264
      Columns = <
        item
          Caption = 'Name'
          Width = 122
        end
        item
          Caption = 'Revision'
          Width = 65
        end
        item
          Caption = 'Options'
          Width = 49
        end
        item
          Caption = 'Status'
          Width = 65
        end
        item
          Caption = 'Sticky Tag/Date'
          Width = 98
        end
        item
          Caption = 'Date'
          Width = 138
        end
        item
          Caption = 'Conflict'
          Width = 122
        end
        item
          Caption = 'Path'
          Width = 163
        end>
    end
    inherited PToolbar: TPanel
      Width = 567
    end
  end
  object PDeleteCheck: TCheckBox
    Left = 13
    Top = 318
    Width = 105
    Height = 14
    Anchors = [akLeft, akBottom]
    Caption = 'Delete the files'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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