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

  1. object ZIPOptionsForm: TZIPOptionsForm
  2.   Left = 287
  3.   Top = 173
  4.   ActiveControl = btnOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ZIP Options'
  8.   ClientHeight = 226
  9.   ClientWidth = 352
  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 gbDirTemp: TGroupBox
  21.     Left = 4
  22.     Top = 114
  23.     Width = 345
  24.     Height = 73
  25.     Caption = ' Directory for temporary files '
  26.     TabOrder = 1
  27.     object sbBrowseDir: TSpeedButton
  28.       Left = 316
  29.       Top = 43
  30.       Width = 20
  31.       Height = 19
  32.       Caption = '∩┐╜'
  33.       OnClick = sbBrowseDirClick
  34.     end
  35.     object rbZIPTempWinDir: TRadioButton
  36.       Left = 9
  37.       Top = 20
  38.       Width = 126
  39.       Height = 17
  40.       Caption = '&Windows default'
  41.       Checked = True
  42.       TabOrder = 0
  43.       TabStop = True
  44.       OnClick = rbZIPTempWinDirClick
  45.     end
  46.     object rbZIPTempOther: TRadioButton
  47.       Left = 9
  48.       Top = 44
  49.       Width = 58
  50.       Height = 17
  51.       Caption = 'Oth&er:'
  52.       TabOrder = 1
  53.       OnClick = rbZIPTempOtherClick
  54.     end
  55.     object edZIPTempDir: TEdit
  56.       Left = 67
  57.       Top = 42
  58.       Width = 243
  59.       Height = 23
  60.       TabOrder = 2
  61.       OnChange = edZIPTempDirChange
  62.       OnEnter = edZIPTempDirEnter
  63.       OnKeyDown = edZIPTempDirKeyDown
  64.     end
  65.   end
  66.   object gbAddSettings: TGroupBox
  67.     Left = 4
  68.     Top = 0
  69.     Width = 345
  70.     Height = 110
  71.     Caption = ' Additional settings '
  72.     TabOrder = 0
  73.     object cbZIPLatestDate: TCheckBox
  74.       Left = 9
  75.       Top = 20
  76.       Width = 191
  77.       Height = 17
  78.       Caption = 'Set ZIP date to &latest file date'
  79.       TabOrder = 0
  80.     end
  81.     object cbZIPVolumeName: TCheckBox
  82.       Left = 9
  83.       Top = 41
  84.       Width = 191
  85.       Height = 17
  86.       Caption = 'Include &volume name'
  87.       TabOrder = 1
  88.     end
  89.     object cbZIPTestCRC: TCheckBox
  90.       Left = 9
  91.       Top = 62
  92.       Width = 191
  93.       Height = 17
  94.       Caption = '&Test CRC of archive'
  95.       TabOrder = 2
  96.     end
  97.     object cbZIPShortNames: TCheckBox
  98.       Left = 9
  99.       Top = 83
  100.       Width = 191
  101.       Height = 17
  102.       Caption = 'Use 8.3 &short filenames'
  103.       TabOrder = 3
  104.     end
  105.   end
  106.   object btnOK: TButton
  107.     Left = 43
  108.     Top = 196
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 2
  115.     OnClick = btnOKClick
  116.   end
  117.   object btnCancel: TButton
  118.     Left = 138
  119.     Top = 196
  120.     Width = 75
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = '&Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 3
  126.   end
  127.   object btnHelp: TButton
  128.     Left = 233
  129.     Top = 196
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Help'
  133.     TabOrder = 4
  134.   end
  135.   object ZIPBrowseDirectory: TBrowseDirectoryDlg
  136.     Root = idDrives
  137.     Options = [bfDirectoriesOnly]
  138.     EnableOKButton = False
  139.     Left = 237
  140.     Top = 104
  141.   end
  142. end
  143.