home *** CD-ROM | disk | FTP | other *** search
/ Internet! I Didn't Know You Could Do That... / Internet_IDKYCT.iso / puremail / puremail.exe / 0 / RCDATA / TUSERINFOFORM / TUSERINFOFORM.txt
Encoding:
Text File  |  1999-04-10  |  2.2 KB  |  117 lines

  1. object userinfoform: Tuserinfoform
  2.   Left = 209
  3.   Top = 204
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Information'
  6.   ClientHeight = 385
  7.   ClientWidth = 553
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object BitBtn1: TBitBtn
  19.     Left = 312
  20.     Top = 344
  21.     Width = 113
  22.     Height = 33
  23.     TabOrder = 2
  24.     OnClick = BitBtn1Click
  25.     Kind = bkOK
  26.   end
  27.   object BitBtn2: TBitBtn
  28.     Left = 432
  29.     Top = 344
  30.     Width = 113
  31.     Height = 33
  32.     TabOrder = 3
  33.     OnClick = BitBtn2Click
  34.     Kind = bkCancel
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 353
  40.     Height = 153
  41.     Caption = 'Enter Your Information:'
  42.     TabOrder = 0
  43.     object Label1: TLabel
  44.       Left = 16
  45.       Top = 32
  46.       Width = 45
  47.       Height = 16
  48.       Caption = 'UserID:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 16
  52.       Top = 72
  53.       Width = 63
  54.       Height = 16
  55.       Caption = 'Password:'
  56.     end
  57.     object Label3: TLabel
  58.       Left = 16
  59.       Top = 112
  60.       Width = 74
  61.       Height = 16
  62.       Caption = 'POP Server:'
  63.     end
  64.     object userid: TEdit
  65.       Left = 112
  66.       Top = 24
  67.       Width = 217
  68.       Height = 24
  69.       TabOrder = 0
  70.     end
  71.     object password: TEdit
  72.       Left = 112
  73.       Top = 64
  74.       Width = 217
  75.       Height = 24
  76.       PasswordChar = '*'
  77.       TabOrder = 1
  78.     end
  79.     object popserver: TEdit
  80.       Left = 112
  81.       Top = 104
  82.       Width = 217
  83.       Height = 24
  84.       TabOrder = 2
  85.     end
  86.   end
  87.   object timersetting: TRadioGroup
  88.     Left = 376
  89.     Top = 8
  90.     Width = 169
  91.     Height = 225
  92.     Caption = 'Timer Settings:'
  93.     ItemIndex = 0
  94.     Items.Strings = (
  95.       '1 Minute'
  96.       '2 Minutes'
  97.       '5 Minutes'
  98.       '10 Minutes'
  99.       '15 Minutes'
  100.       '30 Minutes'
  101.       '60 Minutes')
  102.     TabOrder = 1
  103.     TabStop = True
  104.   end
  105.   object operationsetting: TRadioGroup
  106.     Left = 8
  107.     Top = 240
  108.     Width = 537
  109.     Height = 89
  110.     Caption = 'Type of Operation:'
  111.     Items.Strings = (
  112.       'Normal - Display only rejected headers, delete them from server'
  113.       'Read-only - Display all headers, don'#39't delete any email')
  114.     TabOrder = 4
  115.   end
  116. end
  117.