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

📄 fnewaccserverproperties.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmNewAccServerProperties: TfrmNewAccServerProperties
  Left = 596
  Top = 336
  BorderStyle = bsDialog
  Caption = 'Server Properties'
  ClientHeight = 151
  ClientWidth = 267
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 8
    Top = 52
    Width = 55
    Height = 13
    Caption = '&Timeout: [s]'
    FocusControl = txtPOP3Timeout
  end
  object Label1: TLabel
    Left = 8
    Top = 28
    Width = 22
    Height = 13
    Caption = '&Port:'
    FocusControl = txtPOP3Port
  end
  object Label3: TLabel
    Left = 8
    Top = 8
    Width = 37
    Height = 13
    Caption = 'POP3:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 80
    Width = 35
    Height = 13
    Caption = 'SMTP'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 8
    Top = 100
    Width = 22
    Height = 13
    Caption = 'P&ort:'
    FocusControl = txtSMTPPort
  end
  object Label6: TLabel
    Left = 8
    Top = 124
    Width = 55
    Height = 13
    Caption = 'Ti&meout: [s]'
    FocusControl = txtSMTPTimeout
  end
  object txtPOP3Timeout: TEdit
    Tag = 15
    Left = 80
    Top = 48
    Width = 81
    Height = 21
    MaxLength = 5
    TabOrder = 0
    Text = '15'
    OnExit = txtExit
  end
  object txtPOP3Port: TEdit
    Tag = 110
    Left = 80
    Top = 24
    Width = 81
    Height = 21
    MaxLength = 5
    TabOrder = 1
    Text = '110'
    OnExit = txtExit
  end
  object txtSMTPTimeout: TEdit
    Tag = 15
    Left = 80
    Top = 120
    Width = 81
    Height = 21
    MaxLength = 5
    TabOrder = 2
    Text = '15'
    OnExit = txtExit
  end
  object txtSMTPPort: TEdit
    Tag = 25
    Left = 80
    Top = 96
    Width = 81
    Height = 21
    MaxLength = 5
    TabOrder = 3
    Text = '25'
    OnExit = txtExit
  end
  object cmdOK: TButton
    Left = 184
    Top = 16
    Width = 75
    Height = 25
    Caption = '&OK'
    TabOrder = 4
    OnClick = cmdOKClick
  end
  object Cancel: TButton
    Left = 184
    Top = 48
    Width = 75
    Height = 25
    Hint = 'Cancel all'
    Caption = '&Cancel'
    TabOrder = 5
    OnClick = cmdOKClick
  end
end

⌨️ 快捷键说明

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