home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 May / comcd0502.iso / start.exe / 0 / RCDATA / TOVERWRITEDLG / TOVERWRITEDLG.txt
Encoding:
Text File  |  2001-12-07  |  1.2 KB  |  69 lines

  1. object OverwriteDlg: TOverwriteDlg
  2.   Left = 40
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Datei bereits vorhanden'
  7.   ClientHeight = 141
  8.   ClientWidth = 273
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 9
  19.     Width = 242
  20.     Height = 16
  21.     Caption = 'Die folgende Datei ist bereits vorhanden:'
  22.   end
  23.   object FName: TLabel
  24.     Left = 3
  25.     Top = 45
  26.     Width = 268
  27.     Height = 16
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.   end
  31.   object Label3: TLabel
  32.     Left = 28
  33.     Top = 76
  34.     Width = 218
  35.     Height = 16
  36.     Caption = 'Wollen Sie die Datei ∩┐╜berschreiben?'
  37.   end
  38.   object YesBtn: TButton
  39.     Tag = 1
  40.     Left = 3
  41.     Top = 100
  42.     Width = 86
  43.     Height = 33
  44.     Caption = 'Ja'
  45.     TabOrder = 0
  46.     OnClick = OnBtnClick
  47.   end
  48.   object NoBtn: TButton
  49.     Tag = 2
  50.     Left = 91
  51.     Top = 100
  52.     Width = 84
  53.     Height = 33
  54.     Caption = 'Nein'
  55.     TabOrder = 1
  56.     OnClick = OnBtnClick
  57.   end
  58.   object RenameBtn: TButton
  59.     Tag = 3
  60.     Left = 177
  61.     Top = 100
  62.     Width = 93
  63.     Height = 33
  64.     Caption = 'Umbenennen'
  65.     TabOrder = 2
  66.     OnClick = OnBtnClick
  67.   end
  68. end
  69.