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

📄 unit1.dfm

📁 IdSmtp IdMessage TdOpenDialog
💻 DFM
字号:
object Form1: TForm1
  Left = 333
  Top = 205
  Width = 519
  Height = 389
  Caption = #37038#20214#21457#36865#24037#20855
  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 Label3: TLabel
    Left = 0
    Top = 160
    Width = 78
    Height = 13
    Caption = #37038#20214#27491#25991#65306'      '
  end
  object Label6: TLabel
    Left = 8
    Top = 56
    Width = 48
    Height = 13
    Caption = #20027#39064#65306'    '
  end
  object Label7: TLabel
    Left = 8
    Top = 96
    Width = 57
    Height = 13
    Caption = #21457#20214#20154#65306'   '
  end
  object Label8: TLabel
    Left = 8
    Top = 16
    Width = 60
    Height = 13
    Caption = #25910#20214#20154#65306'    '
  end
  object Label1: TLabel
    Left = 368
    Top = 40
    Width = 60
    Height = 13
    Caption = #26381#21153#22120#65306'    '
  end
  object Label2: TLabel
    Left = 368
    Top = 104
    Width = 54
    Height = 13
    Caption = #31471#21475#65306'      '
  end
  object Label4: TLabel
    Left = 368
    Top = 168
    Width = 54
    Height = 13
    Caption = #24080#21495#65306'      '
  end
  object Label5: TLabel
    Left = 368
    Top = 232
    Width = 39
    Height = 13
    Caption = #23494#30721#65306' '
  end
  object Label9: TLabel
    Left = 8
    Top = 128
    Width = 36
    Height = 13
    Caption = #38468#20214#65306
  end
  object Button1: TButton
    Left = 168
    Top = 328
    Width = 81
    Height = 25
    Caption = #21457#36865#37038#20214
    TabOrder = 11
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 368
    Top = 256
    Width = 129
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 368
    Top = 192
    Width = 129
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 64
    Top = 160
    Width = 273
    Height = 161
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      '')
    TabOrder = 8
  end
  object Edit3: TEdit
    Left = 368
    Top = 64
    Width = 129
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object Button2: TButton
    Left = 64
    Top = 328
    Width = 81
    Height = 25
    Caption = #28155#21152#38468#20214
    TabOrder = 9
    OnClick = Button2Click
  end
  object Edit4: TEdit
    Left = 64
    Top = 48
    Width = 273
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 6
  end
  object Edit5: TEdit
    Left = 64
    Top = 88
    Width = 273
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 7
  end
  object Edit6: TEdit
    Left = 64
    Top = 16
    Width = 273
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 5
  end
  object Edit7: TEdit
    Left = 368
    Top = 128
    Width = 129
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object Button3: TButton
    Left = 376
    Top = 328
    Width = 81
    Height = 25
    Caption = #36864#20986
    TabOrder = 12
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 128
    Width = 273
    Height = 21
    ItemHeight = 13
    TabOrder = 10
  end
  object Button4: TButton
    Left = 272
    Top = 328
    Width = 81
    Height = 25
    Caption = #38142#25509'/'#26029#24320
    TabOrder = 4
    OnClick = Button4Click
  end
  object SMTP1: TIdSMTP
    ASCIIFilter = True
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 25
    AuthenticationType = atNone
    Left = 16
    Top = 200
  end
  object IdMsg: TIdMessage
    AttachmentEncoding = 'MIME'
    BccList = <>
    CCList = <>
    Encoding = meMIME
    Recipients = <>
    ReplyTo = <>
    Left = 16
    Top = 288
  end
  object OpenDialog1: TOpenDialog
    Left = 16
    Top = 240
  end
end

⌨️ 快捷键说明

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