home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / sharewar / archivp / ARCPEEK.EXE / 0 / RCDATA / TZIPOPTIONS / TZIPOPTIONS.txt
Text File  |  2000-01-10  |  2KB  |  85 lines

  1. object ZipOptions: TZipOptions
  2.   Left = 141
  3.   Top = 172
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'ZIP file extraction'
  7.   ClientHeight = 99
  8.   ClientWidth = 358
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 48
  20.     Height = 13
  21.     Caption = 'Extract to:'
  22.   end
  23.   object Button1: TButton
  24.     Left = 132
  25.     Top = 72
  26.     Width = 49
  27.     Height = 25
  28.     Caption = 'OK'
  29.     TabOrder = 4
  30.     OnClick = Button1Click
  31.   end
  32.   object Button2: TButton
  33.     Left = 188
  34.     Top = 72
  35.     Width = 49
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     TabOrder = 5
  39.     OnClick = Button2Click
  40.   end
  41.   object Folder: TEdit
  42.     Left = 64
  43.     Top = 8
  44.     Width = 289
  45.     Height = 21
  46.     TabOrder = 0
  47.     Text = 'C:\'
  48.   end
  49.   object Button3: TButton
  50.     Left = 8
  51.     Top = 32
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Browse...'
  55.     TabOrder = 1
  56.     OnClick = Button3Click
  57.   end
  58.   object CheckBox1: TCheckBox
  59.     Left = 88
  60.     Top = 32
  61.     Width = 145
  62.     Height = 17
  63.     Caption = 'Extract with folder names'
  64.     State = cbChecked
  65.     TabOrder = 2
  66.   end
  67.   object CheckBox2: TCheckBox
  68.     Left = 88
  69.     Top = 48
  70.     Width = 89
  71.     Height = 17
  72.     Caption = 'Overwrite files'
  73.     State = cbChecked
  74.     TabOrder = 3
  75.   end
  76.   object BrowseFolder: TBrowseFolder
  77.     Directory = 'C:\'
  78.     Flags = [bfFileSysDirsOnly, bfStatusText]
  79.     ShowPathInStatusArea = False
  80.     SyncCustomButton = False
  81.     Left = 264
  82.     Top = 32
  83.   end
  84. end
  85.