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

📄 frmssendmail.dfm

📁 一个简单的同学录软件
💻 DFM
字号:
object fmSSendmail: TfmSSendmail
  Left = 229
  Top = 164
  Width = 387
  Height = 287
  Caption = 'Send一个同学友情妹儿'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 20
    Width = 60
    Height = 12
    Caption = '邮件标题:'
  end
  object Label2: TLabel
    Left = 16
    Top = 58
    Width = 60
    Height = 12
    Caption = '邮件内容:'
  end
  object Bevel1: TBevel
    Left = 16
    Top = 8
    Width = 345
    Height = 41
  end
  object BitBtn1: TBitBtn
    Left = 197
    Top = 216
    Width = 73
    Height = 22
    Caption = '发送'
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 277
    Top = 215
    Width = 73
    Height = 22
    Caption = '取消'
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object STB: TStatusBar
    Left = 0
    Top = 241
    Width = 379
    Height = 19
    Panels = <
      item
        Width = 20
      end
      item
        Width = 200
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object strTitle: TFlatEdit
    Left = 96
    Top = 16
    Width = 257
    Height = 18
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 3
  end
  object Mbody: TFlatMemo
    Left = 8
    Top = 82
    Width = 361
    Height = 127
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 4
    Lines.Strings = (
      '')
  end
  object Smtp: TNMSMTP
    Port = 25
    ReportLevel = 0
    EncodeType = uuMime
    ClearParams = True
    SubType = mtPlain
    Charset = 'us-ascii'
    OnSuccess = SmtpSuccess
    Left = 120
    Top = 48
  end
end

⌨️ 快捷键说明

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