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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 291
  Top = 152
  Width = 444
  Height = 437
  Caption = 'Receive 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 GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 297
    Height = 129
    Caption = #26381#21153#22120#35774#23450
    TabOrder = 0
    object Label1: TLabel
      Left = 28
      Top = 28
      Width = 76
      Height = 13
      AutoSize = False
      Caption = 'POP3'#26381#21153#22120#65306
    end
    object Label2: TLabel
      Left = 56
      Top = 60
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object Label3: TLabel
      Left = 56
      Top = 92
      Width = 48
      Height = 13
      Caption = #23494'    '#30721#65306
    end
    object Edit1: TEdit
      Left = 120
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 120
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 120
      Top = 88
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object Button1: TButton
    Left = 344
    Top = 56
    Width = 75
    Height = 33
    Caption = #36830#25509#26381#21153#22120
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 344
    Top = 108
    Width = 75
    Height = 33
    Caption = #36873#25321#37038#20214
    Enabled = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 160
    Width = 417
    Height = 241
    Caption = #37038#20214#20869#23481
    TabOrder = 3
    object Label4: TLabel
      Left = 57
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #21457#20214#20154#65306
    end
    object Label5: TLabel
      Left = 45
      Top = 52
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #37038#20214#20027#39064#65306
    end
    object Label6: TLabel
      Left = 44
      Top = 80
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #26469#20449#20869#23481#65306
    end
    object Edit4: TEdit
      Left = 120
      Top = 16
      Width = 201
      Height = 21
      TabOrder = 0
    end
    object Edit5: TEdit
      Left = 120
      Top = 44
      Width = 201
      Height = 21
      TabOrder = 1
    end
    object Memo1: TMemo
      Left = 16
      Top = 104
      Width = 377
      Height = 121
      ScrollBars = ssVertical
      TabOrder = 2
    end
  end
  object NMPOP31: TNMPOP3
    Port = 110
    ReportLevel = 0
    OnConnect = NMPOP31Connect
    Parse = False
    DeleteOnRead = False
    OnRetrieveEnd = NMPOP31RetrieveEnd
    Left = 368
    Top = 16
  end
end

⌨️ 快捷键说明

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