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

  1. object DLGUNZIPALL: TDLGUNZIPALL
  2.   Tag = 1
  3.   Left = 221
  4.   Top = 263
  5.   HelpContext = 160
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Unpack files'
  9.   ClientHeight = 139
  10.   ClientWidth = 348
  11.   Font.Color = clBtnText
  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 = 5
  22.     Width = 341
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = 'Unpack file to:'
  26.   end
  27.   object Filestounpack: TLabel
  28.     Tag = 3
  29.     Left = 4
  30.     Top = 51
  31.     Width = 129
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = '&Files to unpack:'
  35.     FocusControl = FileList
  36.   end
  37.   object UnzipText: TEdit
  38.     Left = 4
  39.     Top = 26
  40.     Width = 340
  41.     Height = 21
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 0
  48.     OnKeyDown = UnzipTextKeyDown
  49.   end
  50.   object FileList: TEdit
  51.     Left = 134
  52.     Top = 49
  53.     Width = 210
  54.     Height = 21
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 1
  61.     Text = '*.*'
  62.     OnKeyDown = UnzipTextKeyDown
  63.   end
  64.   object Pathextract: TCheckBox
  65.     Tag = 4
  66.     Left = 4
  67.     Top = 73
  68.     Width = 341
  69.     Height = 16
  70.     Caption = '&Unpack path names if stored with files'
  71.     TabOrder = 2
  72.     OnKeyDown = UnzipTextKeyDown
  73.   end
  74.   object Overwrite: TCheckBox
  75.     Tag = 5
  76.     Left = 4
  77.     Top = 92
  78.     Width = 341
  79.     Height = 16
  80.     Caption = '&Overwrite existing files'
  81.     TabOrder = 3
  82.     OnKeyDown = UnzipTextKeyDown
  83.   end
  84.   object Ok: TButton
  85.     Tag = 4001
  86.     Left = 35
  87.     Top = 113
  88.     Width = 90
  89.     Height = 23
  90.     Caption = 'Ok'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 4
  94.     OnKeyDown = UnzipTextKeyDown
  95.   end
  96.   object id_calltree: TButton
  97.     Tag = 6
  98.     Left = 129
  99.     Top = 113
  100.     Width = 90
  101.     Height = 23
  102.     Caption = '&Tree'
  103.     TabOrder = 5
  104.     OnClick = id_calltreeClick
  105.     OnKeyDown = UnzipTextKeyDown
  106.   end
  107.   object Cancel: TButton
  108.     Tag = 4002
  109.     Left = 223
  110.     Top = 113
  111.     Width = 90
  112.     Height = 23
  113.     Cancel = True
  114.     Caption = 'Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 6
  117.     OnKeyDown = UnzipTextKeyDown
  118.   end
  119.   object Translate1: TTranslate
  120.     Tag = 5460
  121.     Top = 112
  122.   end
  123.   object ResolutionFix1: TResolutionFix
  124.     Left = 320
  125.     Top = 112
  126.   end
  127. end
  128.