home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TPROJOPTDIALOG / TPROJOPTDIALOG.txt
Text File  |  1997-01-16  |  32KB  |  1,100 lines

  1. object ProjOptDialog: TProjOptDialog
  2.   Left = 242
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Project Options'
  7.   ClientHeight = 359
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = DialogCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 24
  19.     Top = 123
  20.     Width = 78
  21.     Height = 13
  22.     Caption = '&Output directory:'
  23.     FocusControl = ddLibPath
  24.     IsControl = True
  25.   end
  26.   object Label10: TLabel
  27.     Left = 24
  28.     Top = 123
  29.     Width = 62
  30.     Height = 13
  31.     Caption = '&Include path:'
  32.     FocusControl = ddIncludePath
  33.     IsControl = True
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 324
  38.     Width = 405
  39.     Height = 35
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object OkButton: TButton
  44.       Left = 165
  45.       Top = 2
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'OK'
  49.       Default = True
  50.       ModalResult = 1
  51.       TabOrder = 1
  52.       OnClick = OKButtonClick
  53.     end
  54.     object CancelButton: TButton
  55.       Left = 245
  56.       Top = 2
  57.       Width = 75
  58.       Height = 25
  59.       Cancel = True
  60.       Caption = 'Cancel'
  61.       ModalResult = 2
  62.       TabOrder = 2
  63.     end
  64.     object HelpButton: TButton
  65.       Left = 325
  66.       Top = 2
  67.       Width = 75
  68.       Height = 25
  69.       Caption = 'Help'
  70.       TabOrder = 3
  71.       OnClick = HelpButtonClick
  72.     end
  73.     object DefaultOpts: TCheckBox
  74.       Left = 12
  75.       Top = 4
  76.       Width = 61
  77.       Height = 20
  78.       HelpContext = 1760
  79.       Caption = 'Default'
  80.       TabOrder = 0
  81.       IsControl = True
  82.     end
  83.   end
  84.   object Panel2: TPanel
  85.     Left = 0
  86.     Top = 0
  87.     Width = 405
  88.     Height = 324
  89.     Align = alClient
  90.     BevelOuter = bvNone
  91.     BorderWidth = 5
  92.     TabOrder = 0
  93.     object PageControl: TPageControl
  94.       Left = 5
  95.       Top = 5
  96.       Width = 395
  97.       Height = 314
  98.       HelpContext = 1650
  99.       ActivePage = ApplicationPage
  100.       Align = alClient
  101.       TabOrder = 0
  102.       OnChange = PageControlChange
  103.       object FormsPage: TTabSheet
  104.         HelpContext = 1780
  105.         Caption = 'Forms'
  106.         object Bevel1: TBevel
  107.           Left = 8
  108.           Top = 8
  109.           Width = 365
  110.           Height = 261
  111.           Shape = bsFrame
  112.         end
  113.         object Label11: TLabel
  114.           Left = 16
  115.           Top = 20
  116.           Width = 49
  117.           Height = 13
  118.           Caption = '&Main form:'
  119.           FocusControl = cbMainForm
  120.         end
  121.         object Label6: TLabel
  122.           Left = 16
  123.           Top = 52
  124.           Width = 86
  125.           Height = 13
  126.           Caption = '&Auto-create forms:'
  127.           FocusControl = AutoCreateForms
  128.         end
  129.         object Label12: TLabel
  130.           Left = 212
  131.           Top = 52
  132.           Width = 74
  133.           Height = 13
  134.           Caption = 'Available &forms:'
  135.           FocusControl = AvailableForms
  136.         end
  137.         object AddSelected: TSpeedButton
  138.           Left = 176
  139.           Top = 68
  140.           Width = 25
  141.           Height = 25
  142.           Caption = '<'
  143.           OnClick = AddSelectedClick
  144.         end
  145.         object AddAll: TSpeedButton
  146.           Left = 176
  147.           Top = 96
  148.           Width = 25
  149.           Height = 25
  150.           Caption = '<<'
  151.           OnClick = AddAllClick
  152.         end
  153.         object RemoveSelected: TSpeedButton
  154.           Left = 176
  155.           Top = 124
  156.           Width = 25
  157.           Height = 25
  158.           Caption = '>'
  159.           OnClick = RemoveSelectedClick
  160.         end
  161.         object RemoveAll: TSpeedButton
  162.           Left = 176
  163.           Top = 152
  164.           Width = 25
  165.           Height = 25
  166.           Caption = '>>'
  167.           OnClick = RemoveAllClick
  168.         end
  169.         object AvailableForms: TListBox
  170.           Left = 212
  171.           Top = 68
  172.           Width = 149
  173.           Height = 185
  174.           DragMode = dmAutomatic
  175.           ItemHeight = 13
  176.           MultiSelect = True
  177.           TabOrder = 2
  178.           OnDragDrop = AvailableFormsDragDrop
  179.           OnDragOver = AvailableFormsDragOver
  180.         end
  181.         object AutoCreateForms: TListBox
  182.           Left = 16
  183.           Top = 68
  184.           Width = 149
  185.           Height = 185
  186.           DragMode = dmAutomatic
  187.           ItemHeight = 13
  188.           MultiSelect = True
  189.           TabOrder = 1
  190.           OnDragDrop = AutoCreateFormsDragDrop
  191.           OnDragOver = AutoCreateFormsDragOver
  192.         end
  193.         object cbMainForm: TComboBox
  194.           Left = 88
  195.           Top = 16
  196.           Width = 201
  197.           Height = 21
  198.           Style = csDropDownList
  199.           ItemHeight = 13
  200.           TabOrder = 0
  201.           OnClick = MainFormClick
  202.         end
  203.       end
  204.       object ApplicationPage: TTabSheet
  205.         HelpContext = 1770
  206.         Caption = 'Application'
  207.         object GroupBox13: TGroupBox
  208.           Left = 8
  209.           Top = 8
  210.           Width = 369
  211.           Height = 145
  212.           Caption = 'Application settings'
  213.           TabOrder = 0
  214.           IsControl = True
  215.           object Label9: TLabel
  216.             Left = 8
  217.             Top = 52
  218.             Width = 41
  219.             Height = 13
  220.             Caption = 'Help &file:'
  221.             FocusControl = AppHelpFile
  222.             IsControl = True
  223.           end
  224.           object Label5: TLabel
  225.             Left = 8
  226.             Top = 23
  227.             Width = 23
  228.             Height = 13
  229.             Caption = '&Title:'
  230.             FocusControl = AppTitle
  231.             IsControl = True
  232.           end
  233.           object Label7: TLabel
  234.             Left = 8
  235.             Top = 80
  236.             Width = 24
  237.             Height = 13
  238.             Caption = '&Icon:'
  239.             FocusControl = LoadIconBtn
  240.           end
  241.           object IconPanel: TPanel
  242.             Left = 77
  243.             Top = 80
  244.             Width = 52
  245.             Height = 49
  246.             BevelOuter = bvLowered
  247.             TabOrder = 3
  248.             object IconImage: TImage
  249.               Left = 1
  250.               Top = 1
  251.               Width = 50
  252.               Height = 47
  253.               Align = alClient
  254.               Center = True
  255.             end
  256.           end
  257.           object LoadIconBtn: TButton
  258.             Left = 141
  259.             Top = 77
  260.             Width = 88
  261.             Height = 24
  262.             Caption = '&Load icon...'
  263.             TabOrder = 4
  264.             OnClick = BrowseIconClick
  265.           end
  266.           object bpBrowseHelp: TButton
  267.             Left = 282
  268.             Top = 47
  269.             Width = 76
  270.             Height = 23
  271.             Caption = '&Browse...'
  272.             TabOrder = 2
  273.             OnClick = BrowserHelpClick
  274.           end
  275.           object AppHelpFile: TEdit
  276.             Left = 78
  277.             Top = 48
  278.             Width = 200
  279.             Height = 21
  280.             TabOrder = 1
  281.             Text = 'AppHelpFile'
  282.           end
  283.           object AppTitle: TEdit
  284.             Left = 78
  285.             Top = 20
  286.             Width = 280
  287.             Height = 21
  288.             TabOrder = 0
  289.             Text = 'AppTitle'
  290.           end
  291.         end
  292.       end
  293.       object CompilerPage: TTabSheet
  294.         HelpContext = 1650
  295.         Caption = 'C++'
  296.         object gbOptimization: TGroupBox
  297.           Left = 8
  298.           Top = 78
  299.           Width = 177
  300.           Height = 73
  301.           Caption = 'Code optimization'
  302.           TabOrder = 0
  303.           IsControl = True
  304.           object rbNoOptim: TRadioButton
  305.             Left = 8
  306.             Top = 16
  307.             Width = 113
  308.             Height = 17
  309.             Caption = 'N&one'
  310.             TabOrder = 0
  311.           end
  312.           object rbOptNormal: TRadioButton
  313.             Left = 8
  314.             Top = 32
  315.             Width = 113
  316.             Height = 17
  317.             Caption = '&Speed'
  318.             TabOrder = 1
  319.           end
  320.           object rbOptFull: TRadioButton
  321.             Left = 8
  322.             Top = 48
  323.             Width = 153
  324.             Height = 17
  325.             Caption = 'Speed with sc&heduling'
  326.             TabOrder = 2
  327.           end
  328.         end
  329.         object gbCompiling: TGroupBox
  330.           Left = 200
  331.           Top = 165
  332.           Width = 177
  333.           Height = 94
  334.           Caption = 'Compiling'
  335.           TabOrder = 2
  336.           object cbShowGenMsgs: TCheckBox
  337.             Left = 8
  338.             Top = 70
  339.             Width = 150
  340.             Height = 17
  341.             Caption = 'Show &general msgs'
  342.             TabOrder = 3
  343.           end
  344.           object cbCppShowWarnings: TCheckBox
  345.             Left = 8
  346.             Top = 52
  347.             Width = 149
  348.             Height = 17
  349.             Caption = 'Show &warnings'
  350.             TabOrder = 2
  351.           end
  352.           object cbMergeStrings: TCheckBox
  353.             Left = 8
  354.             Top = 16
  355.             Width = 150
  356.             Height = 17
  357.             Caption = '&Merge duplicate strings'
  358.             TabOrder = 0
  359.             IsControl = True
  360.           end
  361.           object cbCppStackFrames: TCheckBox
  362.             Left = 8
  363.             Top = 34
  364.             Width = 150
  365.             Height = 17
  366.             Caption = 'Stac&k frames'
  367.             TabOrder = 1
  368.             IsControl = True
  369.           end
  370.         end
  371.         object gbDebugging: TGroupBox
  372.           Left = 8
  373.           Top = 165
  374.           Width = 177
  375.           Height = 94
  376.           Caption = 'Debugging'
  377.           TabOrder = 3
  378.           IsControl = True
  379.           object cbCppDebugInfo: TCheckBox
  380.             Left = 8
  381.             Top = 16
  382.             Width = 150
  383.             Height = 17
  384.             Caption = '&Debug information'
  385.             TabOrder = 0
  386.             IsControl = True
  387.           end
  388.           object cbLineNums: TCheckBox
  389.             Left = 8
  390.             Top = 34
  391.             Width = 150
  392.             Height = 17
  393.             Caption = '&Line number information'
  394.             TabOrder = 1
  395.             IsControl = True
  396.           end
  397.           object cbAutoRegs: TCheckBox
  398.             Left = 8
  399.             Top = 52
  400.             Width = 161
  401.             Height = 17
  402.             Caption = '&Automatic register variables'
  403.             TabOrder = 2
  404.             IsControl = True
  405.           end
  406.           object cbDisableInlines: TCheckBox
  407.             Left = 8
  408.             Top = 70
  409.             Width = 150
  410.             Height = 17
  411.             Caption = 'Disable &inline expansions'
  412.             TabOrder = 3
  413.             IsControl = True
  414.           end
  415.         end
  416.         object gbPch: TGroupBox
  417.           Left = 200
  418.           Top = 78
  419.           Width = 177
  420.           Height = 73
  421.           Caption = 'Pre-compiled headers'
  422.           TabOrder = 1
  423.           IsControl = True
  424.           object rbNoPch: TRadioButton
  425.             Left = 8
  426.             Top = 16
  427.             Width = 113
  428.             Height = 17
  429.             Caption = 'Non&e'
  430.             TabOrder = 0
  431.           end
  432.           object rbUsePch: TRadioButton
  433.             Left = 8
  434.             Top = 32
  435.             Width = 153
  436.             Height = 17
  437.             Caption = '&Use pre-compiled headers'
  438.             TabOrder = 1
  439.           end
  440.           object rbCachePch: TRadioButton
  441.             Left = 8
  442.             Top = 48
  443.             Width = 161
  444.             Height = 17
  445.             Caption = '&Cache pre-compiled headers'
  446.             TabOrder = 2
  447.           end
  448.         end
  449.         object GroupBox6: TGroupBox
  450.           Left = 9
  451.           Top = 8
  452.           Width = 238
  453.           Height = 57
  454.           Caption = 'Speed settings'
  455.           TabOrder = 4
  456.           object pbFullDebug: TBitBtn
  457.             Left = 14
  458.             Top = 20
  459.             Width = 100
  460.             Height = 25
  461.             Caption = '&Full debug'
  462.             TabOrder = 0
  463.             OnClick = pbFullDebugClick
  464.             Glyph.Data = {
  465.               06020000424D0602000000000000760000002800000028000000140000000100
  466.               04000000000090010000CE0E0000D80E00000000000000000000000000000000
  467.               80000080000000808000800000008000800080800000C0C0C000808080000000
  468.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  469.               333333333333333333333333333333333333333333333333333333FFFFFFFFFF
  470.               FFFF333330000000000000033333388888888888888F333330FFFFFFFFFFFF03
  471.               333338F333333333338F333330FFFFFFFFFFFF03333338F3FFFFFF33338F3333
  472.               30FF000000FFFF03333338F3F8888333338F333330F0FFFFFFFFFF03333338F8
  473.               FFFFFFFFF38F3333300100000000FF03333338888FF88888338F3333300180EE
  474.               EEEEEE033333388888FF3333338F33333001180F0F0EEE03333338888883F333
  475.               338F333330811190EEEEEE033333388888F8FFFFF38F3333307719990000FF03
  476.               333338F3888888F8338F3333077FF99990FFFF03333388F3FFFFF83FFF8F3330
  477.               77FFFF000F000003333838F38F888388888333077FFF00FFFF0FF033338338F3
  478.               8833338F38333077FFF0FFFFFF0F0333383338F83333338F8333077FFF09FFFF
  479.               FF0033338F33388FFFFFFF88333307FFF09000000003333383F3388888888883
  480.               333330FF0333333333333333383F833333333333333333003333333333333333
  481.               33883333333333333333}
  482.             NumGlyphs = 2
  483.           end
  484.           object pbRelease: TBitBtn
  485.             Left = 126
  486.             Top = 20
  487.             Width = 100
  488.             Height = 25
  489.             Caption = '&Release'
  490.             TabOrder = 1
  491.             OnClick = pbReleaseClick
  492.             Glyph.Data = {
  493.               CE070000424DCE07000000000000360000002800000024000000120000000100
  494.               1800000000009807000000000000000000000000000000000000008284840000
  495.               8400008400008400008482000082840082840082840082840082848400008400
  496.               00840000840000008284008284008284008284008284FFFFFFFFFFFFFFFFFFFF
  497.               FFFF008284008284008284008284008284008284FFFFFFFFFFFFFFFFFFFFFFFF
  498.               00828400828400828400828400FF0000FF0000FF008400000082840082840082
  499.               8400828400828400828400820000FF0084000000828400828400828400828400
  500.               8284848284848284008284008284FFFFFF008284008284008284008284008284
  501.               848284848284008284FFFFFF00828400828400828400828400828400820000FF
  502.               0084000084820000828400828400828400828400828400820000FF0084000000
  503.               8284008284008284008284008284008284008284848284008284FFFFFF008284
  504.               008284008284008284008284008284848284008284FFFFFF0082840082840082
  505.               8400828400828400820000FF0000820084000000828400828400828400828484
  506.               820000FF00848200848200008284008284008284008284008284008284008284
  507.               848284008284008284FFFFFF008284008284008284008284848284008284FFFF
  508.               FF00828400828400828400828400828400828400828400FF0000FF0084000084
  509.               820000828400828484820000820000FF00840000008284008284008284008284
  510.               008284008284008284008284008284848284008284FFFFFF0082840082840082
  511.               84848284008284008284FFFFFF00828400828400828400828400828400828400
  512.               828484820000FF0000FF0084000084000084820000820000FF00840000848200
  513.               0082840082840082840082840082840082840082840082840082848482840082
  514.               84008284FFFFFFFFFFFF848284008284008284FFFFFF00828400828400828400
  515.               828400828400828400828400828400828400820000FF0000FF00008200008200
  516.               0082008400008482000082840082840082840082840082840082840082840082
  517.               84008284008284008284848284008284008284008284008284008284FFFFFF00
  518.               8284008284008284008284008284008284008284008284008284008284008284
  519.               84820000FF0000FF0000FF000082000082008482008400008482000082840082
  520.               8400828400828400828400828400828400828400828400828484828400828400
  521.               8284008284008284FFFFFF848284FFFFFFFFFFFF008284008284008284008284
  522.               84000084000084000084000084820084820000FF0000FF008400000082848482
  523.               0000FF00840000008284008284008284008284008284008284848284FFFFFFFF
  524.               FFFFFFFFFF848284848284008284008284FFFFFF008284848284008284FFFFFF
  525.               00828400828400828400828484820000FF0000FF0000820084000084820000FF
  526.               0000820084000000828484820000FF0084000000828400828400828400828400
  527.               8284008284848284848284008284008284FFFFFF848284008284008284FFFFFF
  528.               008284848284008284FFFFFF0082840082840082840082840082840082848482
  529.               0000FF0000820084000000FF0000FF0084000084000000820000FF0084000000
  530.               8284008284008284008284008284008284008284008284848284008284008284
  531.               FFFFFF008284008284FFFFFFFFFFFF848284008284FFFFFF0082840082840082
  532.               8400828400828400828400828400828400FF0000820000FF0000FF0000820000
  533.               FF0000FF00840000008284008284008284008284008284008284008284008284
  534.               008284008284848284008284008284008284008284008284008284008284FFFF
  535.               FF00828400828400828400828400828400828400828400828400828400828400
  536.               820000820000FF0000FF0000FF00840000008284008284008284008284008284
  537.               0082840082840082840082840082840082840082848482840082840082840082
  538.               84008284008284FFFFFF00828400828400828400828400828400828400828400
  539.               828400828400828400828400828400820000820000FF00840000008284008284
  540.               0082840082840082840082840082840082840082840082840082840082840082
  541.               84008284848284008284008284008284FFFFFF00828400828400828400828400
  542.               828400828400828400828400828400828400828400828484000084000000FF00
  543.               8400000082840082840082840082840082840082840082840082840082840082
  544.               84008284008284008284008284008284008284848284008284FFFFFF00828400
  545.               8284008284008284008284008284008284008284008284008284008284008284
  546.               00828484820000FF000082008400000082840082840082840082840082840082
  547.               8400828400828400828400828400828400828400828400828400828484828400
  548.               8284008284FFFFFF008284008284008284008284008284008284008284008284
  549.               00828400828400828400828400828484820000FF0000FF008400000082840082
  550.               8400828400828400828400828400828400828400828400828400828400828400
  551.               8284008284008284848284008284008284FFFFFF008284008284008284008284
  552.               0082840082840082840082840082840082840082840082840082840082848482
  553.               0084820084820000828400828400828400828400828400828400828400828400
  554.               8284008284008284008284008284008284008284008284848284848284848284
  555.               008284008284008284008284008284008284}
  556.             NumGlyphs = 2
  557.           end
  558.         end
  559.       end
  560.       object Pascal: TTabSheet
  561.         Caption = 'Pascal'
  562.         object GroupBox1: TGroupBox
  563.           Left = 8
  564.           Top = 8
  565.           Width = 368
  566.           Height = 56
  567.           Caption = 'Code generation'
  568.           TabOrder = 0
  569.           IsControl = True
  570.           object cbOptimization: TCheckBox
  571.             Left = 8
  572.             Top = 14
  573.             Width = 150
  574.             Height = 17
  575.             Caption = '&Optimization'
  576.             TabOrder = 0
  577.             IsControl = True
  578.           end
  579.           object cbRecordAlign: TCheckBox
  580.             Left = 8
  581.             Top = 31
  582.             Width = 150
  583.             Height = 17
  584.             TabStop = False
  585.             Caption = '&Aligned record fields'
  586.             TabOrder = 1
  587.             IsControl = True
  588.           end
  589.           object cbStackFrames: TCheckBox
  590.             Left = 196
  591.             Top = 14
  592.             Width = 150
  593.             Height = 17
  594.             TabStop = False
  595.             Caption = 'Stac&k frames'
  596.             TabOrder = 2
  597.             IsControl = True
  598.           end
  599.           object cbPentiumSafe: TCheckBox
  600.             Left = 196
  601.             Top = 31
  602.             Width = 150
  603.             Height = 17
  604.             TabStop = False
  605.             Caption = 'Penti&um-safe FDIV'
  606.             TabOrder = 3
  607.           end
  608.         end
  609.         object GroupBox2: TGroupBox
  610.           Left = 8
  611.           Top = 68
  612.           Width = 368
  613.           Height = 56
  614.           Caption = 'Runtime errors'
  615.           TabOrder = 1
  616.           IsControl = True
  617.           object cbRangeCheck: TCheckBox
  618.             Left = 8
  619.             Top = 14
  620.             Width = 150
  621.             Height = 17
  622.             Caption = '&Range checking'
  623.             TabOrder = 0
  624.             IsControl = True
  625.           end
  626.           object cbStackCheck: TCheckBox
  627.             Left = 8
  628.             Top = 31
  629.             Width = 150
  630.             Height = 17
  631.             TabStop = False
  632.             Caption = '&Stack checking'
  633.             TabOrder = 1
  634.             IsControl = True
  635.           end
  636.           object cbInOutCheck: TCheckBox
  637.             Left = 196
  638.             Top = 14
  639.             Width = 150
  640.             Height = 17
  641.             TabStop = False
  642.             Caption = '&I/O checking'
  643.             TabOrder = 2
  644.             IsControl = True
  645.           end
  646.           object cbOverflowCheck: TCheckBox
  647.             Left = 196
  648.             Top = 31
  649.             Width = 150
  650.             Height = 17
  651.             TabStop = False
  652.             Caption = 'Overflow checking (&Q)'
  653.             TabOrder = 3
  654.             IsControl = True
  655.           end
  656.         end
  657.         object GroupBox3: TGroupBox
  658.           Left = 8
  659.           Top = 128
  660.           Width = 180
  661.           Height = 141
  662.           Caption = 'Syntax options'
  663.           TabOrder = 2
  664.           IsControl = True
  665.           object cbVarStrCheck: TCheckBox
  666.             Left = 8
  667.             Top = 14
  668.             Width = 150
  669.             Height = 17
  670.             Caption = 'Strict &var-strings'
  671.             TabOrder = 0
  672.             IsControl = True
  673.           end
  674.           object cbFullBoolEval: TCheckBox
  675.             Left = 8
  676.             Top = 31
  677.             Width = 150
  678.             Height = 17
  679.             TabStop = False
  680.             Caption = 'Complete &boolean eval'
  681.             TabOrder = 1
  682.             IsControl = True
  683.           end
  684.           object cbExtSyntax: TCheckBox
  685.             Left = 8
  686.             Top = 48
  687.             Width = 150
  688.             Height = 17
  689.             TabStop = False
  690.             Caption = 'E&xtended syntax'
  691.             TabOrder = 2
  692.             IsControl = True
  693.           end
  694.           object cbTypedPointers: TCheckBox
  695.             Left = 8
  696.             Top = 65
  697.             Width = 150
  698.             Height = 17
  699.             TabStop = False
  700.             Caption = '&Typed @ operator'
  701.             TabOrder = 3
  702.             IsControl = True
  703.           end
  704.           object cbOpenParameters: TCheckBox
  705.             Left = 8
  706.             Top = 82
  707.             Width = 150
  708.             Height = 17
  709.             TabStop = False
  710.             Caption = 'Open ¶meters'
  711.             TabOrder = 4
  712.             IsControl = True
  713.           end
  714.           object cbHugeStrings: TCheckBox
  715.             Left = 8
  716.             Top = 99
  717.             Width = 97
  718.             Height = 17
  719.             TabStop = False
  720.             Caption = '&Huge strings'
  721.             TabOrder = 5
  722.           end
  723.           object cbAssignConst: TCheckBox
  724.             Left = 8
  725.             Top = 116
  726.             Width = 166
  727.             Height = 17
  728.             TabStop = False
  729.             Caption = 'Assignable typed constants (&J)'
  730.             TabOrder = 6
  731.           end
  732.         end
  733.         object GroupBox4: TGroupBox
  734.           Left = 196
  735.           Top = 128
  736.           Width = 180
  737.           Height = 73
  738.           Caption = 'Debugging'
  739.           TabOrder = 3
  740.           IsControl = True
  741.           object cbPasDebugInfo: TCheckBox
  742.             Left = 8
  743.             Top = 14
  744.             Width = 150
  745.             Height = 17
  746.             Caption = '&Debug information'
  747.             TabOrder = 0
  748.             IsControl = True
  749.           end
  750.           object cbLocalSymbols: TCheckBox
  751.             Left = 8
  752.             Top = 31
  753.             Width = 150
  754.             Height = 17
  755.             TabStop = False
  756.             Caption = '&Local symbols'
  757.             TabOrder = 1
  758.             IsControl = True
  759.           end
  760.           object cbSymbolInfo: TCheckBox
  761.             Left = 8
  762.             Top = 48
  763.             Width = 149
  764.             Height = 17
  765.             TabStop = False
  766.             Caption = 'S&ymbol information'
  767.             TabOrder = 2
  768.             IsControl = True
  769.           end
  770.         end
  771.         object GroupBox5: TGroupBox
  772.           Left = 196
  773.           Top = 205
  774.           Width = 180
  775.           Height = 64
  776.           Caption = 'Messages'
  777.           TabOrder = 4
  778.           object cbShowHints: TCheckBox
  779.             Left = 8
  780.             Top = 14
  781.             Width = 150
  782.             Height = 17
  783.             Caption = 'Show hi&nts'
  784.             TabOrder = 0
  785.           end
  786.           object cbShowWarnings: TCheckBox
  787.             Left = 8
  788.             Top = 30
  789.             Width = 149
  790.             Height = 17
  791.             TabStop = False
  792.             Caption = 'Show &warnings'
  793.             TabOrder = 1
  794.           end
  795.         end
  796.       end
  797.       object LinkerPage: TTabSheet
  798.         HelpContext = 1700
  799.         Caption = 'Linker'
  800.         object gbStackSizes: TGroupBox
  801.           Left = 194
  802.           Top = 80
  803.           Width = 185
  804.           Height = 97
  805.           Caption = 'Stack sizes'
  806.           TabOrder = 3
  807.           IsControl = True
  808.           object Label1: TLabel
  809.             Left = 8
  810.             Top = 19
  811.             Width = 70
  812.             Height = 13
  813.             Caption = 'Mi&n stack size:'
  814.             FocusControl = ecStackSize
  815.             IsControl = True
  816.           end
  817.           object Label13: TLabel
  818.             Left = 8
  819.             Top = 47
  820.             Width = 73
  821.             Height = 13
  822.             Caption = 'Ma&x stack size:'
  823.             FocusControl = ecMaxStackSize
  824.           end
  825.           object ecStackSize: TEdit
  826.             Left = 97
  827.             Top = 16
  828.             Width = 75
  829.             Height = 21
  830.             TabOrder = 0
  831.             IsControl = True
  832.           end
  833.           object ecMaxStackSize: TEdit
  834.             Left = 97
  835.             Top = 44
  836.             Width = 75
  837.             Height = 21
  838.             TabOrder = 1
  839.           end
  840.         end
  841.         object gbMapFile: TGroupBox
  842.           Left = 8
  843.           Top = 80
  844.           Width = 177
  845.           Height = 97
  846.           Caption = 'Map file'
  847.           TabOrder = 2
  848.           IsControl = True
  849.           object rbMapFileOff: TRadioButton
  850.             Left = 8
  851.             Top = 16
  852.             Width = 150
  853.             Height = 20
  854.             Caption = 'O&ff'
  855.             TabOrder = 0
  856.             IsControl = True
  857.           end
  858.           object rbMapSegOnly: TRadioButton
  859.             Left = 8
  860.             Top = 34
  861.             Width = 150
  862.             Height = 20
  863.             Caption = '&Segments'
  864.             TabOrder = 1
  865.             IsControl = True
  866.           end
  867.           object rbMapSegPubs: TRadioButton
  868.             Left = 8
  869.             Top = 52
  870.             Width = 150
  871.             Height = 20
  872.             Caption = '&Publics'
  873.             TabOrder = 2
  874.             IsControl = True
  875.           end
  876.           object rbMapDetailed: TRadioButton
  877.             Left = 8
  878.             Top = 70
  879.             Width = 150
  880.             Height = 20
  881.             Caption = 'De&tailed'
  882.             TabOrder = 3
  883.             IsControl = True
  884.           end
  885.         end
  886.         object gbTarget: TGroupBox
  887.           Left = 8
  888.           Top = 8
  889.           Width = 177
  890.           Height = 65
  891.           Caption = 'Application target'
  892.           TabOrder = 0
  893.           IsControl = True
  894.           object rbEXE: TRadioButton
  895.             Left = 8
  896.             Top = 16
  897.             Width = 150
  898.             Height = 20
  899.             Caption = 'Generate &EXE'
  900.             TabOrder = 0
  901.             IsControl = True
  902.           end
  903.           object rbDLL: TRadioButton
  904.             Left = 8
  905.             Top = 34
  906.             Width = 150
  907.             Height = 20
  908.             Caption = 'Generate &DLL'
  909.             TabOrder = 1
  910.             IsControl = True
  911.           end
  912.         end
  913.         object gbAppType: TGroupBox
  914.           Left = 194
  915.           Top = 8
  916.           Width = 183
  917.           Height = 65
  918.           Caption = 'Application type'
  919.           TabOrder = 1
  920.           IsControl = True
  921.           object rbGUI: TRadioButton
  922.             Left = 8
  923.             Top = 16
  924.             Width = 150
  925.             Height = 20
  926.             Caption = 'Windows &GUI'
  927.             TabOrder = 0
  928.             IsControl = True
  929.           end
  930.           object rbConsole: TRadioButton
  931.             Left = 8
  932.             Top = 34
  933.             Width = 150
  934.             Height = 20
  935.             Caption = '&Console application'
  936.             TabOrder = 1
  937.             IsControl = True
  938.           end
  939.         end
  940.         object gbLinker: TGroupBox
  941.           Left = 8
  942.           Top = 185
  943.           Width = 369
  944.           Height = 72
  945.           Caption = 'Linking'
  946.           TabOrder = 4
  947.           IsControl = True
  948.           object cbUseIncLinker: TCheckBox
  949.             Left = 8
  950.             Top = 16
  951.             Width = 153
  952.             Height = 17
  953.             Caption = '&Use incremental linker'
  954.             TabOrder = 0
  955.             OnClick = cbUseIncLinkerClick
  956.           end
  957.           object cbLinkWarnings: TCheckBox
  958.             Left = 8
  959.             Top = 48
  960.             Width = 153
  961.             Height = 17
  962.             Caption = 'Show &warnings'
  963.             TabOrder = 1
  964.           end
  965.           object cbLinkDebugVcl: TCheckBox
  966.             Left = 192
  967.             Top = 32
  968.             Width = 153
  969.             Height = 17
  970.             Caption = 'Link debug version of &VCL'
  971.             TabOrder = 2
  972.           end
  973.           object cbLinkDebugInfo: TCheckBox
  974.             Left = 192
  975.             Top = 16
  976.             Width = 153
  977.             Height = 17
  978.             Caption = '&Include debug information'
  979.             TabOrder = 3
  980.           end
  981.           object cbIncrImage: TCheckBox
  982.             Left = 8
  983.             Top = 32
  984.             Width = 145
  985.             Height = 17
  986.             Caption = 'In-&memory EXE'
  987.             TabOrder = 4
  988.           end
  989.         end
  990.       end
  991.       object DirCondPage: TTabSheet
  992.         HelpContext = 1750
  993.         Caption = 'Directories/Conditionals'
  994.         object gbConditionals: TGroupBox
  995.           Left = 8
  996.           Top = 103
  997.           Width = 368
  998.           Height = 48
  999.           Caption = 'Conditionals'
  1000.           TabOrder = 1
  1001.           IsControl = True
  1002.           object Label8: TLabel
  1003.             Left = 8
  1004.             Top = 19
  1005.             Width = 92
  1006.             Height = 13
  1007.             Caption = '&Conditional defines:'
  1008.             FocusControl = ddDefines
  1009.             IsControl = True
  1010.           end
  1011.           object ddDefines: TComboBox
  1012.             Left = 104
  1013.             Top = 16
  1014.             Width = 257
  1015.             Height = 21
  1016.             ItemHeight = 0
  1017.             TabOrder = 0
  1018.             IsControl = True
  1019.           end
  1020.         end
  1021.         object gbDirs: TGroupBox
  1022.           Left = 8
  1023.           Top = 8
  1024.           Width = 368
  1025.           Height = 81
  1026.           Caption = 'Directories'
  1027.           TabOrder = 0
  1028.           IsControl = True
  1029.           object Label3: TLabel
  1030.             Left = 8
  1031.             Top = 51
  1032.             Width = 58
  1033.             Height = 13
  1034.             Caption = '&Library path:'
  1035.             FocusControl = ddLibPath
  1036.             IsControl = True
  1037.           end
  1038.           object Label4: TLabel
  1039.             Left = 8
  1040.             Top = 19
  1041.             Width = 62
  1042.             Height = 13
  1043.             Caption = '&Include path:'
  1044.             FocusControl = ddIncludePath
  1045.             IsControl = True
  1046.           end
  1047.           object ddLibPath: TComboBox
  1048.             Left = 104
  1049.             Top = 48
  1050.             Width = 257
  1051.             Height = 21
  1052.             ItemHeight = 0
  1053.             TabOrder = 1
  1054.             IsControl = True
  1055.           end
  1056.           object ddIncludePath: TComboBox
  1057.             Left = 104
  1058.             Top = 16
  1059.             Width = 257
  1060.             Height = 21
  1061.             ItemHeight = 0
  1062.             TabOrder = 0
  1063.             IsControl = True
  1064.           end
  1065.         end
  1066.         object GroupBox12: TGroupBox
  1067.           Left = 8
  1068.           Top = 165
  1069.           Width = 368
  1070.           Height = 48
  1071.           Caption = 'Pascal unit aliases'
  1072.           TabOrder = 2
  1073.           object Label15: TLabel
  1074.             Left = 8
  1075.             Top = 19
  1076.             Width = 57
  1077.             Height = 13
  1078.             Caption = 'Unit &aliases:'
  1079.             FocusControl = ddUnitAliases
  1080.           end
  1081.           object ddUnitAliases: TComboBox
  1082.             Left = 104
  1083.             Top = 16
  1084.             Width = 257
  1085.             Height = 21
  1086.             ItemHeight = 0
  1087.             TabOrder = 0
  1088.           end
  1089.         end
  1090.       end
  1091.     end
  1092.   end
  1093.   object OpenDialog1: TOpenDialog
  1094.     FileEditStyle = fsEdit
  1095.     Options = [ofHideReadOnly, ofShowHelp]
  1096.     Left = 72
  1097.     Top = 328
  1098.   end
  1099. end
  1100.