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

📄 faccountproperties.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
📖 第 1 页 / 共 2 页
字号:
      object chkHeaders2: TCheckBox
        Left = 24
        Top = 100
        Width = 257
        Height = 17
        Caption = '... but only if message size is over'
        Enabled = False
        TabOrder = 3
        OnClick = chkHeaders2Click
      end
      object chkHeaders1: TCheckBox
        Left = 8
        Top = 80
        Width = 433
        Height = 17
        Caption = 'Show message headers for incoming mail'
        TabOrder = 2
        OnClick = chkHeaders1Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Outgoing (Server)'
      ImageIndex = 2
      object Label21: TLabel
        Left = 8
        Top = 36
        Width = 94
        Height = 13
        Caption = '&Authentication type:'
        FocusControl = cmboxSmtpAuth
        Transparent = True
      end
      object Label13: TLabel
        Left = 8
        Top = 12
        Width = 34
        Height = 13
        Caption = '&Server:'
        FocusControl = txtOutgoing
        Transparent = True
      end
      object Label26: TLabel
        Left = 8
        Top = 84
        Width = 56
        Height = 13
        Caption = '&User Name:'
        Enabled = False
        FocusControl = txtLoginUser2
        Transparent = True
      end
      object Label27: TLabel
        Left = 8
        Top = 108
        Width = 49
        Height = 13
        Caption = '&Password:'
        Enabled = False
        FocusControl = txtLoginPwd2
        Transparent = True
      end
      object Label14: TLabel
        Left = 8
        Top = 132
        Width = 22
        Height = 13
        Caption = 'P&ort:'
        FocusControl = txtSMTPPort
      end
      object Label15: TLabel
        Left = 250
        Top = 132
        Width = 55
        Height = 13
        Caption = 'Ti&meout: [s]'
        FocusControl = txtSMTPTimeout
      end
      object Label18: TLabel
        Left = 8
        Top = 156
        Width = 93
        Height = 13
        Caption = 'Se&cure connection:'
        FocusControl = cmboxSecureSmtp
      end
      object cmboxSmtpAuth: TComboBox
        Left = 144
        Top = 32
        Width = 305
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
        OnChange = txtChange
        OnClick = cmboxSmtpAuthClick
        Items.Strings = (
          '')
      end
      object txtOutgoing: TEdit
        Left = 144
        Top = 8
        Width = 305
        Height = 21
        MaxLength = 128
        TabOrder = 0
        OnChange = txtChange
      end
      object txtLoginUser2: TEdit
        Left = 144
        Top = 80
        Width = 305
        Height = 21
        Enabled = False
        MaxLength = 128
        TabOrder = 3
        OnChange = txtChange
      end
      object txtLoginPwd2: TEdit
        Left = 144
        Top = 104
        Width = 305
        Height = 21
        Enabled = False
        MaxLength = 128
        PasswordChar = '*'
        TabOrder = 4
        OnChange = txtChange
      end
      object chkSamePwd: TCheckBox
        Left = 8
        Top = 60
        Width = 449
        Height = 17
        Caption = 'U&se same username for SMTP auth as for incoming connection'
        Checked = True
        Enabled = False
        State = cbChecked
        TabOrder = 2
        OnClick = chkSamePwdClick
      end
      object txtSMTPPort: TEdit
        Left = 144
        Top = 128
        Width = 90
        Height = 21
        MaxLength = 5
        TabOrder = 5
        Text = '110'
        OnChange = txtChange
        OnExit = txtExit
      end
      object txtSMTPTimeout: TEdit
        Left = 358
        Top = 128
        Width = 90
        Height = 21
        MaxLength = 5
        TabOrder = 6
        Text = '15'
        OnChange = txtChange
        OnExit = txtExit
      end
      object cmboxSecureSmtp: TComboBox
        Left = 144
        Top = 152
        Width = 305
        Height = 21
        Style = csDropDownList
        ItemHeight = 0
        TabOrder = 7
        OnChange = txtChange
      end
    end
    object TabSheet6: TTabSheet
      Caption = 'Outgoing (Settings)'
      ImageIndex = 5
      object Label16: TLabel
        Left = 8
        Top = 12
        Width = 68
        Height = 13
        Caption = 'Use si&gnature:'
        FocusControl = cmboxSignature
        Transparent = True
      end
      object cmboxSignature: TComboBox
        Left = 144
        Top = 8
        Width = 305
        Height = 21
        Hint = 'Default signature for this account'
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 0
        OnChange = txtChange
        Items.Strings = (
          '')
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'Other'
      ImageIndex = 4
      object gbNotfy: TGroupBox
        Left = 8
        Top = 8
        Width = 441
        Height = 73
        Enabled = False
        TabOrder = 1
        object txtSound: TEdit
          Left = 160
          Top = 18
          Width = 241
          Height = 21
          TabOrder = 1
          OnChange = txtChange
        end
        object chkboxPlay: TCheckBox
          Left = 8
          Top = 20
          Width = 145
          Height = 17
          Caption = '&Play sound'
          TabOrder = 0
          OnClick = chkboxPlayClick
        end
        object cmdSound: TBitBtn
          Left = 408
          Top = 18
          Width = 25
          Height = 20
          Caption = '...'
          TabOrder = 2
          OnClick = cmdSoundClick
        end
        object cmboxNotificationDisplay: TComboBox
          Left = 160
          Top = 44
          Width = 273
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 4
          OnChange = txtChange
          Items.Strings = (
            '')
        end
        object chkboxNotificationDisplay: TCheckBox
          Left = 8
          Top = 46
          Width = 145
          Height = 17
          Caption = '&Display notification'
          TabOrder = 3
          OnClick = chkboxNotificationDisplayClick
        end
      end
      object chkboxNotify: TCheckBox
        Left = 16
        Top = 8
        Width = 425
        Height = 16
        Caption = '&Notify me on new messages'
        TabOrder = 0
        OnClick = chkboxNotifyClick
      end
      object chkboxEmptyTrash: TCheckBox
        Left = 8
        Top = 88
        Width = 210
        Height = 17
        Hint = 'Empty trash maibox when exiting si.Mail'
        Caption = 'Empty '#39'Trash'#39' on exit'
        TabOrder = 2
      end
      object chkboxEmptyJunk: TCheckBox
        Left = 232
        Top = 88
        Width = 210
        Height = 17
        Hint = 'Empty junk mail maibox when exiting si.Mail'
        Caption = 'Empty '#39'Junk mail'#39' on exit'
        TabOrder = 3
      end
    end
  end
  object GPanel1: TGPanel
    Left = 182
    Top = 0
    Width = 460
    Height = 30
    BevelOuter = bvNone
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    Color_1 = 11848655
    Color_2 = 13885923
    Color_3 = 15527920
    object lblCaption: TLabel
      Left = 4
      Top = 2
      Width = 453
      Height = 25
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -19
      Font.Name = 'Courier New'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
      Transparent = True
      Layout = tlCenter
    end
  end
  object lstSettings: TVirtualStringTree
    Left = 0
    Top = 0
    Width = 177
    Height = 320
    Align = alLeft
    ButtonStyle = bsTriangle
    Colors.FocusedSelectionColor = 13613489
    Colors.SelectionRectangleBlendColor = 13613489
    Colors.UnfocusedSelectionColor = 15396334
    Colors.UnfocusedSelectionBorderColor = 13751260
    DragOperations = []
    DrawSelectionMode = smBlendedRectangle
    EditDelay = 0
    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.MainColumn = -1
    Header.Options = [hoColumnResize, hoDrag]
    ParentBackground = False
    TabOrder = 2
    TreeOptions.AutoOptions = [toAutoScrollOnExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
    TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
    TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowBackground, toShowButtons, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
    TreeOptions.SelectionOptions = [toFullRowSelect]
    TreeOptions.StringOptions = [toSaveCaptions]
    OnFocusChanged = lstSettingsFocusChanged
    OnGetText = lstSettingsGetText
    OnGetNodeDataSize = lstSettingsGetNodeDataSize
    Columns = <>
  end
  object cmdOK: TButton
    Left = 192
    Top = 284
    Width = 75
    Height = 25
    Hint = 'Save changes and close window'
    Caption = '&OK'
    TabOrder = 3
    OnClick = cmdOKClick
  end
  object cmdCancel: TButton
    Left = 296
    Top = 284
    Width = 75
    Height = 25
    Hint = 'Close this window'
    Caption = '&Cancel'
    TabOrder = 4
    OnClick = cmdCancelClick
  end
  object cmdHelp: TButton
    Left = 552
    Top = 284
    Width = 75
    Height = 25
    Hint = 'Display help'
    Caption = '&Help'
    TabOrder = 5
    Visible = False
  end
  object OpenDialog1: TOpenDialog
    Left = 392
    Top = 280
  end
end

⌨️ 快捷键说明

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