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

📄 tnewmodulefrmunit.dfm

📁 CVS IDE plugin for Borland Delphi this is a good program,i like this kind of practise
💻 DFM
字号:
inherited NewModuleFrm: TNewModuleFrm
  Left = 427
  Top = 288
  Width = 415
  Height = 358
  Anchors = [akLeft, akTop, akRight, akBottom]
  Caption = 'New module'
  Constraints.MinHeight = 350
  Constraints.MinWidth = 400
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PPageControl: TPageControl [0]
    Left = 0
    Top = 0
    Width = 407
    Height = 331
    ActivePage = PCvsrootTab
    Align = alClient
    TabOrder = 2
    object PModuleTab: TTabSheet
      Caption = 'Module options'
      object Label1: TLabel
        Left = 13
        Top = 191
        Width = 66
        Height = 13
        Anchors = [akLeft]
        Caption = 'Log message:'
      end
      object Label2: TLabel
        Left = 13
        Top = 52
        Width = 183
        Height = 13
        Anchors = [akLeft]
        Caption = 'Module name (and path) on the server:'
      end
      object Label3: TLabel
        Left = 13
        Top = 98
        Width = 55
        Height = 13
        Anchors = [akLeft]
        Caption = 'Vendor tag:'
      end
      object Label4: TLabel
        Left = 13
        Top = 144
        Width = 60
        Height = 13
        Anchors = [akLeft]
        Caption = 'Release tag:'
      end
      object Label5: TLabel
        Left = 13
        Top = 4
        Width = 72
        Height = 13
        Anchors = [akLeft]
        Caption = 'Local directory:'
      end
      object PLocalDirBtn: TButton
        Left = 356
        Top = 19
        Width = 27
        Height = 21
        Anchors = [akRight]
        Caption = '...'
        TabOrder = 1
        OnClick = PLocalDirBtnClick
      end
      object PLocalDir: TComboBox
        Left = 13
        Top = 19
        Width = 333
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 0
        TabOrder = 0
      end
      object PModule: TComboBox
        Left = 13
        Top = 67
        Width = 370
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 0
        TabOrder = 2
      end
      object PVendor: TComboBox
        Left = 13
        Top = 113
        Width = 370
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 0
        TabOrder = 3
      end
      object PRelease: TComboBox
        Left = 13
        Top = 160
        Width = 370
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 0
        TabOrder = 4
      end
      object PLogMsg: TComboBox
        Left = 13
        Top = 207
        Width = 370
        Height = 21
        Anchors = [akLeft, akRight]
        ItemHeight = 0
        TabOrder = 5
      end
    end
    object PCvsrootTab: TTabSheet
      Caption = 'CVSROOT'
      ImageIndex = 3
      inline PCvsrootFrame: TCvsrootFrame
        Left = 10
        Top = 10
        Width = 380
        Height = 240
        Anchors = [akLeft, akTop, akRight, akBottom]
        inherited PCvsRootGrp: TGroupBox
          Width = 380
          Height = 240
          inherited Label1: TLabel
            Top = 79
          end
          inherited Label2: TLabel
            Top = 38
          end
          inherited Label3: TLabel
            Top = 38
          end
          inherited Label4: TLabel
            Top = 38
          end
          inherited PRepository: TEdit
            Top = 94
            Width = 295
          end
          inherited PServer: TEdit
            Top = 53
          end
          inherited PUser: TEdit
            Top = 53
            Width = 90
          end
          inherited PRepositoryBtn: TButton
            Left = 332
            Top = 94
          end
          inherited PMethod: TComboBox
            Top = 53
          end
          inherited PSelUsed: TRadioButton
            Top = 185
          end
          inherited PUsed: TComboBox
            Top = 203
            Width = 330
          end
          inherited PSelCustom: TRadioButton
            Top = 130
          end
          inherited PSelSpecify: TRadioButton
            Top = 17
          end
          inherited PCustom: TEdit
            Top = 148
            Width = 330
          end
        end
      end
    end
    object PIgnoreTab: TTabSheet
      Caption = 'Files to ignore'
      ImageIndex = 1
      object Label6: TLabel
        Left = 13
        Top = 7
        Width = 279
        Height = 13
        Caption = 
          'Enter additional file specifications to ignore (-I), one per lin' +
          'e:'
      end
      object Label8: TLabel
        Left = 13
        Top = 239
        Width = 48
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = 'Examples:'
      end
      object Label9: TLabel
        Left = 72
        Top = 239
        Width = 30
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = 'anyfile'
      end
      object Label10: TLabel
        Left = 72
        Top = 252
        Width = 36
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = 'somedir'
      end
      object Label14: TLabel
        Left = 72
        Top = 265
        Width = 21
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = '*.ext'
      end
      object PIgnore: TMemo
        Left = 13
        Top = 23
        Width = 370
        Height = 210
        Anchors = [akLeft, akTop, akRight, akBottom]
        ScrollBars = ssBoth
        TabOrder = 0
      end
      object PCreateCvsignore: TCheckBox
        Left = 183
        Top = 239
        Width = 200
        Height = 14
        Anchors = [akRight, akBottom]
        Caption = 'Write to .cvsignore in module directory'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
    end
    object PWrappersTab: TTabSheet
      Caption = 'Wrappers'
      ImageIndex = 2
      object Label7: TLabel
        Left = 13
        Top = 7
        Width = 158
        Height = 13
        Caption = 'Enter wrappers (-W), one per line:'
      end
      object Label11: TLabel
        Left = 13
        Top = 237
        Width = 48
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = 'Examples:'
      end
      object Label12: TLabel
        Left = 72
        Top = 237
        Width = 46
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = '*.res -k '#39'b'#39
      end
      object Label13: TLabel
        Left = 72
        Top = 250
        Width = 71
        Height = 13
        Anchors = [akLeft, akBottom]
        Caption = '*.ext -m '#39'COPY'#39
      end
      object PWrappers: TMemo
        Left = 13
        Top = 23
        Width = 370
        Height = 210
        Anchors = [akLeft, akTop, akRight, akBottom]
        ScrollBars = ssBoth
        TabOrder = 0
      end
    end
  end
  inherited POkBtn: TButton
    Left = 201
    Top = 295
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 302
    Top = 295
  end
end

⌨️ 快捷键说明

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