home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / FTP / AutoFTP / _SETUP.1 / FTP.EXE / 0 / RCDATA / TPREFFORM / TPREFFORM.txt
Encoding:
Text File  |  1997-04-22  |  13.3 KB  |  581 lines

  1. object PrefForm: TPrefForm
  2.   Left = 237
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 272
  7.   ClientWidth = 394
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 289
  21.     Height = 272
  22.     Align = alClient
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -11
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     OnChange = TabbedNotebook1Change
  29.     object TTabPage
  30.       Left = 4
  31.       Top = 24
  32.       Caption = 'Dialing'
  33.       object Label1: TLabel
  34.         Left = 16
  35.         Top = 8
  36.         Width = 95
  37.         Height = 13
  38.         Caption = 'Dial-Up Connection:'
  39.       end
  40.       object Label2: TLabel
  41.         Left = 48
  42.         Top = 179
  43.         Width = 64
  44.         Height = 13
  45.         Caption = 'Redial Count:'
  46.       end
  47.       object Label5: TLabel
  48.         Left = 16
  49.         Top = 211
  50.         Width = 100
  51.         Height = 13
  52.         Caption = 'Wait for Connection :'
  53.       end
  54.       object Label6: TLabel
  55.         Left = 161
  56.         Top = 210
  57.         Width = 46
  58.         Height = 13
  59.         Caption = '[seconds]'
  60.       end
  61.       object ComboBox1: TComboBox
  62.         Left = 16
  63.         Top = 24
  64.         Width = 241
  65.         Height = 21
  66.         Hint = 'Select Your Internet Connection From The Drop-Down List'
  67.         Style = csDropDownList
  68.         ItemHeight = 13
  69.         TabOrder = 0
  70.       end
  71.       object CheckBox1: TCheckBox
  72.         Left = 16
  73.         Top = 64
  74.         Width = 145
  75.         Height = 17
  76.         Hint = 'Checked => Dial Automatically on Startup'
  77.         Caption = 'Use Auto-Dial on Startup'
  78.         TabOrder = 1
  79.       end
  80.       object Edit1: TEdit
  81.         Left = 117
  82.         Top = 174
  83.         Width = 28
  84.         Height = 21
  85.         Hint = 'Number Of Times To Redial When Cannot Connect e.g. Busy Line'
  86.         TabOrder = 5
  87.         Text = '0'
  88.         OnKeyPress = Edit1KeyPress
  89.       end
  90.       object UpDown1: TUpDown
  91.         Left = 145
  92.         Top = 174
  93.         Width = 15
  94.         Height = 21
  95.         Associate = Edit1
  96.         Min = 0
  97.         Max = 99
  98.         Position = 0
  99.         TabOrder = 6
  100.         Wrap = False
  101.       end
  102.       object Edit4: TEdit
  103.         Left = 117
  104.         Top = 206
  105.         Width = 28
  106.         Height = 21
  107.         Hint = 'Maximum Number Of Seconds To Wait For Connection'
  108.         TabOrder = 7
  109.         Text = '1'
  110.         OnKeyPress = Edit1KeyPress
  111.       end
  112.       object UpDown4: TUpDown
  113.         Left = 145
  114.         Top = 206
  115.         Width = 15
  116.         Height = 21
  117.         Associate = Edit4
  118.         Min = 1
  119.         Max = 120
  120.         Position = 1
  121.         TabOrder = 8
  122.         Wrap = False
  123.       end
  124.       object StartHiddenCB: TCheckBox
  125.         Left = 16
  126.         Top = 88
  127.         Width = 145
  128.         Height = 17
  129.         Hint = 'Checked => Hide Main Window on Startup'
  130.         Caption = 'Start Hidden'
  131.         TabOrder = 2
  132.       end
  133.       object ShowConnectCB: TCheckBox
  134.         Left = 16
  135.         Top = 112
  136.         Width = 145
  137.         Height = 17
  138.         Hint = 'Checked => Show Connect Window on Startup'
  139.         Caption = 'Show Connect on Startup'
  140.         TabOrder = 3
  141.       end
  142.       object AutoDial_CB: TCheckBox
  143.         Left = 16
  144.         Top = 136
  145.         Width = 145
  146.         Height = 17
  147.         Hint = 'If you have Direct Internet Connection leave it Unchecked'
  148.         Caption = 'Use Auto Dialing'
  149.         TabOrder = 4
  150.       end
  151.     end
  152.     object TTabPage
  153.       Left = 4
  154.       Top = 24
  155.       Caption = 'FTP Mode'
  156.       object RadioGroup2: TRadioGroup
  157.         Left = 8
  158.         Top = 8
  159.         Width = 153
  160.         Height = 81
  161.         Caption = 'FTP Mode'
  162.         ItemIndex = 0
  163.         Items.Strings = (
  164.           'Automatic'
  165.           'Binary'
  166.           'Text'
  167.           'EBCDIC (Mainframes)')
  168.         TabOrder = 0
  169.       end
  170.       object GroupBox2: TGroupBox
  171.         Left = 8
  172.         Top = 96
  173.         Width = 257
  174.         Height = 137
  175.         Caption = 'Text File Extensions (in Automatic FTP Mode)'
  176.         TabOrder = 1
  177.         object Label14: TLabel
  178.           Left = 8
  179.           Top = 16
  180.           Width = 114
  181.           Height = 13
  182.           Caption = 'Add Text File Extension:'
  183.         end
  184.         object TextExtEdit: TEdit
  185.           Left = 8
  186.           Top = 32
  187.           Width = 169
  188.           Height = 21
  189.           TabOrder = 0
  190.         end
  191.         object ListBox1: TListBox
  192.           Left = 8
  193.           Top = 56
  194.           Width = 169
  195.           Height = 73
  196.           ItemHeight = 13
  197.           TabOrder = 1
  198.         end
  199.         object Button1: TButton
  200.           Left = 184
  201.           Top = 32
  202.           Width = 67
  203.           Height = 25
  204.           Caption = '&Add'
  205.           TabOrder = 2
  206.           OnClick = Button1Click
  207.         end
  208.         object Button2: TButton
  209.           Left = 184
  210.           Top = 72
  211.           Width = 67
  212.           Height = 25
  213.           Caption = '&Delete'
  214.           TabOrder = 3
  215.           OnClick = Button2Click
  216.         end
  217.       end
  218.     end
  219.     object TTabPage
  220.       Left = 4
  221.       Top = 24
  222.       Caption = 'Transfers'
  223.       object Label3: TLabel
  224.         Left = 104
  225.         Top = 34
  226.         Width = 49
  227.         Height = 25
  228.         AutoSize = False
  229.         Caption = 'Active Tranfers:'
  230.         Visible = False
  231.         WordWrap = True
  232.       end
  233.       object Label4: TLabel
  234.         Left = 5
  235.         Top = 96
  236.         Width = 104
  237.         Height = 13
  238.         Caption = 'Failed Tranfer Retries:'
  239.       end
  240.       object Label15: TLabel
  241.         Left = 217
  242.         Top = 25
  243.         Width = 41
  244.         Height = 13
  245.         Caption = '[Kb/sec]'
  246.       end
  247.       object Label16: TLabel
  248.         Left = 104
  249.         Top = 8
  250.         Width = 152
  251.         Height = 13
  252.         Caption = 'Add Transfers if Transfer Rate is'
  253.       end
  254.       object Label17: TLabel
  255.         Left = 106
  256.         Top = 25
  257.         Width = 66
  258.         Height = 13
  259.         Caption = 'Greater Than:'
  260.       end
  261.       object RadioGroup1: TRadioGroup
  262.         Left = 6
  263.         Top = 8
  264.         Width = 86
  265.         Height = 57
  266.         Hint = 'How To Transfer Files e.g. Serial => One File At A Time'
  267.         Caption = 'Transfer Mode'
  268.         ItemIndex = 0
  269.         Items.Strings = (
  270.           'Automatic'
  271.           'Serial'
  272.           'Parallel')
  273.         TabOrder = 0
  274.         OnClick = RadioGroup1Click
  275.       end
  276.       object Edit2: TEdit
  277.         Left = 152
  278.         Top = 39
  279.         Width = 17
  280.         Height = 21
  281.         Hint = 'Number Of Active Transfers in Parallel Mode'
  282.         Color = clBtnFace
  283.         ReadOnly = True
  284.         TabOrder = 1
  285.         Text = '1'
  286.         Visible = False
  287.         OnChange = Edit2Change
  288.       end
  289.       object UpDown2: TUpDown
  290.         Left = 169
  291.         Top = 39
  292.         Width = 15
  293.         Height = 21
  294.         Associate = Edit2
  295.         Min = 1
  296.         Max = 5
  297.         Position = 1
  298.         TabOrder = 2
  299.         Visible = False
  300.         Wrap = False
  301.       end
  302.       object Edit3: TEdit
  303.         Left = 116
  304.         Top = 94
  305.         Width = 17
  306.         Height = 21
  307.         Hint = 
  308.           'Number Of Times To Retry Aborted FTP Transfers e.g. When Timeout' +
  309.           ' Occurs'
  310.         Color = clBtnFace
  311.         ReadOnly = True
  312.         TabOrder = 3
  313.         Text = '0'
  314.       end
  315.       object UpDown3: TUpDown
  316.         Left = 133
  317.         Top = 94
  318.         Width = 15
  319.         Height = 21
  320.         Associate = Edit3
  321.         Min = 0
  322.         Max = 9
  323.         Position = 0
  324.         TabOrder = 4
  325.         Wrap = False
  326.       end
  327.       object SlowRateEd: TEdit
  328.         Left = 173
  329.         Top = 23
  330.         Width = 42
  331.         Height = 21
  332.         Hint = 
  333.           'The Trigger Value For Increasing The Number Of Simultaneous Tran' +
  334.           'sfers'
  335.         MaxLength = 6
  336.         TabOrder = 5
  337.         Text = '1.0'
  338.         OnExit = RateEdExit
  339.         OnKeyPress = RateEdKeyPress
  340.       end
  341.     end
  342.     object TTabPage
  343.       Left = 4
  344.       Top = 24
  345.       Caption = 'Auto-Transfers'
  346.       object Label13: TLabel
  347.         Left = 8
  348.         Top = 9
  349.         Width = 138
  350.         Height = 13
  351.         Caption = 'Aborted Auto-Tranfer Retries:'
  352.       end
  353.       object Label18: TLabel
  354.         Left = 129
  355.         Top = 166
  356.         Width = 26
  357.         Height = 13
  358.         Caption = 'hours'
  359.       end
  360.       object Label19: TLabel
  361.         Left = 29
  362.         Top = 165
  363.         Width = 67
  364.         Height = 13
  365.         Caption = 'In More Than:'
  366.       end
  367.       object Edit5: TEdit
  368.         Left = 148
  369.         Top = 7
  370.         Width = 17
  371.         Height = 21
  372.         Hint = 'Number Of Times To Reschedule Failed Auto-Transfers'
  373.         Color = clBtnFace
  374.         ReadOnly = True
  375.         TabOrder = 0
  376.         Text = '0'
  377.       end
  378.       object UpDown5: TUpDown
  379.         Left = 165
  380.         Top = 7
  381.         Width = 15
  382.         Height = 21
  383.         Associate = Edit5
  384.         Min = 0
  385.         Max = 9
  386.         Position = 0
  387.         TabOrder = 1
  388.         Wrap = False
  389.       end
  390.       object GroupBox1: TGroupBox
  391.         Left = 8
  392.         Top = 36
  393.         Width = 265
  394.         Height = 98
  395.         Caption = 'Abort Auto-Transfer if:'
  396.         TabOrder = 2
  397.         object Label7: TLabel
  398.           Left = 219
  399.           Top = 18
  400.           Width = 41
  401.           Height = 13
  402.           Caption = '[Kb/sec]'
  403.         end
  404.         object Label8: TLabel
  405.           Left = 29
  406.           Top = 34
  407.           Width = 25
  408.           Height = 13
  409.           Caption = 'After:'
  410.         end
  411.         object Label9: TLabel
  412.           Left = 94
  413.           Top = 34
  414.           Width = 39
  415.           Height = 13
  416.           Caption = 'minutes.'
  417.         end
  418.         object Label10: TLabel
  419.           Left = 225
  420.           Top = 56
  421.           Width = 36
  422.           Height = 13
  423.           Caption = 'minutes'
  424.         end
  425.         object Label11: TLabel
  426.           Left = 26
  427.           Top = 72
  428.           Width = 25
  429.           Height = 13
  430.           Caption = 'After:'
  431.         end
  432.         object Label12: TLabel
  433.           Left = 91
  434.           Top = 72
  435.           Width = 39
  436.           Height = 13
  437.           Caption = 'minutes.'
  438.         end
  439.         object CheckBox2: TCheckBox
  440.           Left = 8
  441.           Top = 16
  442.           Width = 163
  443.           Height = 17
  444.           Hint = 'Checked => Abort If Transfer Is Slower Than Specified'
  445.           Caption = 'Transfer Rate Is Slower Than:'
  446.           TabOrder = 0
  447.           OnClick = CheckBox2Click
  448.         end
  449.         object RateEd: TEdit
  450.           Left = 175
  451.           Top = 15
  452.           Width = 42
  453.           Height = 21
  454.           Hint = 'Abort Transfer Slower Than This Rate'
  455.           Enabled = False
  456.           MaxLength = 6
  457.           TabOrder = 1
  458.           Text = '1.0'
  459.           OnExit = RateEdExit
  460.           OnKeyPress = RateEdKeyPress
  461.         end
  462.         object Time1Ed: TEdit
  463.           Left = 56
  464.           Top = 31
  465.           Width = 32
  466.           Height = 21
  467.           Hint = 'Abort Transfer When Slow After This Number Of Minutes'
  468.           Enabled = False
  469.           MaxLength = 3
  470.           TabOrder = 2
  471.           Text = '10'
  472.           OnExit = Time1EdExit
  473.           OnKeyPress = Edit1KeyPress
  474.         end
  475.         object CheckBox3: TCheckBox
  476.           Left = 8
  477.           Top = 54
  478.           Width = 187
  479.           Height = 17
  480.           Hint = 
  481.             'Checked => Abort If Estimated Transfer Time Is Longer Than Speci' +
  482.             'fied'
  483.           Caption = 'Est. Transfer Time Is Greater Than:'
  484.           TabOrder = 3
  485.           OnClick = CheckBox3Click
  486.         end
  487.         object TransferTimeEd: TEdit
  488.           Left = 192
  489.           Top = 53
  490.           Width = 30
  491.           Height = 21
  492.           Hint = 
  493.             'Abort Transfer If Est. Time Is Longer Than This Number Of Minute' +
  494.             's'
  495.           Enabled = False
  496.           MaxLength = 3
  497.           TabOrder = 4
  498.           Text = '120'
  499.           OnExit = Time1EdExit
  500.           OnKeyPress = Edit1KeyPress
  501.         end
  502.         object Time2Ed: TEdit
  503.           Left = 53
  504.           Top = 69
  505.           Width = 32
  506.           Height = 21
  507.           Hint = 
  508.             'Abort Transfer When Est. Time Is Too Long After This Number Of M' +
  509.             'inutes'
  510.           Enabled = False
  511.           MaxLength = 3
  512.           TabOrder = 5
  513.           Text = '10'
  514.           OnExit = Time1EdExit
  515.           OnKeyPress = Edit1KeyPress
  516.         end
  517.       end
  518.       object ShutdownCB: TCheckBox
  519.         Left = 8
  520.         Top = 146
  521.         Width = 241
  522.         Height = 17
  523.         Hint = 'Will Exit From Windows And Turns Off Power If Possible'
  524.         Caption = 'Shutdown if Next Auto-Transfer Is Scheduled'
  525.         TabOrder = 3
  526.         OnClick = ShutdownCBClick
  527.       end
  528.       object HoursEd: TEdit
  529.         Left = 97
  530.         Top = 163
  531.         Width = 30
  532.         Height = 21
  533.         Hint = 'Shutdown If No Transfer Scheduled in This Number Of Hours'
  534.         Enabled = False
  535.         MaxLength = 3
  536.         TabOrder = 4
  537.         Text = '8'
  538.         OnExit = HoursEdExit
  539.         OnKeyPress = Edit1KeyPress
  540.       end
  541.     end
  542.   end
  543.   object Panel1: TPanel
  544.     Left = 289
  545.     Top = 0
  546.     Width = 105
  547.     Height = 272
  548.     Align = alRight
  549.     BevelOuter = bvNone
  550.     TabOrder = 1
  551.     object BitBtn1: TBitBtn
  552.       Left = 16
  553.       Top = 16
  554.       Width = 75
  555.       Height = 25
  556.       Caption = '&OK'
  557.       TabOrder = 0
  558.       OnClick = BitBtn1Click
  559.       Kind = bkOK
  560.     end
  561.     object BitBtn2: TBitBtn
  562.       Left = 16
  563.       Top = 56
  564.       Width = 75
  565.       Height = 25
  566.       Caption = '&Cancel'
  567.       TabOrder = 1
  568.       Kind = bkCancel
  569.     end
  570.     object BitBtn3: TBitBtn
  571.       Left = 16
  572.       Top = 96
  573.       Width = 75
  574.       Height = 25
  575.       TabOrder = 2
  576.       OnClick = BitBtn3Click
  577.       Kind = bkHelp
  578.     end
  579.   end
  580. end
  581.