home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TEXTRACTFORM / TEXTRACTFORM.txt
Text File  |  1999-06-03  |  4KB  |  182 lines

  1. object ExtractForm: TExtractForm
  2.   Left = 226
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Extract'
  6.   ClientHeight = 228
  7.   ClientWidth = 496
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ExtractToL: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 48
  23.     Height = 13
  24.     Caption = 'E&xtract to:'
  25.     FocusControl = Destination
  26.   end
  27.   object FolderDrivesL: TLabel
  28.     Left = 200
  29.     Top = 8
  30.     Width = 70
  31.     Height = 13
  32.     Caption = '&Folders/drives:'
  33.     FocusControl = TreeList
  34.   end
  35.   object Destination: TComboBox
  36.     Left = 8
  37.     Top = 24
  38.     Width = 153
  39.     Height = 21
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = DestinationChange
  43.   end
  44.   object FilesGroup: TGroupBox
  45.     Left = 8
  46.     Top = 56
  47.     Width = 185
  48.     Height = 89
  49.     Caption = ' Files '
  50.     TabOrder = 2
  51.     object SelectedFiles: TRadioButton
  52.       Left = 8
  53.       Top = 16
  54.       Width = 113
  55.       Height = 17
  56.       Caption = '&Selected files'
  57.       TabOrder = 0
  58.     end
  59.     object AllFilesButt: TRadioButton
  60.       Left = 8
  61.       Top = 40
  62.       Width = 113
  63.       Height = 17
  64.       Caption = '&All files'
  65.       TabOrder = 1
  66.     end
  67.     object CFiles: TRadioButton
  68.       Left = 8
  69.       Top = 64
  70.       Width = 57
  71.       Height = 17
  72.       Caption = 'F&iles:'
  73.       TabOrder = 2
  74.       OnClick = CFilesClick
  75.     end
  76.     object FileSpec: TEdit97
  77.       Left = 64
  78.       Top = 64
  79.       Width = 113
  80.       Height = 19
  81.       TabOrder = 3
  82.       OnEnter = FileSpecEnter
  83.     end
  84.   end
  85.   object OverwriteExisting: TCheckBox
  86.     Left = 16
  87.     Top = 160
  88.     Width = 169
  89.     Height = 17
  90.     Caption = '&Overwrite Existing Files'
  91.     TabOrder = 3
  92.   end
  93.   object SkipOlder: TCheckBox
  94.     Left = 16
  95.     Top = 192
  96.     Width = 97
  97.     Height = 17
  98.     Caption = 'S&kip Older Files'
  99.     TabOrder = 4
  100.   end
  101.   object TreeList: TTreeView
  102.     Left = 200
  103.     Top = 24
  104.     Width = 209
  105.     Height = 193
  106.     ReadOnly = True
  107.     Indent = 19
  108.     OnExpanding = TreeListExpanding
  109.     OnChange = TreeListChange
  110.     TabOrder = 5
  111.   end
  112.   object ExtractButt: TCorelButton
  113.     Left = 416
  114.     Top = 8
  115.     Width = 75
  116.     Height = 23
  117.     Caption = '&Extract'
  118.     Default = True
  119.     TabOrder = 6
  120.     OnClick = ExtractButtClick
  121.   end
  122.   object CancelButt: TCorelButton
  123.     Left = 416
  124.     Top = 40
  125.     Width = 75
  126.     Height = 23
  127.     Caption = '&Cancel'
  128.     TabOrder = 7
  129.     OnClick = CancelButtClick
  130.   end
  131.   object ExploreButt: TCorelButton
  132.     Left = 168
  133.     Top = 27
  134.     Width = 25
  135.     Height = 17
  136.     Caption = '->'
  137.     TabOrder = 1
  138.     OnClick = ExploreButtClick
  139.   end
  140.   object NewFolderButt: TCorelButton
  141.     Left = 416
  142.     Top = 192
  143.     Width = 75
  144.     Height = 23
  145.     Caption = '&New Folder...'
  146.     TabOrder = 9
  147.     OnClick = NewFolderButtClick
  148.   end
  149.   object HelpButt: TCorelButton
  150.     Left = 416
  151.     Top = 72
  152.     Width = 75
  153.     Height = 23
  154.     Caption = '&Help'
  155.     TabOrder = 8
  156.     OnClick = HelpButtClick
  157.   end
  158.   object ZipMaster1: TZipMaster
  159.     Verbose = False
  160.     Trace = False
  161.     AddCompLevel = 9
  162.     AddOptions = []
  163.     ExtrOptions = []
  164.     Unattended = False
  165.     SFXOverWriteMode = OvrConfirm
  166.     SFXCaption = 'Self-extracting Archive'
  167.     KeepFreeOnDisk1 = 0
  168.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
  169.     OnProgress = ZipMaster1Progress
  170.     OnMessage = ZipMaster1Message
  171.     OnCRC32Error = ZipMaster1CRC32Error
  172.     OnExtractOverwrite = ZipMaster1ExtractOverwrite
  173.     Left = 416
  174.     Top = 120
  175.   end
  176.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  177.     ShowSelectionInStatus = False
  178.     Left = 128
  179.     Top = 200
  180.   end
  181. end
  182.