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

  1. object DirectoriesConditionalsPage: TDirectoriesConditionalsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 282
  6.   HelpContext = 1750
  7.   Caption = 'Directories/Conditionals'
  8.   OnBroadcast = DirectoriesConditionalsPageBroadcast
  9.   object GroupBox11: TGroupBox
  10.     Left = 8
  11.     Top = 176
  12.     Width = 385
  13.     Height = 48
  14.     Caption = ' Conditionals '
  15.     TabOrder = 1
  16.     IsControl = True
  17.     object Label8: TLabel
  18.       Left = 8
  19.       Top = 19
  20.       Width = 92
  21.       Height = 13
  22.       Caption = '&Conditional defines:'
  23.       FocusControl = ddConditionals
  24.       IsControl = True
  25.     end
  26.     object ddConditionals: THistoryPropComboBox
  27.       Left = 115
  28.       Top = 16
  29.       Width = 243
  30.       Height = 21
  31.       PropField = 'Compiler\Conditionals'
  32.       ItemHeight = 13
  33.       TabOrder = 0
  34.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  35.       HistoryList = 'hlConditionals'
  36.       IsControl = True
  37.     end
  38.     object bConditionals: TButton
  39.       Left = 361
  40.       Top = 16
  41.       Width = 18
  42.       Height = 21
  43.       Caption = '...'
  44.       TabOrder = 1
  45.       OnClick = EditListClick
  46.     end
  47.   end
  48.   object GroupBox10: TGroupBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 385
  52.     Height = 163
  53.     Caption = ' Directories '
  54.     TabOrder = 0
  55.     IsControl = True
  56.     object Label3: TLabel
  57.       Left = 8
  58.       Top = 19
  59.       Width = 78
  60.       Height = 13
  61.       Caption = '&Output directory:'
  62.       FocusControl = ddOutputDir
  63.       IsControl = True
  64.     end
  65.     object Label4: TLabel
  66.       Left = 8
  67.       Top = 67
  68.       Width = 61
  69.       Height = 13
  70.       Caption = '&Search path:'
  71.       FocusControl = ddSearchPath
  72.       IsControl = True
  73.     end
  74.     object Label16: TLabel
  75.       Left = 8
  76.       Top = 43
  77.       Width = 98
  78.       Height = 13
  79.       Caption = '&Unit output directory:'
  80.       FocusControl = ddUnitOutput
  81.     end
  82.     object Label15: TLabel
  83.       Left = 8
  84.       Top = 91
  85.       Width = 94
  86.       Height = 13
  87.       Caption = '&Debug source path:'
  88.       FocusControl = ddDebugSourcePath
  89.     end
  90.     object Label1: TLabel
  91.       Left = 8
  92.       Top = 117
  93.       Width = 99
  94.       Height = 13
  95.       Caption = 'B&PL output directory:'
  96.       FocusControl = ddDPLOutputDir
  97.     end
  98.     object Label2: TLabel
  99.       Left = 8
  100.       Top = 139
  101.       Width = 101
  102.       Height = 13
  103.       Caption = 'DC&P output directory:'
  104.       FocusControl = ddDCPOutputDir
  105.     end
  106.     object ddOutputDir: THistoryPropComboBox
  107.       Left = 115
  108.       Top = 16
  109.       Width = 243
  110.       Height = 21
  111.       PropField = 'Compiler\OutputDirectory'
  112.       ItemHeight = 13
  113.       TabOrder = 0
  114.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  115.       HistoryList = 'hlOutputDirectorry'
  116.       IsControl = True
  117.     end
  118.     object ddSearchPath: THistoryPropComboBox
  119.       Left = 115
  120.       Top = 64
  121.       Width = 243
  122.       Height = 21
  123.       PropField = 'Compiler\SearchPath'
  124.       ItemHeight = 13
  125.       TabOrder = 2
  126.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  127.       HistoryList = 'hlSearchPath'
  128.       IsControl = True
  129.     end
  130.     object ddUnitOutput: THistoryPropComboBox
  131.       Left = 115
  132.       Top = 40
  133.       Width = 243
  134.       Height = 21
  135.       PropField = 'Compiler\UnitOutputDirectory'
  136.       ItemHeight = 13
  137.       TabOrder = 1
  138.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  139.       HistoryList = 'hlUnitOutputDirectory'
  140.     end
  141.     object ddDebugSourcePath: THistoryPropComboBox
  142.       Left = 115
  143.       Top = 88
  144.       Width = 243
  145.       Height = 21
  146.       PropField = 'Debugger\DebugSourcePath'
  147.       ItemHeight = 13
  148.       TabOrder = 4
  149.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  150.       HistoryList = 'hlDebugSourcePath'
  151.     end
  152.     object ddDPLOutputDir: THistoryPropComboBox
  153.       Left = 115
  154.       Top = 112
  155.       Width = 243
  156.       Height = 21
  157.       ItemHeight = 13
  158.       TabOrder = 6
  159.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  160.       HistoryList = 'hlBPLOutput'
  161.     end
  162.     object ddDCPOutputDir: THistoryPropComboBox
  163.       Left = 115
  164.       Top = 136
  165.       Width = 243
  166.       Height = 21
  167.       ItemHeight = 13
  168.       TabOrder = 7
  169.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  170.       HistoryList = 'hlDCPOutput'
  171.     end
  172.     object bDirSearch: TButton
  173.       Left = 361
  174.       Top = 64
  175.       Width = 18
  176.       Height = 21
  177.       Caption = '...'
  178.       TabOrder = 3
  179.       OnClick = EditListClick
  180.     end
  181.     object bDirDebugSource: TButton
  182.       Left = 361
  183.       Top = 88
  184.       Width = 18
  185.       Height = 21
  186.       Caption = '...'
  187.       TabOrder = 5
  188.       OnClick = EditListClick
  189.     end
  190.   end
  191.   object GroupBox12: TGroupBox
  192.     Left = 8
  193.     Top = 230
  194.     Width = 385
  195.     Height = 48
  196.     Caption = ' Aliases '
  197.     TabOrder = 2
  198.     object Label10: TLabel
  199.       Left = 8
  200.       Top = 19
  201.       Width = 57
  202.       Height = 13
  203.       Caption = 'Unit &aliases:'
  204.       FocusControl = ddUnitAliases
  205.     end
  206.     object ddUnitAliases: THistoryPropComboBox
  207.       Left = 115
  208.       Top = 16
  209.       Width = 243
  210.       Height = 21
  211.       PropField = 'Compiler\UnitAliases'
  212.       ItemHeight = 13
  213.       TabOrder = 0
  214.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  215.       HistoryList = 'hlUnitAliases'
  216.     end
  217.     object bUnitAliases: TButton
  218.       Left = 361
  219.       Top = 16
  220.       Width = 18
  221.       Height = 21
  222.       Caption = '...'
  223.       TabOrder = 1
  224.       OnClick = EditListClick
  225.     end
  226.   end
  227. end
  228.