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

📄 configdialog.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
📖 第 1 页 / 共 4 页
字号:
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object SearchGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 121
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Search'
        TabOrder = 2
        DesignSize = (
          441
          121)
        object EnableFilteringChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show filter tool for every search'
          TabOrder = 0
        end
        object EraseHistoryOnExitChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Erase history on exit'
          TabOrder = 1
        end
        object EnableHashRealmChk: TCheckBox
          Left = 16
          Top = 68
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Enable hash realm'
          TabOrder = 2
        end
        object EnableTorrentRealmChk: TCheckBox
          Left = 16
          Top = 92
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Enable torrent realm'
          TabOrder = 3
        end
      end
    end
    object SearchFilterTab: TTabSheet
      Caption = 'Search.Filter'
      ImageIndex = 4
      DesignSize = (
        443
        363)
      object BannedWordsGrp: TGroupBox
        Left = 0
        Top = 80
        Width = 441
        Height = 153
        Anchors = [akLeft, akTop, akRight, akBottom]
        Caption = 'Banned Words'
        TabOrder = 0
        DesignSize = (
          441
          153)
        object FilterBannedWordsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Enable Word Filter'
          TabOrder = 0
        end
        object BannedWordsMemo: TMemo
          Left = 16
          Top = 48
          Width = 409
          Height = 89
          Anchors = [akLeft, akTop, akRight, akBottom]
          ScrollBars = ssVertical
          TabOrder = 1
          WantReturns = False
        end
      end
      object SearchFilterCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Search result filtering'
        Color = clGradientActiveCaption
        UseDockManager = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clCaptionText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object BannedInfoStatic: TStaticText
        Left = 0
        Top = 40
        Width = 441
        Height = 33
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'All search results containing the words and extensions listed he' +
          're (comma separated) are silently ignored and not shown.'
        TabOrder = 2
      end
      object BannedExtensionsGrp: TGroupBox
        Left = 0
        Top = 240
        Width = 441
        Height = 121
        Anchors = [akLeft, akRight, akBottom]
        Caption = 'Banned Extensions'
        TabOrder = 3
        DesignSize = (
          441
          121)
        object FilterBannedExtensionsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Enable Extension Filter'
          TabOrder = 0
        end
        object BannedExtensionsMemo: TMemo
          Left = 16
          Top = 48
          Width = 409
          Height = 57
          Anchors = [akLeft, akTop, akRight, akBottom]
          ScrollBars = ssVertical
          TabOrder = 1
          WantReturns = False
        end
      end
    end
    object DownloadTab: TTabSheet
      Caption = 'Download.'
      ImageIndex = 11
      DesignSize = (
        443
        363)
      object DownloadNoteStatic: TStaticText
        Left = 0
        Top = 40
        Width = 439
        Height = 17
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Note: You have to restart {AppName} for changes on this page to ' +
          'take effect.'
        TabOrder = 0
      end
      object DownloadCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Download settings'
        Color = clGradientActiveCaption
        UseDockManager = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clCaptionText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object DownloadingGrp: TGroupBox
        Left = 0
        Top = 64
        Width = 441
        Height = 217
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Downloading'
        TabOrder = 2
        DesignSize = (
          441
          217)
        object DownloadBwLabel: TLabel
          Left = 16
          Top = 59
          Width = 207
          Height = 13
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Maximum download bandwidth in kbyte/sec'
          Layout = tlCenter
          WordWrap = True
        end
        object CompletedDirBtn: TSpeedButton
          Left = 400
          Top = 96
          Width = 23
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '...'
          OnClick = CompletedDirBtnClick
        end
        object IncomingDirBtn: TSpeedButton
          Left = 400
          Top = 127
          Width = 23
          Height = 22
          Anchors = [akTop, akRight]
          Caption = '...'
          OnClick = IncomingDirBtnClick
        end
        object MaxSourcesLabel: TLabel
          Left = 16
          Top = 22
          Width = 305
          Height = 33
          Anchors = [akLeft, akTop, akRight]
          AutoSize = False
          Caption = 
            'Maximum number of sources per download (Note: Too many will decr' +
            'ease performance)'
          Layout = tlCenter
          WordWrap = True
        end
        object CompletedDirLbl: TLabel
          Left = 16
          Top = 100
          Width = 82
          Height = 13
          Caption = 'Completed Folder'
        end
        object IncomingDirLbl: TLabel
          Left = 16
          Top = 131
          Width = 84
          Height = 13
          Caption = 'Incomplete Folder'
        end
        object DownloadBwEdit: TEdit
          Left = 334
          Top = 56
          Width = 73
          Height = 21
          AutoSelect = False
          TabOrder = 0
          Text = '0'
          OnChange = DownloadBwEditChange
          OnKeyPress = EditOnlyNumericKeyPress
        end
        object DownloadBwUpDown: TUpDown
          Left = 407
          Top = 56
          Width = 15
          Height = 21
          Associate = DownloadBwEdit
          Min = 0
          Max = 32000
          Position = 0
          TabOrder = 1
          Thousands = False
          Wrap = False
        end
        object MaxSourcesEdit: TEdit
          Left = 334
          Top = 28
          Width = 73
          Height = 21
          AutoSelect = False
          TabOrder = 2
          Text = '0'
          OnChange = MaxSourcesEditChange
          OnKeyPress = EditOnlyNumericKeyPress
        end
        object MaxSourcesUpDown: TUpDown
          Left = 407
          Top = 28
          Width = 15
          Height = 21
          Associate = MaxSourcesEdit
          Min = 0
          Max = 32000
          Position = 0
          TabOrder = 3
          Thousands = False
          Wrap = False
        end
        object CompletedDirEdit: TEdit
          Left = 120
          Top = 96
          Width = 265
          Height = 21
          Anchors = [akLeft, akTop, akRight]
          TabOrder = 4
        end
        object IncomingDirEdit: TEdit
          Left = 120
          Top = 127
          Width = 265
          Height = 21
          Anchors = [akLeft, akTop, akRight]
          TabOrder = 5
        end
        object KeepCorruptedChk: TCheckBox
          Left = 16
          Top = 164
          Width = 209
          Height = 37
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Keep corrupted downloads'
          TabOrder = 6
        end
        object CompletedSharedNoteStatic: TStaticText
          Left = 240
          Top = 164
          Width = 185
          Height = 37
          Anchors = [akLeft, akTop, akRight]
          AutoSize = False
          Caption = 
            'Warning: All files in the Completed Folder will be shared unless' +
            ' sharing is disabled!'
          Color = clBtnFace
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clRed
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentColor = False
          ParentFont = False
          TabOrder = 7
        end
      end
      object DownloadOptionsGrp: TGroupBox
        Left = 0
        Top = 288
        Width = 441
        Height = 73
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Options'
        TabOrder = 3
        DesignSize = (
          441
          73)
        object AutoClearDownloadsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Automatically clear completed downloads'
          TabOrder = 0
        end
        object ConfirmDownloadCancelChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Ask for confirmation before cancelling downloads'
          TabOrder = 1
        end
      end
    end
    object UploadTab: TTabSheet
      Caption = 'Upload.'
      ImageIndex = 2
      DesignSize = (
        443
        363)
      object UploadNoteStatic: TStaticText
        Left = 0
        Top = 40
        Width = 439
        Height = 17
        Anchors = [akLeft, akTop, akRight]
        AutoSize = False
        Caption = 
          'Note: You have to restart {AppName} for changes on this page to ' +
          'take effect.'
        TabOrder = 0
      end
      object UploadCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Upload settings'
        Color = clGradientActiveCaption
        UseDockManager = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clCaptionText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object UploadingGrp: TGroupBox
        Left = 0
        Top = 64
        Width = 441
        Height = 113
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Uploading'
        TabOrder = 2
        DesignSize = (
          441
          113)
        object MaxUploadsLabel: TLabel
          Left = 16
          Top = 52
          Width = 134
          Height = 13
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Maximum number of uploads'
          Layout = tlCenter
          WordWrap = True

⌨️ 快捷键说明

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