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

📄 emailtestu1.dfm

📁 email 发送测试 delphi 2007
💻 DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 150
  Caption = 'EmailTest'
  ClientHeight = 359
  ClientWidth = 474
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesigned
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 14
    Top = 103
    Width = 36
    Height = 13
    Caption = #20027#39064#65306
  end
  object Label2: TLabel
    Left = 142
    Top = 13
    Width = 30
    Height = 13
    Caption = 'SMTP:'
  end
  object Label3: TLabel
    Left = 307
    Top = 13
    Width = 30
    Height = 13
    Caption = 'POP3:'
  end
  object Label4: TLabel
    Left = 134
    Top = 44
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label5: TLabel
    Left = 306
    Top = 44
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label6: TLabel
    Left = 224
    Top = 76
    Width = 36
    Height = 13
    Caption = #25509#25910#65306
  end
  object Label7: TLabel
    Left = 14
    Top = 130
    Width = 36
    Height = 13
    Caption = #38468#20214#65306
  end
  object Label8: TLabel
    Left = 14
    Top = 249
    Width = 36
    Height = 13
    Caption = #20869#23481#65306
  end
  object Label9: TLabel
    Left = 14
    Top = 76
    Width = 36
    Height = 13
    Caption = #21457#36865#65306
  end
  object Button1: TButton
    Left = 56
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 39
    Width = 75
    Height = 25
    Caption = 'Load'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 100
    Width = 369
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 2
    Text = #27979#35797#37038#20214#20027#39064
  end
  object Edit2: TEdit
    Left = 176
    Top = 10
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 3
    Text = 'SMTP.126.COM'
  end
  object Edit3: TEdit
    Left = 345
    Top = 10
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 4
    Text = 'POP3.126.COM'
  end
  object Edit4: TEdit
    Left = 176
    Top = 41
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 5
    Text = 'now_nanchang'
  end
  object Edit5: TEdit
    Left = 345
    Top = 41
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 6
    Text = 'testtest)(*'
  end
  object Edit6: TEdit
    Left = 266
    Top = 73
    Width = 159
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 7
    Text = 'now_nanchang@126.com'
  end
  object Edit7: TEdit
    Left = 56
    Top = 127
    Width = 369
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 8
    Text = 'D:\work\D2007\test2\ABOUT.PAS'
  end
  object Memo1: TMemo
    Left = 56
    Top = 154
    Width = 369
    Height = 197
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    Lines.Strings = (
      'Memo1')
    TabOrder = 9
  end
  object Edit8: TEdit
    Left = 56
    Top = 73
    Width = 159
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 10
    Text = 'now_nanchang@126.com'
  end
  object IdPOP31: TIdPOP3
    AutoLogin = True
    SASLMechanisms = <>
    Left = 8
    Top = 8
  end
  object IdSMTP1: TIdSMTP
    SASLMechanisms = <>
    Left = 16
    Top = 16
  end
  object IdMessage1: TIdMessage
    AttachmentEncoding = 'UUE'
    BccList = <>
    CCList = <>
    Encoding = meDefault
    FromList = <
      item
      end>
    Recipients = <>
    ReplyTo = <>
    ConvertPreamble = True
    Left = 24
    Top = 24
  end
end

⌨️ 快捷键说明

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