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

📄 fsettings.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frmSettings: TfrmSettings
  Left = 406
  Top = 469
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Settings'
  ClientHeight = 386
  ClientWidth = 543
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnCreate = FormCreate
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object pc: TPageControl
    Left = 180
    Top = 30
    Width = 365
    Height = 380
    ActivePage = TabSheet18
    TabOrder = 0
    object TabSheet9: TTabSheet
      Caption = '@'
      ImageIndex = 8
      object Label2: TLabel
        Left = 8
        Top = 8
        Width = 235
        Height = 13
        Caption = 'If any item is marked with * then restart is required.'
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'Language'
      ImageIndex = 4
      object Label1: TLabel
        Left = 8
        Top = 8
        Width = 216
        Height = 13
        Caption = 'Double Click to language to confirm selection.'
      end
      object Label31: TLabel
        Left = 8
        Top = 288
        Width = 34
        Height = 13
        Caption = 'Author:'
        Transparent = True
      end
      object lblAuthor: TLabel
        Left = 100
        Top = 288
        Width = 245
        Height = 33
        AutoSize = False
        Transparent = True
        WordWrap = True
      end
      object lstLanguages: TVirtualStringTree
        Left = 8
        Top = 24
        Width = 345
        Height = 257
        Hint = 'Double click to apply language imediately'
        Colors.UnfocusedSelectionColor = 15396334
        Colors.UnfocusedSelectionBorderColor = 13751260
        DefaultNodeHeight = 22
        DrawSelectionMode = smBlendedRectangle
        Header.AutoSizeIndex = 0
        Header.Font.Charset = DEFAULT_CHARSET
        Header.Font.Color = clWindowText
        Header.Font.Height = -11
        Header.Font.Name = 'MS Sans Serif'
        Header.Font.Style = []
        Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
        Header.Style = hsFlatButtons
        Images = ilFlags
        LineStyle = lsSolid
        Margin = 2
        ParentBackground = False
        TabOrder = 0
        TextMargin = 2
        TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoSpanColumns, toAutoTristateTracking, toAutoDeleteMovedNodes]
        TreeOptions.MiscOptions = [toFullRepaintOnResize, toGridExtensions, toInitOnSave, toReportMode, toToggleOnDblClick, toWheelPanning]
        TreeOptions.PaintOptions = [toHideFocusRect, toShowBackground, toShowButtons, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
        TreeOptions.SelectionOptions = [toFullRowSelect]
        TreeOptions.StringOptions = []
        OnChange = lstLanguagesChange
        OnDblClick = lstLanguagesDblClick
        OnGetText = lstLanguagesGetText
        OnGetImageIndex = lstLanguagesGetImageIndex
        OnGetNodeDataSize = lstLanguagesGetNodeDataSize
        Columns = <
          item
            Position = 0
            Width = 125
            WideText = 'Language - English'
          end
          item
            Position = 1
            Width = 120
            WideText = 'Language'
          end
          item
            Position = 2
            Width = 100
            WideText = 'Language Code'
          end>
      end
    end
    object TabSheet1: TTabSheet
      Caption = 'View window'
      ImageIndex = 2
      object Label3: TLabel
        Left = 8
        Top = 12
        Width = 107
        Height = 13
        Caption = '&Message part to show:'
        FocusControl = cmboxShowMessagePart
        Transparent = True
      end
      object chkboxRawOverHtml: TCheckBox
        Left = 8
        Top = 32
        Width = 345
        Height = 17
        Hint = 'Show raw message if only html message part is present'
        Caption = '&Show RAW if text/html only'
        TabOrder = 0
      end
      object cmboxShowMessagePart: TComboBox
        Left = 144
        Top = 8
        Width = 209
        Height = 21
        Hint = 'Message view mode'
        Style = csDropDownList
        ItemHeight = 0
        TabOrder = 1
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 56
        Width = 345
        Height = 153
        Caption = 'text/html part options'
        TabOrder = 2
        object Label4: TLabel
          Left = 8
          Top = 40
          Width = 153
          Height = 13
          Alignment = taCenter
          AutoSize = False
          Caption = '----- Download -----'
        end
        object Label5: TLabel
          Left = 168
          Top = 40
          Width = 153
          Height = 13
          Alignment = taCenter
          AutoSize = False
          Caption = '----- Execute -----'
        end
        object Label6: TLabel
          Left = 8
          Top = 120
          Width = 321
          Height = 25
          AutoSize = False
          Caption = 
            'You can set all those with click on little blue arrow in Mail Vi' +
            'ew panel or window'
          Transparent = True
          WordWrap = True
        end
        object CheckBox1: TCheckBox
          Left = 8
          Top = 24
          Width = 153
          Height = 17
          Action = frmMailView.actDOOffline
          TabOrder = 0
        end
        object CheckBox3: TCheckBox
          Left = 8
          Top = 56
          Width = 153
          Height = 17
          Action = frmMailView.actDOImages
          TabOrder = 1
        end
        object CheckBox4: TCheckBox
          Left = 8
          Top = 72
          Width = 153
          Height = 17
          Action = frmMailView.actDOBackgroundMusic
          TabOrder = 2
        end
        object CheckBox5: TCheckBox
          Left = 8
          Top = 88
          Width = 153
          Height = 17
          Action = frmMailView.actDOVideos
          TabOrder = 3
        end
        object CheckBox6: TCheckBox
          Left = 8
          Top = 104
          Width = 153
          Height = 17
          Action = frmMailView.actDOActiveX
          TabOrder = 4
        end
        object CheckBox7: TCheckBox
          Left = 168
          Top = 56
          Width = 153
          Height = 17
          Action = frmMailView.actDOScripts
          TabOrder = 5
        end
        object CheckBox8: TCheckBox
          Left = 168
          Top = 72
          Width = 153
          Height = 17
          Action = frmMailView.actDOJava
          TabOrder = 6
        end
        object CheckBox2: TCheckBox
          Left = 168
          Top = 88
          Width = 153
          Height = 17
          Action = frmMailView.actDOActiveXRun
          TabOrder = 7
        end
      end
      object GroupBox4: TGroupBox
        Left = 8
        Top = 216
        Width = 345
        Height = 73
        Caption = 'text/plain Font'
        TabOrder = 3
        object lblViewWindowFont: TLabel
          Left = 8
          Top = 30
          Width = 37
          Height = 15
          Caption = 'lblFont'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = 'Arial'
          Font.Style = []
          ParentFont = False
          Transparent = True
        end
        object cmdViewWindowFont: TButton
          Left = 256
          Top = 24
          Width = 75
          Height = 25
          Hint = 'Click here to change text/plain message part view font'
          Caption = 'C&hange'
          TabOrder = 0
          OnClick = cmdViewWindowFontClick
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Compose'
      ImageIndex = 3
      object GroupBox1: TGroupBox
        Left = 8
        Top = 16
        Width = 345
        Height = 73
        Caption = 'Font'
        TabOrder = 0
        object lblComposeFont: TLabel
          Left = 8
          Top = 30
          Width = 40
          Height = 16
          Caption = 'lblFont'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          Transparent = True
        end
        object cmdFontChange: TButton
          Left = 256
          Top = 24
          Width = 75
          Height = 25
          Hint = 'Click here to change Compose window editing font'
          Caption = 'C&hange'
          TabOrder = 0
          OnClick = cmdFontChangeClick
        end
      end
      object chkboxCountReplies: TCheckBox
        Left = 8
        Top = 96
        Width = 345
        Height = 17
        Hint = 
          'Try to rewrite multiple replies as one with reply count betwen [' +
          '].'
        Caption = '&Auto count replies'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
      object chkboxCountForwards: TCheckBox
        Left = 8
        Top = 112
        Width = 345
        Height = 17
        Hint = 
          'Try to rewrite multiple forwards as one with forward count betwe' +
          'n [].'
        Caption = '&Auto count forwards'
        Checked = True
        State = cbChecked
        TabOrder = 2
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Mailboxes'
      ImageIndex = 4
      object chkboxHideProfile: TCheckBox
        Left = 8
        Top = 8
        Width = 345
        Height = 17
        Caption = 'Show profile node *'
        TabOrder = 0
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Address book'
      ImageIndex = 5
    end
    object TabSheet6: TTabSheet
      Caption = 'Mail list'
      ImageIndex = 6
      object chkboxAskBeforeDeleting: TCheckBox
        Left = 8
        Top = 8
        Width = 345
        Height = 17
        Caption = 'Show confirmation dialog before deleting message(s)'
        TabOrder = 0
      end
      object chkboxMarkAsRead: TCheckBox
        Left = 8
        Top = 24
        Width = 345
        Height = 17
        Caption = 'Mark all messages as read before moving to trash'
        TabOrder = 1
      end
    end
    object TabSheet7: TTabSheet
      Caption = 'Other'
      ImageIndex = 7
      object Label7: TLabel
        Left = 8
        Top = 152
        Width = 79
        Height = 13
        Caption = 'Default &account:'
        FocusControl = cmboxDefaultAccount
      end
      object GroupBox2: TGroupBox
        Left = 8
        Top = 8
        Width = 345
        Height = 81
        Caption = 'Default e-mail client'
        TabOrder = 0
        object chkboxDefaultClient: TCheckBox
          Tag = 302
          Left = 8
          Top = 16
          Width = 297
          Height = 17
          Caption = '&Do not perform this check in future.'
          TabOrder = 0
        end
        object cmdRegisterAsDefault: TButton
          Left = 12
          Top = 36
          Width = 321
          Height = 25
          Caption = 'Register as default'
          TabOrder = 1
          OnClick = cmdRegisterAsDefaultClick
        end
      end
      object chkboxShowTasksWindow: TCheckBox
        Left = 8
        Top = 96
        Width = 345
        Height = 17
        Hint = 'Check if you want tasks window to popup when preforming a task'
        Caption = '&Show tasks window'
        TabOrder = 1
      end
      object cmboxDefaultAccount: TComboBox
        Left = 148
        Top = 148
        Width = 205
        Height = 21
        Style = csDropDownList
        ItemHeight = 0
        Sorted = True
        TabOrder = 2
      end
      object chkboxSplash: TCheckBox
        Left = 8
        Top = 112
        Width = 345
        Height = 17
        Hint = 
          'Splash screen is shown just untill all program settings are load' +
          'ed. Instead 1,5 second.'
        Caption = '&Minimize splash screen show time'
        TabOrder = 3
      end
      object chkboxSysTray: TCheckBox
        Left = 8
        Top = 128
        Width = 345
        Height = 17
        Caption = 'Do &not minimize to system tray'
        TabOrder = 4
      end
    end
    object TabSheet8: TTabSheet
      Caption = 'Quoting'
      ImageIndex = 8
      object Label8: TLabel
        Left = 8
        Top = 10
        Width = 80
        Height = 13
        Caption = '&Quote character:'
        FocusControl = txtQuoteChar
        Transparent = True
      end
      object txtQuoteChar: TEdit
        Left = 144
        Top = 8
        Width = 205
        Height = 21
        MaxLength = 1
        TabOrder = 0
        Text = '>'
      end
      object chkboxColorizeQuotes: TCheckBox
        Left = 8
        Top = 32
        Width = 345
        Height = 17
        Caption = 'Colorize quoted parts of message'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
      object pnlLevels: TPageControl
        Left = 4
        Top = 56
        Width = 353
        Height = 185
        ActivePage = TabSheet10
        TabOrder = 2
        OnChange = LevelStyleChange
        object TabSheet10: TTabSheet
          Caption = 'Level 1'
          object Label9: TLabel
            Left = 8
            Top = 12
            Width = 50
            Height = 13
            Caption = '&Text color:'
            FocusControl = clrText1
            Transparent = True
          end
          object Label10: TLabel
            Left = 168
            Top = 12
            Width = 87
            Height = 13
            Caption = '&Background color:'
            FocusControl = clrBack1
            Transparent = True
          end
          object Label11: TLabel
            Left = 8
            Top = 60
            Width = 58
            Height = 13
            Caption = 'Border &style:'
            FocusControl = cmboxBS1
            Transparent = True
          end
          object Label12: TLabel
            Left = 8
            Top = 80
            Width = 78
            Height = 13
            Caption = '&Additional styles:'
            FocusControl = txtAdditional1
            Transparent = True
          end
          object Label42: TLabel
            Left = 8

⌨️ 快捷键说明

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