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

📄 unitmain.dfm.~15~

📁 此代码是通过Indy10发送邮件
💻 ~15~
字号:
object frmMain: TfrmMain
  Left = 0
  Top = 0
  Caption = #21457#36865#37038#20214#23458#25143#31471
  ClientHeight = 424
  ClientWidth = 685
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 432
    Top = 147
    Width = 39
    Height = 13
    Caption = #22270#29255#65306
  end
  object GroupBox1: TGroupBox
    Left = 432
    Top = 8
    Width = 245
    Height = 129
    Caption = 'SMTP'#26381#21153#22120#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 78
      Height = 13
      Caption = #26381#21153#22120#22320#22336#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 51
      Width = 52
      Height = 13
      Caption = #31471#21475#21495#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 78
      Width = 52
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label4: TLabel
      Left = 16
      Top = 105
      Width = 39
      Height = 13
      Caption = #23494#30721#65306
    end
    object edtHost: TEdit
      Left = 96
      Top = 21
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object edtPort: TEdit
      Left = 96
      Top = 48
      Width = 57
      Height = 21
      TabOrder = 1
      Text = '25'
    end
    object edtUserName: TEdit
      Left = 96
      Top = 75
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object edtPassword: TEdit
      Left = 96
      Top = 102
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 8
    Width = 418
    Height = 385
    Caption = #20869#23481
    TabOrder = 1
    object Label6: TLabel
      Left = 16
      Top = 24
      Width = 26
      Height = 13
      Caption = #20027#39064
    end
    object Label7: TLabel
      Left = 16
      Top = 56
      Width = 26
      Height = 13
      Caption = #20869#23481
    end
    object MemContent: TMemo
      Left = 16
      Top = 75
      Width = 393
      Height = 307
      ScrollBars = ssBoth
      TabOrder = 0
    end
    object edtSubject: TEdit
      Left = 48
      Top = 21
      Width = 353
      Height = 21
      TabOrder = 1
    end
  end
  object edtFile: TEdit
    Left = 432
    Top = 166
    Width = 225
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 657
    Top = 163
    Width = 25
    Height = 25
    Caption = '...'
    TabOrder = 3
  end
  object rbEmailType: TRadioGroup
    Left = 432
    Top = 193
    Width = 250
    Height = 48
    Caption = #37038#20214#26684#24335
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      #26222#36890#37038#20214
      'HTML'#37038#20214)
    TabOrder = 4
  end
  object btnSend: TButton
    Left = 563
    Top = 263
    Width = 114
    Height = 57
    Caption = #21457'  '#36865
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = btnSendClick
  end
  object btnExit: TButton
    Left = 563
    Top = 336
    Width = 114
    Height = 57
    Caption = #36864'  '#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = btnExitClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 399
    Width = 685
    Height = 25
    Panels = <
      item
        Width = 50
      end>
  end
  object SendMstp: TIdSMTP
    IOHandler = IdIOHandlerStack1
    SASLMechanisms = <>
    Left = 504
    Top = 296
  end
  object AMessage: TIdMessage
    AttachmentEncoding = 'MIME'
    BccList = <>
    CCList = <>
    Encoding = meDefault
    FromList = <
      item
      end>
    Recipients = <>
    ReplyTo = <>
    ConvertPreamble = True
    Left = 480
    Top = 264
  end
  object IdIOHandlerStack1: TIdIOHandlerStack
    Destination = ':25'
    MaxLineAction = maException
    Port = 25
    DefaultPort = 0
    Left = 440
    Top = 280
  end
end

⌨️ 快捷键说明

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