tlogfrmunit.dfm

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

DFM
112
字号
inherited LogFrm: TLogFrm
  Caption = 'Log'
  ClientHeight = 250
  ClientWidth = 319
  PixelsPerInch = 96
  TextHeight = 13
  inherited POkBtn: TButton
    Left = 118
    Top = 219
  end
  inherited PCancelBtn: TButton
    Left = 219
    Top = 219
  end
  inherited PFiles: TComboBox
    Width = 293
  end
  object GroupBox1: TGroupBox
    Left = 13
    Top = 46
    Width = 293
    Height = 163
    Anchors = [akLeft, akRight]
    Caption = ' Log options: '
    TabOrder = 3
    object Label1: TLabel
      Left = 13
      Top = 39
      Width = 56
      Height = 13
      Caption = 'Date range:'
    end
    object Label2: TLabel
      Left = 142
      Top = 39
      Width = 138
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'Examples: d1<d2   <d   >d   d'
    end
    object Label4: TLabel
      Left = 13
      Top = 78
      Width = 74
      Height = 13
      Caption = 'Revision range:'
    end
    object Label5: TLabel
      Left = 127
      Top = 78
      Width = 153
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'Examples: r1:r2   r2::r2   :r   ::r   r:'
    end
    object Label6: TLabel
      Left = 13
      Top = 117
      Width = 156
      Height = 13
      Caption = 'Login names (comma separated):'
    end
    object PDefaultBranch: TCheckBox
      Left = 13
      Top = 20
      Width = 111
      Height = 13
      Caption = 'only default branch'
      TabOrder = 0
    end
    object PNoTags: TCheckBox
      Left = 150
      Top = 20
      Width = 130
      Height = 13
      Anchors = [akTop]
      Caption = 'do not show list of tags'
      TabOrder = 1
    end
    object PDate: TComboBox
      Left = 13
      Top = 52
      Width = 267
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 2
    end
    object PRevision: TComboBox
      Left = 13
      Top = 91
      Width = 267
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 3
    end
    object PLogin: TComboBox
      Left = 13
      Top = 130
      Width = 267
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 4
    end
  end
end

⌨️ 快捷键说明

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