object lgdlg: Tlgdlg Left = 256 Top = 112 BorderStyle = bsDialog Caption = 'Diskettenanforderung' ClientHeight = 188 ClientWidth = 216 Color = clYellow Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Meldung: TLabel Left = 24 Top = 88 Width = 169 Height = 33 Alignment = taCenter Caption = 'Meldung' WordWrap = True end object Image1: TImage Left = 48 Top = 16 Width = 129 Height = 65 Picture.Data = {} end object Image2: TImage Left = 48 Top = 16 Width = 129 Height = 65 Picture.Data = {} end object BitBtn1: TBitBtn Left = 20 Top = 144 Width = 79 Height = 27 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 116 Top = 144 Width = 79 Height = 27 TabOrder = 1 OnClick = BitBtn2Click Kind = bkCancel end end