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

📄 ttagbranchfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited TagBranchFrm: TTagBranchFrm
  Left = 332
  Top = 122
  Width = 600
  Height = 400
  Caption = 'Tag/Branch'
  Constraints.MinHeight = 290
  Constraints.MinWidth = 370
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PPageControl: TPageControl [0]
    Left = 0
    Top = 0
    Width = 592
    Height = 370
    ActivePage = POptionsTab
    Anchors = [akLeft, akTop, akRight, akBottom]
    Constraints.MinHeight = 250
    Constraints.MinWidth = 350
    TabOrder = 2
    object POptionsTab: TTabSheet
      Caption = 'Tag options'
      object PNameLbl: TLabel
        Left = 13
        Top = 25
        Width = 72
        Height = 13
        Anchors = [akLeft]
        Caption = 'New tag name:'
      end
      object PBranchCheck: TCheckBox
        Left = 13
        Top = 102
        Width = 196
        Height = 14
        Anchors = [akLeft]
        Caption = 'Create a new branch'
        TabOrder = 1
        OnClick = PBranchCheckClick
      end
      object PUpdateCheck: TCheckBox
        Left = 13
        Top = 137
        Width = 248
        Height = 14
        Anchors = [akLeft]
        Caption = 'Update working directory to new branch'
        TabOrder = 2
      end
      object PSelFilesCheck: TCheckBox
        Left = 13
        Top = 174
        Width = 248
        Height = 14
        Anchors = [akLeft]
        Caption = 'Select files to tag'
        TabOrder = 3
        OnClick = PSelFilesCheckClick
      end
      object PTagName: TComboBox
        Left = 13
        Top = 49
        Width = 552
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 13
        TabOrder = 0
      end
    end
    object PFilesTab: TTabSheet
      Caption = 'Files'
      ImageIndex = 1
      inline PFilesFrame: TFilesFrame
        Left = 13
        Top = 10
        Width = 558
        Height = 288
        Anchors = [akLeft, akTop, akRight, akBottom]
        inherited PListView: TListView
          Width = 558
          Height = 258
        end
        inherited PToolbar: TPanel
          Width = 558
        end
      end
    end
  end
  inherited POkBtn: TButton
    Left = 387
    Top = 333
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 488
    Top = 333
  end
end

⌨️ 快捷键说明

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