home *** CD-ROM | disk | FTP | other *** search
- object OverwriteDlg: TOverwriteDlg
- Left = 40
- Top = 188
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Datei bereits vorhanden'
- ClientHeight = 141
- ClientWidth = 273
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 9
- Width = 242
- Height = 16
- Caption = 'Die folgende Datei ist bereits vorhanden:'
- end
- object FName: TLabel
- Left = 3
- Top = 45
- Width = 268
- Height = 16
- Alignment = taCenter
- AutoSize = False
- end
- object Label3: TLabel
- Left = 28
- Top = 76
- Width = 218
- Height = 16
- Caption = 'Wollen Sie die Datei �berschreiben?'
- end
- object YesBtn: TButton
- Tag = 1
- Left = 3
- Top = 100
- Width = 86
- Height = 33
- Caption = 'Ja'
- TabOrder = 0
- OnClick = OnBtnClick
- end
- object NoBtn: TButton
- Tag = 2
- Left = 91
- Top = 100
- Width = 84
- Height = 33
- Caption = 'Nein'
- TabOrder = 1
- OnClick = OnBtnClick
- end
- object RenameBtn: TButton
- Tag = 3
- Left = 177
- Top = 100
- Width = 93
- Height = 33
- Caption = 'Umbenennen'
- TabOrder = 2
- OnClick = OnBtnClick
- end
- end
-