home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMREADSPAN / TFRMREADSPAN.txt
Encoding:
Text File  |  2002-05-23  |  2.9 KB  |  151 lines

  1. object frmReadSpan: TfrmReadSpan
  2.   Left = 284
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Merge Multi-Volume Set'
  6.   ClientHeight = 231
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 237
  22.     Height = 39
  23.     Caption = 
  24.       'Merges a multivolume span set to a single archive.'#13#10#13#10'Please sel' +
  25.       'ect the last segment of the span set.'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 112
  30.     Width = 110
  31.     Height = 13
  32.     Caption = '&Merged output archive:'
  33.     FocusControl = edtOutput
  34.   end
  35.   object Label2: TLabel
  36.     Left = 8
  37.     Top = 64
  38.     Width = 128
  39.     Height = 13
  40.     Caption = '&Spanned archive to merge:'
  41.     FocusControl = edtInput
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 8
  45.     Top = 192
  46.     Width = 369
  47.     Height = 9
  48.     Shape = bsTopLine
  49.   end
  50.   object edtInput: TEdit
  51.     Left = 8
  52.     Top = 80
  53.     Width = 337
  54.     Height = 21
  55.     TabOrder = 0
  56.   end
  57.   object edtOutput: TEdit
  58.     Left = 8
  59.     Top = 128
  60.     Width = 337
  61.     Height = 21
  62.     TabOrder = 1
  63.   end
  64.   object btnOutput: TButton
  65.     Left = 352
  66.     Top = 128
  67.     Width = 25
  68.     Height = 21
  69.     Caption = '...'
  70.     TabOrder = 2
  71.     OnClick = btnOutputClick
  72.   end
  73.   object btnInput: TButton
  74.     Left = 352
  75.     Top = 80
  76.     Width = 25
  77.     Height = 21
  78.     Caption = '...'
  79.     TabOrder = 3
  80.     OnClick = btnInputClick
  81.   end
  82.   object btnOK: TButton
  83.     Left = 216
  84.     Top = 200
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     TabOrder = 4
  90.     OnClick = btnOKClick
  91.   end
  92.   object btnCancel: TButton
  93.     Left = 304
  94.     Top = 200
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 5
  101.     OnClick = btnCancelClick
  102.   end
  103.   object ProgressBar1: TProgressBar
  104.     Left = 8
  105.     Top = 168
  106.     Width = 49
  107.     Height = 16
  108.     Min = 0
  109.     Max = 10001
  110.     Step = 100
  111.     TabOrder = 7
  112.     Visible = False
  113.   end
  114.   object ProgressBar2: TProgressBar
  115.     Left = 8
  116.     Top = 168
  117.     Width = 369
  118.     Height = 16
  119.     Min = 0
  120.     Max = 10001
  121.     Smooth = True
  122.     Step = 100
  123.     TabOrder = 6
  124.   end
  125.   object odOpen: TOpenDialog
  126.     Filter = 'Zip archives|*.zip'
  127.     Left = 320
  128.   end
  129.   object SpanMaster: TZipMaster
  130.     Verbose = False
  131.     Trace = False
  132.     AddCompLevel = 9
  133.     AddOptions = []
  134.     ExtrOptions = []
  135.     Unattended = False
  136.     SFXPath = 'ZipSFX.bin'
  137.     SFXOverWriteMode = OvrConfirm
  138.     SFXCaption = 'Self-extracting Archive'
  139.     KeepFreeOnDisk1 = 0
  140.     VersionInfo = '1.60 N'
  141.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA, assRAR, assACE, assCAB, assGZ, assGZIP, assJAR]
  142.     OnProgress = SpanMasterProgress
  143.     Left = 280
  144.   end
  145.   object FormCenter1: TFormCenter
  146.     Center = True
  147.     Left = 304
  148.     Top = 48
  149.   end
  150. end
  151.