object GraphicsForm: TGraphicsForm Left = 191 Top = 225 BorderIcons = [] BorderStyle = bsDialog Caption = 'Setup' ClientHeight = 162 ClientWidth = 425 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 5 Top = 31 Width = 416 Height = 52 AutoSize = False Caption = 'AquaScape will run in all graphics modes; however, it has been o' + 'ptimized for the 256 color mode for maximum animation performanc' + 'e and the lowest memory usage.' Transparent = True WordWrap = True end object Label3: TLabel Left = 5 Top = 65 Width = 416 Height = 34 AutoSize = False Caption = 'AquaScape can attempt to run in 256 colors when activated and th' + 'en return to your normal graphics mode when it exits. Some grap' + 'hics cards do not support this ability.' WordWrap = True end object Label4: TLabel Left = 5 Top = 91 Width = 416 Height = 34 AutoSize = False Caption = 'Setup can perform a test now to determine this ability, or you c' + 'an change this option later using the configuration program.' WordWrap = True end object Label5: TLabel Left = 5 Top = 9 Width = 89 Height = 13 Caption = 'Important Note:' Font.Color = clYellow Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object YesButton: TBitBtn Left = 97 Top = 130 Width = 113 Height = 25 Caption = '256 Color Test' TabOrder = 0 OnClick = YesButtonClick Kind = bkYes end object NoButton: TBitBtn Left = 221 Top = 130 Width = 97 Height = 25 Caption = 'No, thanks' TabOrder = 1 OnClick = NoButtonClick Kind = bkNo end end