home *** CD-ROM | disk | FTP | other *** search
- object frmOptions: TfrmOptions
- Left = 213
- Top = 176
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Second Copy 97 Options'
- ClientHeight = 300
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 266
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- ParentColor = True
- TabOrder = 0
- object pgOptions: TPageControl
- Left = 5
- Top = 5
- Width = 417
- Height = 256
- ActivePage = tabStartup
- Align = alClient
- TabOrder = 0
- object tabGeneral: TTabSheet
- HelpContext = 263
- Caption = 'General'
- object gboxLogFile: TGroupBox
- Left = 16
- Top = 88
- Width = 377
- Height = 97
- Caption = 'Activity &Log'
- TabOrder = 1
- object Label2: TLabel
- Left = 136
- Top = 24
- Width = 225
- Height = 57
- AutoSize = False
- Caption =
- 'The log file will be reset when it becomes larger than this size' +
- '. If you set this to 0, Second Copy will recycle the log file ev' +
- 'ery time it starts.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 16
- Top = 24
- Width = 81
- Height = 13
- Caption = 'Maximum file size'
- end
- object medtSize: TMaskEdit
- Left = 16
- Top = 40
- Width = 65
- Height = 21
- HelpContext = 800
- EditMask = '9999 KB;0;_'
- MaxLength = 7
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- end
- object gboxInclude: TGroupBox
- Left = 16
- Top = 16
- Width = 377
- Height = 57
- HelpContext = 730
- Caption = 'Include file types:'
- TabOrder = 0
- object chkSystem: TCheckBox
- Left = 24
- Top = 24
- Width = 73
- Height = 17
- Caption = '&System'
- State = cbChecked
- TabOrder = 0
- end
- object chkReadOnly: TCheckBox
- Left = 280
- Top = 24
- Width = 73
- Height = 17
- Caption = '&Read Only'
- State = cbChecked
- TabOrder = 2
- end
- object chkHidden: TCheckBox
- Left = 152
- Top = 24
- Width = 73
- Height = 17
- Caption = '&Hidden'
- State = cbChecked
- TabOrder = 1
- end
- end
- end
- object tabPerformance: TTabSheet
- HelpContext = 266
- Caption = 'Performance'
- object gboxPriority: TGroupBox
- Left = 16
- Top = 16
- Width = 377
- Height = 97
- Caption = '&Background Copy Priority'
- TabOrder = 0
- object Label1: TLabel
- Left = 136
- Top = 24
- Width = 225
- Height = 65
- AutoSize = False
- Caption =
- 'Lower priority will make copy process slower. Higher priority w' +
- 'ill make copy process faster but you will notice some slow down ' +
- 'in the other applications you are working in.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 16
- Top = 24
- Width = 20
- Height = 13
- Caption = '&Low'
- FocusControl = PriorityBar
- end
- object Label5: TLabel
- Left = 94
- Top = 24
- Width = 22
- Height = 13
- Alignment = taRightJustify
- Caption = 'H&igh'
- FocusControl = PriorityBar
- end
- object PriorityBar: TTrackBar
- Left = 8
- Top = 40
- Width = 113
- Height = 41
- HelpContext = 810
- Max = 6
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- end
- object gboxProgress: TGroupBox
- Left = 16
- Top = 120
- Width = 377
- Height = 89
- Caption = 'Copy &Progress'
- TabOrder = 1
- object Label6: TLabel
- Left = 136
- Top = 16
- Width = 225
- Height = 65
- AutoSize = False
- Caption =
- 'If you check this option, a progress bar is displayed on the mai' +
- 'n window. Unchecking this option quickens the copy process.'
- WordWrap = True
- end
- object chkShowProgress: TCheckBox
- Left = 16
- Top = 32
- Width = 113
- Height = 17
- HelpContext = 820
- Caption = '&Show progress'
- TabOrder = 0
- end
- end
- end
- object tabStartup: TTabSheet
- HelpContext = 268
- Caption = 'Startup'
- object rgrpAutoStart: TRadioGroup
- Left = 16
- Top = 16
- Width = 377
- Height = 121
- HelpContext = 830
- Caption = '&Start Second Copy 97'
- ItemIndex = 1
- Items.Strings = (
- '&Every time Windows starts'
-
- '&Next time Windows starts, if Second Copy 97 is running at shutd' +
- 'own'
- '&Only when run from the Start menu')
- TabOrder = 0
- OnClick = ShowInitialWait
- end
- object gBoxInitialWait: TGroupBox
- Left = 16
- Top = 152
- Width = 377
- Height = 57
- Caption = 'Initial Copy Delay'
- TabOrder = 1
- OnClick = ShowInitialWait
- object Label7: TLabel
- Left = 16
- Top = 24
- Width = 22
- Height = 13
- Caption = 'Wait'
- end
- object Label8: TLabel
- Left = 96
- Top = 24
- Width = 238
- Height = 13
- Caption = 'minute(s) after Windows starts before copying files.'
- ParentShowHint = False
- ShowHint = False
- end
- object cbInitialWait: TComboBox
- Left = 48
- Top = 24
- Width = 41
- Height = 21
- HelpContext = 840
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5')
- TabOrder = 0
- end
- end
- end
- object tabCopy: TTabSheet
- HelpContext = 269
- Caption = 'Copy'
- object GroupBox1: TGroupBox
- Left = 16
- Top = 16
- Width = 377
- Height = 81
- Caption = ' If a file is in use by another program '
- TabOrder = 0
- object Label9: TLabel
- Left = 112
- Top = 52
- Width = 42
- Height = 13
- Caption = 'Seconds'
- end
- object cbShowMessageFor: TComboBox
- Left = 48
- Top = 48
- Width = 57
- Height = 21
- HelpContext = 860
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '10'
- '20'
- '30'
- '40'
- '50'
- '60'
- '70'
- '80'
- '90'
- '100'
- '110'
- '120'
- '130'
- '140'
- '150'
- '160'
- '170'
- '180'
- '190'
- '200'
- '210'
- '220'
- '230'
- '240')
- TabOrder = 1
- end
- object chkShowInUseMessage: TCheckBox
- Left = 16
- Top = 24
- Width = 353
- Height = 17
- HelpContext = 850
- Caption = 'Show message box and retry once more in:'
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 16
- Top = 104
- Width = 377
- Height = 113
- Caption = 'Other'
- TabOrder = 1
- object chkPlaySounds: TCheckBox
- Left = 16
- Top = 16
- Width = 345
- Height = 17
- HelpContext = 870
- Caption = 'Play Sounds'
- State = cbChecked
- TabOrder = 0
- end
- object chkUseRecycleBin: TCheckBox
- Left = 16
- Top = 40
- Width = 345
- Height = 17
- HelpContext = 880
- Caption = 'Move deleted files to Recycle Bin'
- State = cbChecked
- TabOrder = 1
- end
- object chkUseDestTempFolder: TCheckBox
- Left = 16
- Top = 64
- Width = 345
- Height = 17
- HelpContext = 890
- Caption = 'Use Destination folder for temporary ZIP files'
- TabOrder = 2
- end
- object chkSmartChangeDetection: TCheckBox
- Left = 16
- Top = 88
- Width = 345
- Height = 17
- HelpContext = 895
- Caption =
- 'Always check destination folder to ensure that all files are int' +
- 'act'
- TabOrder = 3
- end
- end
- end
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 266
- Width = 427
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object OKBtn: TButton
- Left = 235
- Top = 2
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 323
- Top = 2
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 27
- Top = 2
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- end
- end
-