home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGZIP / TDLGZIP.txt
Text File  |  1998-03-18  |  4KB  |  210 lines

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