home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / TPOP3 / POP3SU.DFM / POP3SU.txt
Encoding:
Text File  |  1996-04-26  |  1.9 KB  |  114 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 246
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 176
  8.   ClientWidth = 393
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 104
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'POP3 Server'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 104
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'User Name'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 64
  35.     Width = 104
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Password'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 88
  43.     Width = 104
  44.     Height = 13
  45.     Alignment = taRightJustify
  46.     Caption = 'Log File Name'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 8
  50.     Top = 112
  51.     Width = 104
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = 'Attachments Directory'
  55.   end
  56.   object OKBtn: TBitBtn
  57.     Left = 108
  58.     Top = 137
  59.     Width = 77
  60.     Height = 27
  61.     TabOrder = 5
  62.     Kind = bkOK
  63.     Margin = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object CancelBtn: TBitBtn
  68.     Left = 208
  69.     Top = 137
  70.     Width = 77
  71.     Height = 27
  72.     TabOrder = 6
  73.     Kind = bkCancel
  74.     Margin = 2
  75.     Spacing = -1
  76.     IsControl = True
  77.   end
  78.   object ServerEdit: TEdit
  79.     Left = 117
  80.     Top = 8
  81.     Width = 265
  82.     Height = 21
  83.     TabOrder = 0
  84.   end
  85.   object UserNameEdit: TEdit
  86.     Left = 117
  87.     Top = 32
  88.     Width = 265
  89.     Height = 21
  90.     TabOrder = 1
  91.   end
  92.   object PasswordEdit: TEdit
  93.     Left = 117
  94.     Top = 56
  95.     Width = 265
  96.     Height = 21
  97.     TabOrder = 2
  98.   end
  99.   object LogFileNameEdit: TEdit
  100.     Left = 117
  101.     Top = 80
  102.     Width = 265
  103.     Height = 21
  104.     TabOrder = 3
  105.   end
  106.   object AttDirEdit: TEdit
  107.     Left = 117
  108.     Top = 104
  109.     Width = 265
  110.     Height = 21
  111.     TabOrder = 4
  112.   end
  113. end
  114.