home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / unzip.dll / 0 / RCDATA / TZIPFORM / TZIPFORM.txt
Text File  |  1997-07-17  |  8KB  |  371 lines

  1. object ZIPForm: TZIPForm
  2.   Left = 257
  3.   Top = 151
  4.   ActiveControl = hcbZIPFileName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ZIP file(s) ...'
  8.   ClientHeight = 313
  9.   ClientWidth = 447
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object pnZIPSettings: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 447
  25.     Height = 231
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object lbZIPFileName: TLabel
  29.       Left = 9
  30.       Top = 7
  31.       Width = 80
  32.       Height = 15
  33.       AutoSize = False
  34.       Caption = 'ZIP file &name:'
  35.       FocusControl = hcbZIPFileName
  36.     end
  37.     object sbBrowseDir: TSpeedButton
  38.       Left = 422
  39.       Top = 6
  40.       Width = 20
  41.       Height = 19
  42.       Caption = '∩┐╜'
  43.       OnClick = sbBrowseDirClick
  44.     end
  45.     object Label1: TLabel
  46.       Left = 151
  47.       Top = 50
  48.       Width = 72
  49.       Height = 15
  50.       AutoSize = False
  51.       Caption = 'Co&mment: '
  52.       FocusControl = edZIPComment
  53.     end
  54.     object Label2: TLabel
  55.       Left = 151
  56.       Top = 90
  57.       Width = 73
  58.       Height = 15
  59.       AutoSize = False
  60.       Caption = 'P&assword: '
  61.       FocusControl = edZIPEncryptCode
  62.     end
  63.     object Label3: TLabel
  64.       Left = 8
  65.       Top = 31
  66.       Width = 79
  67.       Height = 15
  68.       Alignment = taRightJustify
  69.       AutoSize = False
  70.       Caption = 'Destination: '
  71.     end
  72.     object lbDestinationInfo: TLabel
  73.       Left = 90
  74.       Top = 31
  75.       Width = 94
  76.       Height = 15
  77.       Caption = 'lbDestinationInfo'
  78.       Font.Color = clBlack
  79.       Font.Height = -12
  80.       Font.Name = 'Arial'
  81.       Font.Style = [fsItalic]
  82.       ParentFont = False
  83.     end
  84.     object hcbZIPFileName: THistoryComboBox
  85.       Left = 89
  86.       Top = 4
  87.       Width = 329
  88.       Height = 23
  89.       DropDownCount = 15
  90.       ItemHeight = 15
  91.       TabOrder = 0
  92.       OnChange = hcbZIPFileNameChange
  93.       OnKeyDown = hcbZIPFileNameKeyDown
  94.       OnFocusLost = hcbZIPFileNameFocusLost
  95.       OnChoice = hcbZIPFileNameChange
  96.       CanEdit = True
  97.       IniSection = 'ZIPFiles'
  98.       MaxHistoryLength = 25
  99.     end
  100.     object cbZIPRecurseDirs: TCheckBox
  101.       Left = 9
  102.       Top = 50
  103.       Width = 140
  104.       Height = 17
  105.       Caption = '&Recurse directories'
  106.       TabOrder = 1
  107.     end
  108.     object cbZIPPackDirNames: TCheckBox
  109.       Left = 9
  110.       Top = 68
  111.       Width = 140
  112.       Height = 17
  113.       Caption = '&Pack path names'
  114.       TabOrder = 2
  115.     end
  116.     object cbZIPMoveToZIP: TCheckBox
  117.       Left = 9
  118.       Top = 86
  119.       Width = 140
  120.       Height = 17
  121.       Caption = 'Mo&ve to archive'
  122.       TabOrder = 3
  123.     end
  124.     object gbZIPCompression: TGroupBox
  125.       Left = 151
  126.       Top = 133
  127.       Width = 293
  128.       Height = 60
  129.       Caption = ' &ZIP Compression '
  130.       TabOrder = 7
  131.       object mlbFastest: TMMLabel
  132.         Left = 3
  133.         Top = 17
  134.         Width = 50
  135.         Height = 15
  136.         Alignment = taCenter
  137.         AutoSize = False
  138.         Caption = 'Fastest'
  139.         Font.Color = clBlack
  140.         Font.Height = -12
  141.         Font.Name = 'Arial'
  142.         Font.Style = []
  143.         ParentFont = False
  144.         Transparent = True
  145.         OnClick = mlbFastestClick
  146.         ColorNoFocus = clWindowText
  147.       end
  148.       object mlbNormal: TMMLabel
  149.         Left = 119
  150.         Top = 17
  151.         Width = 50
  152.         Height = 15
  153.         Alignment = taCenter
  154.         AutoSize = False
  155.         Caption = 'Normal'
  156.         Font.Color = clBlack
  157.         Font.Height = -12
  158.         Font.Name = 'Arial'
  159.         Font.Style = []
  160.         ParentFont = False
  161.         Transparent = True
  162.         OnClick = mlbNormalClick
  163.         ColorNoFocus = clWindowText
  164.       end
  165.       object MMLabel1: TMMLabel
  166.         Left = 230
  167.         Top = 17
  168.         Width = 60
  169.         Height = 15
  170.         Alignment = taCenter
  171.         AutoSize = False
  172.         Caption = 'Maximum'
  173.         Font.Color = clBlack
  174.         Font.Height = -12
  175.         Font.Name = 'Arial'
  176.         Font.Style = []
  177.         ParentFont = False
  178.         Transparent = True
  179.         OnClick = MMLabel1Click
  180.         ColorNoFocus = clWindowText
  181.       end
  182.       object trZIPCompression: TTrackBar
  183.         Left = 18
  184.         Top = 32
  185.         Width = 251
  186.         Height = 22
  187.         Max = 9
  188.         Min = 1
  189.         Orientation = trHorizontal
  190.         ParentShowHint = False
  191.         PageSize = 1
  192.         Frequency = 1
  193.         Position = 1
  194.         SelEnd = 0
  195.         SelStart = 0
  196.         ShowHint = False
  197.         TabOrder = 0
  198.         TickMarks = tmTopLeft
  199.         TickStyle = tsAuto
  200.       end
  201.     end
  202.     object pnMultiple: TPanel
  203.       Left = 3
  204.       Top = 106
  205.       Width = 143
  206.       Height = 87
  207.       BevelInner = bvRaised
  208.       BevelOuter = bvLowered
  209.       TabOrder = 4
  210.       object cbZIPMultipleDisks: TCheckBox
  211.         Left = 6
  212.         Top = 3
  213.         Width = 135
  214.         Height = 21
  215.         Caption = 'M&ultiple disk archive'
  216.         TabOrder = 0
  217.         OnClick = cbZIPMultipleDisksClick
  218.       end
  219.       object rgPrepDestDisk: TRadioGroup
  220.         Left = 6
  221.         Top = 22
  222.         Width = 131
  223.         Height = 59
  224.         Caption = ' Destination '
  225.         ItemIndex = 1
  226.         Items.Strings = (
  227.           '&Format disk'
  228.           '&Wipe disk')
  229.         TabOrder = 1
  230.       end
  231.     end
  232.     object btnOK: TButton
  233.       Left = 49
  234.       Top = 200
  235.       Width = 75
  236.       Height = 25
  237.       Caption = '&OK'
  238.       Default = True
  239.       TabOrder = 8
  240.       OnClick = btnOKClick
  241.     end
  242.     object btnCancel: TButton
  243.       Left = 139
  244.       Top = 200
  245.       Width = 75
  246.       Height = 25
  247.       Cancel = True
  248.       Caption = '&Cancel'
  249.       ModalResult = 2
  250.       TabOrder = 9
  251.     end
  252.     object btnZIPOptions: TButton
  253.       Left = 231
  254.       Top = 200
  255.       Width = 75
  256.       Height = 25
  257.       Caption = 'Op&tions ...'
  258.       TabOrder = 10
  259.       OnClick = btnZIPOptionsClick
  260.     end
  261.     object btnHelp: TButton
  262.       Left = 322
  263.       Top = 200
  264.       Width = 75
  265.       Height = 25
  266.       Caption = '&Help'
  267.       TabOrder = 11
  268.       OnClick = btnHelpClick
  269.     end
  270.     object edZIPComment: TEdit
  271.       Left = 151
  272.       Top = 66
  273.       Width = 292
  274.       Height = 23
  275.       TabOrder = 5
  276.     end
  277.     object edZIPEncryptCode: TEdit
  278.       Left = 151
  279.       Top = 106
  280.       Width = 292
  281.       Height = 23
  282.       PasswordChar = '*'
  283.       TabOrder = 6
  284.     end
  285.   end
  286.   object pnGauges: TPanel
  287.     Left = 0
  288.     Top = 231
  289.     Width = 447
  290.     Height = 82
  291.     Align = alBottom
  292.     BevelInner = bvRaised
  293.     BevelOuter = bvLowered
  294.     TabOrder = 1
  295.     object lbMajor: TLabel
  296.       Left = 8
  297.       Top = 41
  298.       Width = 365
  299.       Height = 15
  300.       Caption = 'Please wait...'
  301.     end
  302.     object lbMinor: TLabel
  303.       Left = 8
  304.       Top = 4
  305.       Width = 365
  306.       Height = 14
  307.       AutoSize = False
  308.       Caption = 'Please wait...'
  309.     end
  310.     object btnStop: TButton
  311.       Left = 388
  312.       Top = 34
  313.       Width = 49
  314.       Height = 25
  315.       Caption = '&Stop'
  316.       TabOrder = 0
  317.       OnClick = btnStopClick
  318.     end
  319.     object MinorGauge: TPercentBar3D
  320.       Left = 8
  321.       Top = 19
  322.       Width = 371
  323.       Height = 20
  324.       BarColor = clRed
  325.       Font.Color = clNavy
  326.       Font.Height = -11
  327.       Font.Name = 'Arial'
  328.       Font.Style = []
  329.       ParentFont = False
  330.     end
  331.     object MajorGauge: TPercentBar3D
  332.       Left = 8
  333.       Top = 56
  334.       Width = 371
  335.       Height = 20
  336.       BarColor = clGreen
  337.       Font.Color = clNavy
  338.       Font.Height = -11
  339.       Font.Name = 'Arial'
  340.       Font.Style = []
  341.       ParentFont = False
  342.     end
  343.   end
  344.   object ZIPBrowseDirectory: TBrowseDirectoryDlg
  345.     Root = idDrives
  346.     Options = [bfDirectoriesOnly]
  347.     EnableOKButton = False
  348.     Left = 276
  349.     Top = 216
  350.   end
  351.   object ZipFileVCL: TZipFile
  352.     OnMajorCallback = ZipFileVCLMajorCallback
  353.     OnMinorCallback = ZipFileVCLMinorCallback
  354.     CompFactor = 1
  355.     ZipFormats = [DosifyFlag]
  356.     wZipSubOptions = [ZSO_MINORCANCEL]
  357.     Options = [zfRecurseFlag, zfNoDirectoryNamesFlag, zfNoDirectoryEntriesFlag]
  358.     Left = 119
  359.     Top = 216
  360.   end
  361.   object UnZIPFileVCL: TUnzipFile
  362.     OnMajorCallback = ZipFileVCLMajorCallback
  363.     OnMinorCallback = ZipFileVCLMinorCallback
  364.     IndexofItem = 0
  365.     Options = [ufNoDirectoryNamesFlag, ufRecurseFlag, ufNoDirectoryItemsFlag]
  366.     wUnzipSubOptions = [USO_MINORCANCEL]
  367.     Left = 187
  368.     Top = 216
  369.   end
  370. end
  371.