ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBDBReg.pas
(Generate patch)

Comparing ibx/trunk/design/IBDBReg.pas (file contents):
Revision 46 by tony, Tue Dec 6 10:33:46 2016 UTC vs.
Revision 47 by tony, Mon Jan 9 15:31:51 2017 UTC

# Line 389 | Line 389 | uses IB, IBQuery, IBStoredProc, IBCustom
389       IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor,
390       IBSQLEditor, ibserviceeditor, LCLVersion, IBDynamicGrid, IBLookupComboEditBox,
391       IBTreeView, DBControlGrid, ibxscript, IBLocalDBSupport, IBDSDialogs,
392 <     IBArrayGrid;
392 >     IBArrayGrid, IBVersion, IBDataOutput;
393  
394   const
395    IBPalette1 = 'Firebird'; {do not localize}
# Line 397 | Line 397 | const
397    IBPalette3 = 'Firebird Data Controls';   {do not localize}
398    
399   resourcestring
400 <   SInterbaseExpressVersion = 'Firebird Express for Lazarus 2.0.0';
400 >   SInterbaseExpressVersion = 'Firebird Express for Lazarus ' + IBX_VERSION;
401     SEditSQL = 'Edit SQL';
402     SIBSQLEditor = 'IBSQL Editor';
403     SIBServiceEditor = 'Edit IB Service';
# Line 424 | Line 424 | begin
424    RegisterComponents(IBPalette1, [ TIBQuery, TIBDataSet,
425     TIBDatabase, TIBTransaction, TIBUpdateSQL, TIBEvents,
426       TIBSQL, TIBDatabaseInfo, TIBSQLMonitor,
427 <       TIBStoredProc,TIBBatchMove,  TIBTable,TIBExtract, TIBXScript, TIBLocalDBSupport]);
427 >       TIBStoredProc,TIBBatchMove,  TIBTable,TIBExtract, TIBXScript, TIBLocalDBSupport,
428 >       TIBBlockFormatOut,TIBCSVDataOut,TIBInsertStmtsOut]);
429    if FirebirdAPI.HasServiceAPI  then
430      RegisterComponents(IBPalette2, [TIBConfigService, TIBBackupService,
431        TIBRestoreService, TIBValidationService, TIBStatisticalService,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines