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

📄 tcvsrootframeunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
object CvsrootFrame: TCvsrootFrame
  Left = 0
  Top = 0
  Width = 400
  Height = 250
  TabOrder = 0
  OnEnter = PMethodChanged
  object PCvsRootGrp: TGroupBox
    Left = 0
    Top = 0
    Width = 400
    Height = 250
    Align = alClient
    Caption = ' CVSROOT: '
    TabOrder = 0
    object Label1: TLabel
      Left = 30
      Top = 83
      Width = 85
      Height = 13
      Anchors = [akLeft]
      Caption = 'Path to repository:'
    end
    object Label2: TLabel
      Left = 140
      Top = 40
      Width = 34
      Height = 13
      Anchors = [akLeft]
      Caption = 'Server:'
    end
    object Label3: TLabel
      Left = 270
      Top = 40
      Width = 25
      Height = 13
      Anchors = [akLeft]
      Caption = 'User:'
    end
    object Label4: TLabel
      Left = 30
      Top = 40
      Width = 95
      Height = 13
      Anchors = [akLeft]
      Caption = 'Connection method:'
    end
    object PRepository: TEdit
      Left = 30
      Top = 98
      Width = 315
      Height = 21
      Anchors = [akLeft, akRight]
      TabOrder = 4
      OnChange = CvsrootChanged
    end
    object PServer: TEdit
      Left = 140
      Top = 56
      Width = 120
      Height = 21
      Anchors = [akLeft]
      TabOrder = 2
      OnChange = CvsrootChanged
    end
    object PUser: TEdit
      Left = 270
      Top = 56
      Width = 110
      Height = 21
      Anchors = [akLeft, akRight]
      TabOrder = 3
      OnChange = CvsrootChanged
    end
    object PRepositoryBtn: TButton
      Left = 352
      Top = 98
      Width = 28
      Height = 21
      Anchors = [akRight]
      Caption = '...'
      TabOrder = 5
      OnClick = PRepositoryBtnClick
    end
    object PMethod: TComboBox
      Left = 30
      Top = 56
      Width = 100
      Height = 21
      Style = csDropDownList
      Anchors = [akLeft]
      ItemHeight = 13
      TabOrder = 1
      OnChange = PMethodChanged
    end
    object PSelUsed: TRadioButton
      Left = 10
      Top = 193
      Width = 176
      Height = 17
      Anchors = [akLeft]
      Caption = 'Already used CVSROOT:'
      TabOrder = 8
      OnClick = SelChanged
    end
    object PUsed: TComboBox
      Left = 30
      Top = 212
      Width = 350
      Height = 21
      Style = csDropDownList
      Anchors = [akLeft, akRight]
      DropDownCount = 10
      ItemHeight = 13
      TabOrder = 9
      OnChange = CvsrootChanged
    end
    object PSelCustom: TRadioButton
      Left = 10
      Top = 136
      Width = 176
      Height = 17
      Anchors = [akLeft]
      Caption = 'Custom CVSROOT:'
      TabOrder = 6
      OnClick = SelChanged
    end
    object PSelSpecify: TRadioButton
      Left = 10
      Top = 18
      Width = 176
      Height = 17
      Anchors = [akLeft]
      Caption = 'Specify CVSROOT:'
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = SelChanged
    end
    object PCustom: TEdit
      Left = 30
      Top = 155
      Width = 350
      Height = 21
      Anchors = [akLeft, akRight]
      TabOrder = 7
    end
  end
end

⌨️ 快捷键说明

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