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

📄 tcheckoutfrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited CheckoutFrm: TCheckoutFrm
  Left = 469
  Top = 129
  BorderStyle = bsDialog
  Caption = 'Checkout module'
  ClientHeight = 390
  ClientWidth = 412
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PPageControl: TPageControl [0]
    Left = 0
    Top = 0
    Width = 412
    Height = 390
    ActivePage = PModuleTab
    Align = alClient
    TabOrder = 2
    object PModuleTab: TTabSheet
      Caption = 'Module'
      object Label1: TLabel
        Left = 10
        Top = 7
        Width = 132
        Height = 13
        Caption = 'Module name on the server:'
      end
      object Label2: TLabel
        Left = 10
        Top = 46
        Width = 58
        Height = 13
        Caption = 'Local folder:'
      end
      object PWorkdirBtn: TButton
        Left = 369
        Top = 59
        Width = 25
        Height = 20
        Anchors = [akTop, akRight]
        Caption = '...'
        TabOrder = 2
        OnClick = PWorkdirBtnClick
      end
      object PModule: TComboBox
        Left = 10
        Top = 20
        Width = 384
        Height = 21
        Anchors = [akLeft, akTop, akRight]
        ItemHeight = 13
        TabOrder = 0
      end
      object PWorkdir: TComboBox
        Left = 10
        Top = 59
        Width = 350
        Height = 21
        Anchors = [akLeft, akTop, akRight]
        ItemHeight = 13
        TabOrder = 1
      end
      inline PCvsrootFrame: TCvsrootFrame
        Left = 10
        Top = 90
        Width = 384
        Height = 233
        Anchors = [akLeft, akTop, akRight, akBottom]
        TabOrder = 3
        inherited PCvsRootGrp: TGroupBox
          Width = 384
          Height = 233
          inherited Label1: TLabel
            Top = 77
          end
          inherited Label2: TLabel
            Top = 36
          end
          inherited Label3: TLabel
            Top = 36
          end
          inherited Label4: TLabel
            Top = 36
          end
          inherited PRepository: TEdit
            Top = 91
            Width = 299
          end
          inherited PServer: TEdit
            Top = 52
          end
          inherited PUser: TEdit
            Top = 52
            Width = 94
          end
          inherited PRepositoryBtn: TButton
            Left = 336
            Top = 91
          end
          inherited PMethod: TComboBox
            Top = 52
          end
          inherited PSelUsed: TRadioButton
            Top = 179
          end
          inherited PUsed: TComboBox
            Top = 197
            Width = 334
          end
          inherited PSelCustom: TRadioButton
            Top = 126
          end
          inherited PSelSpecify: TRadioButton
            Top = 16
          end
          inherited PCustom: TEdit
            Top = 144
            Width = 334
          end
        end
      end
    end
    object POptionsTab: TTabSheet
      Caption = 'Options'
      ImageIndex = 1
      inline PStickyOptionsFrame: TStickyOptionsFrame
        Left = 13
        Top = 26
        Width = 365
        inherited POptionsGroup: TGroupBox
          Width = 365
          inherited PDateCheck: TCheckBox
            Left = 13
            Top = 34
            Width = 59
            Height = 14
          end
          inherited PRevisionCheck: TCheckBox
            Left = 13
            Top = 65
            Width = 66
            Height = 14
          end
          inherited PTagCheck: TCheckBox
            Left = 13
            Top = 97
            Width = 66
            Height = 14
          end
          inherited PRecentCheck: TCheckBox
            Left = 13
            Top = 129
            Width = 261
            Height = 14
          end
          inherited PDateEdit: TComboBox
            Top = 32
          end
          inherited PRevisionEdit: TComboBox
            Top = 63
          end
          inherited PTagEdit: TComboBox
            Top = 95
          end
        end
      end
    end
  end
  inherited POkBtn: TButton
    Left = 211
    Top = 359
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 311
    Top = 359
  end
end

⌨️ 快捷键说明

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