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

📄 mail.dfm

📁 这个也不错
💻 DFM
字号:
object Form2: TForm2
  Left = 227
  Top = 170
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'rundll32'
  ClientHeight = 308
  ClientWidth = 475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 1
    Top = -2
    Width = 473
    Height = 304
    TabOrder = 0
    object memo1: TMemo
      Left = 8
      Top = 8
      Width = 457
      Height = 257
      Color = clBlack
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clLime
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Lines.Strings = (
        '数据信使')
      ParentFont = False
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 8
      Top = 272
      Width = 364
      Height = 24
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 384
      Top = 272
      Width = 73
      Height = 25
      Caption = '发送(&s)'
      TabOrder = 2
      OnClick = BitBtn1Click
      Kind = bkIgnore
    end
  end
end

⌨️ 快捷键说明

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