--- ibx/trunk/design/IBDBReg.pas 2016/12/06 10:33:46 46 +++ ibx/trunk/design/IBDBReg.pas 2017/01/09 15:31:51 47 @@ -389,7 +389,7 @@ uses IB, IBQuery, IBStoredProc, IBCustom IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor, IBSQLEditor, ibserviceeditor, LCLVersion, IBDynamicGrid, IBLookupComboEditBox, IBTreeView, DBControlGrid, ibxscript, IBLocalDBSupport, IBDSDialogs, - IBArrayGrid; + IBArrayGrid, IBVersion, IBDataOutput; const IBPalette1 = 'Firebird'; {do not localize} @@ -397,7 +397,7 @@ const IBPalette3 = 'Firebird Data Controls'; {do not localize} resourcestring - SInterbaseExpressVersion = 'Firebird Express for Lazarus 2.0.0'; + SInterbaseExpressVersion = 'Firebird Express for Lazarus ' + IBX_VERSION; SEditSQL = 'Edit SQL'; SIBSQLEditor = 'IBSQL Editor'; SIBServiceEditor = 'Edit IB Service'; @@ -424,7 +424,8 @@ begin RegisterComponents(IBPalette1, [ TIBQuery, TIBDataSet, TIBDatabase, TIBTransaction, TIBUpdateSQL, TIBEvents, TIBSQL, TIBDatabaseInfo, TIBSQLMonitor, - TIBStoredProc,TIBBatchMove, TIBTable,TIBExtract, TIBXScript, TIBLocalDBSupport]); + TIBStoredProc,TIBBatchMove, TIBTable,TIBExtract, TIBXScript, TIBLocalDBSupport, + TIBBlockFormatOut,TIBCSVDataOut,TIBInsertStmtsOut]); if FirebirdAPI.HasServiceAPI then RegisterComponents(IBPalette2, [TIBConfigService, TIBBackupService, TIBRestoreService, TIBValidationService, TIBStatisticalService,