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

📄 config.dfm

📁 时监测邮箱中邮件信息
💻 DFM
字号:
object ConfigForm: TConfigForm
  Left = 391
  Top = 328
  Width = 287
  Height = 257
  Caption = #37197#32622
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 279
    Height = 195
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 76
      Height = 13
      Caption = #37038#20214#26381#21153'(POP)'
    end
    object Label2: TLabel
      Left = 68
      Top = 46
      Width = 24
      Height = 13
      Caption = #31471#21475
    end
    object Label3: TLabel
      Left = 56
      Top = 76
      Width = 36
      Height = 13
      Caption = #29992#25143#21517
    end
    object Label4: TLabel
      Left = 68
      Top = 106
      Width = 24
      Height = 13
      Caption = #23494#30721
    end
    object Label5: TLabel
      Left = 44
      Top = 136
      Width = 48
      Height = 13
      Caption = #20010#20154#37038#31665
    end
    object Label6: TLabel
      Left = 21
      Top = 168
      Width = 72
      Height = 13
      Caption = #26816#26597#37038#31665#38388#38548
    end
    object Label7: TLabel
      Left = 136
      Top = 168
      Width = 24
      Height = 13
      Caption = #20998#38047
    end
    object POPServer: TEdit
      Left = 111
      Top = 12
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object POPPort: TEdit
      Left = 111
      Top = 42
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Account: TEdit
      Left = 111
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Password: TEdit
      Left = 111
      Top = 102
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 3
    end
    object UserEmail: TEdit
      Left = 111
      Top = 132
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object timer: TEdit
      Left = 111
      Top = 163
      Width = 20
      Height = 21
      MaxLength = 2
      TabOrder = 5
      Text = '5'
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 195
    Width = 279
    Height = 35
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Button_save: TButton
      Left = 216
      Top = 5
      Width = 49
      Height = 25
      Caption = #20445#23384
      TabOrder = 0
      OnClick = Button_saveClick
    end
  end
end

⌨️ 快捷键说明

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