home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TDIRECTORIESCONDITIONALSPAGE / TDIRECTORIESCONDITIONALSPAGE.txt
Text File  |  1999-08-11  |  6KB  |  264 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 = 16
  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 = 360
  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 = 30
  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 = 47
  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 = 10
  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 = 14
  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 = 9
  92.       Top = 117
  93.       Width = 99
  94.       Height = 13
  95.       Caption = '&BPL output directory:'
  96.       FocusControl = ddDPLOutputDir
  97.     end
  98.     object Label2: TLabel
  99.       Left = 7
  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 = 4
  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 = 2
  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 = 6
  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 = 8
  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 = 10
  169.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  170.       HistoryList = 'hlDCPOutput'
  171.     end
  172.     object bDirSearch: TButton
  173.       Left = 360
  174.       Top = 64
  175.       Width = 18
  176.       Height = 21
  177.       Caption = '...'
  178.       TabOrder = 5
  179.       OnClick = EditListClick
  180.     end
  181.     object bDirDebugSource: TButton
  182.       Left = 360
  183.       Top = 88
  184.       Width = 18
  185.       Height = 21
  186.       Caption = '...'
  187.       TabOrder = 7
  188.       OnClick = EditListClick
  189.     end
  190.     object bUnitOutputDir: TButton
  191.       Left = 360
  192.       Top = 40
  193.       Width = 18
  194.       Height = 21
  195.       Caption = '...'
  196.       TabOrder = 3
  197.       OnClick = EditDirClick
  198.     end
  199.     object bOutputDir: TButton
  200.       Left = 360
  201.       Top = 16
  202.       Width = 18
  203.       Height = 21
  204.       Caption = '...'
  205.       TabOrder = 1
  206.       OnClick = EditDirClick
  207.     end
  208.     object bDPLOutputDir: TButton
  209.       Left = 360
  210.       Top = 112
  211.       Width = 18
  212.       Height = 21
  213.       Caption = '...'
  214.       TabOrder = 9
  215.       OnClick = EditDirClick
  216.     end
  217.     object bDCPOutputDir: TButton
  218.       Left = 360
  219.       Top = 136
  220.       Width = 18
  221.       Height = 21
  222.       Caption = '...'
  223.       TabOrder = 11
  224.       OnClick = EditDirClick
  225.     end
  226.   end
  227.   object GroupBox12: TGroupBox
  228.     Left = 8
  229.     Top = 230
  230.     Width = 385
  231.     Height = 48
  232.     Caption = ' Aliases '
  233.     TabOrder = 2
  234.     object Label10: TLabel
  235.       Left = 51
  236.       Top = 19
  237.       Width = 57
  238.       Height = 13
  239.       Caption = 'Unit &aliases:'
  240.       FocusControl = ddUnitAliases
  241.     end
  242.     object ddUnitAliases: THistoryPropComboBox
  243.       Left = 115
  244.       Top = 16
  245.       Width = 243
  246.       Height = 21
  247.       PropField = 'Compiler\UnitAliases'
  248.       ItemHeight = 13
  249.       TabOrder = 0
  250.       HistoryManager = EnvironmentOptions.ProjHistoryLists
  251.       HistoryList = 'hlUnitAliases'
  252.     end
  253.     object bUnitAliases: TButton
  254.       Left = 360
  255.       Top = 16
  256.       Width = 18
  257.       Height = 21
  258.       Caption = '...'
  259.       TabOrder = 1
  260.       OnClick = EditListClick
  261.     end
  262.   end
  263. end
  264.