object DirectX: TDirectX Left = 485 Top = 286 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'DirectX-Auswahl' ClientHeight = 104 ClientWidth = 187 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 8 Width = 169 Height = 41 Caption = 'DirectX 6 / Windows 95' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 56 Width = 169 Height = 41 Caption = 'DirectX 6 / Windows 98' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button2Click end end