home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 December / PCO1297.ISO / FilesBBS / WIN95 / MODT.EXE / ModemTool.exe / 0 / RCDATA / TWARNINGDIALOG / TWARNINGDIALOG.txt
Encoding:
Text File  |  1997-04-09  |  1.4 KB  |  76 lines

  1. object WarningDialog: TWarningDialog
  2.   Left = 225
  3.   Top = 107
  4.   ActiveControl = YesButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warnung'
  7.   ClientHeight = 247
  8.   ClientWidth = 308
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 8
  19.     Width = 245
  20.     Height = 13
  21.     Caption = 'In den Einstellungen und Optionen wurden folgende'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 24
  25.     Top = 24
  26.     Width = 127
  27.     Height = 13
  28.     Caption = 'Inkonsistenzen festgestellt:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 24
  32.     Top = 184
  33.     Width = 258
  34.     Height = 13
  35.     Caption = 'Sollen die ∩┐╜nderungen trotzdem ∩┐╜bernommen werden?'
  36.   end
  37.   object Log: TMemo
  38.     Left = 24
  39.     Top = 40
  40.     Width = 265
  41.     Height = 129
  42.     ReadOnly = True
  43.     ScrollBars = ssVertical
  44.     TabOrder = 0
  45.   end
  46.   object YesButton: TButton
  47.     Left = 24
  48.     Top = 208
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Ja'
  52.     Default = True
  53.     ModalResult = 6
  54.     TabOrder = 1
  55.   end
  56.   object NoButton: TButton
  57.     Left = 112
  58.     Top = 208
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Nein'
  63.     ModalResult = 7
  64.     TabOrder = 2
  65.   end
  66.   object HelpButton: TButton
  67.     Left = 216
  68.     Top = 208
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Hilfe'
  72.     TabOrder = 3
  73.     OnClick = HelpButtonClick
  74.   end
  75. end
  76.