home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGZIP / TDLGZIP.txt
Text File  |  1999-07-27  |  6KB  |  286 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 = 153
  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.     Font.Color = clBtnText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ShowAccelChar = False
  32.   end
  33.   object ZipText: TEdit
  34.     Left = 4
  35.     Top = 18
  36.     Width = 340
  37.     Height = 21
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnChange = ZipTextChange
  45.     OnKeyDown = ZipTextKeyDown
  46.   end
  47.   object Storedir: TCheckBox
  48.     Tag = 3
  49.     Left = 4
  50.     Top = 42
  51.     Width = 340
  52.     Height = 16
  53.     Caption = 'Also &pack path names (only recursed)'
  54.     Font.Color = clBtnText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     OnKeyDown = ZipTextKeyDown
  61.   end
  62.   object Recurse: TCheckBox
  63.     Tag = 4
  64.     Left = 4
  65.     Top = 58
  66.     Width = 340
  67.     Height = 16
  68.     Caption = 'Recursively pack &subdirectories'
  69.     Font.Color = clBtnText
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 2
  75.     OnKeyDown = ZipTextKeyDown
  76.   end
  77.   object Multivolume: TCheckBox
  78.     Tag = 5
  79.     Left = 4
  80.     Top = 74
  81.     Width = 340
  82.     Height = 16
  83.     Caption = '&Multiple disk archive (PKZIP and ARJ only)'
  84.     Font.Color = clBtnText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 3
  90.     OnClick = MultivolumeClick
  91.     OnKeyDown = ZipTextKeyDown
  92.   end
  93.   object Ok: TButton
  94.     Tag = 4001
  95.     Left = 75
  96.     Top = 128
  97.     Width = 90
  98.     Height = 23
  99.     Caption = 'Ok'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 6
  103.     OnKeyDown = ZipTextKeyDown
  104.   end
  105.   object id_calltree: TButton
  106.     Tag = 7
  107.     Left = 169
  108.     Top = 128
  109.     Width = 90
  110.     Height = 23
  111.     Caption = '&Tree'
  112.     TabOrder = 7
  113.     OnClick = id_calltreeClick
  114.     OnKeyDown = ZipTextKeyDown
  115.   end
  116.   object Cancel: TButton
  117.     Tag = 4002
  118.     Left = 263
  119.     Top = 128
  120.     Width = 90
  121.     Height = 23
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 8
  126.     OnKeyDown = ZipTextKeyDown
  127.   end
  128.   object Packer1: TGroupBox
  129.     Tag = 8
  130.     Left = 348
  131.     Top = 16
  132.     Width = 101
  133.     Height = 109
  134.     Caption = ' Packer '
  135.     Font.Color = clBtnText
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 10
  141.     object zip_ZIP: TRadioButton
  142.       Left = 5
  143.       Top = 14
  144.       Width = 45
  145.       Height = 16
  146.       Caption = '&ZIP'
  147.       TabOrder = 0
  148.       TabStop = True
  149.       OnClick = zip_ZIPClick
  150.       OnKeyDown = ZipTextKeyDown
  151.     end
  152.     object zip_ARJ: TRadioButton
  153.       Left = 5
  154.       Top = 30
  155.       Width = 45
  156.       Height = 16
  157.       Caption = '&ARJ'
  158.       TabOrder = 1
  159.       OnClick = zip_ARJClick
  160.       OnKeyDown = ZipTextKeyDown
  161.     end
  162.     object zip_LHA: TRadioButton
  163.       Left = 5
  164.       Top = 47
  165.       Width = 45
  166.       Height = 16
  167.       Caption = '&LHA'
  168.       TabOrder = 2
  169.       OnClick = zip_LHAClick
  170.       OnKeyDown = ZipTextKeyDown
  171.     end
  172.     object zip_RAR: TRadioButton
  173.       Left = 53
  174.       Top = 14
  175.       Width = 42
  176.       Height = 18
  177.       Caption = '&RAR'
  178.       TabOrder = 3
  179.       OnClick = zip_RARClick
  180.       OnKeyDown = ZipTextKeyDown
  181.     end
  182.     object zip_UC2: TRadioButton
  183.       Left = 53
  184.       Top = 30
  185.       Width = 45
  186.       Height = 16
  187.       Caption = '&UC2'
  188.       TabOrder = 4
  189.       OnClick = zip_UC2Click
  190.       OnKeyDown = ZipTextKeyDown
  191.     end
  192.     object ConfigNow: TButton
  193.       Tag = 6
  194.       Left = 5
  195.       Top = 84
  196.       Width = 90
  197.       Height = 23
  198.       Caption = '&Configure'
  199.       TabOrder = 8
  200.       OnClick = ConfigNowClick
  201.       OnKeyDown = ZipTextKeyDown
  202.     end
  203.     object zip_ACE: TRadioButton
  204.       Left = 53
  205.       Top = 47
  206.       Width = 45
  207.       Height = 16
  208.       Caption = 'AC&E'
  209.       TabOrder = 5
  210.       OnClick = zip_ACEClick
  211.       OnKeyDown = ZipTextKeyDown
  212.     end
  213.     object zip_plugin: TRadioButton
  214.       Left = 5
  215.       Top = 64
  216.       Width = 32
  217.       Height = 16
  218.       Caption = '&->'
  219.       TabOrder = 6
  220.       OnClick = zip_pluginClick
  221.       OnKeyDown = ZipTextKeyDown
  222.     end
  223.     object plugin_list: TComboBox
  224.       Left = 36
  225.       Top = 62
  226.       Width = 57
  227.       Height = 21
  228.       Style = csDropDownList
  229.       ItemHeight = 13
  230.       TabOrder = 7
  231.       OnChange = plugin_listChange
  232.     end
  233.   end
  234.   object MoveToArchive: TCheckBox
  235.     Tag = 9
  236.     Left = 4
  237.     Top = 90
  238.     Width = 340
  239.     Height = 16
  240.     Caption = 'M&ove to archive'
  241.     Font.Color = clBtnText
  242.     Font.Height = -11
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = []
  245.     ParentFont = False
  246.     TabOrder = 4
  247.     OnClick = MoveToArchiveClick
  248.     OnKeyDown = ZipTextKeyDown
  249.   end
  250.   object CreateSFX: TCheckBox
  251.     Tag = 10
  252.     Left = 4
  253.     Top = 106
  254.     Width = 340
  255.     Height = 16
  256.     Caption = 'Create self e&xtracting ZIP archive (for Windows 3.1/95/98/NT)'
  257.     Font.Color = clBtnText
  258.     Font.Height = -11
  259.     Font.Name = 'MS Sans Serif'
  260.     Font.Style = []
  261.     ParentFont = False
  262.     TabOrder = 5
  263.     OnClick = CreateSFXClick
  264.     OnKeyDown = ZipTextKeyDown
  265.   end
  266.   object Button1: TButton
  267.     Tag = 4003
  268.     Left = 357
  269.     Top = 128
  270.     Width = 90
  271.     Height = 23
  272.     Caption = 'Help'
  273.     TabOrder = 9
  274.     OnClick = Button1Click
  275.     OnKeyDown = ZipTextKeyDown
  276.   end
  277.   object Translate1: TTranslate
  278.     Tag = 5480
  279.     Top = 124
  280.   end
  281.   object ResolutionFix1: TResolutionFix
  282.     Left = 36
  283.     Top = 124
  284.   end
  285. end
  286.