home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D12 / MRO.ZIP / TADBMRO.INC < prev    next >
Text File  |  1996-05-06  |  3KB  |  110 lines

  1. {*********************************************************}
  2. {*             TADBMRO.INC 2.00             *}
  3. {*     Copyright (c) Tamarack Associates 1995, 1996.     *}
  4. {*           All rights reserved.          *}
  5. {*********************************************************}
  6.  
  7. {* taDBMRO by default will descend from TDBGrid.  To make taDBMRO descend  *}
  8. {* from wwDBGrid and InfoPower is already installed, do the following:       *}
  9. {* 1. Enable the following compiler directive by removing the period       *}
  10. {*    before the dollar sign (change .$DEFINE to $DEFINE)           *}
  11. {* 2. If you have already installed taDBMRO, remove it by selecting       *}
  12. {*    Options|Install Components..., select MROREG, then press Remove       *}
  13. {* 3. Install taDBMRO by selecting Options|Intall Components..., press       *}
  14. {*    Add, find MROREG.PAS, then press Ok                   *}
  15.  
  16. {.$DEFINE UseInfoPower}
  17.  
  18. {* The following compiler directives enable or disable support for various *}
  19. {* controls.  Generally you should build your COMPLIB.DCL with all the       *}
  20. {* options enabled for those components that are installed on your system. *}
  21. {* See 'Controlling EXE File Size' in TADBMRO.DOC for more details.        *}
  22.  
  23. {*  InfoPower from Woll2Woll Software  *}
  24. {.$DEFINE UseTwwDBLookupCombo}
  25. {.$DEFINE UseTwwDBLookupComboDlg}
  26.  
  27. {*  Out & About Productions  *}
  28. {.$DEFINE UseTDBComboBoxPlus}
  29. {.$DEFINE UseTDBLookupComboPlus}
  30.  
  31. {*  Orpheus from TurboPower Software  *}
  32. {.$DEFINE UseTOvcDBSimpleField}
  33. {.$DEFINE UseTOvcDBPictureField}
  34. {.$DEFINE UseTOvcDBNumericField}
  35. {$DEFINE UseOrpheus2}
  36.  
  37. {*  Standard controls from Borland -- All should be enabled for MROPROJ1  *}
  38. {$DEFINE UseTDBText}
  39. {$DEFINE UseTDBEdit}
  40. {$DEFINE UseTDBMemo}
  41. {$DEFINE UseTDBImage}
  42. {$DEFINE UseTDBListBox}
  43. {$DEFINE UseTDBComboBox}
  44. {$DEFINE UseTDBCheckBox}
  45. {$DEFINE UseTDBRadioGroup}
  46. {$DEFINE UseTDBLookupList}
  47. {$DEFINE UseTDBLookupCombo}
  48. {$DEFINE UseTDBLookupComboBox}
  49. {$DEFINE UseTDBLookupListBox}
  50.  
  51. {$DEFINE UseTBevel}
  52. {$DEFINE UseTGroupBox}
  53. {$DEFINE UseTLabel}
  54.  
  55. {* !!Don't change anything below this line!! *}
  56.  
  57. {$IFDEF UseTDBLookupCombo}
  58.  {$DEFINE UseDBLookup}
  59. {$ENDIF}
  60.  
  61. {$IFDEF UseTDBLookupList}
  62.  {$DEFINE UseDBLookup}
  63. {$ENDIF}
  64.  
  65. {$IFDEF UseTwwDBLookupCombo}
  66.  {$DEFINE UseInfoPower}
  67. {$ENDIF}
  68.  
  69. {$IFDEF UseTwwDBLookupComboDlg}
  70.  {$DEFINE UseInfoPower}
  71.  {$DEFINE UseTwwDBLookupCombo}
  72. {$ENDIF}
  73.  
  74. {$IFDEF UseTOvcDBSimpleField}
  75.  {$DEFINE UseOrpheus}
  76. {$ENDIF}
  77.  
  78. {$IFDEF UseTOvcDBPictureField}
  79.  {$DEFINE UseOrpheus}
  80. {$ENDIF}
  81.  
  82. {$IFDEF UseTOvcDBNumericField}
  83.  {$DEFINE UseOrpheus}
  84. {$ENDIF}
  85.  
  86. {$IFDEF WIN32}
  87.  {.$UNDEF UseTDBEdit}
  88.  {.$UNDEF UseTDBComboBox}
  89.  {.$UNDEF UseTDBCheckBox}
  90. {$ELSE}
  91.  {$UNDEF UseTDBLookupComboBox}
  92.  {$UNDEF UseTDBLookupListBox}
  93. {$ENDIF}
  94.  
  95. {$B-} {Complete Boolean Evaluation}
  96. {$I+} {Input/Output-Checking}
  97. {$P+} {Open Parameters}
  98. {$T-} {Typed @ Operator}
  99. {$W-} {Windows Stack Frame}
  100. {$X+} {Extended Syntax}
  101.  
  102. {$IFDEF WIN32}
  103. {$H-} {Short strings}
  104. {$ELSE}
  105. {$G+} {286 Instructions}
  106. {$N+} {Numeric Coprocessor}
  107. {$C MOVEABLE,DEMANDLOAD,DISCARDABLE}
  108. {$ENDIF}
  109.  
  110.