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

📄 frmsendmail.dfm

📁 一个简单的同学录软件
💻 DFM
字号:
object FmSendMail: TFmSendMail
  Left = 84
  Top = 125
  Width = 530
  Height = 338
  Caption = '发送邮件'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 393
    Height = 311
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
    object Bevel2: TBevel
      Left = 22
      Top = 8
      Width = 321
      Height = 105
    end
    object Label3: TLabel
      Left = 31
      Top = 51
      Width = 60
      Height = 12
      Caption = '收信地址:'
    end
    object Label4: TLabel
      Left = 42
      Top = 21
      Width = 48
      Height = 12
      Caption = '收信人:'
    end
    object Label5: TLabel
      Left = 32
      Top = 84
      Width = 60
      Height = 12
      Caption = '邮件主题:'
    end
    object Label1: TLabel
      Left = 24
      Top = 120
      Width = 48
      Height = 12
      Caption = '邮件内容'
    end
    object Memo1: TMemo
      Left = 22
      Top = 136
      Width = 363
      Height = 169
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 96
      Top = 16
      Width = 193
      Height = 20
      TabOrder = 1
    end
    object Edit4: TEdit
      Left = 96
      Top = 48
      Width = 193
      Height = 20
      TabOrder = 2
    end
    object Edit5: TEdit
      Left = 96
      Top = 80
      Width = 241
      Height = 20
      TabOrder = 3
    end
  end
  object Panel2: TPanel
    Left = 393
    Top = 0
    Width = 129
    Height = 311
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object ListBox1: TListBox
      Left = 1
      Top = 25
      Width = 127
      Height = 176
      Hint = '请选择发信给那位同学'
      Align = alTop
      ItemHeight = 12
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 32
      Top = 208
      Width = 81
      Height = 25
      Caption = '发送'
      Default = True
      TabOrder = 1
    end
    object BitBtn2: TBitBtn
      Left = 32
      Top = 272
      Width = 81
      Height = 25
      Cancel = True
      Caption = '取消'
      TabOrder = 2
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 127
      Height = 24
      Align = alTop
      BorderStyle = bsSingle
      Caption = '同学列表'
      TabOrder = 3
    end
    object BitBtn3: TBitBtn
      Left = 32
      Top = 240
      Width = 81
      Height = 25
      Caption = '帮助'
      TabOrder = 4
    end
  end
end

⌨️ 快捷键说明

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