home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Komunik / Offline / WDown / WEBDOWN.EXE / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  1997-07-28  |  6KB  |  285 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 252
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 288
  8.   ClientWidth = 343
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKButton: TButton
  18.     Left = 184
  19.     Top = 256
  20.     Width = 73
  21.     Height = 23
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKButtonClick
  27.   end
  28.   object CancelButton: TButton
  29.     Left = 264
  30.     Top = 256
  31.     Width = 73
  32.     Height = 23
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object PageControl: TPageControl
  39.     Left = 7
  40.     Top = 8
  41.     Width = 329
  42.     Height = 241
  43.     ActivePage = TabSheet2
  44.     TabOrder = 2
  45.     object TabSheet: TTabSheet
  46.       Caption = 'Download'
  47.       object Label1: TLabel
  48.         Left = 8
  49.         Top = 19
  50.         Width = 45
  51.         Height = 13
  52.         Caption = 'Directory:'
  53.       end
  54.       object Label2: TLabel
  55.         Left = 8
  56.         Top = 53
  57.         Width = 54
  58.         Height = 13
  59.         Caption = 'URL Prefix:'
  60.       end
  61.       object Label7: TLabel
  62.         Left = 8
  63.         Top = 85
  64.         Width = 89
  65.         Height = 13
  66.         Caption = 'Default Document:'
  67.       end
  68.       object DirEdit: TEdit
  69.         Left = 144
  70.         Top = 16
  71.         Width = 169
  72.         Height = 21
  73.         HelpContext = 201
  74.         MaxLength = 200
  75.         TabOrder = 0
  76.         Text = 'c:\temp\'
  77.       end
  78.       object URLEdit: TEdit
  79.         Left = 144
  80.         Top = 48
  81.         Width = 169
  82.         Height = 21
  83.         HelpContext = 202
  84.         MaxLength = 200
  85.         TabOrder = 1
  86.         Text = '/servers/'
  87.       end
  88.       object LogBox: TCheckBox
  89.         Left = 8
  90.         Top = 120
  91.         Width = 217
  92.         Height = 17
  93.         HelpContext = 203
  94.         Caption = 'Log Connections'
  95.         TabOrder = 3
  96.       end
  97.       object DefDocEdit: TEdit
  98.         Left = 144
  99.         Top = 80
  100.         Width = 169
  101.         Height = 21
  102.         HelpContext = 209
  103.         MaxLength = 30
  104.         TabOrder = 2
  105.         Text = 'default.htm'
  106.       end
  107.       object SysTrayBox: TCheckBox
  108.         Left = 8
  109.         Top = 152
  110.         Width = 193
  111.         Height = 17
  112.         HelpContext = 212
  113.         Caption = 'Run In System Tray'
  114.         TabOrder = 4
  115.       end
  116.     end
  117.     object TabSheet1: TTabSheet
  118.       Caption = 'Internet'
  119.       object Label4: TLabel
  120.         Left = 8
  121.         Top = 17
  122.         Width = 127
  123.         Height = 13
  124.         Caption = 'Socket Timeout (seconds):'
  125.       end
  126.       object Label6: TLabel
  127.         Left = 8
  128.         Top = 49
  129.         Width = 150
  130.         Height = 13
  131.         Caption = 'Number of Connections (1-100):'
  132.       end
  133.       object TimeOutEdit: TEdit
  134.         Left = 208
  135.         Top = 13
  136.         Width = 89
  137.         Height = 21
  138.         HelpContext = 205
  139.         TabOrder = 0
  140.         Text = '300'
  141.       end
  142.       object HTTPCountEdit: TEdit
  143.         Left = 208
  144.         Top = 46
  145.         Width = 89
  146.         Height = 21
  147.         HelpContext = 207
  148.         TabOrder = 1
  149.         Text = '5'
  150.       end
  151.       object RetryBox: TCheckBox
  152.         Left = 8
  153.         Top = 77
  154.         Width = 273
  155.         Height = 17
  156.         HelpContext = 208
  157.         Caption = 'Retry if server unavailable'
  158.         TabOrder = 2
  159.       end
  160.     end
  161.     object TabSheet2: TTabSheet
  162.       Caption = 'Proxy'
  163.       object Label3: TLabel
  164.         Left = 8
  165.         Top = 83
  166.         Width = 70
  167.         Height = 13
  168.         Caption = 'Proxy Address:'
  169.         Enabled = False
  170.       end
  171.       object Label5: TLabel
  172.         Left = 8
  173.         Top = 115
  174.         Width = 51
  175.         Height = 13
  176.         Caption = 'Proxy Port:'
  177.         Enabled = False
  178.       end
  179.       object ProxyAddrEdit: TEdit
  180.         Left = 160
  181.         Top = 80
  182.         Width = 153
  183.         Height = 21
  184.         HelpContext = 204
  185.         Color = clBtnFace
  186.         Enabled = False
  187.         MaxLength = 50
  188.         TabOrder = 1
  189.         Text = '192.168.1.1'
  190.       end
  191.       object ProxyPortEdit: TEdit
  192.         Left = 160
  193.         Top = 112
  194.         Width = 153
  195.         Height = 21
  196.         HelpContext = 204
  197.         Color = clBtnFace
  198.         Enabled = False
  199.         TabOrder = 2
  200.         Text = '8080'
  201.       end
  202.       object ProxyTypeBox: TRadioGroup
  203.         Left = 8
  204.         Top = 16
  205.         Width = 305
  206.         Height = 49
  207.         HelpContext = 204
  208.         Caption = 'Proxy Type:'
  209.         Columns = 3
  210.         ItemIndex = 0
  211.         Items.Strings = (
  212.           'No Proxy'
  213.           'HTTP Proxy'
  214.           'SOCKS4 Proxy')
  215.         TabOrder = 0
  216.         OnClick = UseProxyClick
  217.       end
  218.       object HTTPAuthBox: TGroupBox
  219.         Left = 8
  220.         Top = 136
  221.         Width = 305
  222.         Height = 73
  223.         Caption = 'HTTP Proxy Authentication (Leave Blank if not Required)'
  224.         Enabled = False
  225.         TabOrder = 3
  226.         object Label8: TLabel
  227.           Left = 8
  228.           Top = 24
  229.           Width = 51
  230.           Height = 13
  231.           Caption = 'Username:'
  232.         end
  233.         object Label9: TLabel
  234.           Left = 8
  235.           Top = 48
  236.           Width = 49
  237.           Height = 13
  238.           Caption = 'Password:'
  239.         end
  240.         object HTTPAuthUEdit: TEdit
  241.           Left = 152
  242.           Top = 20
  243.           Width = 137
  244.           Height = 21
  245.           TabOrder = 0
  246.         end
  247.         object HTTPAuthPEdit: TEdit
  248.           Left = 152
  249.           Top = 44
  250.           Width = 137
  251.           Height = 21
  252.           PasswordChar = '*'
  253.           TabOrder = 1
  254.         end
  255.       end
  256.     end
  257.     object DragDrop: TTabSheet
  258.       Caption = 'Drag-and-Drop'
  259.       object OnDropGroup: TRadioGroup
  260.         Left = 16
  261.         Top = 16
  262.         Width = 289
  263.         Height = 105
  264.         HelpContext = 210
  265.         Caption = 'On Link Drop:'
  266.         ItemIndex = 0
  267.         Items.Strings = (
  268.           'Create Item automatically'
  269.           'Popup menu to select Download level'
  270.           'Open '#39'Add Item'#39' Dialog')
  271.         TabOrder = 0
  272.       end
  273.       object AcceptHTTPBox: TCheckBox
  274.         Left = 16
  275.         Top = 136
  276.         Width = 289
  277.         Height = 17
  278.         HelpContext = 211
  279.         Caption = 'Accept only items with '#39'http://'#39' prefix'
  280.         TabOrder = 1
  281.       end
  282.     end
  283.   end
  284. end
  285.