home *** CD-ROM | disk | FTP | other *** search
- object frmArcDelete: TfrmArcDelete
- Left = 856
- Top = 120
- BorderStyle = bsDialog
- Caption = 'Dateien l�schen'
- ClientHeight = 102
- ClientWidth = 291
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Sel: TRadioGroup
- Left = 8
- Top = -4
- Width = 177
- Height = 100
- Caption = 'Zu l�schende Dateien'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemIndex = 0
- Items.Strings = (
- 'Ausgew�hlte Dateien'
- 'Alle Dateien')
- ParentFont = False
- TabOrder = 0
- Visible = False
- end
- object gbDel: TGroupBox
- Left = 2
- Top = 0
- Width = 183
- Height = 97
- Caption = 'gbDel'
- TabOrder = 3
- object rbSelFiles: TRadioButton
- Left = 10
- Top = 24
- Width = 155
- Height = 17
- Caption = 'rbSelFiles'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbAllFiles: TRadioButton
- Left = 10
- Top = 47
- Width = 155
- Height = 17
- Caption = 'rbAllFiles'
- TabOrder = 1
- end
- object rbByExt: TRadioButton
- Left = 10
- Top = 70
- Width = 63
- Height = 17
- Caption = 'rbByExt'
- TabOrder = 2
- end
- object oeByExt: TEdit
- Left = 72
- Top = 67
- Width = 105
- Height = 21
- TabOrder = 3
- Text = '*.*'
- end
- end
- object btnDelete: TButton
- Left = 196
- Top = 8
- Width = 89
- Height = 25
- Caption = 'L�schen'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnDeleteClick
- end
- object btnCancel: TButton
- Left = 196
- Top = 40
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
-