home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / second.exe / SC97.EXE / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt < prev   
Encoding:
Text File  |  1997-10-26  |  10.5 KB  |  420 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 213
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Second Copy 97 Options'
  7.   ClientHeight = 300
  8.   ClientWidth = 427
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 427
  25.     Height = 266
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 5
  29.     ParentColor = True
  30.     TabOrder = 0
  31.     object pgOptions: TPageControl
  32.       Left = 5
  33.       Top = 5
  34.       Width = 417
  35.       Height = 256
  36.       ActivePage = tabStartup
  37.       Align = alClient
  38.       TabOrder = 0
  39.       object tabGeneral: TTabSheet
  40.         HelpContext = 263
  41.         Caption = 'General'
  42.         object gboxLogFile: TGroupBox
  43.           Left = 16
  44.           Top = 88
  45.           Width = 377
  46.           Height = 97
  47.           Caption = 'Activity &Log'
  48.           TabOrder = 1
  49.           object Label2: TLabel
  50.             Left = 136
  51.             Top = 24
  52.             Width = 225
  53.             Height = 57
  54.             AutoSize = False
  55.             Caption = 
  56.               'The log file will be reset when it becomes larger than this size' +
  57.               '. If you set this to 0, Second Copy will recycle the log file ev' +
  58.               'ery time it starts.'
  59.             WordWrap = True
  60.           end
  61.           object Label3: TLabel
  62.             Left = 16
  63.             Top = 24
  64.             Width = 81
  65.             Height = 13
  66.             Caption = 'Maximum file size'
  67.           end
  68.           object medtSize: TMaskEdit
  69.             Left = 16
  70.             Top = 40
  71.             Width = 65
  72.             Height = 21
  73.             HelpContext = 800
  74.             EditMask = '9999 KB;0;_'
  75.             MaxLength = 7
  76.             ParentShowHint = False
  77.             ShowHint = False
  78.             TabOrder = 0
  79.           end
  80.         end
  81.         object gboxInclude: TGroupBox
  82.           Left = 16
  83.           Top = 16
  84.           Width = 377
  85.           Height = 57
  86.           HelpContext = 730
  87.           Caption = 'Include file types:'
  88.           TabOrder = 0
  89.           object chkSystem: TCheckBox
  90.             Left = 24
  91.             Top = 24
  92.             Width = 73
  93.             Height = 17
  94.             Caption = '&System'
  95.             State = cbChecked
  96.             TabOrder = 0
  97.           end
  98.           object chkReadOnly: TCheckBox
  99.             Left = 280
  100.             Top = 24
  101.             Width = 73
  102.             Height = 17
  103.             Caption = '&Read Only'
  104.             State = cbChecked
  105.             TabOrder = 2
  106.           end
  107.           object chkHidden: TCheckBox
  108.             Left = 152
  109.             Top = 24
  110.             Width = 73
  111.             Height = 17
  112.             Caption = '&Hidden'
  113.             State = cbChecked
  114.             TabOrder = 1
  115.           end
  116.         end
  117.       end
  118.       object tabPerformance: TTabSheet
  119.         HelpContext = 266
  120.         Caption = 'Performance'
  121.         object gboxPriority: TGroupBox
  122.           Left = 16
  123.           Top = 16
  124.           Width = 377
  125.           Height = 97
  126.           Caption = '&Background Copy Priority'
  127.           TabOrder = 0
  128.           object Label1: TLabel
  129.             Left = 136
  130.             Top = 24
  131.             Width = 225
  132.             Height = 65
  133.             AutoSize = False
  134.             Caption = 
  135.               'Lower priority will make copy process slower.  Higher priority w' +
  136.               'ill make copy process faster but you will notice some slow down ' +
  137.               'in the other applications you are working in.'
  138.             WordWrap = True
  139.           end
  140.           object Label4: TLabel
  141.             Left = 16
  142.             Top = 24
  143.             Width = 20
  144.             Height = 13
  145.             Caption = '&Low'
  146.             FocusControl = PriorityBar
  147.           end
  148.           object Label5: TLabel
  149.             Left = 94
  150.             Top = 24
  151.             Width = 22
  152.             Height = 13
  153.             Alignment = taRightJustify
  154.             Caption = 'H&igh'
  155.             FocusControl = PriorityBar
  156.           end
  157.           object PriorityBar: TTrackBar
  158.             Left = 8
  159.             Top = 40
  160.             Width = 113
  161.             Height = 41
  162.             HelpContext = 810
  163.             Max = 6
  164.             Orientation = trHorizontal
  165.             PageSize = 1
  166.             Frequency = 1
  167.             Position = 0
  168.             SelEnd = 0
  169.             SelStart = 0
  170.             TabOrder = 0
  171.             TickMarks = tmBottomRight
  172.             TickStyle = tsAuto
  173.           end
  174.         end
  175.         object gboxProgress: TGroupBox
  176.           Left = 16
  177.           Top = 120
  178.           Width = 377
  179.           Height = 89
  180.           Caption = 'Copy &Progress'
  181.           TabOrder = 1
  182.           object Label6: TLabel
  183.             Left = 136
  184.             Top = 16
  185.             Width = 225
  186.             Height = 65
  187.             AutoSize = False
  188.             Caption = 
  189.               'If you check this option, a progress bar is displayed on the mai' +
  190.               'n window.  Unchecking this option quickens the copy process.'
  191.             WordWrap = True
  192.           end
  193.           object chkShowProgress: TCheckBox
  194.             Left = 16
  195.             Top = 32
  196.             Width = 113
  197.             Height = 17
  198.             HelpContext = 820
  199.             Caption = '&Show progress'
  200.             TabOrder = 0
  201.           end
  202.         end
  203.       end
  204.       object tabStartup: TTabSheet
  205.         HelpContext = 268
  206.         Caption = 'Startup'
  207.         object rgrpAutoStart: TRadioGroup
  208.           Left = 16
  209.           Top = 16
  210.           Width = 377
  211.           Height = 121
  212.           HelpContext = 830
  213.           Caption = '&Start Second Copy 97'
  214.           ItemIndex = 1
  215.           Items.Strings = (
  216.             '&Every time Windows starts'
  217.             
  218.               '&Next time Windows starts, if Second Copy 97 is running at shutd' +
  219.               'own'
  220.             '&Only when run from the Start menu')
  221.           TabOrder = 0
  222.           OnClick = ShowInitialWait
  223.         end
  224.         object gBoxInitialWait: TGroupBox
  225.           Left = 16
  226.           Top = 152
  227.           Width = 377
  228.           Height = 57
  229.           Caption = 'Initial Copy Delay'
  230.           TabOrder = 1
  231.           OnClick = ShowInitialWait
  232.           object Label7: TLabel
  233.             Left = 16
  234.             Top = 24
  235.             Width = 22
  236.             Height = 13
  237.             Caption = 'Wait'
  238.           end
  239.           object Label8: TLabel
  240.             Left = 96
  241.             Top = 24
  242.             Width = 238
  243.             Height = 13
  244.             Caption = 'minute(s) after Windows starts before copying files.'
  245.             ParentShowHint = False
  246.             ShowHint = False
  247.           end
  248.           object cbInitialWait: TComboBox
  249.             Left = 48
  250.             Top = 24
  251.             Width = 41
  252.             Height = 21
  253.             HelpContext = 840
  254.             Style = csDropDownList
  255.             ItemHeight = 13
  256.             Items.Strings = (
  257.               '0'
  258.               '1'
  259.               '2'
  260.               '3'
  261.               '4'
  262.               '5')
  263.             TabOrder = 0
  264.           end
  265.         end
  266.       end
  267.       object tabCopy: TTabSheet
  268.         HelpContext = 269
  269.         Caption = 'Copy'
  270.         object GroupBox1: TGroupBox
  271.           Left = 16
  272.           Top = 16
  273.           Width = 377
  274.           Height = 81
  275.           Caption = ' If a file is in use by another program '
  276.           TabOrder = 0
  277.           object Label9: TLabel
  278.             Left = 112
  279.             Top = 52
  280.             Width = 42
  281.             Height = 13
  282.             Caption = 'Seconds'
  283.           end
  284.           object cbShowMessageFor: TComboBox
  285.             Left = 48
  286.             Top = 48
  287.             Width = 57
  288.             Height = 21
  289.             HelpContext = 860
  290.             Style = csDropDownList
  291.             ItemHeight = 13
  292.             Items.Strings = (
  293.               '10'
  294.               '20'
  295.               '30'
  296.               '40'
  297.               '50'
  298.               '60'
  299.               '70'
  300.               '80'
  301.               '90'
  302.               '100'
  303.               '110'
  304.               '120'
  305.               '130'
  306.               '140'
  307.               '150'
  308.               '160'
  309.               '170'
  310.               '180'
  311.               '190'
  312.               '200'
  313.               '210'
  314.               '220'
  315.               '230'
  316.               '240')
  317.             TabOrder = 1
  318.           end
  319.           object chkShowInUseMessage: TCheckBox
  320.             Left = 16
  321.             Top = 24
  322.             Width = 353
  323.             Height = 17
  324.             HelpContext = 850
  325.             Caption = 'Show message box and retry once more in:'
  326.             TabOrder = 0
  327.           end
  328.         end
  329.         object GroupBox2: TGroupBox
  330.           Left = 16
  331.           Top = 104
  332.           Width = 377
  333.           Height = 113
  334.           Caption = 'Other'
  335.           TabOrder = 1
  336.           object chkPlaySounds: TCheckBox
  337.             Left = 16
  338.             Top = 16
  339.             Width = 345
  340.             Height = 17
  341.             HelpContext = 870
  342.             Caption = 'Play Sounds'
  343.             State = cbChecked
  344.             TabOrder = 0
  345.           end
  346.           object chkUseRecycleBin: TCheckBox
  347.             Left = 16
  348.             Top = 40
  349.             Width = 345
  350.             Height = 17
  351.             HelpContext = 880
  352.             Caption = 'Move deleted files to Recycle Bin'
  353.             State = cbChecked
  354.             TabOrder = 1
  355.           end
  356.           object chkUseDestTempFolder: TCheckBox
  357.             Left = 16
  358.             Top = 64
  359.             Width = 345
  360.             Height = 17
  361.             HelpContext = 890
  362.             Caption = 'Use Destination folder for temporary ZIP files'
  363.             TabOrder = 2
  364.           end
  365.           object chkSmartChangeDetection: TCheckBox
  366.             Left = 16
  367.             Top = 88
  368.             Width = 345
  369.             Height = 17
  370.             HelpContext = 895
  371.             Caption = 
  372.               'Always check destination folder to ensure that all files are int' +
  373.               'act'
  374.             TabOrder = 3
  375.           end
  376.         end
  377.       end
  378.     end
  379.   end
  380.   object Panel2: TPanel
  381.     Left = 0
  382.     Top = 266
  383.     Width = 427
  384.     Height = 34
  385.     Align = alBottom
  386.     BevelOuter = bvNone
  387.     ParentColor = True
  388.     TabOrder = 1
  389.     object OKBtn: TButton
  390.       Left = 235
  391.       Top = 2
  392.       Width = 75
  393.       Height = 25
  394.       Caption = '&OK'
  395.       Default = True
  396.       ModalResult = 1
  397.       TabOrder = 0
  398.     end
  399.     object CancelBtn: TButton
  400.       Left = 323
  401.       Top = 2
  402.       Width = 75
  403.       Height = 25
  404.       Cancel = True
  405.       Caption = '&Cancel'
  406.       ModalResult = 2
  407.       TabOrder = 1
  408.     end
  409.     object HelpBtn: TButton
  410.       Left = 27
  411.       Top = 2
  412.       Width = 75
  413.       Height = 25
  414.       Caption = '&Help'
  415.       TabOrder = 2
  416.       OnClick = HelpBtnClick
  417.     end
  418.   end
  419. end
  420.