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

📄 tdifffrmunitunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited DiffFrm: TDiffFrm
  Left = 334
  Top = 117
  Caption = 'Diff'
  ClientHeight = 314
  ClientWidth = 339
  PixelsPerInch = 96
  TextHeight = 13
  inherited POkBtn: TButton
    Left = 137
    Top = 283
    TabOrder = 4
  end
  inherited PCancelBtn: TButton
    Left = 238
    Top = 283
    TabOrder = 5
  end
  inherited PFiles: TComboBox
    Width = 313
    TabOrder = 0
  end
  object PRevisionsGroup: TGroupBox
    Left = 13
    Top = 46
    Width = 313
    Height = 156
    Caption = ' Select revisions to compare: '
    TabOrder = 1
    object Label1: TLabel
      Left = 13
      Top = 75
      Width = 145
      Height = 13
      Caption = 'First revision/tag/branch/date:'
    end
    object Label2: TLabel
      Left = 13
      Top = 114
      Width = 163
      Height = 13
      Caption = 'Second revision/tag/branch/date:'
    end
    object PNoRev: TRadioButton
      Left = 13
      Top = 20
      Width = 209
      Height = 13
      Caption = 'Compare local file with repository'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = PRadioChange
    end
    object POneRev: TRadioButton
      Left = 13
      Top = 36
      Width = 209
      Height = 14
      Caption = 'Compare local file with another revision'
      TabOrder = 1
      OnClick = PRadioChange
    end
    object PTwoRev: TRadioButton
      Left = 13
      Top = 52
      Width = 209
      Height = 14
      Caption = 'Compare two revisions'
      TabOrder = 2
      OnClick = PRadioChange
    end
    object PFirstDate: TCheckBox
      Left = 244
      Top = 91
      Width = 59
      Height = 14
      Anchors = [akTop, akRight]
      Caption = 'is a date'
      TabOrder = 4
    end
    object PSecondDate: TCheckBox
      Left = 244
      Top = 130
      Width = 59
      Height = 14
      Anchors = [akTop, akRight]
      Caption = 'is a date'
      TabOrder = 6
    end
    object PFirst: TComboBox
      Left = 13
      Top = 88
      Width = 222
      Height = 21
      ItemHeight = 13
      TabOrder = 3
    end
    object PSecond: TComboBox
      Left = 13
      Top = 127
      Width = 222
      Height = 21
      ItemHeight = 13
      TabOrder = 5
    end
  end
  object PDiffOptions: TGroupBox
    Left = 13
    Top = 208
    Width = 138
    Height = 63
    Caption = ' Diff options: '
    TabOrder = 2
    object PDiffIgnoreLine: TCheckBox
      Left = 8
      Top = 39
      Width = 105
      Height = 14
      Caption = 'Ignore blank lines'
      TabOrder = 0
    end
    object PDiffIgnoreSpace: TCheckBox
      Left = 8
      Top = 20
      Width = 128
      Height = 13
      Caption = 'Ignore space changes'
      TabOrder = 1
    end
  end
  object PDiffOutput: TRadioGroup
    Left = 155
    Top = 208
    Width = 171
    Height = 63
    Caption = ' Diff output: '
    Columns = 2
    ItemIndex = 2
    Items.Strings = (
      'Standard'
      'Unified'
      'Context'
      'Side-by-side')
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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