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

📄 main.dfm

📁 这是一套全面的网络组件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 438
  Height = 394
  Caption = 'HotMail client demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 56
    Height = 13
    Caption = 'Server URL'
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 22
    Height = 13
    Caption = 'User'
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label4: TLabel
    Left = 16
    Top = 128
    Width = 150
    Height = 13
    Caption = 'Messages. Double click to view'
  end
  object edtServer: TEdit
    Left = 88
    Top = 16
    Width = 321
    Height = 21
    TabOrder = 0
    Text = 'http://services.msn.com/svcs/hotmail/httpmail.asp'
  end
  object edtUser: TEdit
    Left = 88
    Top = 40
    Width = 321
    Height = 21
    TabOrder = 1
    Text = 'johndoe@hotmail.com'
  end
  object edtPassword: TEdit
    Left = 88
    Top = 64
    Width = 321
    Height = 21
    TabOrder = 2
    Text = '123'
  end
  object btnComposeMail: TButton
    Left = 296
    Top = 96
    Width = 113
    Height = 25
    Caption = 'Compose Mail'
    TabOrder = 4
    OnClick = btnComposeMailClick
  end
  object btnCheckMail: TButton
    Left = 88
    Top = 96
    Width = 113
    Height = 25
    Caption = 'Check Mail'
    TabOrder = 3
    OnClick = btnCheckMailClick
  end
  object lvMessages: TListView
    Left = 16
    Top = 144
    Width = 393
    Height = 193
    Columns = <
      item
        Caption = 'Subject'
        Width = 110
      end
      item
        Caption = 'From'
        Width = 110
      end
      item
        Caption = 'Date'
        Width = 70
      end
      item
        Caption = 'Content Length'
        Width = 80
      end>
    HideSelection = False
    ReadOnly = True
    RowSelect = True
    TabOrder = 5
    ViewStyle = vsReport
    OnDblClick = lbMessagesDblClick
  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
  object clHttpMail1: TclHttpMail
    Server = 'http://services.msn.com/svcs/hotmail/httpmail.asp'
    MailAgent = 
      'Outlook-Express/6.0 (MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322' +
      '; TmstmpExt)'
    Left = 128
    Top = 256
  end
end

⌨️ 快捷键说明

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