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

📄 configdialog.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object ConfigForm: TConfigForm
  Left = 348
  Top = 443
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '{AppName} - Settings'
  ClientHeight = 444
  ClientWidth = 583
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  DesignSize = (
    583
    444)
  PixelsPerInch = 96
  TextHeight = 13
  object BottomBevel: TBevel
    Left = 8
    Top = 393
    Width = 567
    Height = 9
    Anchors = [akLeft, akRight, akBottom]
    Shape = bsBottomLine
  end
  object OKBtn: TButton
    Left = 379
    Top = 411
    Width = 81
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'OK'
    Default = True
    TabOrder = 2
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 483
    Top = 411
    Width = 81
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object ConfigPages: TPageControl
    Left = 130
    Top = 6
    Width = 451
    Height = 394
    ActivePage = BrowserTab
    Anchors = [akLeft, akTop, akRight, akBottom]
    Style = tsButtons
    TabIndex = 1
    TabOrder = 1
    OnChange = ConfigPagesChange
    object GeneralTab: TTabSheet
      Caption = 'General.'
      DesignSize = (
        443
        363)
      object AppearanceGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 145
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Appearance'
        TabOrder = 0
        DesignSize = (
          441
          145)
        object MinimizeToTrayChk: TCheckBox
          Left = 16
          Top = 68
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Minimize to system tray'
          TabOrder = 0
        end
        object ShowChatPageChk: TCheckBox
          Left = 232
          Top = 20
          Width = 193
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show chat page'
          TabOrder = 1
        end
        object ShowBrowserPageChk: TCheckBox
          Left = 16
          Top = 20
          Width = 177
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show browser page'
          TabOrder = 2
        end
        object ShowStatusPageChk: TCheckBox
          Left = 16
          Top = 44
          Width = 225
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show network status page'
          TabOrder = 3
        end
        object ShowNetworkStatsChk: TCheckBox
          Left = 232
          Top = 44
          Width = 193
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show detailed networks stats'
          TabOrder = 4
        end
        object UseSystemIconsChk: TCheckBox
          Left = 16
          Top = 116
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Use Windows file icons for search results and in library'
          TabOrder = 5
        end
        object PageIconsAboveTextChk: TCheckBox
          Left = 16
          Top = 92
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show button text below icons in main toolbar'
          TabOrder = 6
        end
      end
      object MiscGrb: TGroupBox
        Left = 0
        Top = 192
        Width = 441
        Height = 97
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Miscellaneous'
        TabOrder = 1
        DesignSize = (
          441
          97)
        object CheckForUpdatesChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Automatically check for updates'
          TabOrder = 1
        end
        object RunOnStartupChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Run {AppName} on Windows startup'
          TabOrder = 0
        end
        object PatchTcpIpChk: TCheckBox
          Left = 16
          Top = 68
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Raise half-open connection limit while {AppName} is running'
          TabOrder = 2
        end
      end
      object KCeasyCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'General 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 = 2
      end
      object LangGrp: TGroupBox
        Left = 0
        Top = 296
        Width = 441
        Height = 81
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Language'
        TabOrder = 3
        DesignSize = (
          441
          81)
        object LangInfoLbl: TLabel
          Left = 16
          Top = 20
          Width = 409
          Height = 13
          Anchors = [akLeft, akTop, akRight]
          AutoSize = False
          Caption = 
            'Note: You will have to restart {AppName} for it to be localized ' +
            'completely.'
        end
        object LangLbl: TLabel
          Left = 16
          Top = 48
          Width = 57
          Height = 13
          AutoSize = False
          Caption = 'Language'
        end
        object LangCombo: TComboBox
          Left = 80
          Top = 44
          Width = 137
          Height = 21
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 0
        end
      end
    end
    object BrowserTab: TTabSheet
      Caption = 'Browser.'
      ImageIndex = 8
      DesignSize = (
        443
        363)
      object BrowserCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Browser 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 = 0
      end
      object BrowserGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 73
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Browser'
        TabOrder = 1
        DesignSize = (
          441
          73)
        object BrowserHandleMagnetsChk: TCheckBox
          Left = 16
          Top = 44
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Handle magnet links'
          TabOrder = 0
        end
        object BrowserBlockPopupsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Block popup windows'
          TabOrder = 1
        end
      end
      object BrowserTabsGrp: TGroupBox
        Left = 0
        Top = 120
        Width = 441
        Height = 121
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Tabs'
        TabOrder = 2
        DesignSize = (
          441
          121)
        object BrowserTabsWithCloseButtonChk: TCheckBox
          Left = 16
          Top = 44
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show close button on tabs'
          TabOrder = 0
        end
        object BrowserOpenNewWindowsAsTabsChk: TCheckBox
          Left = 16
          Top = 68
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Open new browser windows and popups as tabs'
          TabOrder = 1
        end
        object BrowserOpenBookmarksInNewTabChk: TCheckBox
          Left = 16
          Top = 92
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Open bookmarks in new tab'
          TabOrder = 2
        end
        object BrowserEnableTabsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Enable tabbed browsing'
          TabOrder = 3
        end
      end
    end
    object SearchTab: TTabSheet
      Caption = 'Search.'
      ImageIndex = 3
      DesignSize = (
        443
        363)
      object SearchResultsGrp: TGroupBox
        Left = 0
        Top = 168
        Width = 441
        Height = 193
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Results'
        TabOrder = 0
        DesignSize = (
          441
          193)
        object FilterSingleSourceChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Filter results with only one source by default'
          TabOrder = 0
        end
        object AllowSearchMultiSelectChk: TCheckBox
          Left = 16
          Top = 68
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Allow multiselect in search results'
          TabOrder = 1
        end
        object HighlightDownloadsChk: TCheckBox
          Left = 16
          Top = 92
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Highlight downloading files (red)'
          TabOrder = 2
        end
        object HighlightSharedChk: TCheckBox
          Left = 16
          Top = 116
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Highlight files already in library (green)'
          TabOrder = 3
        end
        object RealmIconsOnTabsChk: TCheckBox
          Left = 16
          Top = 164
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show realm icons on search result tabs'
          TabOrder = 4
        end
        object SortByAlphaNumChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Ignore non-alphanumeric characters when sorting results'
          TabOrder = 5
        end
        object NeverDownloadSharedChk: TCheckBox
          Left = 16
          Top = 140
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 
            'Ignore files already in library when selecting results for downl' +
            'oading'
          TabOrder = 6
        end
      end
      object SearchCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Search options'
        Color = clGradientActiveCaption
        UseDockManager = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clCaptionText

⌨️ 快捷键说明

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