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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码)2 第三部分 文件操作 第四部分 图像处理
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 125
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21457#36865#30005#23376#37038#20214
  ClientHeight = 316
  ClientWidth = 497
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 108
    Height = 13
    Caption = #21457#36865#37038#20214#26381#21153#22120#65306'    '
  end
  object Label2: TLabel
    Left = 288
    Top = 8
    Width = 96
    Height = 13
    Caption = #37038#20214#29992#25143#21517#31216#65306'    '
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 84
    Height = 13
    Caption = #25910#20214#20154#22320#22336#65306'    '
  end
  object Label5: TLabel
    Left = 8
    Top = 80
    Width = 72
    Height = 13
    Caption = #37038#20214#26631#39064#65306'    '
  end
  object Label6: TLabel
    Left = 8
    Top = 112
    Width = 60
    Height = 13
    Caption = #37038#20214#20869#23481#65306
  end
  object Label7: TLabel
    Left = 8
    Top = 32
    Width = 84
    Height = 13
    Caption = #21457#20214#20154#22320#22336#65306'    '
  end
  object Label8: TLabel
    Left = 288
    Top = 32
    Width = 84
    Height = 13
    Caption = #21457#20214#20154#21517#31216#65306'    '
  end
  object Edit1: TEdit
    Left = 120
    Top = 8
    Width = 161
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 0
    Text = 'mail.valueplus.biz'
  end
  object Edit2: TEdit
    Left = 382
    Top = 8
    Width = 105
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 1
    Text = 'luobin'
  end
  object Edit3: TEdit
    Left = 88
    Top = 56
    Width = 401
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 2
    Text = 'binluobin@163.com'
  end
  object Edit5: TEdit
    Left = 86
    Top = 80
    Width = 403
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 3
    Text = 'This is a test'
  end
  object BitBtn1: TBitBtn
    Left = 336
    Top = 104
    Width = 75
    Height = 22
    Caption = #21457'    '#36865
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 128
    Width = 481
    Height = 177
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
  object Edit6: TEdit
    Left = 88
    Top = 32
    Width = 193
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 6
    Text = 'luobin@valueplus.biz'
  end
  object Edit7: TEdit
    Left = 382
    Top = 32
    Width = 105
    Height = 21
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 7
    Text = 'luobin'
  end
  object BitBtn2: TBitBtn
    Left = 264
    Top = 104
    Width = 75
    Height = 22
    Caption = #36830'    '#25509
    TabOrder = 8
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 408
    Top = 104
    Width = 75
    Height = 22
    Caption = #26029'    '#24320
    TabOrder = 9
    OnClick = BitBtn3Click
  end
  object NMSMTP1: TNMSMTP
    Host = 'mail.valueplus.biz'
    Port = 25
    ReportLevel = 0
    UserID = 'luobin'
    EncodeType = uuMime
    ClearParams = True
    SubType = mtPlain
    Charset = 'us-ascii'
    Left = 344
    Top = 65528
  end
end

⌨️ 快捷键说明

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