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

  1. object frmProperties: TfrmProperties
  2.   Left = 204
  3.   Top = 285
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmProperties'
  7.   ClientHeight = 313
  8.   ClientWidth = 557
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 136
  23.     Top = 266
  24.     Width = 401
  25.     Height = 2
  26.   end
  27.   object btnFinish: TButton
  28.     Left = 378
  29.     Top = 278
  30.     Width = 75
  31.     Height = 25
  32.     HelpContext = 770
  33.     Caption = '&Finish'
  34.     Default = True
  35.     TabOrder = 3
  36.     OnClick = btnFinishClick
  37.   end
  38.   object btnNext: TButton
  39.     Left = 378
  40.     Top = 278
  41.     Width = 75
  42.     Height = 25
  43.     HelpContext = 750
  44.     Caption = '&Next >'
  45.     Default = True
  46.     TabOrder = 2
  47.     OnClick = btnNextClick
  48.   end
  49.   object btnBack: TButton
  50.     Left = 301
  51.     Top = 278
  52.     Width = 75
  53.     Height = 25
  54.     HelpContext = 740
  55.     Caption = '< &Back'
  56.     TabOrder = 1
  57.     OnClick = btnBackClick
  58.   end
  59.   object btnCancel: TButton
  60.     Left = 469
  61.     Top = 278
  62.     Width = 75
  63.     Height = 25
  64.     HelpContext = 760
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     TabOrder = 4
  68.     OnClick = btnCancelClick
  69.   end
  70.   object pgWizard: TNotebook
  71.     Left = 8
  72.     Top = 8
  73.     Width = 537
  74.     Height = 257
  75.     PageIndex = 6
  76.     TabOrder = 0
  77.     object TPage
  78.       Left = 0
  79.       Top = 0
  80.       Caption = 'Start'
  81.       object Label16: TLabel
  82.         Left = 160
  83.         Top = 152
  84.         Width = 138
  85.         Height = 13
  86.         Caption = 'To select all possible options.'
  87.       end
  88.       object Label19: TLabel
  89.         Left = 424
  90.         Top = 240
  91.         Width = 105
  92.         Height = 13
  93.         Alignment = taRightJustify
  94.         Caption = 'Click Next to proceed.'
  95.       end
  96.       object Label1: TLabel
  97.         Left = 128
  98.         Top = 16
  99.         Width = 385
  100.         Height = 33
  101.         AutoSize = False
  102.         Caption = 
  103.           'The setup wizard will guide you through viewing or setting  prof' +
  104.           'ile properties.'
  105.         WordWrap = True
  106.       end
  107.       object Label8: TLabel
  108.         Left = 160
  109.         Top = 80
  110.         Width = 188
  111.         Height = 13
  112.         Caption = 'To select most commonly used options. '
  113.       end
  114.       object Label14: TLabel
  115.         Left = 184
  116.         Top = 176
  117.         Width = 305
  118.         Height = 57
  119.         AutoSize = False
  120.         Caption = 
  121.           'In addition to copying entire folders, you can specify files to ' +
  122.           'include or exclude, compression, synchronization and other optio' +
  123.           'ns.'
  124.         WordWrap = True
  125.       end
  126.       object Label15: TLabel
  127.         Left = 184
  128.         Top = 104
  129.         Width = 197
  130.         Height = 13
  131.         Caption = 'Copies entire folders at specified intervals.'
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.       object rbtnExpress: TRadioButton
  140.         Left = 128
  141.         Top = 56
  142.         Width = 345
  143.         Height = 17
  144.         HelpContext = 500
  145.         Caption = '&Express setup'
  146.         Checked = True
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = [fsBold]
  152.         ParentFont = False
  153.         TabOrder = 0
  154.         TabStop = True
  155.       end
  156.       object rbtnCustom: TRadioButton
  157.         Left = 128
  158.         Top = 128
  159.         Width = 345
  160.         Height = 17
  161.         HelpContext = 510
  162.         Caption = '&Custom setup'
  163.         Font.Charset = DEFAULT_CHARSET
  164.         Font.Color = clWindowText
  165.         Font.Height = -11
  166.         Font.Name = 'MS Sans Serif'
  167.         Font.Style = [fsBold]
  168.         ParentFont = False
  169.         TabOrder = 1
  170.       end
  171.       object pnlStart: TPanel
  172.         Left = 8
  173.         Top = 3
  174.         Width = 104
  175.         Height = 254
  176.         BevelInner = bvRaised
  177.         BevelOuter = bvLowered
  178.         Caption = 'pnlStart'
  179.         TabOrder = 2
  180.         object Image1: TImage
  181.           Left = 2
  182.           Top = 2
  183.           Width = 100
  184.           Height = 250
  185.           Align = alClient
  186.           Picture.Data = {<image000.bmp>}
  187.           Stretch = True
  188.         end
  189.       end
  190.     end
  191.     object TPage
  192.       Left = 0
  193.       Top = 0
  194.       Caption = 'What'
  195.       object Label6: TLabel
  196.         Left = 128
  197.         Top = 16
  198.         Width = 157
  199.         Height = 13
  200.         Caption = 'What do you want to copy?'
  201.         Font.Charset = DEFAULT_CHARSET
  202.         Font.Color = clWindowText
  203.         Font.Height = -11
  204.         Font.Name = 'MS Sans Serif'
  205.         Font.Style = [fsBold]
  206.         ParentFont = False
  207.       end
  208.       object Label5: TLabel
  209.         Left = 128
  210.         Top = 56
  211.         Width = 66
  212.         Height = 13
  213.         Caption = '&Source folder:'
  214.         FocusControl = cbSourceLocation
  215.         Font.Charset = DEFAULT_CHARSET
  216.         Font.Color = clWindowText
  217.         Font.Height = -11
  218.         Font.Name = 'MS Sans Serif'
  219.         Font.Style = []
  220.         ParentFont = False
  221.       end
  222.       object btnSourceBrowse: TBitBtn
  223.         Left = 448
  224.         Top = 78
  225.         Width = 75
  226.         Height = 25
  227.         HelpContext = 530
  228.         Caption = 'B&rowse'
  229.         TabOrder = 1
  230.         OnClick = btnSourceBrowseClick
  231.         Glyph.Data = {
  232.           76010000424D7601000000000000760000002800000020000000100000000100
  233.           0400000000000001000000000000000000001000000010000000000000000000
  234.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  235.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  236.           5555555555555555555555555555555555555555555555555555555555555555
  237.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  238.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  239.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  240.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  241.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  242.           55555575FFF75555555555700007555555555557777555555555555555555555
  243.           5555555555555555555555555555555555555555555555555555}
  244.         NumGlyphs = 2
  245.       end
  246.       object chkIncludeSubs: TCheckBox
  247.         Left = 144
  248.         Top = 112
  249.         Width = 185
  250.         Height = 17
  251.         HelpContext = 560
  252.         Caption = '&Include sub folders'
  253.         TabOrder = 2
  254.       end
  255.       object Panel1: TPanel
  256.         Left = 8
  257.         Top = 3
  258.         Width = 104
  259.         Height = 254
  260.         BevelInner = bvRaised
  261.         BevelOuter = bvLowered
  262.         Caption = 'pnlStart'
  263.         TabOrder = 5
  264.         object Image2: TImage
  265.           Left = 2
  266.           Top = 2
  267.           Width = 100
  268.           Height = 250
  269.           Align = alClient
  270.           Picture.Data = {<image001.bmp>}
  271.           Stretch = True
  272.         end
  273.       end
  274.       object cbSourceLocation: TComboBox
  275.         Left = 128
  276.         Top = 80
  277.         Width = 305
  278.         Height = 21
  279.         HelpContext = 520
  280.         ItemHeight = 13
  281.         TabOrder = 0
  282.         Text = 'cbSourceLocation'
  283.         OnChange = CheckSourceDrive
  284.       end
  285.       object chkSourceVolume: TCheckBox
  286.         Left = 144
  287.         Top = 136
  288.         Width = 177
  289.         Height = 17
  290.         HelpContext = 543
  291.         Caption = 'Only copy from volume named:'
  292.         TabOrder = 3
  293.         Visible = False
  294.       end
  295.       object edtSourceVolume: TEdit
  296.         Left = 328
  297.         Top = 134
  298.         Width = 105
  299.         Height = 21
  300.         HelpContext = 546
  301.         CharCase = ecUpperCase
  302.         TabOrder = 4
  303.         Visible = False
  304.       end
  305.     end
  306.     object TPage
  307.       Left = 0
  308.       Top = 0
  309.       Caption = 'Where'
  310.       object Label9: TLabel
  311.         Left = 128
  312.         Top = 16
  313.         Width = 45
  314.         Height = 13
  315.         Caption = 'Where?'
  316.         Font.Charset = DEFAULT_CHARSET
  317.         Font.Color = clWindowText
  318.         Font.Height = -11
  319.         Font.Name = 'MS Sans Serif'
  320.         Font.Style = [fsBold]
  321.         ParentFont = False
  322.       end
  323.       object Label7: TLabel
  324.         Left = 128
  325.         Top = 144
  326.         Width = 85
  327.         Height = 13
  328.         Caption = '&Destination folder:'
  329.         FocusControl = cbDestLocation
  330.         Font.Charset = DEFAULT_CHARSET
  331.         Font.Color = clWindowText
  332.         Font.Height = -11
  333.         Font.Name = 'MS Sans Serif'
  334.         Font.Style = []
  335.         ParentFont = False
  336.       end
  337.       object Label4: TLabel
  338.         Left = 128
  339.         Top = 56
  340.         Width = 66
  341.         Height = 13
  342.         Caption = 'Source folder:'
  343.         Font.Charset = DEFAULT_CHARSET
  344.         Font.Color = clWindowText
  345.         Font.Height = -11
  346.         Font.Name = 'MS Sans Serif'
  347.         Font.Style = []
  348.         ParentFont = False
  349.       end
  350.       object btnDestBrowse: TBitBtn
  351.         Left = 448
  352.         Top = 166
  353.         Width = 75
  354.         Height = 25
  355.         HelpContext = 640
  356.         Caption = 'B&rowse'
  357.         TabOrder = 1
  358.         OnClick = btnDestBrowseClick
  359.         Glyph.Data = {
  360.           76010000424D7601000000000000760000002800000020000000100000000100
  361.           0400000000000001000000000000000000001000000010000000000000000000
  362.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  363.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  364.           5555555555555555555555555555555555555555555555555555555555555555
  365.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  366.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  367.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  368.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  369.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  370.           55555575FFF75555555555700007555555555557777555555555555555555555
  371.           5555555555555555555555555555555555555555555555555555}
  372.         NumGlyphs = 2
  373.       end
  374.       object edtSourceLocation2: TEdit
  375.         Left = 128
  376.         Top = 80
  377.         Width = 305
  378.         Height = 21
  379.         TabStop = False
  380.         Color = clBtnFace
  381.         ReadOnly = True
  382.         TabOrder = 4
  383.       end
  384.       object Panel2: TPanel
  385.         Left = 8
  386.         Top = 3
  387.         Width = 104
  388.         Height = 254
  389.         BevelInner = bvRaised
  390.         BevelOuter = bvLowered
  391.         Caption = 'pnlStart'
  392.         TabOrder = 5
  393.         object Image3: TImage
  394.           Left = 2
  395.           Top = 2
  396.           Width = 100
  397.           Height = 250
  398.           Align = alClient
  399.           Picture.Data = {<image002.bmp>}
  400.           Stretch = True
  401.         end
  402.       end
  403.       object cbDestLocation: TComboBox
  404.         Left = 128
  405.         Top = 168
  406.         Width = 305
  407.         Height = 21
  408.         HelpContext = 630
  409.         ItemHeight = 13
  410.         TabOrder = 0
  411.         Text = 'cbDestLocation'
  412.         OnChange = CheckDestDrive
  413.       end
  414.       object edtDestVolume: TEdit
  415.         Left = 328
  416.         Top = 198
  417.         Width = 105
  418.         Height = 21
  419.         HelpContext = 646
  420.         CharCase = ecUpperCase
  421.         TabOrder = 3
  422.         Visible = False
  423.       end
  424.       object chkDestVolume: TCheckBox
  425.         Left = 144
  426.         Top = 200
  427.         Width = 177
  428.         Height = 17
  429.         HelpContext = 643
  430.         Caption = 'Only copy to volume named:'
  431.         TabOrder = 2
  432.         Visible = False
  433.       end
  434.     end
  435.     object TPage
  436.       Left = 0
  437.       Top = 0
  438.       Caption = 'When'
  439.       object Label10: TLabel
  440.         Left = 128
  441.         Top = 16
  442.         Width = 41
  443.         Height = 13
  444.         Caption = 'When?'
  445.         Font.Charset = DEFAULT_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -11
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = [fsBold]
  450.         ParentFont = False
  451.         WordWrap = True
  452.       end
  453.       object Panel3: TPanel
  454.         Left = 8
  455.         Top = 3
  456.         Width = 104
  457.         Height = 254
  458.         BevelInner = bvRaised
  459.         BevelOuter = bvLowered
  460.         Caption = 'pnlStart'
  461.         TabOrder = 3
  462.         object Image4: TImage
  463.           Left = 2
  464.           Top = 2
  465.           Width = 100
  466.           Height = 250
  467.           Align = alClient
  468.           Picture.Data = {<image003.bmp>}
  469.           Stretch = True
  470.         end
  471.       end
  472.       object gboxPeriodically: TGroupBox
  473.         Left = 128
  474.         Top = 40
  475.         Width = 217
  476.         Height = 201
  477.         HelpContext = 650
  478.         Caption = '&Periodically'
  479.         TabOrder = 0
  480.         object Label11: TLabel
  481.           Left = 176
  482.           Top = 178
  483.           Width = 22
  484.           Height = 13
  485.           Caption = 'days'
  486.         end
  487.         object Label12: TLabel
  488.           Left = 168
  489.           Top = 18
  490.           Width = 36
  491.           Height = 13
  492.           Caption = 'minutes'
  493.         end
  494.         object rbtnEveryHalfHour: TRadioButton
  495.           Tag = 30
  496.           Left = 16
  497.           Top = 36
  498.           Width = 113
  499.           Height = 17
  500.           HelpContext = 650
  501.           Caption = 'Every &half hour'
  502.           TabOrder = 1
  503.           OnClick = EnablePeriodBoxes
  504.         end
  505.         object rbtnEveryOneHour: TRadioButton
  506.           Tag = 60
  507.           Left = 16
  508.           Top = 56
  509.           Width = 113
  510.           Height = 17
  511.           HelpContext = 650
  512.           Caption = 'Every &one hour'
  513.           TabOrder = 2
  514.           OnClick = EnablePeriodBoxes
  515.         end
  516.         object rbtnEveryTwoHours: TRadioButton
  517.           Tag = 120
  518.           Left = 16
  519.           Top = 76
  520.           Width = 113
  521.           Height = 17
  522.           HelpContext = 650
  523.           Caption = 'Every &two hours'
  524.           TabOrder = 3
  525.           OnClick = EnablePeriodBoxes
  526.         end
  527.         object rbtnEveryFourHours: TRadioButton
  528.           Tag = 240
  529.           Left = 16
  530.           Top = 96
  531.           Width = 113
  532.           Height = 17
  533.           HelpContext = 650
  534.           Caption = 'Every &four hours'
  535.           TabOrder = 4
  536.           OnClick = EnablePeriodBoxes
  537.         end
  538.         object rbtnEveryEightHours: TRadioButton
  539.           Tag = 480
  540.           Left = 16
  541.           Top = 116
  542.           Width = 113
  543.           Height = 17
  544.           HelpContext = 650
  545.           Caption = 'Every &eight hours'
  546.           TabOrder = 5
  547.           OnClick = EnablePeriodBoxes
  548.         end
  549.         object rbtnEveryTwelveHours: TRadioButton
  550.           Tag = 720
  551.           Left = 16
  552.           Top = 136
  553.           Width = 113
  554.           Height = 17
  555.           HelpContext = 650
  556.           Caption = 'Every t&welve hours'
  557.           TabOrder = 6
  558.           OnClick = EnablePeriodBoxes
  559.         end
  560.         object rbtnOnceADay: TRadioButton
  561.           Tag = 1440
  562.           Left = 16
  563.           Top = 156
  564.           Width = 105
  565.           Height = 17
  566.           HelpContext = 650
  567.           Caption = 'Every &day at:'
  568.           TabOrder = 7
  569.           OnClick = EnablePeriodBoxes
  570.         end
  571.         object edtTime: TEdit
  572.           Left = 128
  573.           Top = 152
  574.           Width = 73
  575.           Height = 21
  576.           HelpContext = 650
  577.           CharCase = ecUpperCase
  578.           TabOrder = 10
  579.           Text = '12:00 PM'
  580.         end
  581.         object rbtnEveryNDays: TRadioButton
  582.           Left = 16
  583.           Top = 176
  584.           Width = 65
  585.           Height = 17
  586.           HelpContext = 650
  587.           Caption = 'Every '
  588.           TabOrder = 8
  589.           OnClick = EnablePeriodBoxes
  590.         end
  591.         object medtDays: TMaskEdit
  592.           Left = 128
  593.           Top = 176
  594.           Width = 33
  595.           Height = 21
  596.           HelpContext = 650
  597.           EditMask = '!999;0;_'
  598.           MaxLength = 3
  599.           TabOrder = 11
  600.           Text = '7  '
  601.         end
  602.         object rbtnEveryNMinutes: TRadioButton
  603.           Left = 16
  604.           Top = 16
  605.           Width = 113
  606.           Height = 17
  607.           HelpContext = 650
  608.           Caption = 'Every'
  609.           TabOrder = 0
  610.           OnClick = EnablePeriodBoxes
  611.         end
  612.         object medtMinutes: TMaskEdit
  613.           Left = 128
  614.           Top = 14
  615.           Width = 33
  616.           Height = 21
  617.           HelpContext = 650
  618.           EditMask = '!999;0;_'
  619.           MaxLength = 3
  620.           TabOrder = 9
  621.           Text = '10 '
  622.         end
  623.       end
  624.       object gboxManual: TGroupBox
  625.         Left = 360
  626.         Top = 40
  627.         Width = 161
  628.         Height = 121
  629.         Caption = '&Manual control'
  630.         TabOrder = 1
  631.         object lblManual: TLabel
  632.           Left = 16
  633.           Top = 40
  634.           Width = 129
  635.           Height = 65
  636.           AutoSize = False
  637.           Caption = 
  638.             'The profile will not run periodically.  To run, select it and cl' +
  639.             'ick the Copy Now button.'
  640.           WordWrap = True
  641.         end
  642.         object chkManual: TCheckBox
  643.           Left = 16
  644.           Top = 16
  645.           Width = 137
  646.           Height = 17
  647.           HelpContext = 650
  648.           Caption = '&I will start the copy'
  649.           TabOrder = 0
  650.           OnClick = chkManualClick
  651.         end
  652.       end
  653.       object gboxAlsoRunAt: TGroupBox
  654.         Left = 360
  655.         Top = 168
  656.         Width = 161
  657.         Height = 73
  658.         Caption = 'Also run at'
  659.         TabOrder = 2
  660.         object chkRunAtStartup: TCheckBox
  661.           Left = 16
  662.           Top = 24
  663.           Width = 121
  664.           Height = 17
  665.           HelpContext = 650
  666.           Caption = 'Startup'
  667.           TabOrder = 0
  668.         end
  669.         object chkRunAtShutdown: TCheckBox
  670.           Left = 16
  671.           Top = 48
  672.           Width = 121
  673.           Height = 17
  674.           HelpContext = 650
  675.           Caption = 'Shutdown'
  676.           TabOrder = 1
  677.         end
  678.       end
  679.     end
  680.     object TPage
  681.       Left = 0
  682.       Top = 0
  683.       Caption = 'Which'
  684.       object Label2: TLabel
  685.         Left = 128
  686.         Top = 16
  687.         Width = 71
  688.         Height = 13
  689.         Caption = 'Which files?'
  690.         Font.Charset = DEFAULT_CHARSET
  691.         Font.Color = clWindowText
  692.         Font.Height = -11
  693.         Font.Name = 'MS Sans Serif'
  694.         Font.Style = [fsBold]
  695.         ParentFont = False
  696.       end
  697.       object rbtnAllFiles: TRadioButton
  698.         Left = 128
  699.         Top = 40
  700.         Width = 161
  701.         Height = 17
  702.         HelpContext = 540
  703.         Caption = 'A&ll files'
  704.         TabOrder = 0
  705.         OnClick = rbtnAllFilesClick
  706.       end
  707.       object rbtnSelectedFiles: TRadioButton
  708.         Left = 336
  709.         Top = 40
  710.         Width = 161
  711.         Height = 17
  712.         HelpContext = 550
  713.         Caption = '&Only selected files'
  714.         TabOrder = 1
  715.         OnClick = rbtnAllFilesClick
  716.       end
  717.       object gboxIncludeFiles: TGroupBox
  718.         Left = 128
  719.         Top = 64
  720.         Width = 195
  721.         Height = 185
  722.         Caption = '&Include File Specifications'
  723.         TabOrder = 2
  724.         object lstInclude: TListBox
  725.           Left = 16
  726.           Top = 56
  727.           Width = 105
  728.           Height = 113
  729.           HelpContext = 570
  730.           ExtendedSelect = False
  731.           ItemHeight = 13
  732.           Sorted = True
  733.           TabOrder = 2
  734.           OnClick = lstIncludeClick
  735.           OnKeyDown = lstIncludeKeyDown
  736.         end
  737.         object btnIncludeAdd: TButton
  738.           Left = 136
  739.           Top = 24
  740.           Width = 49
  741.           Height = 25
  742.           HelpContext = 590
  743.           Caption = '&Add'
  744.           TabOrder = 1
  745.           OnClick = btnIncludeAddClick
  746.         end
  747.         object btnIncludeDelete: TButton
  748.           Left = 136
  749.           Top = 56
  750.           Width = 49
  751.           Height = 25
  752.           HelpContext = 600
  753.           Caption = 'D&elete'
  754.           TabOrder = 3
  755.           OnClick = btnIncludeDeleteClick
  756.         end
  757.         object edtInclude: TEdit
  758.           Left = 16
  759.           Top = 24
  760.           Width = 105
  761.           Height = 21
  762.           HelpContext = 563
  763.           TabOrder = 0
  764.         end
  765.       end
  766.       object gboxExcludeFiles: TGroupBox
  767.         Left = 336
  768.         Top = 64
  769.         Width = 195
  770.         Height = 185
  771.         Caption = 'E&xclude File Specifications'
  772.         TabOrder = 3
  773.         object btnExcludeAdd: TButton
  774.           Left = 136
  775.           Top = 24
  776.           Width = 49
  777.           Height = 25
  778.           HelpContext = 610
  779.           Caption = 'A&dd'
  780.           TabOrder = 1
  781.           OnClick = btnExcludeAddClick
  782.         end
  783.         object lstExclude: TListBox
  784.           Left = 16
  785.           Top = 56
  786.           Width = 105
  787.           Height = 113
  788.           HelpContext = 580
  789.           ExtendedSelect = False
  790.           ItemHeight = 13
  791.           Sorted = True
  792.           TabOrder = 2
  793.           OnClick = lstExcludeClick
  794.           OnKeyDown = lstExcludeKeyDown
  795.         end
  796.         object btnExcludeDelete: TButton
  797.           Left = 136
  798.           Top = 56
  799.           Width = 49
  800.           Height = 25
  801.           HelpContext = 620
  802.           Caption = 'Dele&te'
  803.           TabOrder = 3
  804.           OnClick = btnExcludeDeleteClick
  805.         end
  806.         object edtExclude: TEdit
  807.           Left = 16
  808.           Top = 24
  809.           Width = 105
  810.           Height = 21
  811.           HelpContext = 566
  812.           TabOrder = 0
  813.         end
  814.       end
  815.       object Panel4: TPanel
  816.         Left = 8
  817.         Top = 3
  818.         Width = 104
  819.         Height = 254
  820.         BevelInner = bvRaised
  821.         BevelOuter = bvLowered
  822.         Caption = 'pnlStart'
  823.         TabOrder = 4
  824.         object Image5: TImage
  825.           Left = 2
  826.           Top = 2
  827.           Width = 100
  828.           Height = 250
  829.           Align = alClient
  830.           Picture.Data = {<image004.bmp>}
  831.           Stretch = True
  832.         end
  833.       end
  834.     end
  835.     object TPage
  836.       Left = 0
  837.       Top = 0
  838.       Caption = 'How'
  839.       object Label13: TLabel
  840.         Left = 128
  841.         Top = 16
  842.         Width = 393
  843.         Height = 13
  844.         AutoSize = False
  845.         Caption = 'How?'
  846.         Font.Charset = DEFAULT_CHARSET
  847.         Font.Color = clWindowText
  848.         Font.Height = -11
  849.         Font.Name = 'MS Sans Serif'
  850.         Font.Style = [fsBold]
  851.         ParentFont = False
  852.       end
  853.       object lblPassword1: TLabel
  854.         Left = 128
  855.         Top = 100
  856.         Width = 90
  857.         Height = 13
  858.         Caption = 'Optional &password:'
  859.         FocusControl = edtPassword1
  860.       end
  861.       object lblPassword2: TLabel
  862.         Left = 328
  863.         Top = 100
  864.         Width = 92
  865.         Height = 13
  866.         Caption = 'Re-&enter password:'
  867.         FocusControl = edtPassword2
  868.       end
  869.       object lblArchiveLocation: TLabel
  870.         Left = 144
  871.         Top = 184
  872.         Width = 168
  873.         Height = 13
  874.         Caption = 'Move deleted files to &archive folder:'
  875.         FocusControl = cbArchiveLocation
  876.       end
  877.       object lblKeepLast: TLabel
  878.         Left = 128
  879.         Top = 157
  880.         Width = 44
  881.         Height = 13
  882.         Caption = 'Keep last'
  883.       end
  884.       object lblVersions: TLabel
  885.         Left = 245
  886.         Top = 157
  887.         Width = 116
  888.         Height = 13
  889.         Caption = 'version(s) of deleted files'
  890.       end
  891.       object imgSimpleCopy16: TImage
  892.         Left = 162
  893.         Top = 1
  894.         Width = 96
  895.         Height = 30
  896.         AutoSize = True
  897.         Picture.Data = {<image005.bmp>}
  898.         Visible = False
  899.       end
  900.       object imgExactCopy16: TImage
  901.         Left = 201
  902.         Top = 9
  903.         Width = 96
  904.         Height = 30
  905.         AutoSize = True
  906.         Picture.Data = {<image006.bmp>}
  907.         Visible = False
  908.       end
  909.       object imgMove16: TImage
  910.         Left = 273
  911.         Top = 1
  912.         Width = 96
  913.         Height = 30
  914.         AutoSize = True
  915.         Picture.Data = {<image007.bmp>}
  916.         Visible = False
  917.       end
  918.       object imgCompress16: TImage
  919.         Left = 449
  920.         Top = 1
  921.         Width = 96
  922.         Height = 30
  923.         AutoSize = True
  924.         Picture.Data = {<image008.bmp>}
  925.         Visible = False
  926.       end
  927.       object imgSync16: TImage
  928.         Left = 385
  929.         Top = 17
  930.         Width = 96
  931.         Height = 30
  932.         AutoSize = True
  933.         Picture.Data = {<image009.bmp>}
  934.         Visible = False
  935.       end
  936.       object bevAppend: TBevel
  937.         Left = 128
  938.         Top = 138
  939.         Width = 401
  940.         Height = 2
  941.       end
  942.       object imgExactCompress16: TImage
  943.         Left = 329
  944.         Top = 9
  945.         Width = 96
  946.         Height = 30
  947.         AutoSize = True
  948.         Picture.Data = {<image010.bmp>}
  949.         Visible = False
  950.       end
  951.       object edtPassword1: TEdit
  952.         Left = 232
  953.         Top = 96
  954.         Width = 89
  955.         Height = 21
  956.         HelpContext = 710
  957.         MaxLength = 10
  958.         PasswordChar = '*'
  959.         TabOrder = 1
  960.       end
  961.       object edtPassword2: TEdit
  962.         Left = 432
  963.         Top = 96
  964.         Width = 89
  965.         Height = 21
  966.         HelpContext = 710
  967.         MaxLength = 10
  968.         PasswordChar = '*'
  969.         TabOrder = 2
  970.       end
  971.       object btnArchiveBrowse: TBitBtn
  972.         Left = 448
  973.         Top = 198
  974.         Width = 75
  975.         Height = 25
  976.         HelpContext = 790
  977.         Caption = 'B&rowse'
  978.         TabOrder = 6
  979.         OnClick = btnArchiveBrowseClick
  980.         Glyph.Data = {
  981.           76010000424D7601000000000000760000002800000020000000100000000100
  982.           0400000000000001000000000000000000001000000010000000000000000000
  983.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  984.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  985.           5555555555555555555555555555555555555555555555555555555555555555
  986.           555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  987.           55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  988.           B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  989.           000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  990.           555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  991.           55555575FFF75555555555700007555555555557777555555555555555555555
  992.           5555555555555555555555555555555555555555555555555555}
  993.         NumGlyphs = 2
  994.       end
  995.       object Panel5: TPanel
  996.         Left = 8
  997.         Top = 3
  998.         Width = 104
  999.         Height = 254
  1000.         BevelInner = bvRaised
  1001.         BevelOuter = bvLowered
  1002.         Caption = 'pnlStart'
  1003.         TabOrder = 7
  1004.         object Image6: TImage
  1005.           Left = 2
  1006.           Top = 2
  1007.           Width = 100
  1008.           Height = 250
  1009.           Align = alClient
  1010.           Picture.Data = {<image011.bmp>}
  1011.           Stretch = True
  1012.         end
  1013.       end
  1014.       object cbArchiveLocation: TComboBox
  1015.         Left = 144
  1016.         Top = 200
  1017.         Width = 281
  1018.         Height = 21
  1019.         HelpContext = 780
  1020.         ItemHeight = 13
  1021.         TabOrder = 5
  1022.         Text = 'cbArchiveLocation'
  1023.         OnChange = CheckArchiveDrive
  1024.       end
  1025.       object cbCopyMode: TComboBox
  1026.         Left = 128
  1027.         Top = 48
  1028.         Width = 401
  1029.         Height = 36
  1030.         HelpContext = 660
  1031.         Style = csOwnerDrawFixed
  1032.         DropDownCount = 6
  1033.         ItemHeight = 30
  1034.         Items.Strings = (
  1035.           'Copy source to destination'
  1036.           'Copy source to destination, delete obsolete files from destn.'
  1037.           'Move source to destination'
  1038.           'Compress source into a ZIP file'
  1039.           'Compress source into a ZIP file, delete obsolete files from ZIP'
  1040.           'Synchronize source and destination to match exactly')
  1041.         TabOrder = 0
  1042.         OnChange = CopyModeChange
  1043.         OnDrawItem = cbCopyModeDrawItem
  1044.         OnMeasureItem = cbCopyModeMeasureItem
  1045.       end
  1046.       object chkAppendSourcePath: TCheckBox
  1047.         Left = 128
  1048.         Top = 112
  1049.         Width = 393
  1050.         Height = 17
  1051.         HelpContext = 775
  1052.         Caption = 'Append source path to destination and archive folders'
  1053.         State = cbChecked
  1054.         TabOrder = 3
  1055.       end
  1056.       object spedtKeepOldVersions: TSpinEdit
  1057.         Left = 192
  1058.         Top = 152
  1059.         Width = 41
  1060.         Height = 22
  1061.         HelpContext = 778
  1062.         MaxValue = 25
  1063.         MinValue = 0
  1064.         TabOrder = 4
  1065.         Value = 0
  1066.         OnChange = VersionCountChange
  1067.       end
  1068.       object chkArchiveVolume: TCheckBox
  1069.         Left = 144
  1070.         Top = 232
  1071.         Width = 185
  1072.         Height = 17
  1073.         HelpContext = 793
  1074.         Caption = 'Only archive to volume named:'
  1075.         TabOrder = 8
  1076.         Visible = False
  1077.       end
  1078.       object edtArchiveVolume: TEdit
  1079.         Left = 336
  1080.         Top = 230
  1081.         Width = 89
  1082.         Height = 21
  1083.         HelpContext = 796
  1084.         CharCase = ecUpperCase
  1085.         TabOrder = 9
  1086.         Visible = False
  1087.       end
  1088.     end
  1089.     object TPage
  1090.       Left = 0
  1091.       Top = 0
  1092.       Caption = 'Finish'
  1093.       object lblProfileName: TLabel
  1094.         Left = 128
  1095.         Top = 16
  1096.         Width = 377
  1097.         Height = 41
  1098.         AutoSize = False
  1099.         Caption = 'All the options for this profile have been set:'
  1100.         Font.Charset = DEFAULT_CHARSET
  1101.         Font.Color = clWindowText
  1102.         Font.Height = -11
  1103.         Font.Name = 'MS Sans Serif'
  1104.         Font.Style = []
  1105.         ParentFont = False
  1106.         WordWrap = True
  1107.       end
  1108.       object Label3: TLabel
  1109.         Left = 128
  1110.         Top = 224
  1111.         Width = 144
  1112.         Height = 13
  1113.         Caption = 'Click Finish to save this profile.'
  1114.         Font.Charset = DEFAULT_CHARSET
  1115.         Font.Color = clWindowText
  1116.         Font.Height = -11
  1117.         Font.Name = 'MS Sans Serif'
  1118.         Font.Style = []
  1119.         ParentFont = False
  1120.       end
  1121.       object lblResult: TLabel
  1122.         Left = 496
  1123.         Top = 232
  1124.         Width = 33
  1125.         Height = 13
  1126.         Caption = 'Cancel'
  1127.         Visible = False
  1128.       end
  1129.       object lblZipFile: TLabel
  1130.         Left = 488
  1131.         Top = 216
  1132.         Width = 41
  1133.         Height = 13
  1134.         Caption = 'lblZipFile'
  1135.         Visible = False
  1136.       end
  1137.       object lblWarnings: TLabel
  1138.         Left = 152
  1139.         Top = 96
  1140.         Width = 175
  1141.         Height = 13
  1142.         Caption = '* * * * *  WARNING(S)  * * * * *'
  1143.         Font.Charset = DEFAULT_CHARSET
  1144.         Font.Color = clWindowText
  1145.         Font.Height = -11
  1146.         Font.Name = 'MS Sans Serif'
  1147.         Font.Style = [fsBold]
  1148.         ParentFont = False
  1149.         Visible = False
  1150.       end
  1151.       object edtProfileName: TEdit
  1152.         Left = 128
  1153.         Top = 63
  1154.         Width = 401
  1155.         Height = 21
  1156.         Color = clBtnFace
  1157.         ReadOnly = True
  1158.         TabOrder = 0
  1159.       end
  1160.       object Panel6: TPanel
  1161.         Left = 8
  1162.         Top = 3
  1163.         Width = 104
  1164.         Height = 254
  1165.         BevelInner = bvRaised
  1166.         BevelOuter = bvLowered
  1167.         Caption = 'pnlStart'
  1168.         TabOrder = 2
  1169.         object Image7: TImage
  1170.           Left = 2
  1171.           Top = 2
  1172.           Width = 100
  1173.           Height = 250
  1174.           Align = alClient
  1175.           Picture.Data = {<image012.bmp>}
  1176.           Stretch = True
  1177.         end
  1178.       end
  1179.       object memWarnings: TMemo
  1180.         Left = 152
  1181.         Top = 120
  1182.         Width = 377
  1183.         Height = 89
  1184.         Color = clBtnFace
  1185.         Font.Charset = DEFAULT_CHARSET
  1186.         Font.Color = clWindowText
  1187.         Font.Height = -11
  1188.         Font.Name = 'MS Sans Serif'
  1189.         Font.Style = []
  1190.         ParentFont = False
  1191.         ReadOnly = True
  1192.         ScrollBars = ssVertical
  1193.         TabOrder = 1
  1194.         Visible = False
  1195.       end
  1196.     end
  1197.   end
  1198.   object HelpBtn: TButton
  1199.     Left = 131
  1200.     Top = 278
  1201.     Width = 75
  1202.     Height = 25
  1203.     Caption = '&Help'
  1204.     TabOrder = 5
  1205.     OnClick = HelpBtnClick
  1206.   end
  1207. end
  1208.