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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 252
  Top = 174
  Width = 498
  Height = 427
  Caption = 'Send Email'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 28
    Width = 78
    Height = 13
    AutoSize = False
    Caption = 'SMTP'#26381#21153#22120#65306
  end
  object Label2: TLabel
    Left = 308
    Top = 28
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517#65306
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 96
    Width = 473
    Height = 281
    Caption = #21457#36865#37038#20214
    Enabled = False
    TabOrder = 3
    object Label8: TLabel
      Left = 8
      Top = 136
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #21457#20214#26085#26399#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 80
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #37038#20214#20027#39064#65306
    end
    object Label4: TLabel
      Left = 272
      Top = 24
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #21457#20214#20154#22995#21517#65306
    end
    object Label3: TLabel
      Left = 20
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #21457#20214#20154#65306
    end
    object Label5: TLabel
      Left = 20
      Top = 52
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #25910#20214#20154#65306
    end
    object Label7: TLabel
      Left = 36
      Top = 108
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #25220#36865#65306
    end
    object Label9: TLabel
      Left = 272
      Top = 108
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #26263#36865#65306
    end
    object Label10: TLabel
      Left = 8
      Top = 160
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #37038#20214#20869#23481#65306
    end
    object Label11: TLabel
      Left = 8
      Top = 240
      Width = 265
      Height = 17
      AutoSize = False
      Caption = #38468#20214#21015#34920#65288#29992'Insert'#38190#28155#21152#12289#29992'Delete'#38190#21024#38500#65289
    end
    object Button2: TButton
      Left = 360
      Top = 248
      Width = 89
      Height = 25
      Caption = #21457#36865#37038#20214
      TabOrder = 9
      OnClick = Button2Click
    end
    object Edit6: TEdit
      Left = 72
      Top = 76
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 352
      Top = 20
      Width = 113
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 72
      Top = 20
      Width = 185
      Height = 21
      TabOrder = 0
    end
    object Edit9: TEdit
      Left = 72
      Top = 132
      Width = 185
      Height = 21
      TabOrder = 6
    end
    object ListBox1: TListBox
      Left = 8
      Top = 256
      Width = 321
      Height = 17
      ItemHeight = 13
      TabOrder = 8
      OnKeyDown = ListBox1KeyDown
    end
    object Memo1: TMemo
      Left = 8
      Top = 176
      Width = 321
      Height = 57
      TabOrder = 7
    end
    object Edit5: TEdit
      Left = 72
      Top = 48
      Width = 185
      Height = 21
      TabOrder = 2
    end
    object Edit7: TEdit
      Left = 72
      Top = 104
      Width = 185
      Height = 21
      TabOrder = 4
    end
    object Edit8: TEdit
      Left = 320
      Top = 104
      Width = 145
      Height = 21
      TabOrder = 5
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 381
    Width = 490
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Button1: TButton
    Left = 328
    Top = 56
    Width = 89
    Height = 25
    Caption = #36830#25509#26381#21153#22120'  '
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 169
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 360
    Top = 24
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object NMSMTP1: TNMSMTP
    Port = 25
    ReportLevel = 0
    OnConnect = NMSMTP1Connect
    EncodeType = uuMime
    ClearParams = True
    SubType = mtPlain
    Charset = 'us-ascii'
    OnRecipientNotFound = NMSMTP1RecipientNotFound
    OnHeaderIncomplete = NMSMTP1HeaderIncomplete
    OnSendStart = NMSMTP1SendStart
    OnSuccess = NMSMTP1Success
    OnFailure = NMSMTP1Failure
    OnEncodeStart = NMSMTP1EncodeStart
    OnEncodeEnd = NMSMTP1EncodeEnd
    OnAttachmentNotFound = NMSMTP1AttachmentNotFound
    OnAuthenticationFailed = NMSMTP1AuthenticationFailed
    Left = 376
    Top = 280
  end
  object OpenDialog1: TOpenDialog
    Left = 416
    Top = 280
  end
end

⌨️ 快捷键说明

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