home *** CD-ROM | disk | FTP | other *** search
- object frmWriteSpan: TfrmWriteSpan
- Left = 177
- Top = 122
- BorderStyle = bsDialog
- Caption = 'Create Multi-Volume Set'
- ClientHeight = 255
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 253
- Height = 13
- Caption = 'Convertes a single archive to a multi-volume span set.'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 77
- Height = 13
- Caption = '&Archive to span:'
- FocusControl = edtInput
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 117
- Height = 13
- Caption = '&Spanned output archive:'
- FocusControl = edtOutput
- end
- object Label4: TLabel
- Left = 8
- Top = 136
- Width = 111
- Height = 13
- Caption = 'S&egment size (in bytes):'
- FocusControl = cboSize
- end
- object Bevel1: TBevel
- Left = 8
- Top = 216
- Width = 369
- Height = 9
- Shape = bsTopLine
- end
- object edtInput: TEdit
- Left = 8
- Top = 56
- Width = 337
- Height = 21
- TabOrder = 0
- end
- object btnInput: TButton
- Left = 352
- Top = 56
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnInputClick
- end
- object edtOutput: TEdit
- Left = 8
- Top = 104
- Width = 337
- Height = 21
- TabOrder = 2
- end
- object btnOutput: TButton
- Left = 352
- Top = 104
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 3
- OnClick = btnOutputClick
- end
- object cboSize: TComboBox
- Left = 8
- Top = 152
- Width = 369
- Height = 21
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- 'Automatic'
- '160 KB '
- '180 KB'
- '320 KB'
- '360 KB'
- '720 KB'
- '1.2 MB'
- '1.44 MB'
- '2.88 MB'
- '95.7 MB'
- '650 MB'
- '700 MB')
- end
- object btnCancel: TButton
- Left = 304
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnClick = btnCancelClick
- end
- object btnOK: TButton
- Left = 216
- Top = 224
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = btnOKClick
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 184
- Width = 25
- Height = 16
- Min = 0
- Max = 10001
- TabOrder = 7
- Visible = False
- end
- object ProgressBar2: TProgressBar
- Left = 8
- Top = 184
- Width = 369
- Height = 16
- Min = 0
- Max = 10001
- Smooth = True
- Step = 100
- TabOrder = 8
- 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 odOpen: TOpenDialog
- Filter = 'Zip archives|*.zip'
- Left = 320
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 32
- Top = 64
- end
- end
-