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

📄 taddfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited AddFrm: TAddFrm
  Left = 409
  Top = 120
  Width = 600
  Height = 400
  Caption = 'Add'
  Constraints.MinHeight = 300
  Constraints.MinWidth = 350
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel [0]
    Left = 13
    Top = 7
    Width = 56
    Height = 13
    Caption = 'Description:'
  end
  object Label2: TLabel [1]
    Left = 13
    Top = 46
    Width = 24
    Height = 13
    Caption = 'Files:'
  end
  inherited POkBtn: TButton
    Left = 388
    Top = 340
    TabOrder = 3
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 488
    Top = 340
    TabOrder = 4
  end
  object PDescription: TEdit
    Left = 13
    Top = 20
    Width = 564
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    TabOrder = 0
  end
  object PMode: TRadioGroup
    Left = 13
    Top = 276
    Width = 564
    Height = 53
    Anchors = [akLeft, akRight, akBottom]
    Caption = ' Keyword expansion mode: '
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      'Default'
      'Normal expansion (-kkv)'
      'No values (-kk)'
      'Binary file (-kb)')
    TabOrder = 2
  end
  inline PFilesFrame: TFilesFrame
    Left = 13
    Top = 59
    Width = 564
    Height = 209
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 1
    inherited PListView: TListView
      Width = 564
      Height = 179
      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 = 564
    end
  end
end

⌨️ 快捷键说明

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