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

📄 main.dfm

📁 这是一套全面的网络组件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 438
  Height = 384
  Caption = 'SMTP / POP3 client demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 54
    Height = 13
    Caption = 'POP server'
  end
  object Label2: TLabel
    Left = 16
    Top = 64
    Width = 22
    Height = 13
    Caption = 'User'
  end
  object Label3: TLabel
    Left = 16
    Top = 88
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label4: TLabel
    Left = 16
    Top = 160
    Width = 150
    Height = 13
    Caption = 'Messages. Double click to view'
  end
  object Label5: TLabel
    Left = 16
    Top = 40
    Width = 62
    Height = 13
    Caption = 'SMTP server'
  end
  object edtPop3Server: TEdit
    Left = 88
    Top = 16
    Width = 321
    Height = 21
    TabOrder = 0
    Text = 'pop.domain.com'
  end
  object edtUser: TEdit
    Left = 88
    Top = 64
    Width = 321
    Height = 21
    TabOrder = 2
    Text = 'user'
  end
  object edtPassword: TEdit
    Left = 88
    Top = 88
    Width = 321
    Height = 21
    TabOrder = 3
    Text = 'password'
  end
  object btnComposeMail: TButton
    Left = 296
    Top = 128
    Width = 113
    Height = 25
    Caption = 'Compose Mail'
    TabOrder = 4
    OnClick = btnComposeMailClick
  end
  object btnCheckMail: TButton
    Left = 88
    Top = 128
    Width = 113
    Height = 25
    Caption = 'Check Mail'
    TabOrder = 5
    OnClick = btnCheckMailClick
  end
  object lbMessages: TListBox
    Left = 16
    Top = 176
    Width = 393
    Height = 161
    ItemHeight = 13
    TabOrder = 6
    OnDblClick = lbMessagesDblClick
  end
  object edtSmtpServer: TEdit
    Left = 88
    Top = 40
    Width = 321
    Height = 21
    TabOrder = 1
    Text = 'smtp.domain.com'
  end
  object clSMTP1: TclSmtp
    MailAgent = 'Clever Internet Suite v 6.0'
    Left = 80
    Top = 256
  end
  object clPOP31: TclPop3
    Left = 120
    Top = 256
  end
  object clMailMessage1: TclMailMessage
    Date = 38524.526523229200000000
    CharSet = 'iso-8859-1'
    ContentType = 'text/plain'
    MimeOLE = 'Produced By Clever Internet Suite MimeOLE v 6.0'
    Left = 160
    Top = 256
  end
end

⌨️ 快捷键说明

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