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

  1. object MainForm: TMainForm
  2.   Left = 235
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ASTEC ZipWizard'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 273
  24.     ActivePage = Third
  25.     Align = alClient
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     object First: TTabSheet
  30.       Caption = 'First'
  31.       TabVisible = False
  32.       OnEnter = FirstEnter
  33.       object Image1: TImage
  34.         Left = 94
  35.         Top = 14
  36.         Width = 305
  37.         Height = 91
  38.         Picture.Data = {<image000.bmp>}
  39.         Stretch = True
  40.       end
  41.       object Label1: TLabel
  42.         Left = 238
  43.         Top = 110
  44.         Width = 160
  45.         Height = 29
  46.         Caption = 'ZipWizard 1.0'
  47.         Font.Color = clBlack
  48.         Font.Height = -24
  49.         Font.Name = 'MS Sans Serif'
  50.         Font.Style = [fsBold]
  51.         ParentFont = False
  52.       end
  53.       object Label2: TLabel
  54.         Left = 14
  55.         Top = 156
  56.         Width = 339
  57.         Height = 13
  58.         Caption = 
  59.           'Please select a Zip file to work with or click on the "CreateNew' +
  60.           '" Button.'
  61.       end
  62.       object ZipFileName: TEdit
  63.         Left = 13
  64.         Top = 174
  65.         Width = 324
  66.         Height = 21
  67.         TabOrder = 0
  68.         OnChange = ZipFileNameChange
  69.       end
  70.       object BrowseButton1: TButton
  71.         Left = 341
  72.         Top = 174
  73.         Width = 65
  74.         Height = 21
  75.         Caption = '&Browse'
  76.         TabOrder = 1
  77.         OnClick = BrowseButton1Click
  78.       end
  79.       object CreateNewBtn: TButton
  80.         Left = 341
  81.         Top = 198
  82.         Width = 65
  83.         Height = 21
  84.         Caption = 'CreateNe&w'
  85.         TabOrder = 2
  86.         OnClick = CreateNewBtnClick
  87.       end
  88.       object Panel2: TPanel
  89.         Left = 0
  90.         Top = -33
  91.         Width = 0
  92.         Height = 33
  93.         Align = alBottom
  94.         BevelOuter = bvLowered
  95.         Caption = 'Panel1'
  96.         TabOrder = 3
  97.         object Button3: TButton
  98.           Left = 336
  99.           Top = 6
  100.           Width = 75
  101.           Height = 21
  102.           Caption = '&Close'
  103.           TabOrder = 0
  104.           OnClick = CloseClick
  105.         end
  106.         object Button4: TButton
  107.           Left = 180
  108.           Top = 6
  109.           Width = 75
  110.           Height = 21
  111.           Caption = '<< &Previous'
  112.           Enabled = False
  113.           TabOrder = 1
  114.         end
  115.         object Button5: TButton
  116.           Left = 258
  117.           Top = 6
  118.           Width = 75
  119.           Height = 21
  120.           Caption = '&Next >>'
  121.           Default = True
  122.           Enabled = False
  123.           TabOrder = 2
  124.           OnClick = Button5Click
  125.         end
  126.       end
  127.       object Button21: TButton
  128.         Left = 232
  129.         Top = 198
  130.         Width = 106
  131.         Height = 21
  132.         Caption = '&Open with Szipw32'
  133.         Enabled = False
  134.         TabOrder = 4
  135.         OnClick = Button21Click
  136.       end
  137.       object RegBox: TCheckBox
  138.         Left = 12
  139.         Top = 200
  140.         Width = 185
  141.         Height = 17
  142.         Caption = 'Register ZipWizard with Zip files'
  143.         State = cbChecked
  144.         TabOrder = 5
  145.       end
  146.     end
  147.     object Second: TTabSheet
  148.       Caption = 'Second'
  149.       TabVisible = False
  150.       OnEnter = SecondEnter
  151.       object Label3: TLabel
  152.         Left = 59
  153.         Top = 52
  154.         Width = 305
  155.         Height = 16
  156.         Caption = 'Please select the action you want to perform'
  157.         Font.Color = clBlack
  158.         Font.Height = -13
  159.         Font.Name = 'MS Sans Serif'
  160.         Font.Style = [fsBold]
  161.         ParentFont = False
  162.       end
  163.       object AddToZip: TRadioButton
  164.         Left = 130
  165.         Top = 108
  166.         Width = 135
  167.         Height = 17
  168.         Caption = '&Add files to the Zip file'
  169.         TabOrder = 0
  170.       end
  171.       object ExtractFromZip: TRadioButton
  172.         Left = 130
  173.         Top = 135
  174.         Width = 163
  175.         Height = 17
  176.         Caption = '&Extract files from the Zip file'
  177.         Checked = True
  178.         TabOrder = 1
  179.         TabStop = True
  180.       end
  181.       object Panel3: TPanel
  182.         Left = 0
  183.         Top = 230
  184.         Width = 419
  185.         Height = 33
  186.         Align = alBottom
  187.         BevelOuter = bvLowered
  188.         Caption = 'Panel1'
  189.         TabOrder = 2
  190.         object Button6: TButton
  191.           Left = 336
  192.           Top = 6
  193.           Width = 75
  194.           Height = 21
  195.           Caption = '&Close'
  196.           TabOrder = 0
  197.           OnClick = CloseClick
  198.         end
  199.         object Button7: TButton
  200.           Left = 180
  201.           Top = 6
  202.           Width = 75
  203.           Height = 21
  204.           Caption = '<< &Previous'
  205.           TabOrder = 1
  206.           OnClick = Button7Click
  207.         end
  208.         object Button8: TButton
  209.           Left = 258
  210.           Top = 6
  211.           Width = 75
  212.           Height = 21
  213.           Caption = '&Next >>'
  214.           Default = True
  215.           TabOrder = 2
  216.           OnClick = Button8Click
  217.         end
  218.       end
  219.       object TestZip: TRadioButton
  220.         Left = 130
  221.         Top = 162
  222.         Width = 163
  223.         Height = 17
  224.         Caption = '&Test files in the Zip file'
  225.         TabOrder = 3
  226.       end
  227.     end
  228.     object Third: TTabSheet
  229.       Caption = 'Third'
  230.       TabVisible = False
  231.       OnEnter = ThirdEnter
  232.       object Label4: TLabel
  233.         Left = 6
  234.         Top = 6
  235.         Width = 378
  236.         Height = 13
  237.         Caption = 
  238.           'Select the file to extract and the extract location then click o' +
  239.           'n the extract button.'
  240.       end
  241.       object zipViewer1: TzipViewer
  242.         Left = 12
  243.         Top = 32
  244.         Width = 203
  245.         Height = 168
  246.         Hint = 'Zip file Contents'
  247.         Indent = 19
  248.         ParentColor = False
  249.         TabOrder = 0
  250.         OnStatusMessage = zipViewer1StatusMessage
  251.       end
  252.       object DirTree1: TDirTree
  253.         Left = 226
  254.         Top = 56
  255.         Width = 181
  256.         Height = 144
  257.         Hint = 'Extract location'
  258.         ReadOnly = True
  259.         Indent = 19
  260.         ParentColor = False
  261.         TabOrder = 1
  262.         PopupMenu = DirTree1.
  263.         Images = DirTree1.
  264.       end
  265.       object Button1: TButton
  266.         Left = 228
  267.         Top = 32
  268.         Width = 85
  269.         Height = 21
  270.         Caption = '&Extract'
  271.         TabOrder = 2
  272.         OnClick = Button1Click
  273.       end
  274.       object Button2: TButton
  275.         Left = 320
  276.         Top = 32
  277.         Width = 85
  278.         Height = 21
  279.         Caption = 'Extract &All'
  280.         Default = True
  281.         TabOrder = 3
  282.         OnClick = Button2Click
  283.       end
  284.       object Panel4: TPanel
  285.         Left = 0
  286.         Top = 230
  287.         Width = 419
  288.         Height = 33
  289.         Align = alBottom
  290.         BevelOuter = bvLowered
  291.         Caption = 'Panel1'
  292.         TabOrder = 4
  293.         object Button9: TButton
  294.           Left = 336
  295.           Top = 6
  296.           Width = 75
  297.           Height = 21
  298.           Caption = '&Close'
  299.           TabOrder = 0
  300.           OnClick = CloseClick
  301.         end
  302.         object Button10: TButton
  303.           Left = 180
  304.           Top = 6
  305.           Width = 75
  306.           Height = 21
  307.           Caption = '<< &Previous'
  308.           TabOrder = 1
  309.           OnClick = Button10Click
  310.         end
  311.         object Button11: TButton
  312.           Left = 258
  313.           Top = 6
  314.           Width = 75
  315.           Height = 21
  316.           Caption = '&Next >>'
  317.           Enabled = False
  318.           TabOrder = 2
  319.         end
  320.       end
  321.       object Panel8: TPanel
  322.         Left = 12
  323.         Top = 203
  324.         Width = 395
  325.         Height = 22
  326.         BevelOuter = bvLowered
  327.         TabOrder = 5
  328.         object Panel9: TPanel
  329.           Left = 274
  330.           Top = 1
  331.           Width = 120
  332.           Height = 20
  333.           Align = alRight
  334.           TabOrder = 0
  335.           object ProgressBar1: TProgressBar
  336.             Left = 1
  337.             Top = 1
  338.             Width = 118
  339.             Height = 18
  340.             Align = alClient
  341.             Min = 0
  342.             Max = 100
  343.             TabOrder = 0
  344.           end
  345.         end
  346.         object Status: TPanel
  347.           Left = 1
  348.           Top = 1
  349.           Width = 273
  350.           Height = 20
  351.           Align = alClient
  352.           Alignment = taLeftJustify
  353.           TabOrder = 1
  354.         end
  355.       end
  356.     end
  357.     object Fourth: TTabSheet
  358.       Caption = 'Fourth'
  359.       TabVisible = False
  360.       object GroupBox1: TGroupBox
  361.         Left = 186
  362.         Top = 98
  363.         Width = 187
  364.         Height = 125
  365.         Caption = 'Filename storage options'
  366.         TabOrder = 0
  367.         object Recurse: TCheckBox
  368.           Left = 12
  369.           Top = 20
  370.           Width = 141
  371.           Height = 17
  372.           Caption = '&Recurse sub directories'
  373.           State = cbChecked
  374.           TabOrder = 0
  375.           OnClick = RecurseClick
  376.         end
  377.         object FullPath: TCheckBox
  378.           Left = 12
  379.           Top = 40
  380.           Width = 147
  381.           Height = 17
  382.           Caption = '&Store full path information'
  383.           Enabled = False
  384.           State = cbChecked
  385.           TabOrder = 1
  386.         end
  387.         object Volume: TCheckBox
  388.           Left = 12
  389.           Top = 60
  390.           Width = 119
  391.           Height = 17
  392.           Caption = 'Store &volume label '
  393.           TabOrder = 2
  394.         end
  395.         object Span: TCheckBox
  396.           Left = 12
  397.           Top = 100
  398.           Width = 163
  399.           Height = 17
  400.           Caption = 'Span across several &diskettes'
  401.           TabOrder = 3
  402.         end
  403.         object MoveCtrl: TCheckBox
  404.           Left = 12
  405.           Top = 80
  406.           Width = 163
  407.           Height = 17
  408.           Caption = '&Move (delete files afterward)'
  409.           TabOrder = 4
  410.         end
  411.       end
  412.       object GroupBox2: TGroupBox
  413.         Left = 46
  414.         Top = 2
  415.         Width = 327
  416.         Height = 91
  417.         Caption = 'Action options'
  418.         TabOrder = 1
  419.         object AddCtrl: TRadioButton
  420.           Left = 10
  421.           Top = 20
  422.           Width = 163
  423.           Height = 17
  424.           Caption = '&Add all files matching criteria'
  425.           TabOrder = 0
  426.         end
  427.         object UpdateCtrl: TRadioButton
  428.           Left = 10
  429.           Top = 42
  430.           Width = 279
  431.           Height = 17
  432.           Caption = 'Add all new files and &update files that have changed'
  433.           Checked = True
  434.           TabOrder = 1
  435.           TabStop = True
  436.         end
  437.         object FreshenCtrl: TRadioButton
  438.           Left = 10
  439.           Top = 66
  440.           Width = 289
  441.           Height = 17
  442.           Caption = '&Freshen files that have changed, do not add new files'
  443.           TabOrder = 2
  444.         end
  445.       end
  446.       object Panel5: TPanel
  447.         Left = 0
  448.         Top = 230
  449.         Width = 419
  450.         Height = 33
  451.         Align = alBottom
  452.         BevelOuter = bvLowered
  453.         Caption = 'Panel1'
  454.         TabOrder = 2
  455.         object Button12: TButton
  456.           Left = 336
  457.           Top = 6
  458.           Width = 75
  459.           Height = 21
  460.           Caption = '&Close'
  461.           TabOrder = 0
  462.           OnClick = CloseClick
  463.         end
  464.         object Button13: TButton
  465.           Left = 180
  466.           Top = 6
  467.           Width = 75
  468.           Height = 21
  469.           Caption = '<< &Previous'
  470.           TabOrder = 1
  471.           OnClick = Button13Click
  472.         end
  473.         object Button14: TButton
  474.           Left = 258
  475.           Top = 6
  476.           Width = 75
  477.           Height = 21
  478.           Caption = '&Next >>'
  479.           Default = True
  480.           TabOrder = 2
  481.           OnClick = Button14Click
  482.         end
  483.       end
  484.       object Iconized: TCheckBox
  485.         Left = 50
  486.         Top = 104
  487.         Width = 127
  488.         Height = 17
  489.         Caption = 'Run SZIPW &Iconized'
  490.         State = cbChecked
  491.         TabOrder = 3
  492.       end
  493.     end
  494.     object Fifth: TTabSheet
  495.       Caption = 'Fifth'
  496.       TabVisible = False
  497.       object Label5: TLabel
  498.         Left = 6
  499.         Top = 2
  500.         Width = 336
  501.         Height = 16
  502.         Caption = 'Please select the files, group of files to add to the Zip file. '
  503.         Font.Color = clBlack
  504.         Font.Height = -13
  505.         Font.Name = 'MS Sans Serif'
  506.         Font.Style = []
  507.         ParentFont = False
  508.       end
  509.       object GroupBox3: TGroupBox
  510.         Left = 170
  511.         Top = 106
  512.         Width = 245
  513.         Height = 121
  514.         Caption = 'List of search criteria'
  515.         TabOrder = 0
  516.         object ListBox1: TListBox
  517.           Left = 9
  518.           Top = 14
  519.           Width = 231
  520.           Height = 77
  521.           ItemHeight = 13
  522.           TabOrder = 0
  523.         end
  524.         object Remove: TButton
  525.           Left = 160
  526.           Top = 96
  527.           Width = 81
  528.           Height = 21
  529.           Caption = '&Remove '
  530.           TabOrder = 1
  531.           OnClick = RemoveClick
  532.         end
  533.       end
  534.       object DirTree2: TDirTree
  535.         Left = 4
  536.         Top = 26
  537.         Width = 161
  538.         Height = 199
  539.         ReadOnly = True
  540.         Indent = 19
  541.         ParentColor = False
  542.         TabOrder = 1
  543.         PopupMenu = DirTree2.
  544.         Images = DirTree2.
  545.       end
  546.       object GroupBox4: TGroupBox
  547.         Left = 170
  548.         Top = 22
  549.         Width = 245
  550.         Height = 83
  551.         Caption = 'Create criteria'
  552.         TabOrder = 2
  553.         object Label6: TLabel
  554.           Left = 6
  555.           Top = 14
  556.           Width = 217
  557.           Height = 15
  558.           AutoSize = False
  559.           Caption = 'Enter a search criteria (*-*, data?.dta, ect...)'
  560.         end
  561.         object Label7: TLabel
  562.           Left = 6
  563.           Top = 28
  564.           Width = 147
  565.           Height = 25
  566.           AutoSize = False
  567.           Caption = 'Click Include to add files, Exclude files to skip.'
  568.         end
  569.         object Pattern: TEdit
  570.           Left = 6
  571.           Top = 56
  572.           Width = 147
  573.           Height = 21
  574.           TabOrder = 0
  575.           Text = '*.*'
  576.           OnChange = PatternChange
  577.         end
  578.         object Include: TButton
  579.           Left = 158
  580.           Top = 58
  581.           Width = 81
  582.           Height = 21
  583.           Caption = '&Include criteria'
  584.           Default = True
  585.           TabOrder = 1
  586.           OnClick = IncludeClick
  587.         end
  588.         object Exclude: TButton
  589.           Left = 158
  590.           Top = 34
  591.           Width = 81
  592.           Height = 21
  593.           Caption = '&Exclude criteria'
  594.           TabOrder = 2
  595.           OnClick = ExcludeClick
  596.         end
  597.       end
  598.       object Panel1: TPanel
  599.         Left = 0
  600.         Top = -33
  601.         Width = 0
  602.         Height = 33
  603.         Align = alBottom
  604.         BevelOuter = bvLowered
  605.         Caption = 'Panel1'
  606.         TabOrder = 3
  607.         object FinishBtn: TButton
  608.           Left = 336
  609.           Top = 6
  610.           Width = 75
  611.           Height = 21
  612.           Caption = '&Close'
  613.           TabOrder = 0
  614.           OnClick = CloseClick
  615.         end
  616.         object BackBtn: TButton
  617.           Left = 180
  618.           Top = 6
  619.           Width = 75
  620.           Height = 21
  621.           Caption = '<< &Previous'
  622.           TabOrder = 1
  623.           OnClick = BackBtnClick
  624.         end
  625.         object NextBtn: TButton
  626.           Left = 258
  627.           Top = 6
  628.           Width = 75
  629.           Height = 21
  630.           Caption = '&Next >>'
  631.           TabOrder = 2
  632.           OnClick = NextBtnClick
  633.         end
  634.       end
  635.     end
  636.     object Sixth: TTabSheet
  637.       Caption = 'Sixth'
  638.       TabVisible = False
  639.       OnEnter = SixthEnter
  640.       object Label8: TLabel
  641.         Left = 10
  642.         Top = 6
  643.         Width = 399
  644.         Height = 47
  645.         AutoSize = False
  646.         Caption = 
  647.           'You are now ready to add files to your Zip files.  Please verify' +
  648.           ' the Zipping options below.'
  649.         Font.Color = clBlack
  650.         Font.Height = -16
  651.         Font.Name = 'MS Sans Serif'
  652.         Font.Style = []
  653.         ParentFont = False
  654.       end
  655.       object Label9: TLabel
  656.         Left = 17
  657.         Top = 60
  658.         Width = 63
  659.         Height = 13
  660.         Caption = 'Zip filename :'
  661.       end
  662.       object Label10: TLabel
  663.         Left = 27
  664.         Top = 84
  665.         Width = 52
  666.         Height = 13
  667.         Caption = 'Operation :'
  668.       end
  669.       object Panel6: TPanel
  670.         Left = 0
  671.         Top = 230
  672.         Width = 419
  673.         Height = 33
  674.         Align = alBottom
  675.         BevelOuter = bvLowered
  676.         Caption = 'Panel1'
  677.         TabOrder = 0
  678.         object Button15: TButton
  679.           Left = 336
  680.           Top = 6
  681.           Width = 75
  682.           Height = 21
  683.           Caption = '&Finish'
  684.           Default = True
  685.           TabOrder = 0
  686.           OnClick = Button15Click
  687.         end
  688.         object Button16: TButton
  689.           Left = 180
  690.           Top = 6
  691.           Width = 75
  692.           Height = 21
  693.           Caption = '<< &Previous'
  694.           TabOrder = 1
  695.           OnClick = Button16Click
  696.         end
  697.         object Button17: TButton
  698.           Left = 258
  699.           Top = 6
  700.           Width = 75
  701.           Height = 21
  702.           Caption = '&Next >>'
  703.           TabOrder = 2
  704.         end
  705.       end
  706.       object Edit1: TEdit
  707.         Left = 85
  708.         Top = 58
  709.         Width = 317
  710.         Height = 21
  711.         Color = clSilver
  712.         ReadOnly = True
  713.         TabOrder = 1
  714.       end
  715.       object Edit2: TEdit
  716.         Left = 85
  717.         Top = 82
  718.         Width = 317
  719.         Height = 21
  720.         Color = clSilver
  721.         ReadOnly = True
  722.         TabOrder = 2
  723.       end
  724.       object GroupBox6: TGroupBox
  725.         Left = 206
  726.         Top = 114
  727.         Width = 199
  728.         Height = 107
  729.         Caption = 'List of search criteria'
  730.         TabOrder = 4
  731.         object ListBox2: TListBox
  732.           Left = 8
  733.           Top = 18
  734.           Width = 180
  735.           Height = 83
  736.           ItemHeight = 13
  737.           TabOrder = 0
  738.         end
  739.       end
  740.       object GroupBox5: TGroupBox
  741.         Left = 14
  742.         Top = 114
  743.         Width = 187
  744.         Height = 107
  745.         Caption = 'Filename storage options'
  746.         TabOrder = 3
  747.         object ListBox3: TListBox
  748.           Left = 6
  749.           Top = 18
  750.           Width = 173
  751.           Height = 83
  752.           ItemHeight = 13
  753.           TabOrder = 0
  754.         end
  755.       end
  756.     end
  757.     object Seventh: TTabSheet
  758.       Caption = 'Seventh'
  759.       TabVisible = False
  760.       OnEnter = SeventhEnter
  761.       object Label11: TLabel
  762.         Left = 280
  763.         Top = 108
  764.         Width = 118
  765.         Height = 29
  766.         Caption = 'ZipWizard'
  767.         Font.Color = clBlack
  768.         Font.Height = -24
  769.         Font.Name = 'MS Sans Serif'
  770.         Font.Style = [fsBold]
  771.         ParentFont = False
  772.       end
  773.       object Image2: TImage
  774.         Left = 94
  775.         Top = 14
  776.         Width = 305
  777.         Height = 91
  778.         Picture.Data = {<image001.bmp>}
  779.         Stretch = True
  780.       end
  781.       object Label12: TLabel
  782.         Left = 10
  783.         Top = 178
  784.         Width = 397
  785.         Height = 31
  786.         AutoSize = False
  787.         Caption = 
  788.           'ZipWizard is now running SZIPW32 to process your commands, this ' +
  789.           'might take a few minutes.'
  790.       end
  791.       object Panel7: TPanel
  792.         Left = 0
  793.         Top = -33
  794.         Width = 0
  795.         Height = 33
  796.         Align = alBottom
  797.         BevelOuter = bvLowered
  798.         TabOrder = 0
  799.         object Button18: TButton
  800.           Left = 336
  801.           Top = 6
  802.           Width = 75
  803.           Height = 21
  804.           Caption = '&Close'
  805.           TabOrder = 0
  806.           OnClick = CloseClick
  807.         end
  808.       end
  809.     end
  810.     object Eigth: TTabSheet
  811.       Caption = 'Eigth'
  812.       TabVisible = False
  813.       OnEnter = EigthEnter
  814.       object Label13: TLabel
  815.         Left = 238
  816.         Top = 110
  817.         Width = 160
  818.         Height = 29
  819.         Caption = 'ZipWizard 1.0'
  820.         Font.Color = clBlack
  821.         Font.Height = -24
  822.         Font.Name = 'MS Sans Serif'
  823.         Font.Style = [fsBold]
  824.         ParentFont = False
  825.       end
  826.       object Image3: TImage
  827.         Left = 94
  828.         Top = 14
  829.         Width = 305
  830.         Height = 91
  831.         Picture.Data = {<image002.bmp>}
  832.         Stretch = True
  833.       end
  834.       object Label14: TLabel
  835.         Left = 6
  836.         Top = 188
  837.         Width = 41
  838.         Height = 13
  839.         Caption = 'Testing :'
  840.       end
  841.       object Panel10: TPanel
  842.         Left = 6
  843.         Top = 204
  844.         Width = 407
  845.         Height = 22
  846.         BevelOuter = bvLowered
  847.         Caption = 'Panel10'
  848.         TabOrder = 0
  849.         object Panel11: TPanel
  850.           Left = 286
  851.           Top = 1
  852.           Width = 120
  853.           Height = 20
  854.           Align = alRight
  855.           Caption = 'Panel11'
  856.           TabOrder = 0
  857.           object ProgressBar2: TProgressBar
  858.             Left = 1
  859.             Top = 1
  860.             Width = 118
  861.             Height = 18
  862.             Align = alClient
  863.             Min = 0
  864.             Max = 100
  865.             TabOrder = 0
  866.           end
  867.         end
  868.         object Panel12: TPanel
  869.           Left = 1
  870.           Top = 1
  871.           Width = 285
  872.           Height = 20
  873.           Align = alClient
  874.           Alignment = taLeftJustify
  875.           TabOrder = 1
  876.         end
  877.       end
  878.       object Panel13: TPanel
  879.         Left = 0
  880.         Top = -33
  881.         Width = 0
  882.         Height = 33
  883.         Align = alBottom
  884.         BevelOuter = bvLowered
  885.         TabOrder = 1
  886.         object Button19: TButton
  887.           Left = 336
  888.           Top = 6
  889.           Width = 75
  890.           Height = 21
  891.           Caption = '&Close'
  892.           Default = True
  893.           TabOrder = 0
  894.           OnClick = CloseClick
  895.         end
  896.         object Button20: TButton
  897.           Left = 178
  898.           Top = 6
  899.           Width = 75
  900.           Height = 21
  901.           Caption = '<< &Previous'
  902.           TabOrder = 1
  903.           OnClick = Button20Click
  904.         end
  905.         object Button22: TButton
  906.           Left = 258
  907.           Top = 6
  908.           Width = 75
  909.           Height = 21
  910.           Caption = '&Next >>'
  911.           Enabled = False
  912.           TabOrder = 2
  913.         end
  914.       end
  915.     end
  916.   end
  917.   object OpenDialog1: TOpenDialog
  918.     FileEditStyle = fsEdit
  919.     Filter = 'Zip files (*.zip;*.exe)|*.zip;*.exe'
  920.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoReadOnlyReturn]
  921.     Title = 'Open existing Zip file'
  922.     Left = 94
  923.     Top = 156
  924.   end
  925.   object SaveDialog1: TSaveDialog
  926.     DefaultExt = 'zip'
  927.     FileEditStyle = fsEdit
  928.     Filter = 'Zip files (*.zip;*.exe)|*.zip;*.exe'
  929.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  930.     Title = 'Create New Zip file'
  931.     Left = 124
  932.     Top = 166
  933.   end
  934.   object ZipFile1: TZipFile
  935.     Left = 14
  936.     Top = 26
  937.   end
  938. end
  939.