home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TPASCOMPILEROPTIONSPAGE / TPASCOMPILEROPTIONSPAGE.txt
Text File  |  1998-06-16  |  5KB  |  253 lines

  1. object PasCompilerOptionsPage: TPasCompilerOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1650
  7.   Caption = 'Compiler'
  8.   OnCreate = PasCompilerOptionsPageCreate
  9.   OnBroadcast = PasCompilerOptionsPageBroadcast
  10.   object GroupBox5: TGroupBox
  11.     Left = 196
  12.     Top = 208
  13.     Width = 197
  14.     Height = 50
  15.     Caption = ' Messages '
  16.     TabOrder = 4
  17.     object cbShowHints: TCheckBox
  18.       Left = 8
  19.       Top = 14
  20.       Width = 150
  21.       Height = 17
  22.       Caption = 'Show hi&nts'
  23.       TabOrder = 0
  24.     end
  25.     object cbShowWarnings: TCheckBox
  26.       Left = 8
  27.       Top = 30
  28.       Width = 149
  29.       Height = 17
  30.       TabStop = False
  31.       Caption = 'Show &warnings'
  32.       TabOrder = 1
  33.     end
  34.   end
  35.   object GroupBox4: TGroupBox
  36.     Left = 196
  37.     Top = 101
  38.     Width = 197
  39.     Height = 106
  40.     Caption = ' Debugging '
  41.     TabOrder = 3
  42.     IsControl = True
  43.     object cbDebugInfo: TCheckBox
  44.       Left = 8
  45.       Top = 14
  46.       Width = 150
  47.       Height = 17
  48.       Caption = '&Debug information'
  49.       TabOrder = 0
  50.       IsControl = True
  51.     end
  52.     object cbLocalSymbols: TCheckBox
  53.       Left = 8
  54.       Top = 31
  55.       Width = 150
  56.       Height = 17
  57.       TabStop = False
  58.       Caption = '&Local symbols'
  59.       TabOrder = 1
  60.       IsControl = True
  61.     end
  62.     object cbSymbolInfo: TCheckBox
  63.       Left = 8
  64.       Top = 48
  65.       Width = 149
  66.       Height = 17
  67.       TabStop = False
  68.       Caption = 'Reference info (&Y)'
  69.       TabOrder = 2
  70.       OnClick = cbSymbolInfoClick
  71.       IsControl = True
  72.     end
  73.     object cbAssertions: TCheckBox
  74.       Left = 8
  75.       Top = 81
  76.       Width = 137
  77.       Height = 17
  78.       TabStop = False
  79.       Caption = 'Assertions (&C)'
  80.       TabOrder = 3
  81.     end
  82.     object cbDefinitionsOnly: TCheckBox
  83.       Left = 24
  84.       Top = 64
  85.       Width = 161
  86.       Height = 17
  87.       Caption = 'Definitions only'
  88.       TabOrder = 4
  89.     end
  90.   end
  91.   object GroupBox3: TGroupBox
  92.     Left = 8
  93.     Top = 101
  94.     Width = 180
  95.     Height = 157
  96.     Caption = ' Syntax options '
  97.     TabOrder = 1
  98.     IsControl = True
  99.     object cbVarStrCheck: TCheckBox
  100.       Left = 8
  101.       Top = 14
  102.       Width = 150
  103.       Height = 17
  104.       Caption = 'Strict &var-strings'
  105.       TabOrder = 0
  106.       IsControl = True
  107.     end
  108.     object cbFullBoolEval: TCheckBox
  109.       Left = 8
  110.       Top = 31
  111.       Width = 150
  112.       Height = 17
  113.       TabStop = False
  114.       Caption = 'Complete &boolean eval'
  115.       TabOrder = 1
  116.       IsControl = True
  117.     end
  118.     object cbExtSyntax: TCheckBox
  119.       Left = 8
  120.       Top = 48
  121.       Width = 150
  122.       Height = 17
  123.       TabStop = False
  124.       Caption = 'E&xtended syntax'
  125.       TabOrder = 2
  126.       IsControl = True
  127.     end
  128.     object cbTypedPointers: TCheckBox
  129.       Left = 8
  130.       Top = 65
  131.       Width = 150
  132.       Height = 17
  133.       TabStop = False
  134.       Caption = '&Typed @ operator'
  135.       TabOrder = 3
  136.       IsControl = True
  137.     end
  138.     object cbOpenParameters: TCheckBox
  139.       Left = 8
  140.       Top = 82
  141.       Width = 150
  142.       Height = 17
  143.       TabStop = False
  144.       Caption = 'Open ¶meters'
  145.       TabOrder = 4
  146.       IsControl = True
  147.     end
  148.     object cbHugeStrings: TCheckBox
  149.       Left = 8
  150.       Top = 99
  151.       Width = 97
  152.       Height = 17
  153.       TabStop = False
  154.       Caption = 'Huge &strings'
  155.       TabOrder = 5
  156.     end
  157.     object cbAssignConst: TCheckBox
  158.       Left = 8
  159.       Top = 116
  160.       Width = 166
  161.       Height = 17
  162.       TabStop = False
  163.       Caption = 'Assignabl&e typed constants'
  164.       TabOrder = 6
  165.     end
  166.   end
  167.   object GroupBox2: TGroupBox
  168.     Left = 196
  169.     Top = 8
  170.     Width = 197
  171.     Height = 87
  172.     Caption = ' Runtime errors '
  173.     TabOrder = 2
  174.     IsControl = True
  175.     object cbRangeCheck: TCheckBox
  176.       Left = 8
  177.       Top = 14
  178.       Width = 150
  179.       Height = 17
  180.       Caption = '&Range checking'
  181.       TabOrder = 0
  182.       IsControl = True
  183.     end
  184.     object cbInOutCheck: TCheckBox
  185.       Left = 8
  186.       Top = 31
  187.       Width = 150
  188.       Height = 17
  189.       TabStop = False
  190.       Caption = '&I/O checking'
  191.       TabOrder = 1
  192.       IsControl = True
  193.     end
  194.     object cbOverflowCheck: TCheckBox
  195.       Left = 8
  196.       Top = 48
  197.       Width = 150
  198.       Height = 17
  199.       TabStop = False
  200.       Caption = 'Overflow checking (&Q)'
  201.       TabOrder = 2
  202.       IsControl = True
  203.     end
  204.   end
  205.   object GroupBox1: TGroupBox
  206.     Left = 8
  207.     Top = 8
  208.     Width = 180
  209.     Height = 87
  210.     Caption = ' Code generation '
  211.     TabOrder = 0
  212.     IsControl = True
  213.     object cbOptimization: TCheckBox
  214.       Left = 8
  215.       Top = 14
  216.       Width = 150
  217.       Height = 17
  218.       Caption = '&Optimization'
  219.       TabOrder = 0
  220.       IsControl = True
  221.     end
  222.     object cbRecordAlign: TCheckBox
  223.       Left = 8
  224.       Top = 31
  225.       Width = 150
  226.       Height = 17
  227.       TabStop = False
  228.       Caption = '&Aligned record fields'
  229.       TabOrder = 1
  230.       IsControl = True
  231.     end
  232.     object cbStackFrames: TCheckBox
  233.       Left = 8
  234.       Top = 48
  235.       Width = 150
  236.       Height = 17
  237.       TabStop = False
  238.       Caption = 'Stac&k frames'
  239.       TabOrder = 2
  240.       IsControl = True
  241.     end
  242.     object cbPentiumSafe: TCheckBox
  243.       Left = 8
  244.       Top = 65
  245.       Width = 150
  246.       Height = 17
  247.       TabStop = False
  248.       Caption = 'Penti&um-safe FDIV'
  249.       TabOrder = 3
  250.     end
  251.   end
  252. end
  253.