object ColorTest: TColorTest Left = 206 Top = 322 BorderIcons = [] BorderStyle = bsDialog Caption = '256 Color Test' ClientHeight = 139 ClientWidth = 429 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 413 Height = 39 Caption = 'Setup will now attempt to switch to a 256 color graphics mode. ' + 'This may take a couple seconds during which your screen might fl' + 'icker. If the screen doesn'#39't reappear, Setup will return you in ' + '15 seconds.' WordWrap = True end object Label2: TLabel Left = 8 Top = 57 Width = 417 Height = 48 AutoSize = False Caption = 'Note: Your computer may lock up, as some graphics cards do not s' + 'upport dynamic mode changes. If this happens, don'#39't worry. The' + ' installation has been completed and you do not need to run Setu' + 'p again.' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object OkButton: TBitBtn Left = 125 Top = 109 Width = 84 Height = 25 Caption = 'Proceed' TabOrder = 0 OnClick = OkButtonClick Kind = bkOK end object BitBtn1: TBitBtn Left = 221 Top = 109 Width = 84 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkCancel end end