tremovefrmunit.dfm

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

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