home *** CD-ROM | disk | FTP | other *** search
- object WarningDialog: TWarningDialog
- Left = 225
- Top = 107
- ActiveControl = YesButton
- BorderStyle = bsDialog
- Caption = 'Warnung'
- ClientHeight = 247
- ClientWidth = 308
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 8
- Width = 245
- Height = 13
- Caption = 'In den Einstellungen und Optionen wurden folgende'
- end
- object Label2: TLabel
- Left = 24
- Top = 24
- Width = 127
- Height = 13
- Caption = 'Inkonsistenzen festgestellt:'
- end
- object Label3: TLabel
- Left = 24
- Top = 184
- Width = 258
- Height = 13
- Caption = 'Sollen die �nderungen trotzdem �bernommen werden?'
- end
- object Log: TMemo
- Left = 24
- Top = 40
- Width = 265
- Height = 129
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object YesButton: TButton
- Left = 24
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Ja'
- Default = True
- ModalResult = 6
- TabOrder = 1
- end
- object NoButton: TButton
- Left = 112
- Top = 208
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Nein'
- ModalResult = 7
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 216
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Hilfe'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-