mainform.nfm.~3~

来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~3~ 代码 · 共 69 行

~3~
69
字号
object formMain: TformMain
  Caption = 'Mail Demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 226
  Width = 501
  Left = 13
  Top = 13
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Align = alTop
    Columns = <
      item
        Caption = 'From'
      end
      item
        Caption = 'To'
      end
      item
        Caption = 'Subject'
      end
      item
        Caption = 'Date'
      end>
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
    Left = 0
    Top = 0
    Width = 493
    Height = 150
  end
  object butnGetHeaders: TButton
    Caption = 'Get Headers'
    TabOrder = 1
    Left = 4
    Top = 156
    Width = 75
    Height = 25
    OnClick = butnGetHeadersClick
  end
  object IdPOP31: TIdPOP3
    AutoLogin = True
    SASLMechanisms = <>
    Left = 72
    Top = 248
  end
  object IdMessage1: TIdMessage
    AttachmentEncoding = 'UUE'
    BccList = <>
    CCList = <>
    Encoding = meDefault
    FromList = <
      item
      end>
    Recipients = <>
    ReplyTo = <>
    ConvertPreamble = True
    Left = 68
    Top = 128
  end
end

⌨️ 快捷键说明

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