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} |
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'; |
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, |