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