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

  1. object AddDialog: TAddDialog
  2.   Left = 214
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Item'
  7.   ClientHeight = 279
  8.   ClientWidth = 353
  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 Button1: TButton
  18.     Left = 192
  19.     Top = 248
  20.     Width = 75
  21.     Height = 23
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object CancelButton: TButton
  29.     Left = 272
  30.     Top = 248
  31.     Width = 75
  32.     Height = 23
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object Pages: TPageControl
  39.     Left = 8
  40.     Top = 8
  41.     Width = 337
  42.     Height = 233
  43.     ActivePage = Advanced
  44.     TabOrder = 2
  45.     object Parameters: TTabSheet
  46.       Caption = 'Parameters'
  47.       object Label1: TLabel
  48.         Left = 8
  49.         Top = 27
  50.         Width = 25
  51.         Height = 13
  52.         Caption = 'URL:'
  53.       end
  54.       object Label2: TLabel
  55.         Left = 24
  56.         Top = 123
  57.         Width = 29
  58.         Height = 13
  59.         Caption = 'Level:'
  60.       end
  61.       object URLEdit: TEdit
  62.         Left = 56
  63.         Top = 24
  64.         Width = 265
  65.         Height = 21
  66.         HelpContext = 101
  67.         TabOrder = 0
  68.         Text = 'http://'
  69.       end
  70.       object ImgBox: TCheckBox
  71.         Left = 24
  72.         Top = 56
  73.         Width = 137
  74.         Height = 17
  75.         HelpContext = 102
  76.         Caption = 'Load Images'
  77.         TabOrder = 1
  78.       end
  79.       object ServersBox: TCheckBox
  80.         Left = 160
  81.         Top = 56
  82.         Width = 161
  83.         Height = 17
  84.         HelpContext = 104
  85.         Caption = 'Load other servers'
  86.         TabOrder = 2
  87.       end
  88.       object LevelEdit: TEdit
  89.         Left = 96
  90.         Top = 120
  91.         Width = 105
  92.         Height = 21
  93.         HelpContext = 103
  94.         TabOrder = 4
  95.         Text = '0'
  96.       end
  97.       object TranslateBox: TRadioGroup
  98.         Left = 24
  99.         Top = 152
  100.         Width = 297
  101.         Height = 41
  102.         HelpContext = 105
  103.         Caption = 'Translate Links for:'
  104.         Columns = 2
  105.         ItemIndex = 0
  106.         Items.Strings = (
  107.           'Web Server'
  108.           'Offline browsing')
  109.         TabOrder = 5
  110.       end
  111.       object ThisWayBox: TCheckBox
  112.         Left = 24
  113.         Top = 88
  114.         Width = 297
  115.         Height = 17
  116.         HelpContext = 107
  117.         Caption = 'Download only on this path and down'
  118.         TabOrder = 3
  119.       end
  120.     end
  121.     object Scheduling: TTabSheet
  122.       Caption = 'Scheduling'
  123.       object Label3: TLabel
  124.         Left = 8
  125.         Top = 20
  126.         Width = 93
  127.         Height = 13
  128.         Caption = 'When to download:'
  129.       end
  130.       object Label4: TLabel
  131.         Left = 8
  132.         Top = 52
  133.         Width = 26
  134.         Height = 13
  135.         Caption = 'Time:'
  136.       end
  137.       object Label5: TLabel
  138.         Left = 178
  139.         Top = 48
  140.         Width = 6
  141.         Height = 20
  142.         Caption = ':'
  143.         Font.Color = clWindowText
  144.         Font.Height = -16
  145.         Font.Name = 'MS Sans Serif'
  146.         Font.Style = [fsBold]
  147.         ParentFont = False
  148.       end
  149.       object Label6: TLabel
  150.         Left = 8
  151.         Top = 84
  152.         Width = 49
  153.         Height = 13
  154.         Caption = 'Weekday:'
  155.       end
  156.       object Label7: TLabel
  157.         Left = 8
  158.         Top = 116
  159.         Width = 22
  160.         Height = 13
  161.         Caption = 'Day:'
  162.       end
  163.       object Label8: TLabel
  164.         Left = 8
  165.         Top = 148
  166.         Width = 33
  167.         Height = 13
  168.         Caption = 'Month:'
  169.       end
  170.       object WhenBox: TComboBox
  171.         Left = 144
  172.         Top = 16
  173.         Width = 145
  174.         Height = 21
  175.         HelpContext = 108
  176.         Style = csDropDownList
  177.         ItemHeight = 13
  178.         Items.Strings = (
  179.           'Manually'
  180.           'Daily'
  181.           'Weekly'
  182.           'Monthly'
  183.           'Yearly'
  184.           'Every')
  185.         TabOrder = 0
  186.         OnChange = WhenBoxChange
  187.       end
  188.       object HourEdit: TEdit
  189.         Left = 144
  190.         Top = 48
  191.         Width = 33
  192.         Height = 21
  193.         HelpContext = 108
  194.         TabOrder = 1
  195.         Text = '0'
  196.       end
  197.       object MinuteEdit: TEdit
  198.         Left = 185
  199.         Top = 48
  200.         Width = 33
  201.         Height = 21
  202.         HelpContext = 108
  203.         TabOrder = 2
  204.         Text = '0'
  205.       end
  206.       object WeekdayBox: TComboBox
  207.         Left = 144
  208.         Top = 80
  209.         Width = 145
  210.         Height = 21
  211.         HelpContext = 108
  212.         Style = csDropDownList
  213.         ItemHeight = 13
  214.         Items.Strings = (
  215.           'Sunday'
  216.           'Monday'
  217.           'Tuesday'
  218.           'Wednesday'
  219.           'Thursday'
  220.           'Friday'
  221.           'Saturday')
  222.         TabOrder = 3
  223.       end
  224.       object DayEdit: TEdit
  225.         Left = 144
  226.         Top = 112
  227.         Width = 33
  228.         Height = 21
  229.         HelpContext = 108
  230.         TabOrder = 4
  231.         Text = '1'
  232.       end
  233.       object MonthBox: TComboBox
  234.         Left = 144
  235.         Top = 144
  236.         Width = 145
  237.         Height = 21
  238.         HelpContext = 108
  239.         Style = csDropDownList
  240.         ItemHeight = 13
  241.         Items.Strings = (
  242.           'January'
  243.           'February'
  244.           'March'
  245.           'April'
  246.           'May'
  247.           'June'
  248.           'July'
  249.           'August'
  250.           'September'
  251.           'October'
  252.           'November'
  253.           'December')
  254.         TabOrder = 5
  255.       end
  256.     end
  257.     object Authentication: TTabSheet
  258.       Caption = 'Authentication'
  259.       object Label9: TLabel
  260.         Left = 8
  261.         Top = 28
  262.         Width = 54
  263.         Height = 13
  264.         Caption = 'User name:'
  265.       end
  266.       object Label10: TLabel
  267.         Left = 8
  268.         Top = 60
  269.         Width = 49
  270.         Height = 13
  271.         Caption = 'Password:'
  272.       end
  273.       object Label13: TLabel
  274.         Left = 8
  275.         Top = 92
  276.         Width = 78
  277.         Height = 13
  278.         Caption = 'Verify Password:'
  279.       end
  280.       object Label14: TLabel
  281.         Left = 8
  282.         Top = 122
  283.         Width = 98
  284.         Height = 13
  285.         Caption = 'Passwords are equal'
  286.       end
  287.       object UserEdit: TEdit
  288.         Left = 128
  289.         Top = 24
  290.         Width = 121
  291.         Height = 21
  292.         HelpContext = 110
  293.         TabOrder = 0
  294.       end
  295.       object PswEdit: TEdit
  296.         Left = 128
  297.         Top = 56
  298.         Width = 121
  299.         Height = 21
  300.         HelpContext = 110
  301.         PasswordChar = '*'
  302.         TabOrder = 1
  303.         OnChange = PswEditChange
  304.       end
  305.       object Psw1Edit: TEdit
  306.         Left = 128
  307.         Top = 88
  308.         Width = 121
  309.         Height = 21
  310.         HelpContext = 110
  311.         PasswordChar = '*'
  312.         TabOrder = 2
  313.         OnChange = PswEditChange
  314.       end
  315.     end
  316.     object Advanced: TTabSheet
  317.       Caption = 'Advanced'
  318.       object Label15: TLabel
  319.         Left = 16
  320.         Top = 176
  321.         Width = 49
  322.         Height = 13
  323.         Caption = 'Extension:'
  324.       end
  325.       object LimitsBox: TGroupBox
  326.         Left = 16
  327.         Top = 8
  328.         Width = 297
  329.         Height = 41
  330.         Caption = 'Limit Download by:'
  331.         TabOrder = 0
  332.         object Label11: TLabel
  333.           Left = 248
  334.           Top = 18
  335.           Width = 33
  336.           Height = 13
  337.           Caption = 'KBytes'
  338.         end
  339.         object Label12: TLabel
  340.           Left = 248
  341.           Top = 154
  342.           Width = 21
  343.           Height = 13
  344.           Caption = 'Files'
  345.           Visible = False
  346.         end
  347.         object LimitSizeBox: TCheckBox
  348.           Left = 16
  349.           Top = 16
  350.           Width = 121
  351.           Height = 17
  352.           HelpContext = 111
  353.           Caption = 'Maximum File size'
  354.           TabOrder = 0
  355.           OnClick = LimitSizeBoxClick
  356.         end
  357.         object MaxSizeEdit: TEdit
  358.           Left = 144
  359.           Top = 14
  360.           Width = 97
  361.           Height = 21
  362.           HelpContext = 111
  363.           TabOrder = 1
  364.           Text = '1000'
  365.         end
  366.         object LimitCountBox: TCheckBox
  367.           Left = 16
  368.           Top = 152
  369.           Width = 97
  370.           Height = 17
  371.           Caption = 'Files Count'
  372.           TabOrder = 2
  373.           Visible = False
  374.           OnClick = LimitCountBoxClick
  375.         end
  376.         object MaxCountEdit: TEdit
  377.           Left = 144
  378.           Top = 150
  379.           Width = 97
  380.           Height = 21
  381.           TabOrder = 3
  382.           Text = '5000'
  383.           Visible = False
  384.         end
  385.       end
  386.       object EnableScriptBox: TCheckBox
  387.         Left = 32
  388.         Top = 56
  389.         Width = 281
  390.         Height = 17
  391.         HelpContext = 112
  392.         Caption = 'Enable Script Processing'
  393.         TabOrder = 1
  394.       end
  395.       object InExBox: TRadioGroup
  396.         Left = 16
  397.         Top = 80
  398.         Width = 201
  399.         Height = 81
  400.         HelpContext = 114
  401.         Caption = 'Exclude/Include File Types:'
  402.         ItemIndex = 0
  403.         Items.Strings = (
  404.           'Download All Files'
  405.           'Download Only these Files:'
  406.           'Do not Download these Files:')
  407.         TabOrder = 2
  408.         OnClick = InExBoxClick
  409.       end
  410.       object ExtList: TListBox
  411.         Left = 224
  412.         Top = 84
  413.         Width = 89
  414.         Height = 113
  415.         HelpContext = 114
  416.         ItemHeight = 13
  417.         TabOrder = 4
  418.         OnClick = ExtListClick
  419.       end
  420.       object ExtEdit: TEdit
  421.         Left = 88
  422.         Top = 173
  423.         Width = 49
  424.         Height = 21
  425.         HelpContext = 114
  426.         MaxLength = 10
  427.         TabOrder = 3
  428.         Text = 'html'
  429.       end
  430.       object btnAdd: TButton
  431.         Left = 144
  432.         Top = 167
  433.         Width = 73
  434.         Height = 17
  435.         HelpContext = 114
  436.         Caption = '&Add        >>'
  437.         TabOrder = 5
  438.         TabStop = False
  439.         OnClick = btnAddClick
  440.       end
  441.       object btnRemove: TButton
  442.         Tag = 1
  443.         Left = 144
  444.         Top = 185
  445.         Width = 73
  446.         Height = 17
  447.         HelpContext = 114
  448.         Caption = '&Remove <<'
  449.         TabOrder = 6
  450.         TabStop = False
  451.         OnClick = btnAddClick
  452.       end
  453.     end
  454.   end
  455. end
  456.