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

  1. object ExtractForm: TExtractForm
  2.   Left = 265
  3.   Top = 205
  4.   ActiveControl = hcbExtractTo
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Extract file(s) from archive ...'
  8.   ClientHeight = 213
  9.   ClientWidth = 457
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Label1: TLabel
  21.     Left = 19
  22.     Top = 8
  23.     Width = 57
  24.     Height = 15
  25.     AutoSize = False
  26.     Caption = 'Extract &to:'
  27.     FocusControl = btnExtract
  28.   end
  29.   object Label3: TLabel
  30.     Left = 4
  31.     Top = 187
  32.     Width = 116
  33.     Height = 15
  34.     AutoSize = False
  35.     Caption = '&Make new directory: '
  36.     FocusControl = edNewFolder
  37.   end
  38.   object lbPassword: TLabel
  39.     Left = 239
  40.     Top = 120
  41.     Width = 65
  42.     Height = 15
  43.     AutoSize = False
  44.     Caption = '&Password:'
  45.     FocusControl = edPassword
  46.   end
  47.   object sbBrowseDir: TSpeedButton
  48.     Left = 407
  49.     Top = 6
  50.     Width = 20
  51.     Height = 20
  52.     Caption = '...'
  53.     OnClick = sbBrowseDirClick
  54.   end
  55.   object Label2: TLabel
  56.     Left = -5
  57.     Top = 31
  58.     Width = 79
  59.     Height = 15
  60.     Alignment = taRightJustify
  61.     AutoSize = False
  62.     Caption = 'Destination: '
  63.   end
  64.   object lbDestinationInfo: TLabel
  65.     Left = 75
  66.     Top = 31
  67.     Width = 94
  68.     Height = 15
  69.     Caption = 'lbDestinationInfo'
  70.     Font.Color = clBlack
  71.     Font.Height = -12
  72.     Font.Name = 'Arial'
  73.     Font.Style = [fsItalic]
  74.     ParentFont = False
  75.   end
  76.   object hcbExtractTo: THistoryComboBox
  77.     Left = 75
  78.     Top = 5
  79.     Width = 328
  80.     Height = 23
  81.     Hint = 'Select directory to extract files to ...'
  82.     DropDownCount = 12
  83.     ItemHeight = 15
  84.     TabOrder = 0
  85.     OnChange = hcbExtractToChange
  86.     OnKeyDown = hcbExtractToKeyDown
  87.     OnChoice = hcbExtractToChange
  88.     CanEdit = True
  89.     IniSection = 'UNZIPHistory'
  90.     MaxHistoryLength = 25
  91.   end
  92.   object cbOverwrite: TCheckBox
  93.     Left = 239
  94.     Top = 55
  95.     Width = 173
  96.     Height = 17
  97.     Caption = 'Over&write existing Files '
  98.     TabOrder = 3
  99.   end
  100.   object cbFolderNames: TCheckBox
  101.     Left = 239
  102.     Top = 77
  103.     Width = 173
  104.     Height = 17
  105.     Caption = '&Use Folder Names'
  106.     State = cbChecked
  107.     TabOrder = 4
  108.   end
  109.   object btnExtract: TButton
  110.     Left = 91
  111.     Top = 147
  112.     Width = 79
  113.     Height = 25
  114.     Caption = '&Extract'
  115.     Default = True
  116.     ModalResult = 1
  117.     TabOrder = 7
  118.     OnClick = btnExtractClick
  119.   end
  120.   object btnCancel: TButton
  121.     Left = 189
  122.     Top = 147
  123.     Width = 79
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = '&Cancel'
  127.     ModalResult = 2
  128.     TabOrder = 8
  129.   end
  130.   object rgFiles: TGroupBox
  131.     Left = 4
  132.     Top = 49
  133.     Width = 229
  134.     Height = 88
  135.     Caption = ' Files '
  136.     TabOrder = 2
  137.     object rbSelectedFiles: TRadioButton
  138.       Left = 5
  139.       Top = 19
  140.       Width = 117
  141.       Height = 17
  142.       Caption = '&Selected files'
  143.       TabOrder = 0
  144.       OnClick = rbAllFilesClick
  145.     end
  146.     object rbAllFiles: TRadioButton
  147.       Left = 5
  148.       Top = 41
  149.       Width = 109
  150.       Height = 17
  151.       Caption = '&All files'
  152.       TabOrder = 1
  153.       OnClick = rbAllFilesClick
  154.     end
  155.     object rbFiles: TRadioButton
  156.       Left = 5
  157.       Top = 62
  158.       Width = 53
  159.       Height = 17
  160.       Caption = 'F&iles: '
  161.       TabOrder = 2
  162.       OnClick = rbFilesClick
  163.     end
  164.     object hcbFiles: THistoryComboBox
  165.       Left = 58
  166.       Top = 59
  167.       Width = 164
  168.       Height = 23
  169.       DropDownCount = 10
  170.       ItemHeight = 15
  171.       TabOrder = 3
  172.       OnChange = hcbFilesFocusLost
  173.       OnFocusLost = hcbFilesFocusLost
  174.       OnChoice = hcbFilesFocusLost
  175.       CanEdit = True
  176.       IniSection = 'UNZIPFiles'
  177.       MaxHistoryLength = 15
  178.     end
  179.   end
  180.   object edNewFolder: TEdit
  181.     Left = 120
  182.     Top = 183
  183.     Width = 216
  184.     Height = 23
  185.     TabOrder = 10
  186.     OnChange = edNewFolderChange
  187.     OnEnter = edNewFolderEnter
  188.   end
  189.   object btnOKFolder: TButton
  190.     Left = 343
  191.     Top = 183
  192.     Width = 51
  193.     Height = 23
  194.     Caption = '&OK'
  195.     TabOrder = 11
  196.     OnClick = btnOKFolderClick
  197.   end
  198.   object btnCancelFolder: TButton
  199.     Left = 401
  200.     Top = 183
  201.     Width = 51
  202.     Height = 23
  203.     Caption = 'Ca&ncel'
  204.     TabOrder = 12
  205.     OnClick = btnCancelFolderClick
  206.     OnExit = btnCancelFolderExit
  207.   end
  208.   object cbVolName: TCheckBox
  209.     Left = 239
  210.     Top = 98
  211.     Width = 173
  212.     Height = 17
  213.     Caption = 'Update &Volume label'
  214.     TabOrder = 5
  215.   end
  216.   object edPassword: TEdit
  217.     Left = 302
  218.     Top = 116
  219.     Width = 151
  220.     Height = 23
  221.     PasswordChar = '*'
  222.     TabOrder = 6
  223.     OnChange = edPasswordChange
  224.   end
  225.   object btnHelp: TButton
  226.     Left = 287
  227.     Top = 147
  228.     Width = 79
  229.     Height = 25
  230.     Cancel = True
  231.     Caption = '&Help'
  232.     TabOrder = 9
  233.     OnClick = btnHelpClick
  234.   end
  235.   object btnNewFolder: TBitBtn
  236.     Left = 432
  237.     Top = 6
  238.     Width = 21
  239.     Height = 20
  240.     TabOrder = 1
  241.     OnClick = btnNewFolderClick
  242.     Glyph.Data = {
  243.       F6000000424DF600000000000000760000002800000010000000100000000100
  244.       0400000000008000000000000000000000000000000000000000000000000000
  245.       80000080000000808000800000008000800080800000C0C0C000808080000000
  246.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  247.       3333300000000000033388888888888803338FB7B7B7B7B803338F7B7B7B7B78
  248.       03338FB7B7B7B7B803338F7B7B7B7B7803338FB7B7B7B7B803338F7B7B7B7B78
  249.       03038FFFFFFFFFF800338B7B7B788880333338B7B78030000030338888333300
  250.       0333333333333030303333333333033333033333333333303333}
  251.   end
  252.   object BrowseDir: TBrowseDirectoryDlg
  253.     Selection = 'C:\'
  254.     Root = idDrives
  255.     Options = [bfDirectoriesOnly]
  256.     EnableOKButton = False
  257.     Left = 186
  258.     Top = 61
  259.   end
  260. end
  261.