home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / SZIPW40.EXE / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1996-12-22  |  54KB  |  1,783 lines

  1. object MainForm: TMainForm
  2.   Left = 102
  3.   Top = 56
  4.   Width = 650
  5.   Height = 431
  6.   ActiveControl = SpeedSearch
  7.   Caption = 'Szipw'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 642
  25.     Height = 354
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object PageControl1: TPageControl
  30.       Left = 316
  31.       Top = 37
  32.       Width = 326
  33.       Height = 317
  34.       ActivePage = TabSheet2
  35.       Align = alClient
  36.       TabOrder = 0
  37.       OnChange = PageControl1Change
  38.       object TabSheet4: TTabSheet
  39.         Caption = 'Properties'
  40.         object Panel13: TPanel
  41.           Left = 0
  42.           Top = 0
  43.           Width = 464
  44.           Height = 287
  45.           Align = alTop
  46.           BevelOuter = bvNone
  47.           TabOrder = 0
  48.           object GroupBox3: TGroupBox
  49.             Left = 0
  50.             Top = 0
  51.             Width = 464
  52.             Height = 287
  53.             Align = alClient
  54.             Caption = 'Archive comment'
  55.             TabOrder = 0
  56.             object ArchiveComment: TMemo
  57.               Left = 2
  58.               Top = 18
  59.               Width = 460
  60.               Height = 90
  61.               Hint = '|Archive comment'
  62.               Align = alClient
  63.               ScrollBars = ssVertical
  64.               TabOrder = 0
  65.               OnExit = ArchiveCommentExit
  66.             end
  67.             object Panel18: TPanel
  68.               Left = 2
  69.               Top = 109
  70.               Width = 373
  71.               Height = 176
  72.               Align = alBottom
  73.               BevelOuter = bvNone
  74.               TabOrder = 1
  75.               OnResize = Panel18Resize
  76.               object GroupBox1: TGroupBox
  77.                 Left = 0
  78.                 Top = 1
  79.                 Width = 459
  80.                 Height = 175
  81.                 Align = alBottom
  82.                 Caption = 'Selected File properties'
  83.                 TabOrder = 0
  84.                 object Panel21: TPanel
  85.                   Left = 2
  86.                   Top = 20
  87.                   Width = 442
  88.                   Height = 152
  89.                   BevelOuter = bvNone
  90.                   Caption = 'Panel21'
  91.                   TabOrder = 0
  92.                   object Label3: TLabel
  93.                     Left = 1
  94.                     Top = 5
  95.                     Width = 69
  96.                     Height = 16
  97.                     Alignment = taRightJustify
  98.                     AutoSize = False
  99.                     Caption = 'Filename :'
  100.                   end
  101.                   object Label4: TLabel
  102.                     Left = 1
  103.                     Top = 38
  104.                     Width = 69
  105.                     Height = 16
  106.                     Alignment = taRightJustify
  107.                     AutoSize = False
  108.                     Caption = 'File Date :'
  109.                   end
  110.                   object Label5: TLabel
  111.                     Left = 1
  112.                     Top = 68
  113.                     Width = 69
  114.                     Height = 16
  115.                     Alignment = taRightJustify
  116.                     AutoSize = False
  117.                     Caption = 'File Time :'
  118.                   end
  119.                   object Label6: TLabel
  120.                     Left = 1
  121.                     Top = 97
  122.                     Width = 69
  123.                     Height = 16
  124.                     Alignment = taRightJustify
  125.                     AutoSize = False
  126.                     Caption = 'Comp Size :'
  127.                   end
  128.                   object Label12: TLabel
  129.                     Left = 1
  130.                     Top = 128
  131.                     Width = 69
  132.                     Height = 16
  133.                     Alignment = taRightJustify
  134.                     AutoSize = False
  135.                     Caption = 'File size :'
  136.                   end
  137.                   object Label11: TLabel
  138.                     Left = 215
  139.                     Top = 128
  140.                     Width = 52
  141.                     Height = 16
  142.                     AutoSize = False
  143.                     Caption = 'Method :'
  144.                   end
  145.                   object NameEdit: TEdit
  146.                     Left = 76
  147.                     Top = 0
  148.                     Width = 356
  149.                     Height = 21
  150.                     Hint = '|Full path name of file'
  151.                     Color = clWhite
  152.                     TabOrder = 0
  153.                     OnExit = NameEditExit
  154.                   end
  155.                   object DateEdit: TMaskEdit
  156.                     Left = 76
  157.                     Top = 34
  158.                     Width = 114
  159.                     Height = 21
  160.                     Hint = '|File Date'
  161.                     Color = clWhite
  162.                     EditMask = '!99/99/00;1;0'
  163.                     MaxLength = 8
  164.                     TabOrder = 1
  165.                     Text = '  /  /  '
  166.                     OnExit = DateTimeExit
  167.                   end
  168.                   object TimeEdit: TMaskEdit
  169.                     Left = 76
  170.                     Top = 64
  171.                     Width = 114
  172.                     Height = 21
  173.                     Hint = '|File Time'
  174.                     Color = clWhite
  175.                     EditMask = '!90:00:00;1;0'
  176.                     MaxLength = 8
  177.                     TabOrder = 2
  178.                     Text = '  :  :  '
  179.                     OnExit = DateTimeExit
  180.                   end
  181.                   object SizeEdit: TEdit
  182.                     Left = 76
  183.                     Top = 94
  184.                     Width = 114
  185.                     Height = 21
  186.                     Hint = '|Compressed file size'
  187.                     TabStop = False
  188.                     Color = clBtnFace
  189.                     ReadOnly = True
  190.                     TabOrder = 3
  191.                   end
  192.                   object LengthEdit: TEdit
  193.                     Left = 76
  194.                     Top = 123
  195.                     Width = 114
  196.                     Height = 21
  197.                     Hint = '|File size'
  198.                     TabStop = False
  199.                     Color = clBtnFace
  200.                     ReadOnly = True
  201.                     TabOrder = 4
  202.                   end
  203.                   object MethodEdit: TEdit
  204.                     Left = 278
  205.                     Top = 123
  206.                     Width = 90
  207.                     Height = 21
  208.                     Hint = '|Compression method'
  209.                     Color = clBtnFace
  210.                     ReadOnly = True
  211.                     TabOrder = 5
  212.                   end
  213.                   object RatioEdit: TEdit
  214.                     Left = 372
  215.                     Top = 123
  216.                     Width = 60
  217.                     Height = 21
  218.                     Hint = '|Compression ratio'
  219.                     Color = clBtnFace
  220.                     ReadOnly = True
  221.                     TabOrder = 6
  222.                   end
  223.                   object attributes: TGroupBox
  224.                     Left = 197
  225.                     Top = 28
  226.                     Width = 235
  227.                     Height = 93
  228.                     Caption = 'File Attributes'
  229.                     TabOrder = 7
  230.                     object Label13: TLabel
  231.                       Left = 153
  232.                       Top = 70
  233.                       Width = 59
  234.                       Height = 16
  235.                       Hint = '|Encrypted flag'
  236.                       AutoSize = False
  237.                       Caption = 'Encrypted'
  238.                       Font.Color = clBlack
  239.                       Font.Height = -15
  240.                       Font.Name = 'MS Sans Serif'
  241.                       Font.Style = []
  242.                       ParentFont = False
  243.                     end
  244.                     object Label14: TLabel
  245.                       Left = 34
  246.                       Top = 70
  247.                       Width = 60
  248.                       Height = 16
  249.                       Hint = '|Volume label attribute'
  250.                       AutoSize = False
  251.                       Caption = 'Volume label'
  252.                     end
  253.                     object RdCtrl: TCheckBox
  254.                       Left = 12
  255.                       Top = 43
  256.                       Width = 105
  257.                       Height = 21
  258.                       Hint = '|Read Only attribute'
  259.                       Caption = 'Read Only'
  260.                       TabOrder = 2
  261.                       OnMouseUp = AttrMouseUp
  262.                     end
  263.                     object ArcCtrl: TCheckBox
  264.                       Left = 12
  265.                       Top = 18
  266.                       Width = 105
  267.                       Height = 21
  268.                       Hint = '|Archive attribute'
  269.                       Caption = 'Archive'
  270.                       TabOrder = 0
  271.                       OnMouseUp = AttrMouseUp
  272.                     end
  273.                     object HidCtrl: TCheckBox
  274.                       Left = 134
  275.                       Top = 18
  276.                       Width = 84
  277.                       Height = 21
  278.                       Hint = '|Hidden attribute'
  279.                       Caption = 'Hidden'
  280.                       TabOrder = 1
  281.                       OnMouseUp = AttrMouseUp
  282.                     end
  283.                     object SysCtrl: TCheckBox
  284.                       Left = 134
  285.                       Top = 43
  286.                       Width = 84
  287.                       Height = 21
  288.                       Hint = '|System attribute'
  289.                       Caption = 'System'
  290.                       TabOrder = 3
  291.                       OnMouseUp = AttrMouseUp
  292.                     end
  293.                     object VolCtrl: TCheckBox
  294.                       Left = 12
  295.                       Top = 68
  296.                       Width = 20
  297.                       Height = 21
  298.                       Hint = '|Volume label attribute'
  299.                       Caption = 'VolCtrl'
  300.                       Enabled = False
  301.                       TabOrder = 4
  302.                       OnMouseUp = AttrMouseUp
  303.                     end
  304.                     object CryptCtrl: TCheckBox
  305.                       Left = 134
  306.                       Top = 68
  307.                       Width = 19
  308.                       Height = 21
  309.                       Hint = '|Encrypted flag'
  310.                       Caption = 'CryptCtrl'
  311.                       Enabled = False
  312.                       TabOrder = 5
  313.                     end
  314.                   end
  315.                 end
  316.               end
  317.             end
  318.           end
  319.         end
  320.         object FileComment: TMemo
  321.           Left = 0
  322.           Top = 287
  323.           Width = 377
  324.           Height = 12
  325.           Hint = '|Comments associated with this file'
  326.           Align = alClient
  327.           ScrollBars = ssVertical
  328.           TabOrder = 1
  329.           OnExit = FileCommentExit
  330.         end
  331.       end
  332.       object TabSheet3: TTabSheet
  333.         Caption = 'Contents'
  334.         object Memo1: TRichEdit
  335.           Left = 0
  336.           Top = 0
  337.           Width = 464
  338.           Height = 438
  339.           Hint = 'Contents|Content of selected file'
  340.           Align = alClient
  341.           PlainText = True
  342.           PopupMenu = PopupMenu2
  343.           ScrollBars = ssBoth
  344.           TabOrder = 0
  345.           OnExit = Memo1Exit
  346.         end
  347.       end
  348.       object TabSheet2: TTabSheet
  349.         Caption = 'Extract'
  350.         object Panel6: TPanel
  351.           Left = 0
  352.           Top = 0
  353.           Width = 318
  354.           Height = 152
  355.           Align = alClient
  356.           BevelOuter = bvNone
  357.           TabOrder = 0
  358.           object DirTree2: TDirTree
  359.             Left = 0
  360.             Top = 0
  361.             Width = 318
  362.             Height = 152
  363.             Hint = '|Extract location, click the right mouse button for a popup menu'
  364.             ReadOnly = True
  365.             HideSelection = False
  366.             Indent = 19
  367.             Align = alClient
  368.             ParentColor = False
  369.             TabOrder = 0
  370.             OnDragDrop = DirTree2DragDrop
  371.             OnDragOver = DirTree2DragOver
  372.             PopupMenu = DirTree2.
  373.             Images = DirTree2.
  374.           end
  375.         end
  376.         object Panel7: TPanel
  377.           Left = 0
  378.           Top = 152
  379.           Width = 318
  380.           Height = 134
  381.           Align = alBottom
  382.           BevelOuter = bvNone
  383.           TabOrder = 1
  384.           OnResize = Panel7Resize
  385.           object Label2: TLabel
  386.             Left = 2
  387.             Top = 34
  388.             Width = 98
  389.             Height = 19
  390.             AutoSize = False
  391.             Caption = 'Extract mask :'
  392.           end
  393.           object Label8: TLabel
  394.             Left = 2
  395.             Top = 84
  396.             Width = 98
  397.             Height = 18
  398.             AutoSize = False
  399.             Caption = 'Password :'
  400.           end
  401.           object ExtractBtn: TButton
  402.             Left = 101
  403.             Top = 5
  404.             Width = 92
  405.             Height = 26
  406.             Hint = '|Extract files'
  407.             Caption = 'Extract &All'
  408.             Default = True
  409.             TabOrder = 1
  410.             OnClick = All3Click
  411.           end
  412.           object Button4: TButton
  413.             Left = 2
  414.             Top = 5
  415.             Width = 93
  416.             Height = 26
  417.             Hint = '|Extract files'
  418.             Caption = '&Extract'
  419.             TabOrder = 0
  420.             OnClick = ExtractBtnClick
  421.           end
  422.           object MaskEdit1: TEdit
  423.             Left = 2
  424.             Top = 53
  425.             Width = 216
  426.             Height = 24
  427.             Hint = 
  428.               'Extract mask|Type several masks by separating them with a '#39';'#39' (e' +
  429.               'x : *.exe;*.lst;*.txt )'
  430.             TabOrder = 2
  431.             Text = '*.*'
  432.           end
  433.           object PasswordEdit3: TEdit
  434.             Left = 2
  435.             Top = 102
  436.             Width = 216
  437.             Height = 24
  438.             Hint = 'Password|Pssword used do decrypt files'
  439.             TabOrder = 3
  440.           end
  441.         end
  442.       end
  443.       object TabSheet1: TTabSheet
  444.         Caption = 'Add'
  445.         object Panel5: TPanel
  446.           Left = 0
  447.           Top = 0
  448.           Width = 464
  449.           Height = 262
  450.           Align = alClient
  451.           BevelOuter = bvNone
  452.           Caption = 'Panel5'
  453.           TabOrder = 0
  454.           object Panel11: TPanel
  455.             Left = 0
  456.             Top = 0
  457.             Width = 464
  458.             Height = 262
  459.             Align = alClient
  460.             BevelOuter = bvNone
  461.             TabOrder = 0
  462.             object dirList1: TdirList
  463.               Left = 208
  464.               Top = 21
  465.               Width = 256
  466.               Height = 241
  467.               Hint = '|Available files and subdirectories in the current directory'
  468.               Align = alClient
  469.               Columns = <>
  470.               DragMode = dmAutomatic
  471.               ReadOnly = True
  472.               HideSelection = False
  473.               MultiSelect = True
  474.               PopupMenu = dirList1.
  475.               TabOrder = 1
  476.               ViewStyle = vsSmallIcon
  477.               LargeImages = dirList1.
  478.               SmallImages = dirList1.
  479.             end
  480.             object Header1: THeader
  481.               Left = 0
  482.               Top = 0
  483.               Width = 464
  484.               Height = 21
  485.               Align = alTop
  486.               BorderStyle = bsNone
  487.               Sections.Sections = (
  488.                 #0'169'#0'Directories'
  489.                 #0'29'#0'Files')
  490.               TabOrder = 2
  491.               OnSized = Header1Sized
  492.             end
  493.             object DirTree1: TDirTree
  494.               Left = 0
  495.               Top = 21
  496.               Width = 208
  497.               Height = 241
  498.               Hint = '|Available drives and directories'
  499.               ReadOnly = True
  500.               DragMode = dmAutomatic
  501.               HideSelection = False
  502.               Indent = 19
  503.               Align = alLeft
  504.               ParentColor = False
  505.               TabOrder = 0
  506.               PopupMenu = DirTree1.
  507.               Images = DirTree1.
  508.               DirList = dirList1
  509.             end
  510.           end
  511.         end
  512.         object Panel3: TPanel
  513.           Left = 0
  514.           Top = -110
  515.           Width = 0
  516.           Height = 110
  517.           Align = alBottom
  518.           BevelOuter = bvNone
  519.           TabOrder = 1
  520.           OnResize = Panel3Resize
  521.           object Label1: TLabel
  522.             Left = 5
  523.             Top = 63
  524.             Width = 81
  525.             Height = 19
  526.             Caption = 'Password :'
  527.           end
  528.           object StorePath1: TCheckBox
  529.             Left = 103
  530.             Top = 0
  531.             Width = 120
  532.             Height = 21
  533.             Hint = '|Store full Path with filenames'
  534.             Caption = '&Store Full Path'
  535.             TabOrder = 0
  536.             OnClick = StorePath1Click
  537.           end
  538.           object RecurseDirs: TCheckBox
  539.             Left = 103
  540.             Top = 20
  541.             Width = 174
  542.             Height = 21
  543.             Hint = '|Recurse sub directories'
  544.             Caption = '&Recurse sub directories'
  545.             TabOrder = 1
  546.             OnClick = RecurseDirsClick
  547.           end
  548.           object PasswordEdit: TEdit
  549.             Left = 5
  550.             Top = 82
  551.             Width = 400
  552.             Height = 21
  553.             Hint = 'Password|Password used to encrypt the files'
  554.             MaxLength = 80
  555.             TabOrder = 5
  556.           end
  557.           object StoreVolume: TCheckBox
  558.             Left = 103
  559.             Top = 39
  560.             Width = 149
  561.             Height = 21
  562.             Hint = '|Store volume label of drive in archive'
  563.             Caption = 'Store &Volume label'
  564.             TabOrder = 2
  565.             OnClick = StoreVolumeClick
  566.           end
  567.           object AddBtn: TButton
  568.             Left = 2
  569.             Top = 5
  570.             Width = 93
  571.             Height = 26
  572.             Hint = '|Add files to archive'
  573.             Caption = '&Add'
  574.             Default = True
  575.             TabOrder = 7
  576.             OnClick = AddBtnClick
  577.           end
  578.           object SpanDisks: TCheckBox
  579.             Left = 103
  580.             Top = 59
  581.             Width = 120
  582.             Height = 21
  583.             Hint = '|Span disks'
  584.             Caption = 'Span &Disks'
  585.             Enabled = False
  586.             TabOrder = 3
  587.           end
  588.           object MoveFiles: TCheckBox
  589.             Left = 5
  590.             Top = 34
  591.             Width = 80
  592.             Height = 21
  593.             Hint = '|Move files (delete after compress)'
  594.             Caption = 'Move'
  595.             TabOrder = 6
  596.             OnClick = MoveFilesClick
  597.           end
  598.           object GroupBox6: TGroupBox
  599.             Left = 276
  600.             Top = 0
  601.             Width = 104
  602.             Height = 80
  603.             Caption = 'Action'
  604.             TabOrder = 4
  605.             object Add1: TRadioButton
  606.               Left = 15
  607.               Top = 15
  608.               Width = 65
  609.               Height = 21
  610.               Hint = '|Add files'
  611.               Caption = 'Add'
  612.               TabOrder = 0
  613.             end
  614.             object Update1: TRadioButton
  615.               Left = 15
  616.               Top = 34
  617.               Width = 80
  618.               Height = 21
  619.               Hint = '|Update files (Update changed files and add new files)'
  620.               Caption = 'Update'
  621.               Checked = True
  622.               TabOrder = 1
  623.               TabStop = True
  624.             end
  625.             object Freshen1: TRadioButton
  626.               Left = 15
  627.               Top = 54
  628.               Width = 85
  629.               Height = 21
  630.               Hint = '|Freshen files (Only update changed files)'
  631.               Caption = 'Freshen'
  632.               TabOrder = 2
  633.             end
  634.           end
  635.         end
  636.       end
  637.       object TabSheet5: TTabSheet
  638.         Caption = 'Add with list'
  639.         object Panel14: TPanel
  640.           Left = 0
  641.           Top = 233
  642.           Width = 464
  643.           Height = 139
  644.           Align = alClient
  645.           BevelOuter = bvNone
  646.           TabOrder = 0
  647.           object AddListBox1: TListBox
  648.             Left = 0
  649.             Top = 0
  650.             Width = 464
  651.             Height = 105
  652.             Hint = '|List of search items'
  653.             Align = alClient
  654.             ItemHeight = 13
  655.             TabOrder = 0
  656.           end
  657.           object Panel19: TPanel
  658.             Left = 0
  659.             Top = 105
  660.             Width = 464
  661.             Height = 34
  662.             Align = alBottom
  663.             TabOrder = 1
  664.             OnResize = Panel19Resize
  665.             object PasswordEdit2: TEdit
  666.               Left = 5
  667.               Top = 5
  668.               Width = 149
  669.               Height = 21
  670.               Hint = 'Password|Password used to encrypt archives'
  671.               TabOrder = 0
  672.             end
  673.           end
  674.         end
  675.         object Panel15: TPanel
  676.           Left = 0
  677.           Top = 0
  678.           Width = 0
  679.           Height = 233
  680.           Align = alTop
  681.           BevelOuter = bvNone
  682.           TabOrder = 1
  683.           object Panel16: TPanel
  684.             Left = 134
  685.             Top = 0
  686.             Width = 330
  687.             Height = 233
  688.             Align = alClient
  689.             BevelOuter = bvNone
  690.             TabOrder = 0
  691.             object Panel8: TPanel
  692.               Left = 0
  693.               Top = 172
  694.               Width = 330
  695.               Height = 61
  696.               Align = alBottom
  697.               BevelOuter = bvNone
  698.               TabOrder = 1
  699.               object AddListBtn: TButton
  700.                 Left = 5
  701.                 Top = 30
  702.                 Width = 75
  703.                 Height = 25
  704.                 Hint = '|Add search item'
  705.                 Caption = '&Include'
  706.                 TabOrder = 2
  707.                 OnClick = AddListBtnClick
  708.               end
  709.               object RemoveListBtn: TButton
  710.                 Left = 158
  711.                 Top = 30
  712.                 Width = 86
  713.                 Height = 25
  714.                 Hint = '|Remove search item'
  715.                 Caption = '&Remove'
  716.                 TabOrder = 3
  717.                 OnClick = RemoveListBtnClick
  718.               end
  719.               object SaveListBtn: TButton
  720.                 Left = 158
  721.                 Top = 5
  722.                 Width = 86
  723.                 Height = 26
  724.                 Hint = '|Save list to file'
  725.                 Caption = 'Sa&ve list'
  726.                 TabOrder = 1
  727.                 OnClick = SaveListBtnClick
  728.               end
  729.               object LoadListBtn: TButton
  730.                 Left = 64
  731.                 Top = 5
  732.                 Width = 86
  733.                 Height = 23
  734.                 Hint = '|Load list from file'
  735.                 Caption = '&Load list'
  736.                 TabOrder = 0
  737.                 OnClick = LoadListBtnClick
  738.               end
  739.               object ExcludeBtn: TButton
  740.                 Left = 81
  741.                 Top = 30
  742.                 Width = 68
  743.                 Height = 25
  744.                 Hint = '|Add search item'
  745.                 Caption = 'E&xclude'
  746.                 TabOrder = 4
  747.                 OnClick = ExcludeBtnClick
  748.               end
  749.             end
  750.             object DirTree3: TDirTree
  751.               Left = 0
  752.               Top = 0
  753.               Width = 330
  754.               Height = 172
  755.               Hint = '|Available drives and directories'
  756.               ReadOnly = True
  757.               HideSelection = False
  758.               Indent = 19
  759.               Align = alClient
  760.               ParentColor = False
  761.               TabOrder = 0
  762.               PopupMenu = DirTree3.
  763.               Images = DirTree3.
  764.             end
  765.           end
  766.           object Panel17: TPanel
  767.             Left = 0
  768.             Top = 0
  769.             Width = 134
  770.             Height = 233
  771.             Align = alLeft
  772.             BevelOuter = bvNone
  773.             TabOrder = 1
  774.             object Label7: TLabel
  775.               Left = 5
  776.               Top = 0
  777.               Width = 105
  778.               Height = 20
  779.               Caption = 'Search mask :'
  780.             end
  781.             object AddListToZipBtn: TButton
  782.               Left = 0
  783.               Top = 204
  784.               Width = 92
  785.               Height = 26
  786.               Hint = '|Add files to archive'
  787.               Caption = '<< A&dd to zip'
  788.               Default = True
  789.               Enabled = False
  790.               TabOrder = 5
  791.               OnClick = AddListToZipBtnClick
  792.             end
  793.             object SearchMaskEdit: TEdit
  794.               Left = 6
  795.               Top = 17
  796.               Width = 104
  797.               Height = 21
  798.               Hint = '|Mask used for searching filenames (ex: *.exe;*.txt;*.lst)'
  799.               TabOrder = 0
  800.               Text = '*.*'
  801.             end
  802.             object RecurseDirs2: TCheckBox
  803.               Left = 5
  804.               Top = 162
  805.               Width = 105
  806.               Height = 21
  807.               Hint = '|Recurse sub directories'
  808.               Caption = 'R&ecurse dirs'
  809.               TabOrder = 3
  810.               OnClick = RecurseDirs2Click
  811.             end
  812.             object GroupBox5: TGroupBox
  813.               Left = 5
  814.               Top = 44
  815.               Width = 105
  816.               Height = 95
  817.               Caption = 'Action'
  818.               TabOrder = 1
  819.               object Add2: TRadioButton
  820.                 Left = 10
  821.                 Top = 20
  822.                 Width = 65
  823.                 Height = 21
  824.                 Hint = '|Add files'
  825.                 Caption = '&Add'
  826.                 TabOrder = 0
  827.               end
  828.               object Update2: TRadioButton
  829.                 Left = 10
  830.                 Top = 44
  831.                 Width = 80
  832.                 Height = 21
  833.                 Hint = '|Update files (Update changed files and add new files)'
  834.                 Caption = '&Update'
  835.                 Checked = True
  836.                 TabOrder = 1
  837.                 TabStop = True
  838.               end
  839.               object Freshen2: TRadioButton
  840.                 Left = 10
  841.                 Top = 69
  842.                 Width = 85
  843.                 Height = 21
  844.                 Hint = '|Freshen files (Only update changed files)'
  845.                 Caption = '&Freshen'
  846.                 TabOrder = 2
  847.               end
  848.             end
  849.             object SpanDisks2: TCheckBox
  850.               Left = 5
  851.               Top = 182
  852.               Width = 100
  853.               Height = 21
  854.               Caption = 'S&pan disks'
  855.               TabOrder = 4
  856.             end
  857.             object StorePath2: TCheckBox
  858.               Left = 5
  859.               Top = 143
  860.               Width = 114
  861.               Height = 21
  862.               Hint = '|Store full Path with filenames'
  863.               Caption = '&Store Full Path'
  864.               TabOrder = 2
  865.               OnClick = StorePath2Click
  866.             end
  867.           end
  868.         end
  869.       end
  870.       object TabSheet6: TTabSheet
  871.         Caption = 'Configuration'
  872.         object Panel9: TPanel
  873.           Left = 0
  874.           Top = 0
  875.           Width = 464
  876.           Height = 438
  877.           Align = alClient
  878.           BevelOuter = bvNone
  879.           TabOrder = 0
  880.           OnResize = Panel9Resize
  881.           object ConfigPanel: TPanel
  882.             Left = 4
  883.             Top = 2
  884.             Width = 434
  885.             Height = 432
  886.             BevelOuter = bvNone
  887.             TabOrder = 0
  888.             object Label10: TLabel
  889.               Left = 12
  890.               Top = 57
  891.               Width = 210
  892.               Height = 19
  893.               Caption = 'Extraction Overwrite options :'
  894.             end
  895.             object Label9: TLabel
  896.               Left = 12
  897.               Top = 7
  898.               Width = 234
  899.               Height = 20
  900.               Caption = 'Test archive after compression :'
  901.             end
  902.             object GroupBox8: TGroupBox
  903.               Left = 7
  904.               Top = 239
  905.               Width = 400
  906.               Height = 183
  907.               Caption = 'Directories'
  908.               TabOrder = 8
  909.               object Label17: TLabel
  910.                 Left = 10
  911.                 Top = 42
  912.                 Width = 148
  913.                 Height = 18
  914.                 AutoSize = False
  915.                 Caption = 'Default Open directory :'
  916.               end
  917.               object Label15: TLabel
  918.                 Left = 10
  919.                 Top = 87
  920.                 Width = 148
  921.                 Height = 19
  922.                 AutoSize = False
  923.                 Caption = 'Default Add directory :'
  924.               end
  925.               object Label16: TLabel
  926.                 Left = 10
  927.                 Top = 132
  928.                 Width = 148
  929.                 Height = 18
  930.                 AutoSize = False
  931.                 Caption = 'Default Extract directory :'
  932.               end
  933.               object DefopenDir: TEdit
  934.                 Left = 10
  935.                 Top = 60
  936.                 Width = 341
  937.                 Height = 21
  938.                 Hint = '|Default path when opening zip files'
  939.                 TabOrder = 2
  940.               end
  941.               object DefAddDir: TEdit
  942.                 Left = 10
  943.                 Top = 106
  944.                 Width = 341
  945.                 Height = 21
  946.                 Hint = '|Default path for adding files'
  947.                 TabOrder = 4
  948.               end
  949.               object DefExDir: TEdit
  950.                 Left = 10
  951.                 Top = 150
  952.                 Width = 341
  953.                 Height = 21
  954.                 Hint = '|Default path for extracting files'
  955.                 TabOrder = 6
  956.               end
  957.               object Button3: TButton
  958.                 Left = 354
  959.                 Top = 60
  960.                 Width = 31
  961.                 Height = 24
  962.                 Caption = '...'
  963.                 TabOrder = 3
  964.                 OnClick = Button3Click
  965.               end
  966.               object Button1: TButton
  967.                 Left = 354
  968.                 Top = 106
  969.                 Width = 31
  970.                 Height = 23
  971.                 Caption = '...'
  972.                 TabOrder = 5
  973.                 OnClick = Button1Click
  974.               end
  975.               object Button2: TButton
  976.                 Left = 354
  977.                 Top = 150
  978.                 Width = 31
  979.                 Height = 24
  980.                 Caption = '...'
  981.                 TabOrder = 7
  982.                 OnClick = Button2Click
  983.               end
  984.               object UseDefDirs: TRadioButton
  985.                 Left = 10
  986.                 Top = 20
  987.                 Width = 164
  988.                 Height = 21
  989.                 Caption = 'Use default directories'
  990.                 TabOrder = 0
  991.                 OnClick = UseDefDirsClick
  992.               end
  993.               object UseLastDirs: TRadioButton
  994.                 Left = 182
  995.                 Top = 20
  996.                 Width = 203
  997.                 Height = 21
  998.                 Caption = 'Use last accessed directories'
  999.                 Checked = True
  1000.                 TabOrder = 1
  1001.                 TabStop = True
  1002.                 OnClick = UseLastDirsClick
  1003.               end
  1004.             end
  1005.             object SortArchive: TCheckBox
  1006.               Left = 12
  1007.               Top = 194
  1008.               Width = 400
  1009.               Height = 21
  1010.               Caption = 'Sort archive display (with big archives, loading will be slower)'
  1011.               TabOrder = 7
  1012.               OnClick = SortArchiveClick
  1013.             end
  1014.             object OnlyText: TCheckBox
  1015.               Left = 244
  1016.               Top = 175
  1017.               Width = 158
  1018.               Height = 21
  1019.               Caption = 'Only text files edit '
  1020.               TabOrder = 6
  1021.               OnClick = OnlyTextClick
  1022.             end
  1023.             object configrecurse: TCheckBox
  1024.               Left = 244
  1025.               Top = 150
  1026.               Width = 178
  1027.               Height = 21
  1028.               Hint = '|Recurse sub directories while searching for files'
  1029.               Caption = 'Recurse sub directories'
  1030.               TabOrder = 5
  1031.               OnClick = configrecurseClick
  1032.             end
  1033.             object configstorepath: TCheckBox
  1034.               Left = 244
  1035.               Top = 126
  1036.               Width = 163
  1037.               Height = 20
  1038.               Hint = '|Store full pathname of comrpessed files'
  1039.               Caption = 'Store full path Name'
  1040.               TabOrder = 4
  1041.               OnClick = configstorepathClick
  1042.             end
  1043.             object GroupBox7: TGroupBox
  1044.               Left = 12
  1045.               Top = 108
  1046.               Width = 218
  1047.               Height = 83
  1048.               Caption = 'Compression level'
  1049.               TabOrder = 2
  1050.               object Label19: TLabel
  1051.                 Left = 170
  1052.                 Top = 15
  1053.                 Width = 31
  1054.                 Height = 19
  1055.                 Alignment = taRightJustify
  1056.                 Caption = 'max'
  1057.               end
  1058.               object Label18: TLabel
  1059.                 Left = 20
  1060.                 Top = 15
  1061.                 Width = 26
  1062.                 Height = 19
  1063.                 Caption = 'min'
  1064.               end
  1065.               object ComprLevel: TTrackBar
  1066.                 Left = 5
  1067.                 Top = 30
  1068.                 Width = 208
  1069.                 Height = 45
  1070.                 Hint = '|Compression level (Minimum=Fastest to Maximum=Slowest)'
  1071.                 Ctl3D = True
  1072.                 Max = 3
  1073.                 Orientation = trHorizontal
  1074.                 ParentCtl3D = False
  1075.                 PageSize = 1
  1076.                 Frequency = 1
  1077.                 Position = 0
  1078.                 SelEnd = 0
  1079.                 SelStart = 0
  1080.                 TabOrder = 0
  1081.                 TabStop = False
  1082.                 TickMarks = tmTopLeft
  1083.                 TickStyle = tsAuto
  1084.               end
  1085.             end
  1086.             object GroupBox2: TGroupBox
  1087.               Left = 244
  1088.               Top = 7
  1089.               Width = 134
  1090.               Height = 115
  1091.               Caption = 'Default Action'
  1092.               TabOrder = 3
  1093.               object ActionAdd: TRadioButton
  1094.                 Left = 20
  1095.                 Top = 25
  1096.                 Width = 65
  1097.                 Height = 21
  1098.                 Hint = '|Add files'
  1099.                 Caption = 'Add'
  1100.                 TabOrder = 0
  1101.                 OnClick = Add1Click
  1102.               end
  1103.               object ActionUpdate: TRadioButton
  1104.                 Left = 20
  1105.                 Top = 54
  1106.                 Width = 80
  1107.                 Height = 21
  1108.                 Hint = '|Update files (Update changed files and add new files)'
  1109.                 Caption = 'Update'
  1110.                 Checked = True
  1111.                 TabOrder = 1
  1112.                 TabStop = True
  1113.                 OnClick = ActionUpdateClick
  1114.               end
  1115.               object ActionFreshen: TRadioButton
  1116.                 Left = 20
  1117.                 Top = 84
  1118.                 Width = 94
  1119.                 Height = 21
  1120.                 Hint = '|Freshen files (Only update changed files)'
  1121.                 Caption = 'Freshen'
  1122.                 TabOrder = 2
  1123.                 OnClick = ActionFreshenClick
  1124.               end
  1125.             end
  1126.             object Overwrite: TComboBox
  1127.               Left = 12
  1128.               Top = 76
  1129.               Width = 184
  1130.               Height = 24
  1131.               Hint = '|Options for overwrite for extracting'
  1132.               Style = csDropDownList
  1133.               ItemHeight = 16
  1134.               Items.Strings = (
  1135.                 'Always'
  1136.                 'If newer'
  1137.                 'Prompt')
  1138.               TabOrder = 1
  1139.               OnClick = OverwriteClick
  1140.             end
  1141.             object TestAfter: TComboBox
  1142.               Left = 12
  1143.               Top = 27
  1144.               Width = 184
  1145.               Height = 24
  1146.               Hint = '|Test after compression flag'
  1147.               Style = csDropDownList
  1148.               ItemHeight = 16
  1149.               Items.Strings = (
  1150.                 'Never'
  1151.                 'Prompt'
  1152.                 'Always')
  1153.               TabOrder = 0
  1154.               OnClick = TestAfterClick
  1155.             end
  1156.             object AssociateFile: TCheckBox
  1157.               Left = 12
  1158.               Top = 214
  1159.               Width = 400
  1160.               Height = 21
  1161.               Hint = '|This enables Szipw to register zip files with itself'
  1162.               Caption = 'Enable ZIP file association and  Zip template with Szipw '
  1163.               TabOrder = 9
  1164.               OnClick = AssociateFileClick
  1165.             end
  1166.           end
  1167.         end
  1168.       end
  1169.     end
  1170.     object Panel10: TPanel
  1171.       Left = 0
  1172.       Top = 37
  1173.       Width = 316
  1174.       Height = 317
  1175.       Align = alLeft
  1176.       BevelOuter = bvNone
  1177.       TabOrder = 1
  1178.       object Splitter: TPanel
  1179.         Left = 310
  1180.         Top = 0
  1181.         Width = 6
  1182.         Height = 317
  1183.         Cursor = crHSplit
  1184.         Hint = '|Drag this to resize panels'
  1185.         Align = alRight
  1186.         TabOrder = 0
  1187.         OnMouseDown = SplitterMouseDown
  1188.       end
  1189.       object Panel12: TPanel
  1190.         Left = 0
  1191.         Top = 0
  1192.         Width = 310
  1193.         Height = 317
  1194.         Align = alClient
  1195.         BevelOuter = bvNone
  1196.         TabOrder = 1
  1197.         object Panel20: TPanel
  1198.           Left = 0
  1199.           Top = 288
  1200.           Width = 310
  1201.           Height = 29
  1202.           Align = alBottom
  1203.           BevelOuter = bvNone
  1204.           TabOrder = 0
  1205.           OnResize = Panel20Resize
  1206.           object SpeedSearch: TEdit
  1207.             Left = 0
  1208.             Top = 1
  1209.             Width = 149
  1210.             Height = 24
  1211.             Hint = 'Speed Search|Speed search names in zipfile'
  1212.             TabOrder = 0
  1213.             OnKeyUp = SpeedSearchKeyUp
  1214.           end
  1215.         end
  1216.         object zipViewer1: TzipViewer
  1217.           Left = 0
  1218.           Top = 0
  1219.           Width = 310
  1220.           Height = 288
  1221.           ReadOnly = True
  1222.           DragMode = dmAutomatic
  1223.           HideSelection = False
  1224.           Indent = 19
  1225.           Align = alClient
  1226.           ParentColor = False
  1227.           TabOrder = 1
  1228.           OnClick = zipViewer1Click
  1229.           OnDragDrop = zipViewer1DragDrop
  1230.           OnDragOver = zipViewer1DragOver
  1231.           OnDblClick = zipViewer1DblClick
  1232.           OnKeyUp = zipViewer1KeyUp
  1233.           OnProgress = zipViewer1Progress
  1234.           OnOverAllProgress = zipViewer1OverAllProgress
  1235.           OnStatusMessage = zipViewer1StatusMessage
  1236.         end
  1237.       end
  1238.     end
  1239.     object SpeedPanel: TPanel
  1240.       Left = 0
  1241.       Top = 0
  1242.       Width = 642
  1243.       Height = 37
  1244.       Align = alTop
  1245.       ParentShowHint = False
  1246.       ShowHint = True
  1247.       TabOrder = 2
  1248.       object OpenBtn: TSpeedButton
  1249.         Left = 81
  1250.         Top = 2
  1251.         Width = 31
  1252.         Height = 31
  1253.         Hint = 'Open zip|Open zip file'
  1254.         Glyph.Data = {
  1255.           06020000424D0602000000000000760000002800000028000000140000000100
  1256.           0400000000009001000000000000000000001000000000000000000000000000
  1257.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1258.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1259.           3333333333333333333333333333333333333333333333333333333333333333
  1260.           3333333333333333333333333333333333333333333333333333333333333333
  1261.           333FFFFFFFFFFFFFF3333380000000000000333333888888888888883F333300
  1262.           7B7B7B7B7B7B033333883F33333333338F33330F07B7B7B7B7B70333338F8F33
  1263.           3333333383F3330B0B7B7B7B7B7B7033338F83F33333333338F3330FB0B7B7B7
  1264.           B7B7B033338F38F333333333383F330BF07B7B7B7B7B7B03338F383FFFFF3333
  1265.           338F330FBF000007B7B7B703338F33888883FFFFFF83330BFBFBFBF000000033
  1266.           338F3333333888888833330FBFBFBFBFBFB03333338F333333333338F333330B
  1267.           FBFBFBFBFBF03333338F33333FFFFFF83333330FBFBF0000000333333387FFFF
  1268.           8888888333333330000033333333333333388888333333333333333333333333
  1269.           3333333333333333333333333333333333333333333333333333333333333333
  1270.           3333333333333333333333333333333333333333333333333333333333333333
  1271.           33333333333333333333}
  1272.         NumGlyphs = 2
  1273.         OnClick = Open1Click
  1274.       end
  1275.       object SaveBtn: TSpeedButton
  1276.         Left = 116
  1277.         Top = 2
  1278.         Width = 30
  1279.         Height = 31
  1280.         Hint = 'Save changes|Writes all changes to the zip central directory'
  1281.         Glyph.Data = {
  1282.           06020000424D0602000000000000760000002800000028000000140000000100
  1283.           0400000000009001000000000000000000001000000000000000000000000000
  1284.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1285.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1286.           3333333333333333333333333333333333333333333333333333333333333333
  1287.           3333333333333333333333333333FFFFFFFFFFFFFF3333380000000000008333
  1288.           333888F8FF888F888F333330CC08CCF770CC0333333888F8FF888F888F333330
  1289.           CC08CCF770CC0333333888F888888F888F333330CC07887770CC03333338888F
  1290.           FFFFF8888F333330CC60000006CC033333388888888888888F333330CCCCCCCC
  1291.           CCCC033333388888888888888F333330C6000000006C03333338888888888888
  1292.           8F333330C0FFFFFFFF0C0333333888FFFFFFFF888F333330C0FFFFFFFF0C0333
  1293.           333888FFFFFFFF888F333330C0FFFFFFFF0C0333333888FFFFFFFF888F333330
  1294.           C0FFFFFFFF0C0333333888FFFFFFFF888F33333000FFFFFFFF000333333888FF
  1295.           FFFFFF888F333330C0FFFFFFFF0C0333333888FFFFFFFF888F33333800000000
  1296.           0000833333388888888888888333333333333333333333333333333333333333
  1297.           3333333333333333333333333333333333333333333333333333333333333333
  1298.           33333333333333333333}
  1299.         NumGlyphs = 2
  1300.         OnClick = SaveItemClick
  1301.       end
  1302.       object ExitBtn: TSpeedButton
  1303.         Left = 151
  1304.         Top = 2
  1305.         Width = 31
  1306.         Height = 31
  1307.         Hint = 'Exit|Quit szipw'
  1308.         Glyph.Data = {
  1309.           06020000424D0602000000000000760000002800000028000000140000000100
  1310.           0400000000009001000000000000000000001000000000000000000000000000
  1311.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1312.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00377777777777
  1313.           777777773FFFFFFFFFFFF333333F888888888888F7F7F7888888888888883333
  1314.           33888888888888877F7F788888888888888F333FF88844444400888FFF444444
  1315.           88888888888333888883333334D5007FFF433333333338F888F3338F33333333
  1316.           345D50FFFF4333333333388788F3338F3333333334D5D0FFFF433333333338F8
  1317.           78F3338F33333333345D50FEFE4333333333388788F3338F3333333334D5D0FF
  1318.           FF433333333338F878F3338F33333333345D50FEFE4333333333388788F3338F
  1319.           3333333334D5D0FFFF433333333338F878F3338F33333333345D50FEFE433333
  1320.           3333388788F3338F3333333334D5D0EFEF433333333338F878F3338F33333333
  1321.           345D50FEFE4333333333388788F3338F3333333334D5D0EFEF433333333338F8
  1322.           F8FFFF8F33333333344444444443333333333888888888833333333333333333
  1323.           3333333333333333FFFFFF333333333333300000033333333333333888888F33
  1324.           333333333330AAAA0333333333333338FFFF8F33333333333330000003333333
  1325.           33333338888883333333}
  1326.         NumGlyphs = 2
  1327.         OnClick = Quit1Click
  1328.       end
  1329.       object NewBtn: TSpeedButton
  1330.         Left = 47
  1331.         Top = 2
  1332.         Width = 31
  1333.         Height = 31
  1334.         Hint = 'New zip|Create a new zip file'
  1335.         Glyph.Data = {
  1336.           76010000424D7601000000000000760000002800000020000000100000000100
  1337.           04000000000000010000130B0000130B00000000000000000000000000000000
  1338.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1339.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  1340.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  1341.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  1342.           07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  1343.           07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  1344.           0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  1345.           33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  1346.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  1347.           3BB33773333773333773B333333B3333333B7333333733333337}
  1348.         NumGlyphs = 2
  1349.         OnClick = New1Click
  1350.       end
  1351.       object SpeedButton1: TSpeedButton
  1352.         Left = 12
  1353.         Top = 2
  1354.         Width = 31
  1355.         Height = 31
  1356.         Hint = 'Backup link wizard|Create a backup link'
  1357.         Glyph.Data = {
  1358.           78010000424D7801000000000000760000002800000020000000100000000100
  1359.           04000000000000000000120B0000120B00000000000000000000000000000000
  1360.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1361.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00370777033333
  1362.           3330337F3F7F33333F3787070003333707303F737773333373F7007703333330
  1363.           700077337F3333373777887007333337007733F773F333337733700070333333
  1364.           077037773733333F7F37703707333300080737F373333377737F003333333307
  1365.           78087733FFF3337FFF7F33300033330008073F3777F33F777F73073070370733
  1366.           078073F7F7FF73F37FF7700070007037007837773777F73377FF007777700730
  1367.           70007733FFF77F37377707700077033707307F37773F7FFF7337080777070003
  1368.           3330737F3F7F777F333778080707770333333F7F737F3F7F3333080787070003
  1369.           33337F73FF7377733333078000770333333373377733733333330000}
  1370.         NumGlyphs = 2
  1371.         OnClick = Createbackuplink1Click
  1372.       end
  1373.     end
  1374.   end
  1375.   object Panel2: TPanel
  1376.     Left = 0
  1377.     Top = 354
  1378.     Width = 642
  1379.     Height = 31
  1380.     Align = alBottom
  1381.     BevelInner = bvRaised
  1382.     BevelOuter = bvLowered
  1383.     TabOrder = 1
  1384.     object PanelMsg: TPanel
  1385.       Left = 2
  1386.       Top = 2
  1387.       Width = 427
  1388.       Height = 27
  1389.       Align = alClient
  1390.       Alignment = taLeftJustify
  1391.       BevelOuter = bvNone
  1392.       TabOrder = 0
  1393.       object MsgPanel: TPanel
  1394.         Left = 0
  1395.         Top = 0
  1396.         Width = 347
  1397.         Height = 27
  1398.         Align = alClient
  1399.         Alignment = taLeftJustify
  1400.         BevelOuter = bvLowered
  1401.         TabOrder = 0
  1402.       end
  1403.       object PanelCancel: TPanel
  1404.         Left = 347
  1405.         Top = 0
  1406.         Width = 80
  1407.         Height = 27
  1408.         Align = alRight
  1409.         BevelOuter = bvLowered
  1410.         TabOrder = 1
  1411.         Visible = False
  1412.         OnResize = PanelCancelResize
  1413.         object CancelButton: TButton
  1414.           Left = 1
  1415.           Top = 1
  1416.           Width = 78
  1417.           Height = 24
  1418.           Cancel = True
  1419.           Caption = 'Cancel'
  1420.           TabOrder = 0
  1421.           OnClick = CancelButtonClick
  1422.         end
  1423.       end
  1424.     end
  1425.     object Panel4: TPanel
  1426.       Left = 429
  1427.       Top = 2
  1428.       Width = 211
  1429.       Height = 27
  1430.       Align = alRight
  1431.       BevelOuter = bvLowered
  1432.       TabOrder = 1
  1433.       object Meter: TProgressBar
  1434.         Left = 109
  1435.         Top = 1
  1436.         Width = 101
  1437.         Height = 25
  1438.         Hint = 'Current file progress'
  1439.         Align = alRight
  1440.         Min = 0
  1441.         Max = 100
  1442.         TabOrder = 0
  1443.       end
  1444.       object OverAllMeter: TProgressBar
  1445.         Left = 1
  1446.         Top = 1
  1447.         Width = 108
  1448.         Height = 25
  1449.         Hint = 'Overall Progress'
  1450.         Align = alClient
  1451.         Min = 0
  1452.         Max = 100
  1453.         TabOrder = 1
  1454.       end
  1455.     end
  1456.   end
  1457.   object MainMenu1: TMainMenu
  1458.     Left = 20
  1459.     Top = 40
  1460.     object File1: TMenuItem
  1461.       Caption = '&File'
  1462.       ShortCut = 0
  1463.       object Open1: TMenuItem
  1464.         Caption = '&Open'
  1465.         Hint = '|Open zip file'
  1466.         ShortCut = 113
  1467.         OnClick = Open1Click
  1468.       end
  1469.       object New1: TMenuItem
  1470.         Caption = '&New'
  1471.         Hint = '|Create and open a new zip file'
  1472.         ShortCut = 114
  1473.         OnClick = New1Click
  1474.       end
  1475.       object SaveItem: TMenuItem
  1476.         Caption = '&Save changes'
  1477.         Enabled = False
  1478.         Hint = '|Update changes  in zip file'
  1479.         ShortCut = 0
  1480.         OnClick = SaveItemClick
  1481.       end
  1482.       object N9: TMenuItem
  1483.         Caption = '-'
  1484.         ShortCut = 0
  1485.       end
  1486.       object Createbackuplink1: TMenuItem
  1487.         Caption = '&Create backup link'
  1488.         ShortCut = 0
  1489.         OnClick = Createbackuplink1Click
  1490.       end
  1491.       object RebuildFile: TMenuItem
  1492.         Caption = '&Rebuild using local info'
  1493.         Hint = '|Rebuild using local header information'
  1494.         ShortCut = 0
  1495.         OnClick = RebuildFileClick
  1496.       end
  1497.       object N6: TMenuItem
  1498.         Tag = 7
  1499.         Caption = '-'
  1500.         ShortCut = 0
  1501.       end
  1502.       object Newwindow1: TMenuItem
  1503.         Caption = '&New window'
  1504.         Hint = '|Launch new Zipw'
  1505.         ShortCut = 0
  1506.         OnClick = Newwindow1Click
  1507.       end
  1508.       object N1: TMenuItem
  1509.         Caption = '-'
  1510.         ShortCut = 0
  1511.       end
  1512.       object Quit1: TMenuItem
  1513.         Caption = '&Exit'
  1514.         Hint = '|Exit szipw 32'
  1515.         ShortCut = 16472
  1516.         OnClick = Quit1Click
  1517.       end
  1518.     end
  1519.     object Archive1: TMenuItem
  1520.       Caption = '&Archive'
  1521.       ShortCut = 0
  1522.       object Test1: TMenuItem
  1523.         Caption = '&Test'
  1524.         Hint = '|Test zip file'
  1525.         ShortCut = 115
  1526.         OnClick = Test1Click
  1527.       end
  1528.       object Sort1: TMenuItem
  1529.         Caption = '&Sort'
  1530.         Hint = '|Sort filenames in zip file'
  1531.         ShortCut = 116
  1532.         OnClick = Sort1Click
  1533.       end
  1534.       object Recompress1: TMenuItem
  1535.         Caption = '&Recompress'
  1536.         Hint = '|Recompress file using different compression method'
  1537.         ShortCut = 0
  1538.         OnClick = Recompress1Click
  1539.       end
  1540.       object N8: TMenuItem
  1541.         Caption = '-'
  1542.         ShortCut = 0
  1543.       end
  1544.       object RemovefilesthatfailCRCcheck1: TMenuItem
  1545.         Caption = 'Re&move files that fail CRC check'
  1546.         ShortCut = 0
  1547.         OnClick = RemovefilesthatfailCRCcheck1Click
  1548.       end
  1549.       object N7: TMenuItem
  1550.         Caption = '-'
  1551.         ShortCut = 0
  1552.       end
  1553.       object MakeEXEfile1: TMenuItem
  1554.         Caption = '&Zip to EXE'
  1555.         ShortCut = 0
  1556.         OnClick = MakeEXEfile1Click
  1557.       end
  1558.       object MakeZipfile1: TMenuItem
  1559.         Caption = '&EXE to Zip'
  1560.         ShortCut = 0
  1561.         OnClick = MakeZipfile1Click
  1562.       end
  1563.     end
  1564.     object File2: TMenuItem
  1565.       Caption = 'Files in &Zip'
  1566.       ShortCut = 0
  1567.       object Extract1: TMenuItem
  1568.         Caption = '&Extract'
  1569.         ShortCut = 0
  1570.         object FileDir3: TMenuItem
  1571.           Caption = '&File/Dir'
  1572.           Hint = '|Extract selected file'
  1573.           ShortCut = 117
  1574.           OnClick = ExtractBtnClick
  1575.         end
  1576.         object All3: TMenuItem
  1577.           Caption = '&All'
  1578.           Hint = '|Extract all files'
  1579.           ShortCut = 0
  1580.           OnClick = All3Click
  1581.         end
  1582.       end
  1583.       object Remove1: TMenuItem
  1584.         Caption = '&Remove'
  1585.         ShortCut = 0
  1586.         object FileDir4: TMenuItem
  1587.           Caption = '&File/Dir'
  1588.           Hint = '|Remove selected file'
  1589.           ShortCut = 16430
  1590.           OnClick = FileDir4Click
  1591.         end
  1592.         object All4: TMenuItem
  1593.           Caption = '&All'
  1594.           Hint = '|Remove all files'
  1595.           ShortCut = 0
  1596.           OnClick = All4Click
  1597.         end
  1598.         object Bywildcard1: TMenuItem
  1599.           Caption = '&By wildcard'
  1600.           ShortCut = 0
  1601.           OnClick = Bywildcard1Click
  1602.         end
  1603.       end
  1604.     end
  1605.     object Help1: TMenuItem
  1606.       Caption = '&Help'
  1607.       ShortCut = 0
  1608.       object Help2: TMenuItem
  1609.         Caption = '&Help'
  1610.         ShortCut = 112
  1611.         OnClick = Help2Click
  1612.       end
  1613.       object N2: TMenuItem
  1614.         Caption = '-'
  1615.         ShortCut = 0
  1616.       end
  1617.       object Commandlineoptions1: TMenuItem
  1618.         Caption = '&Command line options'
  1619.         ShortCut = 0
  1620.         OnClick = Commandlineoptions1Click
  1621.       end
  1622.       object Shareware1: TMenuItem
  1623.         Caption = '&Shareware'
  1624.         ShortCut = 0
  1625.         OnClick = Shareware1Click
  1626.       end
  1627.       object Registering1: TMenuItem
  1628.         Caption = '&Register'
  1629.         ShortCut = 0
  1630.         OnClick = Registering1Click
  1631.       end
  1632.       object N3: TMenuItem
  1633.         Caption = '-'
  1634.         ShortCut = 0
  1635.       end
  1636.       object About1: TMenuItem
  1637.         Caption = '&About'
  1638.         ShortCut = 0
  1639.         OnClick = About1Click
  1640.       end
  1641.     end
  1642.   end
  1643.   object OpenDialog1: TOpenDialog
  1644.     FileEditStyle = fsEdit
  1645.     Filter = 'Zip files (*.zip;*.exe)|*.zip;*.exe'
  1646.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware]
  1647.     Title = 'Open zip file'
  1648.     Left = 52
  1649.     Top = 40
  1650.   end
  1651.   object SaveDialog1: TSaveDialog
  1652.     DefaultExt = 'zip'
  1653.     FileEditStyle = fsEdit
  1654.     Filter = 'Zip files (*.zip;*.exe)|*.zip;*.exe'
  1655.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware, ofNoReadOnlyReturn]
  1656.     Title = 'New zip file'
  1657.     Left = 80
  1658.     Top = 40
  1659.   end
  1660.   object popupmenu1: TPopupMenu
  1661.     Left = 108
  1662.     Top = 40
  1663.     object Extract3: TMenuItem
  1664.       Caption = 'Extract'
  1665.       ShortCut = 0
  1666.       object FileDir2: TMenuItem
  1667.         Caption = 'File/Dir'
  1668.         Hint = '|Extract selected file'
  1669.         ShortCut = 0
  1670.         OnClick = ExtractBtnClick
  1671.       end
  1672.       object All2: TMenuItem
  1673.         Caption = 'All'
  1674.         Hint = '|Extract all files'
  1675.         ShortCut = 0
  1676.         OnClick = All3Click
  1677.       end
  1678.     end
  1679.     object Extract2: TMenuItem
  1680.       Caption = 'Remove'
  1681.       ShortCut = 0
  1682.       object FileDir1: TMenuItem
  1683.         Caption = 'File/Dir'
  1684.         ShortCut = 0
  1685.         OnClick = FileDir4Click
  1686.       end
  1687.       object All1: TMenuItem
  1688.         Caption = 'All'
  1689.         ShortCut = 0
  1690.         OnClick = All4Click
  1691.       end
  1692.       object Bywildcard2: TMenuItem
  1693.         Caption = '&By wildcard'
  1694.         ShortCut = 0
  1695.         OnClick = Bywildcard1Click
  1696.       end
  1697.     end
  1698.     object Movetotop1: TMenuItem
  1699.       Caption = '&Move to top'
  1700.       Hint = '|Move direcory or file to the top of the tree'
  1701.       ShortCut = 0
  1702.       OnClick = Movetotop1Click
  1703.     end
  1704.     object N4: TMenuItem
  1705.       Caption = '-'
  1706.       ShortCut = 0
  1707.     end
  1708.     object Test2: TMenuItem
  1709.       Caption = 'Test'
  1710.       ShortCut = 0
  1711.       OnClick = Test1Click
  1712.     end
  1713.     object Sort2: TMenuItem
  1714.       Caption = 'Sort'
  1715.       Hint = '|Sort filenames in zip file'
  1716.       ShortCut = 0
  1717.       OnClick = Sort1Click
  1718.     end
  1719.     object Recompress2: TMenuItem
  1720.       Caption = 'Recompress'
  1721.       Hint = '|Recompress using different compression method'
  1722.       ShortCut = 0
  1723.       OnClick = Recompress1Click
  1724.     end
  1725.     object N5: TMenuItem
  1726.       Caption = '-'
  1727.       ShortCut = 0
  1728.     end
  1729.     object Exit1: TMenuItem
  1730.       Caption = 'Exit'
  1731.       Hint = '|Exit Szipw 32'
  1732.       ShortCut = 0
  1733.       OnClick = Quit1Click
  1734.     end
  1735.   end
  1736.   object PrintDialog1: TPrintDialog
  1737.     Left = 136
  1738.     Top = 40
  1739.   end
  1740.   object OpenDialog2: TOpenDialog
  1741.     DefaultExt = 'lst'
  1742.     FileEditStyle = fsEdit
  1743.     Filter = 'List files (*.lst)|*.lst'
  1744.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1745.     Title = 'Open path list'
  1746.     Left = 497
  1747.     Top = 320
  1748.   end
  1749.   object SaveDialog2: TSaveDialog
  1750.     DefaultExt = 'lst'
  1751.     FileEditStyle = fsEdit
  1752.     Filter = 'List files (*.lst)|*.lst'
  1753.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  1754.     Title = 'Save path list'
  1755.     Left = 581
  1756.     Top = 304
  1757.   end
  1758.   object PopupMenu2: TPopupMenu
  1759.     OnPopup = PopupMenu2Popup
  1760.     Left = 521
  1761.     Top = 280
  1762.     object Copy1: TMenuItem
  1763.       Caption = 'Copy'
  1764.       ShortCut = 0
  1765.       OnClick = Copy1Click
  1766.     end
  1767.     object Print1: TMenuItem
  1768.       Caption = 'Print'
  1769.       ShortCut = 0
  1770.       OnClick = Print1Click
  1771.     end
  1772.     object N10: TMenuItem
  1773.       Caption = '-'
  1774.       ShortCut = 0
  1775.     end
  1776.     object Wordwrap1: TMenuItem
  1777.       Caption = 'Wordwrap'
  1778.       ShortCut = 0
  1779.       OnClick = Wordwrap1Click
  1780.     end
  1781.   end
  1782. end
  1783.