home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DPHIDE50.BPL / 0 / RCDATA / TPASCOMPILEROPTIONSPAGE / TPASCOMPILEROPTIONSPAGE.txt
Encoding:
Text File  |  1999-08-11  |  5.3 KB  |  262 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 = 206
  12.     Top = 215
  13.     Width = 187
  14.     Height = 60
  15.     Caption = ' Messages '
  16.     TabOrder = 4
  17.     object cbShowHints: TCheckBox
  18.       Left = 8
  19.       Top = 18
  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 = 36
  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 = 207
  37.     Top = 87
  38.     Width = 187
  39.     Height = 124
  40.     Caption = ' Debugging '
  41.     TabOrder = 3
  42.     IsControl = True
  43.     object cbDebugInfo: TCheckBox
  44.       Left = 8
  45.       Top = 16
  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 = 34
  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 = 52
  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 = 88
  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 = 70
  85.       Width = 153
  86.       Height = 17
  87.       Caption = 'De&finitions only'
  88.       TabOrder = 4
  89.     end
  90.     object cbDebugDCU: TCheckBox
  91.       Left = 8
  92.       Top = 104
  93.       Width = 132
  94.       Height = 17
  95.       Caption = '&Use Debug DCUs'
  96.       TabOrder = 5
  97.       OnClick = cbDebugDCUClick
  98.     end
  99.   end
  100.   object GroupBox3: TGroupBox
  101.     Left = 8
  102.     Top = 109
  103.     Width = 187
  104.     Height = 166
  105.     Caption = ' Syntax options '
  106.     TabOrder = 1
  107.     IsControl = True
  108.     object cbVarStrCheck: TCheckBox
  109.       Left = 8
  110.       Top = 18
  111.       Width = 150
  112.       Height = 17
  113.       Caption = 'Strict &var-strings'
  114.       TabOrder = 0
  115.       IsControl = True
  116.     end
  117.     object cbFullBoolEval: TCheckBox
  118.       Left = 8
  119.       Top = 36
  120.       Width = 150
  121.       Height = 17
  122.       TabStop = False
  123.       Caption = 'Complete &boolean eval'
  124.       TabOrder = 1
  125.       IsControl = True
  126.     end
  127.     object cbExtSyntax: TCheckBox
  128.       Left = 8
  129.       Top = 54
  130.       Width = 150
  131.       Height = 17
  132.       TabStop = False
  133.       Caption = 'E&xtended syntax'
  134.       TabOrder = 2
  135.       IsControl = True
  136.     end
  137.     object cbTypedPointers: TCheckBox
  138.       Left = 8
  139.       Top = 72
  140.       Width = 150
  141.       Height = 17
  142.       TabStop = False
  143.       Caption = '&Typed @ operator'
  144.       TabOrder = 3
  145.       IsControl = True
  146.     end
  147.     object cbOpenParameters: TCheckBox
  148.       Left = 8
  149.       Top = 90
  150.       Width = 150
  151.       Height = 17
  152.       TabStop = False
  153.       Caption = 'Open ¶meters'
  154.       TabOrder = 4
  155.       IsControl = True
  156.     end
  157.     object cbHugeStrings: TCheckBox
  158.       Left = 8
  159.       Top = 108
  160.       Width = 97
  161.       Height = 17
  162.       TabStop = False
  163.       Caption = 'Huge &strings'
  164.       TabOrder = 5
  165.     end
  166.     object cbAssignConst: TCheckBox
  167.       Left = 8
  168.       Top = 126
  169.       Width = 166
  170.       Height = 17
  171.       TabStop = False
  172.       Caption = 'Assignabl&e typed constants'
  173.       TabOrder = 6
  174.     end
  175.   end
  176.   object GroupBox2: TGroupBox
  177.     Left = 206
  178.     Top = 8
  179.     Width = 187
  180.     Height = 73
  181.     Caption = ' Runtime errors '
  182.     TabOrder = 2
  183.     IsControl = True
  184.     object cbRangeCheck: TCheckBox
  185.       Left = 8
  186.       Top = 18
  187.       Width = 150
  188.       Height = 17
  189.       Caption = '&Range checking'
  190.       TabOrder = 0
  191.       IsControl = True
  192.     end
  193.     object cbInOutCheck: TCheckBox
  194.       Left = 8
  195.       Top = 36
  196.       Width = 150
  197.       Height = 17
  198.       TabStop = False
  199.       Caption = '&I/O checking'
  200.       TabOrder = 1
  201.       IsControl = True
  202.     end
  203.     object cbOverflowCheck: TCheckBox
  204.       Left = 8
  205.       Top = 54
  206.       Width = 150
  207.       Height = 17
  208.       TabStop = False
  209.       Caption = 'Overflow checking (&Q)'
  210.       TabOrder = 2
  211.       IsControl = True
  212.     end
  213.   end
  214.   object GroupBox1: TGroupBox
  215.     Left = 8
  216.     Top = 8
  217.     Width = 187
  218.     Height = 97
  219.     Caption = ' Code generation '
  220.     TabOrder = 0
  221.     IsControl = True
  222.     object cbOptimization: TCheckBox
  223.       Left = 8
  224.       Top = 18
  225.       Width = 150
  226.       Height = 17
  227.       Caption = '&Optimization'
  228.       TabOrder = 0
  229.       IsControl = True
  230.     end
  231.     object cbRecordAlign: TCheckBox
  232.       Left = 8
  233.       Top = 36
  234.       Width = 150
  235.       Height = 17
  236.       TabStop = False
  237.       Caption = '&Aligned record fields'
  238.       TabOrder = 1
  239.       IsControl = True
  240.     end
  241.     object cbStackFrames: TCheckBox
  242.       Left = 8
  243.       Top = 54
  244.       Width = 150
  245.       Height = 17
  246.       TabStop = False
  247.       Caption = 'Stac&k frames'
  248.       TabOrder = 2
  249.       IsControl = True
  250.     end
  251.     object cbPentiumSafe: TCheckBox
  252.       Left = 8
  253.       Top = 72
  254.       Width = 150
  255.       Height = 17
  256.       TabStop = False
  257.       Caption = 'Pentiu&m-safe FDIV'
  258.       TabOrder = 3
  259.     end
  260.   end
  261. end
  262.