home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGZIP / TDLGZIP.txt
Text File  |  1996-12-31  |  4KB  |  193 lines

  1. object DLGZIP: TDLGZIP
  2.   Tag = 1
  3.   Left = 210
  4.   Top = 436
  5.   HelpContext = 150
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Pack files'
  9.   ClientHeight = 139
  10.   ClientWidth = 452
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 13
  18.   object Prompt: TLabel
  19.     Tag = 2
  20.     Left = 4
  21.     Top = 5
  22.     Width = 445
  23.     Height = 12
  24.     AutoSize = False
  25.     Caption = 'Pack file(s) to the file:'
  26.     ShowAccelChar = False
  27.   end
  28.   object ZipText: TEdit
  29.     Left = 4
  30.     Top = 22
  31.     Width = 340
  32.     Height = 21
  33.     TabOrder = 0
  34.     OnChange = ZipTextChange
  35.     OnKeyDown = ZipTextKeyDown
  36.   end
  37.   object Storedir: TCheckBox
  38.     Tag = 3
  39.     Left = 4
  40.     Top = 46
  41.     Width = 329
  42.     Height = 16
  43.     Caption = 'Also &pack path names (only recursed)'
  44.     TabOrder = 1
  45.     OnKeyDown = ZipTextKeyDown
  46.   end
  47.   object Recurse: TCheckBox
  48.     Tag = 4
  49.     Left = 4
  50.     Top = 62
  51.     Width = 329
  52.     Height = 16
  53.     Caption = 'Recursively pack &subdirectories'
  54.     TabOrder = 2
  55.     OnKeyDown = ZipTextKeyDown
  56.   end
  57.   object Multivolume: TCheckBox
  58.     Tag = 5
  59.     Left = 4
  60.     Top = 78
  61.     Width = 329
  62.     Height = 16
  63.     Caption = '&Multiple disk archive (PKZIP and ARJ only)'
  64.     TabOrder = 3
  65.     OnKeyDown = ZipTextKeyDown
  66.   end
  67.   object Ok: TButton
  68.     Tag = 4001
  69.     Left = 87
  70.     Top = 114
  71.     Width = 90
  72.     Height = 23
  73.     Caption = 'Ok'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 5
  77.     OnKeyDown = ZipTextKeyDown
  78.   end
  79.   object id_calltree: TButton
  80.     Tag = 7
  81.     Left = 181
  82.     Top = 114
  83.     Width = 90
  84.     Height = 23
  85.     Caption = '&Tree'
  86.     TabOrder = 6
  87.     OnClick = id_calltreeClick
  88.     OnKeyDown = ZipTextKeyDown
  89.   end
  90.   object Cancel: TButton
  91.     Tag = 4002
  92.     Left = 275
  93.     Top = 114
  94.     Width = 90
  95.     Height = 23
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 7
  100.     OnKeyDown = ZipTextKeyDown
  101.   end
  102.   object Packer1: TGroupBox
  103.     Tag = 8
  104.     Left = 348
  105.     Top = 17
  106.     Width = 101
  107.     Height = 91
  108.     Caption = ' Packer '
  109.     TabOrder = 8
  110.     object zip_ZIP: TRadioButton
  111.       Left = 5
  112.       Top = 15
  113.       Width = 45
  114.       Height = 16
  115.       Caption = '&ZIP'
  116.       TabOrder = 0
  117.       TabStop = True
  118.       OnClick = zip_ZIPClick
  119.       OnKeyDown = ZipTextKeyDown
  120.     end
  121.     object zip_ARJ: TRadioButton
  122.       Left = 5
  123.       Top = 31
  124.       Width = 45
  125.       Height = 16
  126.       Caption = '&ARJ'
  127.       TabOrder = 1
  128.       OnClick = zip_ARJClick
  129.       OnKeyDown = ZipTextKeyDown
  130.     end
  131.     object zip_LHA: TRadioButton
  132.       Left = 5
  133.       Top = 48
  134.       Width = 45
  135.       Height = 16
  136.       Caption = '&LHA'
  137.       TabOrder = 2
  138.       OnClick = zip_LHAClick
  139.       OnKeyDown = ZipTextKeyDown
  140.     end
  141.     object zip_RAR: TRadioButton
  142.       Left = 53
  143.       Top = 15
  144.       Width = 42
  145.       Height = 18
  146.       Caption = '&RAR'
  147.       TabOrder = 3
  148.       OnClick = zip_RARClick
  149.       OnKeyDown = ZipTextKeyDown
  150.     end
  151.     object zip_UC2: TRadioButton
  152.       Left = 53
  153.       Top = 31
  154.       Width = 45
  155.       Height = 16
  156.       Caption = '&UC2'
  157.       TabOrder = 4
  158.       OnClick = zip_UC2Click
  159.       OnKeyDown = ZipTextKeyDown
  160.     end
  161.     object ConfigNow: TButton
  162.       Tag = 6
  163.       Left = 5
  164.       Top = 64
  165.       Width = 90
  166.       Height = 23
  167.       Caption = '&configure'
  168.       TabOrder = 5
  169.       OnClick = ConfigNowClick
  170.       OnKeyDown = ZipTextKeyDown
  171.     end
  172.   end
  173.   object MoveToArchive: TCheckBox
  174.     Tag = 9
  175.     Left = 4
  176.     Top = 94
  177.     Width = 329
  178.     Height = 16
  179.     Caption = 'M&ove to archive'
  180.     TabOrder = 4
  181.     OnClick = MoveToArchiveClick
  182.     OnKeyDown = ZipTextKeyDown
  183.   end
  184.   object Translate1: TTranslate
  185.     Tag = 5480
  186.     Top = 112
  187.   end
  188.   object ResolutionFix1: TResolutionFix
  189.     Left = 36
  190.     Top = 112
  191.   end
  192. end
  193.