home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Emailnot / _SETUP.1 / CIECHECK.exe / 0 / RCDATA / THOTMAILFORM / THOTMAILFORM.txt
Text File  |  1998-05-06  |  4KB  |  199 lines

  1. object HotmailForm: THotmailForm
  2.   Left = 207
  3.   Top = 203
  4.   BorderStyle = bsDialog
  5.   Caption = 'HotMail Settings'
  6.   ClientHeight = 171
  7.   ClientWidth = 374
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 374
  22.     Height = 171
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 10
  27.       Top = 15
  28.       Width = 35
  29.       Height = 16
  30.       Caption = 'Login '
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'Arial'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 10
  39.       Top = 41
  40.       Width = 57
  41.       Height = 16
  42.       Caption = 'Password'
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'Arial'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object URLEdit: TEdit
  50.       Left = 80
  51.       Top = 12
  52.       Width = 184
  53.       Height = 24
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'Arial'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 0
  60.     end
  61.     object OKButton: TBitBtn
  62.       Left = 284
  63.       Top = 12
  64.       Width = 76
  65.       Height = 26
  66.       Caption = 'OK'
  67.       Default = True
  68.       Font.Color = clBlack
  69.       Font.Height = -13
  70.       Font.Name = 'Arial'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       TabOrder = 2
  74.       OnClick = OKButtonClick
  75.       NumGlyphs = 2
  76.     end
  77.     object CancelButton: TBitBtn
  78.       Left = 284
  79.       Top = 37
  80.       Width = 76
  81.       Height = 26
  82.       Cancel = True
  83.       Caption = 'Cancel'
  84.       Font.Color = clBlack
  85.       Font.Height = -13
  86.       Font.Name = 'Arial'
  87.       Font.Style = []
  88.       ModalResult = 2
  89.       ParentFont = False
  90.       TabOrder = 3
  91.       OnClick = CancelButtonClick
  92.       NumGlyphs = 2
  93.     end
  94.     object Edit1: TEdit
  95.       Left = 80
  96.       Top = 37
  97.       Width = 185
  98.       Height = 24
  99.       Font.Color = clBlack
  100.       Font.Height = -13
  101.       Font.Name = 'Arial'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       PasswordChar = '*'
  105.       TabOrder = 1
  106.     end
  107.     object CheckBox1: TCheckBox
  108.       Left = 10
  109.       Top = 65
  110.       Width = 97
  111.       Height = 19
  112.       Caption = 'Check Mail'
  113.       Font.Color = clBlack
  114.       Font.Height = -13
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 4
  119.     end
  120.     object GroupBox1: TGroupBox
  121.       Left = 8
  122.       Top = 88
  123.       Width = 354
  124.       Height = 75
  125.       Caption = 'Proxy Settings'
  126.       Font.Color = clBlack
  127.       Font.Height = -13
  128.       Font.Name = 'Arial'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 5
  132.       object Label3: TLabel
  133.         Left = 12
  134.         Top = 23
  135.         Width = 36
  136.         Height = 16
  137.         Caption = 'Server'
  138.       end
  139.       object Label4: TLabel
  140.         Left = 226
  141.         Top = 22
  142.         Width = 24
  143.         Height = 16
  144.         Caption = 'Port'
  145.       end
  146.       object Label5: TLabel
  147.         Left = 13
  148.         Top = 48
  149.         Width = 27
  150.         Height = 16
  151.         Caption = 'User'
  152.       end
  153.       object Label6: TLabel
  154.         Left = 171
  155.         Top = 48
  156.         Width = 57
  157.         Height = 16
  158.         Caption = 'Password'
  159.       end
  160.       object Edit2: TEdit
  161.         Left = 62
  162.         Top = 19
  163.         Width = 153
  164.         Height = 24
  165.         TabOrder = 0
  166.       end
  167.       object Edit3: TEdit
  168.         Left = 285
  169.         Top = 18
  170.         Width = 58
  171.         Height = 24
  172.         TabOrder = 1
  173.       end
  174.       object Edit4: TEdit
  175.         Left = 62
  176.         Top = 44
  177.         Width = 100
  178.         Height = 24
  179.         TabOrder = 2
  180.       end
  181.       object Edit5: TEdit
  182.         Left = 238
  183.         Top = 45
  184.         Width = 106
  185.         Height = 24
  186.         PasswordChar = '*'
  187.         TabOrder = 3
  188.       end
  189.     end
  190.   end
  191.   object HTTP1: TagHTTP
  192.     WinsockLoaded = True
  193.     DefaultPort = 80
  194.     TimeOut = 120
  195.     Left = 339
  196.     Top = 111
  197.   end
  198. end
  199.