home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGUNZIPALL / TDLGUNZIPALL.txt
Text File  |  1999-07-27  |  3KB  |  139 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 = 138
  10.   ClientWidth = 356
  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 = 345
  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 = 347
  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 = 217
  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 = 345
  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 = 345
  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 = 3
  87.     Top = 113
  88.     Width = 85
  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 = 92
  99.     Top = 113
  100.     Width = 85
  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 = 180
  110.     Top = 113
  111.     Width = 85
  112.     Height = 23
  113.     Cancel = True
  114.     Caption = 'Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 6
  117.     OnKeyDown = UnzipTextKeyDown
  118.   end
  119.   object Button1: TButton
  120.     Tag = 4003
  121.     Left = 269
  122.     Top = 113
  123.     Width = 85
  124.     Height = 23
  125.     Caption = 'Help'
  126.     TabOrder = 7
  127.     OnClick = Button1Click
  128.     OnKeyDown = UnzipTextKeyDown
  129.   end
  130.   object Translate1: TTranslate
  131.     Tag = 5460
  132.     Top = 112
  133.   end
  134.   object ResolutionFix1: TResolutionFix
  135.     Left = 32
  136.     Top = 112
  137.   end
  138. end
  139.