object PasCompilerOptionsPage: TPasCompilerOptionsPage Left = 0 Top = 0 Width = 400 Height = 283 HelpContext = 1650 Caption = 'Compiler' OnCreate = PasCompilerOptionsPageCreate OnBroadcast = PasCompilerOptionsPageBroadcast object GroupBox5: TGroupBox Left = 196 Top = 208 Width = 197 Height = 50 Caption = ' Messages ' TabOrder = 4 object cbShowHints: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 Caption = 'Show hi&nts' TabOrder = 0 end object cbShowWarnings: TCheckBox Left = 8 Top = 30 Width = 149 Height = 17 TabStop = False Caption = 'Show &warnings' TabOrder = 1 end end object GroupBox4: TGroupBox Left = 196 Top = 101 Width = 197 Height = 106 Caption = ' Debugging ' TabOrder = 3 IsControl = True object cbDebugInfo: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 Caption = '&Debug information' TabOrder = 0 IsControl = True end object cbLocalSymbols: TCheckBox Left = 8 Top = 31 Width = 150 Height = 17 TabStop = False Caption = '&Local symbols' TabOrder = 1 IsControl = True end object cbSymbolInfo: TCheckBox Left = 8 Top = 48 Width = 149 Height = 17 TabStop = False Caption = 'Reference info (&Y)' TabOrder = 2 OnClick = cbSymbolInfoClick IsControl = True end object cbAssertions: TCheckBox Left = 8 Top = 81 Width = 137 Height = 17 TabStop = False Caption = 'Assertions (&C)' TabOrder = 3 end object cbDefinitionsOnly: TCheckBox Left = 24 Top = 64 Width = 161 Height = 17 Caption = 'Definitions only' TabOrder = 4 end end object GroupBox3: TGroupBox Left = 8 Top = 101 Width = 180 Height = 157 Caption = ' Syntax options ' TabOrder = 1 IsControl = True object cbVarStrCheck: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 Caption = 'Strict &var-strings' TabOrder = 0 IsControl = True end object cbFullBoolEval: TCheckBox Left = 8 Top = 31 Width = 150 Height = 17 TabStop = False Caption = 'Complete &boolean eval' TabOrder = 1 IsControl = True end object cbExtSyntax: TCheckBox Left = 8 Top = 48 Width = 150 Height = 17 TabStop = False Caption = 'E&xtended syntax' TabOrder = 2 IsControl = True end object cbTypedPointers: TCheckBox Left = 8 Top = 65 Width = 150 Height = 17 TabStop = False Caption = '&Typed @ operator' TabOrder = 3 IsControl = True end object cbOpenParameters: TCheckBox Left = 8 Top = 82 Width = 150 Height = 17 TabStop = False Caption = 'Open ¶meters' TabOrder = 4 IsControl = True end object cbHugeStrings: TCheckBox Left = 8 Top = 99 Width = 97 Height = 17 TabStop = False Caption = 'Huge &strings' TabOrder = 5 end object cbAssignConst: TCheckBox Left = 8 Top = 116 Width = 166 Height = 17 TabStop = False Caption = 'Assignabl&e typed constants' TabOrder = 6 end end object GroupBox2: TGroupBox Left = 196 Top = 8 Width = 197 Height = 87 Caption = ' Runtime errors ' TabOrder = 2 IsControl = True object cbRangeCheck: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 Caption = '&Range checking' TabOrder = 0 IsControl = True end object cbInOutCheck: TCheckBox Left = 8 Top = 31 Width = 150 Height = 17 TabStop = False Caption = '&I/O checking' TabOrder = 1 IsControl = True end object cbOverflowCheck: TCheckBox Left = 8 Top = 48 Width = 150 Height = 17 TabStop = False Caption = 'Overflow checking (&Q)' TabOrder = 2 IsControl = True end end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 180 Height = 87 Caption = ' Code generation ' TabOrder = 0 IsControl = True object cbOptimization: TCheckBox Left = 8 Top = 14 Width = 150 Height = 17 Caption = '&Optimization' TabOrder = 0 IsControl = True end object cbRecordAlign: TCheckBox Left = 8 Top = 31 Width = 150 Height = 17 TabStop = False Caption = '&Aligned record fields' TabOrder = 1 IsControl = True end object cbStackFrames: TCheckBox Left = 8 Top = 48 Width = 150 Height = 17 TabStop = False Caption = 'Stac&k frames' TabOrder = 2 IsControl = True end object cbPentiumSafe: TCheckBox Left = 8 Top = 65 Width = 150 Height = 17 TabStop = False Caption = 'Penti&um-safe FDIV' TabOrder = 3 end end end