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

📄 fnewaccountwizard.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Height = 13
          Caption = '&Organization:'
          FocusControl = txtOrganization
          Transparent = True
        end
        object Label10: TLabel
          Left = 8
          Top = 80
          Width = 71
          Height = 13
          Caption = '&E-mail address:'
          FocusControl = txtEmail
          Transparent = True
        end
        object Label23: TLabel
          Left = 8
          Top = 104
          Width = 74
          Height = 13
          Caption = '&Reply address*:'
          FocusControl = txtReplyEmail
          Transparent = True
        end
        object Label15: TLabel
          Left = 8
          Top = 128
          Width = 183
          Height = 13
          Caption = 'Incoming mail logon information:'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          Transparent = True
        end
        object Label9: TLabel
          Left = 8
          Top = 152
          Width = 56
          Height = 13
          Caption = '&User Name:'
          FocusControl = txtLoginUser1
          Transparent = True
        end
        object Label7: TLabel
          Left = 8
          Top = 176
          Width = 49
          Height = 13
          Caption = '&Password:'
          FocusControl = txtLoginPwd1
          Transparent = True
        end
        object Label25: TLabel
          Left = 8
          Top = 202
          Width = 465
          Height = 49
          AutoSize = False
          Caption = 
            '* Fill filed Reply address with another e-mail address if you wa' +
            'nt that replys are sent to other address.'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          Transparent = True
          WordWrap = True
        end
        object txtLoginPwd1: TEdit
          Left = 152
          Top = 172
          Width = 321
          Height = 21
          Hint = 'Password for incoming mail'
          MaxLength = 128
          PasswordChar = '*'
          TabOrder = 5
        end
        object txtLoginUser1: TEdit
          Left = 152
          Top = 148
          Width = 321
          Height = 21
          Hint = 'Username for incoming mail'
          MaxLength = 128
          TabOrder = 4
        end
        object txtReplyEmail: TEdit
          Left = 152
          Top = 100
          Width = 321
          Height = 21
          MaxLength = 128
          TabOrder = 3
        end
        object txtEmail: TEdit
          Left = 152
          Top = 76
          Width = 321
          Height = 21
          MaxLength = 128
          TabOrder = 2
        end
        object txtOrganization: TEdit
          Left = 152
          Top = 52
          Width = 321
          Height = 21
          MaxLength = 128
          TabOrder = 1
        end
        object txtYourName: TEdit
          Left = 152
          Top = 28
          Width = 321
          Height = 21
          MaxLength = 128
          TabOrder = 0
        end
      end
    end
    object wizServer: TJvWizardInteriorPage
      Header.Title.Color = clNone
      Header.Title.Text = 'Server settings'
      Header.Title.Anchors = [akLeft, akTop, akRight]
      Header.Title.Font.Charset = DEFAULT_CHARSET
      Header.Title.Font.Color = clWindowText
      Header.Title.Font.Height = -16
      Header.Title.Font.Name = 'MS Sans Serif'
      Header.Title.Font.Style = [fsBold]
      Header.Subtitle.Color = clNone
      Header.Subtitle.Visible = False
      Header.Subtitle.Text = 'Subtitle'
      Header.Subtitle.Anchors = [akLeft, akTop, akRight, akBottom]
      Header.Subtitle.Font.Charset = DEFAULT_CHARSET
      Header.Subtitle.Font.Color = clWindowText
      Header.Subtitle.Font.Height = -11
      Header.Subtitle.Font.Name = 'MS Sans Serif'
      Header.Subtitle.Font.Style = []
      Panel.Visible = False
      Caption = 'Server settings'
      object GroupBox2: TGroupBox
        Left = 8
        Top = 144
        Width = 465
        Height = 177
        TabOrder = 0
        object Label12: TLabel
          Left = 8
          Top = 16
          Width = 78
          Height = 13
          Caption = '&Incoming server:'
          FocusControl = txtIncoming
          Transparent = True
        end
        object Label13: TLabel
          Left = 8
          Top = 40
          Width = 78
          Height = 13
          Caption = '&Outgoing server:'
          FocusControl = txtOutgoing
          Transparent = True
        end
        object Label21: TLabel
          Left = 8
          Top = 64
          Width = 94
          Height = 13
          Caption = '&Authentication type:'
          FocusControl = cmboxSmtpAuth
          Transparent = True
        end
        object txtIncoming: TEdit
          Left = 144
          Top = 12
          Width = 289
          Height = 21
          MaxLength = 128
          TabOrder = 0
        end
        object txtOutgoing: TEdit
          Left = 144
          Top = 36
          Width = 289
          Height = 21
          MaxLength = 128
          TabOrder = 1
        end
        object cmboxSmtpAuth: TComboBox
          Left = 144
          Top = 60
          Width = 313
          Height = 21
          Style = csDropDownList
          ItemHeight = 13
          TabOrder = 2
          OnChange = cmboxSmtpAuthChange
        end
        object pnlPwd2: TPanel
          Left = 2
          Top = 88
          Width = 461
          Height = 87
          BevelOuter = bvNone
          TabOrder = 3
          Visible = False
          object Label26: TLabel
            Left = 8
            Top = 38
            Width = 56
            Height = 13
            Caption = '&User Name:'
            Enabled = False
            FocusControl = txtLoginUser2
            Transparent = True
          end
          object Label27: TLabel
            Left = 8
            Top = 62
            Width = 49
            Height = 13
            Caption = '&Password:'
            Enabled = False
            FocusControl = txtLoginPwd2
            Transparent = True
          end
          object txtLoginUser2: TEdit
            Left = 140
            Top = 34
            Width = 309
            Height = 21
            Hint = 'Username for outgoing mail'
            Enabled = False
            MaxLength = 128
            TabOrder = 1
          end
          object txtLoginPwd2: TEdit
            Left = 140
            Top = 58
            Width = 309
            Height = 21
            Hint = 'Password for outgoing mail'
            Enabled = False
            MaxLength = 128
            PasswordChar = '*'
            TabOrder = 2
          end
          object chkSamePwd: TCheckBox
            Left = 8
            Top = 6
            Width = 441
            Height = 17
            Caption = 'U&se same username for SMTP auth as for incoming connection'
            Checked = True
            State = cbChecked
            TabOrder = 0
            OnClick = chkSamePwdClick
          end
        end
        object cmdIncoming: TBitBtn
          Left = 432
          Top = 12
          Width = 25
          Height = 19
          Hint = 'Display additional server properties'
          Caption = '...'
          TabOrder = 4
          OnClick = cmdIncomingClick
        end
        object cmdOutgoing: TBitBtn
          Left = 432
          Top = 36
          Width = 25
          Height = 19
          Hint = 'Display additional server properties'
          Caption = '...'
          TabOrder = 5
          OnClick = cmdIncomingClick
        end
      end
      object Panel4: TPanel
        Left = 0
        Top = 72
        Width = 473
        Height = 65
        BevelOuter = bvNone
        TabOrder = 1
        object Label18: TLabel
          Left = 108
          Top = 12
          Width = 257
          Height = 13
          Caption = 'connect to a pop3 server to download email messages'
          Transparent = True
          WordWrap = True
        end
        object Label19: TLabel
          Left = 108
          Top = 28
          Width = 324
          Height = 13
          Caption = 
            'connect to imap server, to download and synchronize mailbox fold' +
            'ers'
          Enabled = False
          Transparent = True
          WordWrap = True
        end
        object Label20: TLabel
          Left = 108
          Top = 44
          Width = 320
          Height = 13
          Caption = 
            'connect to http server, to download and synchronize mailbox fold' +
            'ers'
          Enabled = False
          Transparent = True
          WordWrap = True
        end
        object rbProt1: TRadioButton
          Left = 8
          Top = 8
          Width = 81
          Height = 17
          Caption = 'POP&3'
          Checked = True
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 0
          TabStop = True
        end
        object rbProt2: TRadioButton
          Left = 8
          Top = 24
          Width = 81
          Height = 17
          Caption = '&IMAP'
          Enabled = False
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 1
        end
        object rbProt3: TRadioButton
          Left = 8
          Top = 40
          Width = 81
          Height = 17
          Caption = '&HTTP'
          Enabled = False
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
          TabOrder = 2
        end
      end
    end
    object wizSummary: TJvWizardInteriorPage
      Header.Title.Color = clNone
      Header.Title.Text = 'Summary'
      Header.Title.Anchors = [akLeft, akTop, akRight]
      Header.Title.Font.Charset = DEFAULT_CHARSET
      Header.Title.Font.Color = clWindowText
      Header.Title.Font.Height = -16
      Header.Title.Font.Name = 'MS Sans Serif'
      Header.Title.Font.Style = [fsBold]
      Header.Subtitle.Color = clNone
      Header.Subtitle.Text = 
        'This is are details for creation of new account. If you would li' +
        'ke to change something then use << Back button, otherwise press ' +
        'Finish to create new account.'
      Header.Subtitle.Anchors = [akLeft, akTop, akRight, akBottom]
      Header.Subtitle.Font.Charset = DEFAULT_CHARSET
      Header.Subtitle.Font.Color = clWindowText
      Header.Subtitle.Font.Height = -11
      Header.Subtitle.Font.Name = 'MS Sans Serif'
      Header.Subtitle.Font.Style = []
      Panel.Visible = False
      VisibleButtons = [bkBack, bkFinish, bkCancel]
      Caption = 'Summary'
      object txtSummary: TEmbeddedWB
        Left = 8
        Top = 80
        Width = 465
        Height = 233
        ParentShowHint = False
        ShowHint = False
        TabOrder = 0
        OnNavigateComplete2 = txtSummaryNavigateComplete2
        DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS]
        UserInterfaceOptions = []
        PrintOptions.Margins.Left = 19.050000000000000000
        PrintOptions.Margins.Right = 19.050000000000000000
        PrintOptions.Margins.Top = 19.050000000000000000
        PrintOptions.Margins.Bottom = 19.050000000000000000
        PrintOptions.Header = '&w&bPage &p of &P'
        PrintOptions.HTMLHeader.Strings = (
          '<HTML></HTML>')
        PrintOptions.Footer = '&u&b&d'
        PrintOptions.Orientation = poPortrait
        ReplaceCaption = False
        EnableDDE = False
        fpExceptions = True
        ControlData = {
          4C0000000F300000151800000000000000000000000000000000000000000000
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
          2B2E126203000000000000004C0000000114020000000000C000000000000046
          8000000000000000000000000000000000000000000000000000000000000000
          00000000000000000100000000000000000000000000000000000000}
      end
    end
    object WizardRouteMapSteps: TJvWizardRouteMapSteps
      Left = 0
      Top = 0
      Width = 121
      Height = 331
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      PreviousStepText = 'Back to'
      NextStepText = 'Next Step'
      ActiveStepFormat = 'Step %d of %d'
    end
    object Panel1: TPanel
      Left = 136
      Top = 184
      Width = 449
      Height = 41
      BevelOuter = bvNone
      TabOrder = 14
    end
  end
end

⌨️ 快捷键说明

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