home *** CD-ROM | disk | FTP | other *** search
- object UnzipDialog: TUnzipDialog
- Left = 279
- Top = 145
- ActiveControl = ZIPView
- BorderStyle = bsDialog
- Caption = 'UnzipDialog'
- ClientHeight = 322
- ClientWidth = 632
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ProgressBar: TGauge
- Left = 0
- Top = 233
- Width = 304
- Height = 20
- Progress = 0
- end
- object Src: TLabel
- Left = 1
- Top = 258
- Width = 303
- Height = 13
- AutoSize = False
- ShowAccelChar = False
- end
- object Dest: TLabel
- Left = 315
- Top = 259
- Width = 316
- Height = 13
- AutoSize = False
- ShowAccelChar = False
- end
- object FileText: TPanel
- Left = 317
- Top = 232
- Width = 314
- Height = 21
- BevelOuter = bvLowered
- TabOrder = 3
- end
- object UnzipBtn: TButton
- Left = 9
- Top = 291
- Width = 89
- Height = 27
- Caption = 'Entpacken'
- TabOrder = 0
- OnClick = UnzipBtnClick
- end
- object CloseBtn: TButton
- Left = 197
- Top = 291
- Width = 89
- Height = 27
- Caption = 'Schlie�en'
- TabOrder = 1
- OnClick = CloseBtnClick
- end
- object MarkAllBtn: TButton
- Left = 103
- Top = 291
- Width = 89
- Height = 27
- Caption = 'Alle markieren'
- TabOrder = 2
- OnClick = MarkAllBtnClick
- end
- object ZIPView: TListView
- Left = -3
- Top = -3
- Width = 639
- Height = 283
- AllocBy = 32
- Columns = <
- item
- Caption = 'Name'
- Width = 120
- end
- item
- Caption = 'Datum / Zeit'
- Width = 100
- end
- item
- Alignment = taRightJustify
- Caption = 'gepackt'
- Width = 75
- end
- item
- Alignment = taRightJustify
- Caption = 'entpackt'
- Width = 75
- end
- item
- Caption = 'Methode'
- Width = 90
- end
- item
- Caption = 'Ordner'
- Width = 480
- end>
- DragCursor = crMultiDrag
- DragMode = dmAutomatic
- GridLines = True
- HideSelection = False
- HotTrackStyles = []
- MultiSelect = True
- RowSelect = True
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- ViewStyle = vsReport
- OnDblClick = ZIPViewDblClick
- end
- object FileSelectDlg: TOpenDialog
- Left = 570
- Top = 290
- end
- object RenameDlg: TSaveDialog
- Left = 540
- Top = 291
- end
- object Zip: TVCLUnZip
- RecreateDirs = True
- OverwriteMode = Always
- OnTotalPercentDone = ZIPTotalPercentDone
- OnStartUnZip = ZIPStartUnZip
- OnBadPassword = ZIPBadPassword
- OnBadCRC = ZIPBadCRC
- Left = 510
- Top = 291
- end
- object ListPopup: TPopupMenu
- Left = 332
- Top = 286
- object mnuIcon: TMenuItem
- Caption = 'Gro�e Symbole'
- OnClick = mnuClick
- end
- object mnuSmallIcon: TMenuItem
- Tag = 1
- Caption = 'Kleine Symbole'
- OnClick = mnuClick
- end
- object mnuList: TMenuItem
- Tag = 2
- Caption = 'Liste'
- OnClick = mnuClick
- end
- object mnuReport: TMenuItem
- Tag = 3
- Caption = 'Details'
- Checked = True
- OnClick = mnuClick
- end
- end
- end
-