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

📄 unit1.dfm

📁 这是一套全面的网络组件
💻 DFM
字号:
object Form1: TForm1
  Left = 247
  Top = 114
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 342
  ClientWidth = 411
  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 = 8
    Width = 31
    Height = 13
    Caption = 'Server'
  end
  object Label2: TLabel
    Left = 16
    Top = 32
    Width = 22
    Height = 13
    Caption = 'User'
  end
  object Label3: TLabel
    Left = 16
    Top = 56
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label4: TLabel
    Left = 16
    Top = 80
    Width = 23
    Height = 13
    Caption = 'From'
  end
  object Label5: TLabel
    Left = 16
    Top = 104
    Width = 13
    Height = 13
    Caption = 'To'
  end
  object lblProgress: TLabel
    Left = 16
    Top = 304
    Width = 8
    Height = 13
    Caption = '%'
  end
  object Label6: TLabel
    Left = 16
    Top = 232
    Width = 54
    Height = 13
    Caption = 'Attachment'
  end
  object Message: TLabel
    Left = 16
    Top = 128
    Width = 43
    Height = 13
    Caption = 'Message'
  end
  object edtServer: TEdit
    Left = 80
    Top = 8
    Width = 305
    Height = 21
    TabOrder = 0
    Text = 'localhost'
  end
  object edtUser: TEdit
    Left = 80
    Top = 32
    Width = 209
    Height = 21
    TabOrder = 1
    Text = 'CleverTester'
  end
  object edtPassword: TEdit
    Left = 80
    Top = 56
    Width = 209
    Height = 21
    TabOrder = 2
    Text = 'clevertester'
  end
  object btnSend: TButton
    Left = 104
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 8
    OnClick = btnSendClick
  end
  object btnReceive: TButton
    Left = 192
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Receive'
    TabOrder = 9
    OnClick = btnReceiveClick
  end
  object ProgressBar1: TProgressBar
    Left = 48
    Top = 304
    Width = 329
    Height = 17
    Max = 0
    TabOrder = 11
  end
  object edtFrom: TEdit
    Left = 80
    Top = 80
    Width = 305
    Height = 21
    TabOrder = 3
    Text = 'CleverTester@company.mail'
  end
  object edtTo: TEdit
    Left = 80
    Top = 104
    Width = 305
    Height = 21
    TabOrder = 4
    Text = 'CleverTester@company.mail'
  end
  object btnStop: TButton
    Left = 280
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Stop'
    TabOrder = 10
    OnClick = btnStopClick
  end
  object edtAttachment: TEdit
    Left = 80
    Top = 232
    Width = 273
    Height = 21
    TabOrder = 6
    Text = 'MailProgress.zip'
  end
  object btnBrowse: TButton
    Left = 360
    Top = 232
    Width = 25
    Height = 25
    Caption = '...'
    TabOrder = 7
    OnClick = btnBrowseClick
  end
  object memBody: TMemo
    Left = 80
    Top = 128
    Width = 305
    Height = 97
    Lines.Strings = (
      'Message text follows here')
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object clPOP31: TclPop3
    TimeOut = 10000
    OnProgress = clMailProgress
    Left = 176
    Top = 304
  end
  object clSMTP1: TclSmtp
    TimeOut = 10000
    MailAgent = 'Clever Internet Suite v 6.0'
    OnProgress = clMailProgress
    Left = 216
    Top = 304
  end
  object clMailMessage1: TclMailMessage
    Date = 38575.524826736100000000
    CharSet = 'iso-8859-1'
    ContentType = 'text/plain'
    MimeOLE = 'Produced By Clever Internet Suite MimeOLE v 6.0'
    OnGetDataStream = clMailMessage1GetDataStream
    Left = 256
    Top = 304
  end
  object OpenDialog1: TOpenDialog
    Left = 296
    Top = 304
  end
end

⌨️ 快捷键说明

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