object yesnodlg: Tyesnodlg Left = 197 Top = 629 BorderStyle = bsNone Caption = 'Dialog' ClientHeight = 125 ClientWidth = 250 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poDefault OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Mess: TLabel Left = 20 Top = 20 Width = 209 Height = 61 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False Transparent = True end object YesBtn: TBitBtn Left = 52 Top = 88 Width = 61 Height = 25 Caption = 'Ja' Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 Style = bsNew end object NoBtn: TBitBtn Left = 136 Top = 88 Width = 61 Height = 25 Caption = 'Nein' Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Style = bsNew end end