home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kolekce / d567 / FLEXCEL.ZIP / XLSAdapter / FlexCelXLS50.dpk next >
Encoding:
Delphi Package  |  2002-10-05  |  2.1 KB  |  73 lines

  1. package FlexCelXLS50;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO ON}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$DESCRIPTION 'FlexCel Native Excel Adapters'}
  26. {$IMPLICITBUILD OFF}
  27.  
  28. requires
  29.   vcl50,
  30.   FlexCel50;
  31.  
  32. contains
  33.   TemplateStore in 'TemplateStore.pas',
  34.   XlsMessages in 'XlsMessages.pas',
  35.   XLSAdapter in 'XLSAdapter.pas',
  36.   UBreakList in 'UBreakList.pas',
  37.   UEscherGraphToBSE in 'UEscherGraphToBSE.pas',
  38.   UEscherOtherRecords in 'UEscherOtherRecords.pas',
  39.   UEscherRecords in 'UEscherRecords.pas',
  40.   UExcelRecords in 'UExcelRecords.pas',
  41.   UXlsMD5 in 'UXlsMD5.pas',
  42.   USheetNameList in 'USheetNameList.pas',
  43.   UXlsSST in 'UXlsSST.pas',
  44.   UXlsBaseClientData in 'UXlsBaseClientData.pas',
  45.   UXlsBaseList in 'UXlsBaseList.pas',
  46.   UXlsBaseRecordLists in 'UXlsBaseRecordLists.pas',
  47.   UXlsBaseRecords in 'UXlsBaseRecords.pas',
  48.   UXlsChart in 'UXlsChart.pas',
  49.   UXlsClientData in 'UXlsClientData.pas',
  50.   UXlsCondFmt in 'UXlsCondFmt.pas',
  51.   UXlsEscher in 'UXlsEscher.pas',
  52.   UXlsFormula in 'UXlsFormula.pas',
  53.   UXlsNotes in 'UXlsNotes.pas',
  54.   UXlsOtherRecords in 'UXlsOtherRecords.pas',
  55.   UXlsRangeRecords in 'UXlsRangeRecords.pas',
  56.   UXlsReferences in 'UXlsReferences.pas',
  57.   UXlsRowColEntries in 'UXlsRowColEntries.pas',
  58.   UXlsSections in 'UXlsSections.pas',
  59.   UXlsSheet in 'UXlsSheet.pas',
  60.   UXlsStrings in 'UXlsStrings.pas',
  61.   UXlsTokenArray in 'UXlsTokenArray.pas',
  62.   UXlsWorkbookGlobals in 'UXlsWorkbookGlobals.pas',
  63.   UXlsCellRecords in 'UXlsCellRecords.pas',
  64.   UXlsDBTemplateStore in 'UXlsDBTemplateStore.pas',
  65.   XlsBaseTemplateStore in 'XlsBaseTemplateStore.pas',
  66.   WOLE2Stream in 'WOLE2Stream.pas',
  67.   UXlsPageBreaks in 'UXlsPageBreaks.pas',
  68.   UXlsColInfo in 'UXlsColInfo.pas',
  69.   UXlsXF in 'UXlsXF.pas',
  70.   UXlsPalette in 'UXlsPalette.pas';
  71.  
  72. end.
  73.