home *** CD-ROM | disk | FTP | other *** search
- object PasCompilerOptionsPage: TPasCompilerOptionsPage
- Left = 0
- Top = 0
- Width = 400
- Height = 283
- HelpContext = 1650
- Caption = 'Compiler'
- OnCreate = PasCompilerOptionsPageCreate
- OnBroadcast = PasCompilerOptionsPageBroadcast
- object GroupBox5: TGroupBox
- Left = 206
- Top = 215
- Width = 187
- Height = 60
- Caption = ' Messages '
- TabOrder = 4
- object cbShowHints: TCheckBox
- Left = 8
- Top = 18
- Width = 150
- Height = 17
- Caption = 'Show hi&nts'
- TabOrder = 0
- end
- object cbShowWarnings: TCheckBox
- Left = 8
- Top = 36
- Width = 149
- Height = 17
- TabStop = False
- Caption = 'Show &warnings'
- TabOrder = 1
- end
- end
- object GroupBox4: TGroupBox
- Left = 207
- Top = 87
- Width = 187
- Height = 124
- Caption = ' Debugging '
- TabOrder = 3
- IsControl = True
- object cbDebugInfo: TCheckBox
- Left = 8
- Top = 16
- Width = 150
- Height = 17
- Caption = '&Debug information'
- TabOrder = 0
- IsControl = True
- end
- object cbLocalSymbols: TCheckBox
- Left = 8
- Top = 34
- Width = 150
- Height = 17
- TabStop = False
- Caption = '&Local symbols'
- TabOrder = 1
- IsControl = True
- end
- object cbSymbolInfo: TCheckBox
- Left = 8
- Top = 52
- Width = 149
- Height = 17
- TabStop = False
- Caption = 'Reference info (&Y)'
- TabOrder = 2
- OnClick = cbSymbolInfoClick
- IsControl = True
- end
- object cbAssertions: TCheckBox
- Left = 8
- Top = 88
- Width = 137
- Height = 17
- TabStop = False
- Caption = 'Assertions (&C)'
- TabOrder = 3
- end
- object cbDefinitionsOnly: TCheckBox
- Left = 24
- Top = 70
- Width = 153
- Height = 17
- Caption = 'De&finitions only'
- TabOrder = 4
- end
- object cbDebugDCU: TCheckBox
- Left = 8
- Top = 104
- Width = 132
- Height = 17
- Caption = '&Use Debug DCUs'
- TabOrder = 5
- OnClick = cbDebugDCUClick
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 109
- Width = 187
- Height = 166
- Caption = ' Syntax options '
- TabOrder = 1
- IsControl = True
- object cbVarStrCheck: TCheckBox
- Left = 8
- Top = 18
- Width = 150
- Height = 17
- Caption = 'Strict &var-strings'
- TabOrder = 0
- IsControl = True
- end
- object cbFullBoolEval: TCheckBox
- Left = 8
- Top = 36
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'Complete &boolean eval'
- TabOrder = 1
- IsControl = True
- end
- object cbExtSyntax: TCheckBox
- Left = 8
- Top = 54
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'E&xtended syntax'
- TabOrder = 2
- IsControl = True
- end
- object cbTypedPointers: TCheckBox
- Left = 8
- Top = 72
- Width = 150
- Height = 17
- TabStop = False
- Caption = '&Typed @ operator'
- TabOrder = 3
- IsControl = True
- end
- object cbOpenParameters: TCheckBox
- Left = 8
- Top = 90
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'Open ¶meters'
- TabOrder = 4
- IsControl = True
- end
- object cbHugeStrings: TCheckBox
- Left = 8
- Top = 108
- Width = 97
- Height = 17
- TabStop = False
- Caption = 'Huge &strings'
- TabOrder = 5
- end
- object cbAssignConst: TCheckBox
- Left = 8
- Top = 126
- Width = 166
- Height = 17
- TabStop = False
- Caption = 'Assignabl&e typed constants'
- TabOrder = 6
- end
- end
- object GroupBox2: TGroupBox
- Left = 206
- Top = 8
- Width = 187
- Height = 73
- Caption = ' Runtime errors '
- TabOrder = 2
- IsControl = True
- object cbRangeCheck: TCheckBox
- Left = 8
- Top = 18
- Width = 150
- Height = 17
- Caption = '&Range checking'
- TabOrder = 0
- IsControl = True
- end
- object cbInOutCheck: TCheckBox
- Left = 8
- Top = 36
- Width = 150
- Height = 17
- TabStop = False
- Caption = '&I/O checking'
- TabOrder = 1
- IsControl = True
- end
- object cbOverflowCheck: TCheckBox
- Left = 8
- Top = 54
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'Overflow checking (&Q)'
- TabOrder = 2
- IsControl = True
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 187
- Height = 97
- Caption = ' Code generation '
- TabOrder = 0
- IsControl = True
- object cbOptimization: TCheckBox
- Left = 8
- Top = 18
- Width = 150
- Height = 17
- Caption = '&Optimization'
- TabOrder = 0
- IsControl = True
- end
- object cbRecordAlign: TCheckBox
- Left = 8
- Top = 36
- Width = 150
- Height = 17
- TabStop = False
- Caption = '&Aligned record fields'
- TabOrder = 1
- IsControl = True
- end
- object cbStackFrames: TCheckBox
- Left = 8
- Top = 54
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'Stac&k frames'
- TabOrder = 2
- IsControl = True
- end
- object cbPentiumSafe: TCheckBox
- Left = 8
- Top = 72
- Width = 150
- Height = 17
- TabStop = False
- Caption = 'Pentiu&m-safe FDIV'
- TabOrder = 3
- end
- end
- end
-