object huh: Thuh Left = 401 Top = 302 Width = 382 Height = 230 Caption = 'Uh Oh' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 32 Top = 168 Width = 105 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 168 Width = 105 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 8 Top = 8 Width = 353 Height = 145 Lines.Strings = ( 'Uh-oh. It looks like you have an early version of Microsoft Dire' + 'ct X' 'installed on your system. The new PC Gamer CD interface ' 'requires version 7.0 (or above), and we will install that now if' + ' you like.' '' 'Once installed, run the PC Gamer CD again, and everything should' + ' ' 'be peachy. If you choose not to install, you can EXPLORE the ' 'disc and install the game demos manually. ' ' ' 'Would you like to install Direct-X 7.0?' '') TabOrder = 2 end end