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

  1. object LibraryOptions: TLibraryOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 297
  6.   HelpContext = 1875
  7.   Caption = 'Library'
  8.   OnBroadcast = LibraryOptionsBroadcast
  9.   object GroupBox14: TGroupBox
  10.     Left = 213
  11.     Top = 188
  12.     Width = 198
  13.     Height = 43
  14.     Caption = ' Options: '
  15.     TabOrder = 0
  16.     Visible = False
  17.     object cbLibDebugInfo: TPropCheckBox
  18.       Left = 8
  19.       Top = 24
  20.       Width = 161
  21.       Height = 17
  22.       Caption = '&Compile with debug info'
  23.       PropField = 'Debug Info'
  24.       PropSet = EnvironmentOptions.LibraryOpts
  25.       TabOrder = 0
  26.       ValueChecked = 'True;Yes;1'
  27.       ValueUnchecked = 'False;No;0'
  28.     end
  29.   end
  30.   object GroupBox19: TGroupBox
  31.     Left = 213
  32.     Top = 152
  33.     Width = 198
  34.     Height = 41
  35.     Caption = ' Messages: '
  36.     TabOrder = 1
  37.     Visible = False
  38.     object cbShowHints: TPropCheckBox
  39.       Left = 8
  40.       Top = 24
  41.       Width = 121
  42.       Height = 17
  43.       Caption = 'Show hi&nts'
  44.       PropField = 'Show Hints'
  45.       PropSet = EnvironmentOptions.LibraryOpts
  46.       TabOrder = 0
  47.       ValueChecked = 'True;Yes;1'
  48.       ValueUnchecked = 'False;No;0'
  49.     end
  50.     object cbShowWarnings: TPropCheckBox
  51.       Left = 8
  52.       Top = 36
  53.       Width = 121
  54.       Height = 17
  55.       TabStop = False
  56.       Caption = 'Show &warnings'
  57.       PropField = 'Show Warnings'
  58.       PropSet = EnvironmentOptions.LibraryOpts
  59.       TabOrder = 1
  60.       ValueChecked = 'True;Yes;1'
  61.       ValueUnchecked = 'False;No;0'
  62.     end
  63.   end
  64.   object GroupBox20: TGroupBox
  65.     Left = 7
  66.     Top = 226
  67.     Width = 403
  68.     Height = 48
  69.     Caption = ' Aliases: '
  70.     TabOrder = 2
  71.     Visible = False
  72.     object Label1: TLabel
  73.       Left = 8
  74.       Top = 19
  75.       Width = 73
  76.       Height = 16
  77.       Caption = '&Unit aliases:'
  78.       FocusControl = ecUnitAliases
  79.     end
  80.     object ecUnitAliases: THistoryPropComboBox
  81.       Left = 111
  82.       Top = 16
  83.       Width = 281
  84.       Height = 24
  85.       PropField = 'Unit Aliases'
  86.       PropSet = EnvironmentOptions.LibraryOpts
  87.       ItemHeight = 16
  88.       TabOrder = 0
  89.       HistoryManager = EnvironmentOptions.HistoryLists
  90.       HistoryList = 'hlLibraryUnitAliases'
  91.     end
  92.   end
  93.   object GroupBox10: TGroupBox
  94.     Left = 8
  95.     Top = 8
  96.     Width = 404
  97.     Height = 129
  98.     Caption = ' Directories: '
  99.     TabOrder = 3
  100.     IsControl = True
  101.     object Label3: TLabel
  102.       Left = 8
  103.       Top = 44
  104.       Width = 115
  105.       Height = 13
  106.       AutoSize = False
  107.       Caption = 'BP&L output directory:'
  108.       FocusControl = ecDLLOutput
  109.       IsControl = True
  110.     end
  111.     object Label16: TLabel
  112.       Left = 8
  113.       Top = 71
  114.       Width = 115
  115.       Height = 13
  116.       AutoSize = False
  117.       Caption = 'DCP output di&rectory:'
  118.       FocusControl = ecDCPOutput
  119.     end
  120.     object Label17: TLabel
  121.       Left = 8
  122.       Top = 18
  123.       Width = 115
  124.       Height = 13
  125.       AutoSize = False
  126.       Caption = 'Li&brary Path:'
  127.       FocusControl = ecLibraryPath
  128.     end
  129.     object Label2: TLabel
  130.       Left = 8
  131.       Top = 98
  132.       Width = 137
  133.       Height = 16
  134.       AutoSize = False
  135.       Caption = 'Bro&wsing Path:'
  136.       FocusControl = bBrowsing
  137.     end
  138.     object ecDLLOutput: THistoryPropComboBox
  139.       Left = 123
  140.       Top = 41
  141.       Width = 252
  142.       Height = 24
  143.       PropField = 'Package DPL Output'
  144.       PropSet = EnvironmentOptions.LibraryOpts
  145.       ItemHeight = 16
  146.       TabOrder = 2
  147.       HistoryManager = EnvironmentOptions.HistoryLists
  148.       HistoryList = 'hlDPLOutput'
  149.       IsControl = True
  150.     end
  151.     object ecDCPOutput: THistoryPropComboBox
  152.       Left = 123
  153.       Top = 68
  154.       Width = 252
  155.       Height = 24
  156.       PropField = 'Package DCP Output'
  157.       PropSet = EnvironmentOptions.LibraryOpts
  158.       ItemHeight = 16
  159.       TabOrder = 3
  160.       HistoryManager = EnvironmentOptions.HistoryLists
  161.       HistoryList = 'hlDCPOutput'
  162.     end
  163.     object ecLibraryPath: THistoryPropComboBox
  164.       Left = 123
  165.       Top = 15
  166.       Width = 252
  167.       Height = 24
  168.       PropField = 'Search Path'
  169.       PropSet = EnvironmentOptions.LibraryOpts
  170.       ItemHeight = 16
  171.       TabOrder = 0
  172.       HistoryManager = EnvironmentOptions.HistoryLists
  173.       HistoryList = 'hlLibraryPath'
  174.     end
  175.     object bDirSearch: TButton
  176.       Left = 379
  177.       Top = 15
  178.       Width = 18
  179.       Height = 21
  180.       Caption = '...'
  181.       TabOrder = 1
  182.       OnClick = bDirSearchClick
  183.     end
  184.     object ecBrowsing: THistoryPropComboBox
  185.       Left = 123
  186.       Top = 96
  187.       Width = 252
  188.       Height = 24
  189.       PropField = 'Browsing Path'
  190.       PropSet = EnvironmentOptions.LibraryOpts
  191.       ItemHeight = 16
  192.       TabOrder = 4
  193.       HistoryManager = EnvironmentOptions.HistoryLists
  194.       HistoryList = 'hIBrowsingPath'
  195.     end
  196.     object bBrowsing: TButton
  197.       Left = 379
  198.       Top = 96
  199.       Width = 18
  200.       Height = 21
  201.       Caption = '...'
  202.       TabOrder = 5
  203.       OnClick = bBrowsingClick
  204.     end
  205.   end
  206.   object MapFile: TPropRadioGroup
  207.     Left = 8
  208.     Top = 144
  209.     Width = 198
  210.     Height = 79
  211.     Caption = ' Map file: '
  212.     PropField = 'Map File'
  213.     PropSet = EnvironmentOptions.LibraryOpts
  214.     Items.Strings = (
  215.       '&Off'
  216.       '&Segments'
  217.       '&Publics'
  218.       '&Detailed')
  219.     TabOrder = 4
  220.     Values.Strings = (
  221.       'Off'
  222.       'Segments'
  223.       'Publics'
  224.       'Detailed')
  225.     Visible = False
  226.   end
  227. end
  228.