ufrmNewUser.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
源码类别:

Email服务器

开发平台:

Delphi

  1. object frmNewUser: TfrmNewUser
  2.   Left = 575
  3.   Top = 280
  4.   Width = 424
  5.   Height = 247
  6.   Caption = 'frmNewUser'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 72
  18.     Top = 32
  19.     Width = 32
  20.     Height = 13
  21.     Caption = 'Label1'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 72
  25.     Top = 72
  26.     Width = 32
  27.     Height = 13
  28.     Caption = 'Label2'
  29.   end
  30.   object edtUserName: TEdit
  31.     Left = 176
  32.     Top = 32
  33.     Width = 121
  34.     Height = 21
  35.     TabOrder = 0
  36.     Text = 'pop3.163.com'
  37.   end
  38.   object edtPassWord: TEdit
  39.     Left = 176
  40.     Top = 80
  41.     Width = 121
  42.     Height = 21
  43.     PasswordChar = '*'
  44.     TabOrder = 1
  45.   end
  46.   object IdDecoderMIME1: TIdDecoderMIME
  47.     FillChar = '='
  48.     Left = 48
  49.     Top = 104
  50.   end
  51. end