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

📄 configdialog.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
📖 第 1 页 / 共 4 页
字号:
        end
        object UploadBwLabel: TLabel
          Left = 16
          Top = 80
          Width = 193
          Height = 13
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Maximum upload bandwidth in kbyte/sec'
          Layout = tlCenter
          WordWrap = True
        end
        object MaxUploadsEdit: TEdit
          Left = 334
          Top = 48
          Width = 73
          Height = 21
          AutoSelect = False
          TabOrder = 0
          Text = '0'
          OnChange = MaxUploadsEditChange
          OnKeyPress = EditOnlyNumericKeyPress
        end
        object MaxUploadsUpDown: TUpDown
          Left = 407
          Top = 48
          Width = 15
          Height = 21
          Associate = MaxUploadsEdit
          Min = 0
          Max = 32000
          Position = 0
          TabOrder = 1
          Thousands = False
          Wrap = False
        end
        object UploadBwEdit: TEdit
          Left = 334
          Top = 76
          Width = 73
          Height = 21
          AutoSelect = False
          TabOrder = 2
          Text = '0'
          OnChange = UploadBwEditChange
          OnKeyPress = EditOnlyNumericKeyPress
        end
        object UploadBwUpDown: TUpDown
          Left = 407
          Top = 76
          Width = 15
          Height = 21
          Associate = UploadBwEdit
          Min = 0
          Max = 32000
          Position = 0
          TabOrder = 3
          Thousands = False
          Wrap = False
        end
        object SharingEnabledChk: TCheckBox
          Left = 16
          Top = 24
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Share files with other users'
          TabOrder = 4
        end
      end
      object UploadOptionsGrp: TGroupBox
        Left = 0
        Top = 184
        Width = 441
        Height = 49
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Options'
        TabOrder = 3
        DesignSize = (
          441
          49)
        object AutoClearUploadsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Automatically clear completed uploads'
          TabOrder = 0
        end
      end
    end
    object PlayerTab: TTabSheet
      Caption = 'Player.'
      ImageIndex = 6
      DesignSize = (
        443
        363)
      object PlayerCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Player 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 PlayerGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 97
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Player'
        TabOrder = 1
        DesignSize = (
          441
          97)
        object ShowBottomPlayerChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Show player controls above status bar'
          TabOrder = 0
        end
        object ExternalPlayerChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Always use external default media player'
          TabOrder = 1
        end
        object VlcLoggingChk: TCheckBox
          Left = 16
          Top = 68
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Open VLC log window (requires restart if VLC was used before)'
          TabOrder = 2
        end
      end
    end
    object LibraryTab: TTabSheet
      Caption = 'Library.'
      ImageIndex = 7
      DesignSize = (
        443
        363)
      object LibraryCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Library 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 LibraryGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 73
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Library'
        TabOrder = 1
        DesignSize = (
          441
          73)
        object LibraryUpdateOnConnectChk: TCheckBox
          Left = 16
          Top = 20
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Update files on connect'
          TabOrder = 0
        end
        object LibraryUseRecycleBinChk: TCheckBox
          Left = 16
          Top = 44
          Width = 408
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Move files to Windows Recycle Bin when they are deleted'
          TabOrder = 1
        end
      end
    end
    object ChatTab: TTabSheet
      Caption = 'Chat.'
      ImageIndex = 9
      DesignSize = (
        443
        363)
      object ChatCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Chat 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 ChatServerGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 57
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Server'
        TabOrder = 1
        object ChatHostLbl: TLabel
          Left = 16
          Top = 24
          Width = 33
          Height = 13
          AutoSize = False
          Caption = 'Host'
        end
        object ChatPortLbl: TLabel
          Left = 248
          Top = 24
          Width = 19
          Height = 13
          Caption = 'Port'
        end
        object ChatHostEdit: TEdit
          Left = 54
          Top = 20
          Width = 171
          Height = 21
          Ctl3D = True
          ParentCtl3D = False
          TabOrder = 0
        end
        object ChatPortEdit: TEdit
          Left = 278
          Top = 20
          Width = 67
          Height = 21
          TabOrder = 1
        end
      end
      object ChatNickGrp: TGroupBox
        Left = 0
        Top = 104
        Width = 441
        Height = 129
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Nickname and Rooms'
        TabOrder = 2
        object ChatNickLbl: TLabel
          Left = 16
          Top = 24
          Width = 48
          Height = 13
          Caption = 'Nickname'
        end
        object ChatPwdLbl: TLabel
          Left = 16
          Top = 56
          Width = 90
          Height = 13
          Caption = 'Nickserv password'
        end
        object ChatChannelsLbl: TLabel
          Left = 16
          Top = 88
          Width = 121
          Height = 33
          AutoSize = False
          Caption = 'Rooms to join (comma separated)'
          WordWrap = True
        end
        object ChatNickEdit: TEdit
          Left = 120
          Top = 20
          Width = 145
          Height = 21
          Ctl3D = True
          ParentCtl3D = False
          TabOrder = 0
        end
        object ChatPwdEdit: TEdit
          Left = 120
          Top = 52
          Width = 145
          Height = 21
          PasswordChar = '*'
          TabOrder = 1
        end
        object ChatChannelsEdit: TEdit
          Left = 144
          Top = 92
          Width = 281
          Height = 21
          Ctl3D = True
          ParentCtl3D = False
          TabOrder = 2
        end
      end
      object ChatOptionsGrp: TGroupBox
        Left = 0
        Top = 240
        Width = 441
        Height = 73
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Options'
        TabOrder = 3
        DesignSize = (
          441
          73)
        object ChatHighlightChannelsChk: TCheckBox
          Left = 16
          Top = 20
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Highlight room caption on new message'
          TabOrder = 0
        end
        object ChatLogRawChk: TCheckBox
          Left = 16
          Top = 44
          Width = 409
          Height = 17
          Anchors = [akLeft, akTop, akRight]
          Caption = 'Log raw server messages to status window'
          TabOrder = 1
        end
      end
    end
    object ChatColorsTab: TTabSheet
      Caption = 'Chat.Colors'
      ImageIndex = 10
      DesignSize = (
        443
        363)
      object ChatColorsCaptionPanel: TPanel
        Left = 0
        Top = 0
        Width = 441
        Height = 29
        Alignment = taLeftJustify
        Anchors = [akLeft, akTop, akRight]
        BevelOuter = bvLowered
        BorderWidth = 5
        Caption = 'Chat Font and Colors'
        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 ChatFontGrp: TGroupBox
        Left = 0
        Top = 40
        Width = 441
        Height = 57
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Font'
        TabOrder = 1
        DesignSize = (
          441
          57)
        object ChatFontLbl: TLabel
          Left = 16
          Top = 24
          Width = 65
          Height = 13
          AutoSize = False
          Caption = 'Chat Font'
        end
        object ChatFontBtn: TSpeedButton
          Left = 360
          Top = 20
          Width = 65
          Height = 22
          Anchors = [akTop, akRight]
          Caption = 'Change'
          OnClick = ChatFontBtnClick
        end
        object ChatFontEdit: TEdit
          Left = 88
          Top = 20
          Width = 265
          Height = 21
          AutoSelect = False
          ReadOnly = True
          TabOrder = 0
        end
      end
      object ColorsGrp: TGroupBox
        Left = 0
        Top = 104
        Width = 441
        Height = 253
        Anchors = [akLeft, akTop, akRight]
        Caption = 'Colors'
        TabOrder = 2
        object NormalColorLbl: TLabel
          Left = 16

⌨️ 快捷键说明

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