home *** CD-ROM | disk | FTP | other *** search
- object frmReadSpan: TfrmReadSpan
- Left = 284
- Top = 157
- BorderStyle = bsDialog
- Caption = 'Merge Multi-Volume Set'
- ClientHeight = 231
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 237
- Height = 39
- Caption =
- 'Merges a multivolume span set to a single archive.'#13#10#13#10'Please sel' +
- 'ect the last segment of the span set.'
- end
- object Label3: TLabel
- Left = 8
- Top = 112
- Width = 110
- Height = 13
- Caption = '&Merged output archive:'
- FocusControl = edtOutput
- end
- object Label2: TLabel
- Left = 8
- Top = 64
- Width = 128
- Height = 13
- Caption = '&Spanned archive to merge:'
- FocusControl = edtInput
- end
- object Bevel1: TBevel
- Left = 8
- Top = 192
- Width = 369
- Height = 9
- Shape = bsTopLine
- end
- object edtInput: TEdit
- Left = 8
- Top = 80
- Width = 337
- Height = 21
- TabOrder = 0
- end
- object edtOutput: TEdit
- Left = 8
- Top = 128
- Width = 337
- Height = 21
- TabOrder = 1
- end
- object btnOutput: TButton
- Left = 352
- Top = 128
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 2
- OnClick = btnOutputClick
- end
- object btnInput: TButton
- Left = 352
- Top = 80
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 3
- OnClick = btnInputClick
- end
- object btnOK: TButton
- Left = 216
- Top = 200
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 4
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 304
- Top = 200
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnClick = btnCancelClick
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 168
- Width = 49
- Height = 16
- Min = 0
- Max = 10001
- Step = 100
- TabOrder = 7
- Visible = False
- end
- object ProgressBar2: TProgressBar
- Left = 8
- Top = 168
- Width = 369
- Height = 16
- Min = 0
- Max = 10001
- Smooth = True
- Step = 100
- TabOrder = 6
- end
- object odOpen: TOpenDialog
- Filter = 'Zip archives|*.zip'
- Left = 320
- end
- object SpanMaster: TZipMaster
- Verbose = False
- Trace = False
- AddCompLevel = 9
- AddOptions = []
- ExtrOptions = []
- Unattended = False
- SFXPath = 'ZipSFX.bin'
- SFXOverWriteMode = OvrConfirm
- SFXCaption = 'Self-extracting Archive'
- KeepFreeOnDisk1 = 0
- VersionInfo = '1.60 N'
- AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA, assRAR, assACE, assCAB, assGZ, assGZIP, assJAR]
- OnProgress = SpanMasterProgress
- Left = 280
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 304
- Top = 48
- end
- end
-