home *** CD-ROM | disk | FTP | other *** search
- (*////////////////////////////////////////////////////////////////////////////
- // Part of AlexSoft VCL/DLL Library. //
- // All rights reserved. (c) Copyright 1998. //
- // Created by: Alex Rabichooc //
- //**************************************************************************//
- // Users of this unit must accept this disclaimer of warranty: //
- // "This unit is supplied as is. The author disclaims all warranties, //
- // expressed or implied, including, without limitation, the warranties //
- // of merchantability and of fitness for any purpose. //
- // The author assumes no liability for damages, direct or //
- // consequential, which may result from the use of this unit." //
- // //
- // This Unit is donated to the public as public domain. //
- // //
- // This Unit can be freely used and distributed in commercial and //
- // private environments provided this notice is not modified in any way. //
- // //
- // If you do find this Unit handy and you feel guilty for using such a //
- // great product without paying someone - sorry :-) //
- // //
- // Please forward any comments or suggestions to Alex Rabichooc at: //
- // //
- // a_rabichooc@yahoo.com or alex@carmez.mldnet.com //
- /////////////////////////////////////////////////////////////////////////////*)
-
- unit DbXCnsts;
-
- interface
-
- ResourceString
- SSearchRecord = 'Search';
- SMoreInfo = 'More Info';
- SDuplicateRecord = 'Duplicate';
- SCantChangeReadOnly = 'Cannot change ReadOnly when CreateMode <> cmAuto';
- SCantChangeDataSource = 'Cannot change DataSource when CreateMode <> cmAuto';
- SCantInsertComponent = '%s does not allow insertion of component %s';
- SInvalidValue = 'Invalid value';
- SInvalidRange = 'Valid value range is: 0..100';
- SOverWriteConfirm = 'File %s exists. Overwrite it?';
- SChanged = 'Modified';
- SSaveConfirm = 'Save changes?';
- SInsert = 'Insert';
- SOverWrite = 'Overwrite';
- SValueNotFound = 'Value not found.';
-
- implementation
- end.