home *** CD-ROM | disk | FTP | other *** search
- object UnzipOptionDlg: TUnzipOptionDlg
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Dateien aus dem Archiv entpacken'
- ClientHeight = 258
- ClientWidth = 305
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 7
- Top = 6
- Width = 82
- Height = 13
- Caption = 'Entpacken nach:'
- end
- object OkBtn: TButton
- Left = 8
- Top = 228
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 223
- Top = 229
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 1
- end
- object FileGroup: TRadioGroup
- Left = 9
- Top = 44
- Width = 290
- Height = 76
- Caption = 'Dateien:'
- ItemIndex = 1
- Items.Strings = (
- 'Markierte Datei(en)'
- 'Alle Dateien'
- 'Dateimaske')
- TabOrder = 2
- OnClick = FileGroupClick
- end
- object MaskTxt: TEdit
- Left = 103
- Top = 94
- Width = 190
- Height = 21
- Enabled = False
- TabOrder = 3
- Text = '*.*'
- end
- object Overwrite: TCheckBox
- Left = 8
- Top = 125
- Width = 289
- Height = 17
- Caption = 'Immer '#252'berschreiben'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object Path: TCheckBox
- Left = 8
- Top = 143
- Width = 291
- Height = 17
- Caption = 'mit Pfaden entpacken'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object Pw: TCheckBox
- Left = 8
- Top = 162
- Width = 70
- Height = 17
- Caption = 'Pa'#223'wort:'
- TabOrder = 6
- OnClick = PwClick
- end
- object PasswordTxt: TEdit
- Left = 78
- Top = 158
- Width = 221
- Height = 21
- Enabled = False
- PasswordChar = '*'
- TabOrder = 8
- end
- object Button1: TButton
- Left = 9
- Top = 184
- Width = 168
- Height = 25
- Caption = 'Verzeichnis w'#228'hlen/anlegen'
- TabOrder = 7
- OnClick = Button1Click
- end
- object DestText: TPanel
- Left = 9
- Top = 22
- Width = 289
- Height = 22
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 9
- end
- end
-