Control '' has no parentie6 window.parent求回答!!

急,急,急新写的TEdit控件拖到窗口上提示“control has no parent window”
[问题点数:20分,结帖人lancechu]
急,急,急新写的TEdit控件拖到窗口上提示“control has no parent window”
[问题点数:20分,结帖人lancechu]
不显示删除回复
显示所有回复
显示星级回复
显示得分回复
只显示楼主
相关帖子推荐:
2011年2月 Delphi大版内专家分月排行榜第二2011年1月 Delphi大版内专家分月排行榜第二2010年12月 Delphi大版内专家分月排行榜第二2010年11月 Delphi大版内专家分月排行榜第二2010年10月 Delphi大版内专家分月排行榜第二
2011年3月 Delphi大版内专家分月排行榜第三2010年7月 Delphi大版内专家分月排行榜第三
2011年2月 Delphi大版内专家分月排行榜第二2011年1月 Delphi大版内专家分月排行榜第二2010年12月 Delphi大版内专家分月排行榜第二2010年11月 Delphi大版内专家分月排行榜第二2010年10月 Delphi大版内专家分月排行榜第二
2011年3月 Delphi大版内专家分月排行榜第三2010年7月 Delphi大版内专家分月排行榜第三
2011年2月 Delphi大版内专家分月排行榜第二2011年1月 Delphi大版内专家分月排行榜第二2010年12月 Delphi大版内专家分月排行榜第二2010年11月 Delphi大版内专家分月排行榜第二2010年10月 Delphi大版内专家分月排行榜第二
2011年3月 Delphi大版内专家分月排行榜第三2010年7月 Delphi大版内专家分月排行榜第三
本帖子已过去太久远了,不再提供回复功能。当前位置: &
& 查看源码
jvqresources.pas
jvqresources.pas:源码内容
{******************************************************************************}
{*&WARNING:&&JEDI&VCL&To&CLX&Converter&generated&unit.&&&&&&&&&&&&&&&&&&&&&&&&*}
{*&&&&&&&&&&&Manual&modifications&will&be&lost&on&next&release.&&&&&&&&&&&&&&&*}
{******************************************************************************}
{-----------------------------------------------------------------------------
The&contents&of&this&file&are&subject&to&the&Mozilla&Public&License
Version&1.1&(the&&License&);&you&may&not&use&this&file&except&in&compliance
with&the&License.&You&may&obtain&a&copy&of&the&License&at
http://www.mozilla.org/MPL/MPL-1.1.html
Software&distributed&under&the&License&is&distributed&on&an&&AS&IS&&basis,
WITHOUT&WARRANTY&OF&ANY&KIND,&either&expressed&or&implied.&See&the&License&for
the&specific&language&governing&rights&and&limitations&under&the&License.
The&Original&Code&is:&JvResources.PAS,&released&on&.
The&Initial&Developer&of&the&Original&Code&is:&Robert&Marquardt&(robert_marquardt&att&gmx&dott&de)
Copyright&(c)&2003&Robert&Marquardt
All&Rights&Reserved.
Contributor(s):
You&may&retrieve&the&latest&version&of&this&file&at&the&Project&JEDI's&JVCL&home&page,
located&at&http://jvcl.sourceforge.net
Description:
&&unit&to&centralize&all&resourcestrings&of&the&JVCL&for&easier&translation
Known&Issues:
-----------------------------------------------------------------------------}
//&$Id:&JvQResources.pas,v&1.34&&10:11:57&asnepvangers&Exp&$
{$I&jvcl.inc}
//===&used&in&several&files&==================================================
resourcestring
&&RsButtonOKCaption&=&'&OK';
&&RsButtonCancelCaption&=&'Cancel';
&&RsBackButtonCaption&=&'&&&Back';
&&RsPrevButtonCaption&=&'&&&Prev';
&&RsNextButtonCaption&=&'&Next&&';
&&RsDateDlgCaption&=&'Select&a&Date';
&&RsDetailsLeftCaption&=&'&&&&Details';
&&RsDetailsRightCaption&=&'&Details&&&';
&&RsUndoItem&=&'&Undo';
&&RsCutItem&=&'Cu&t';
&&RsCopyItem&=&'&Copy';
&&RsPasteItem&=&'&Paste';
&&RsDeleteItem&=&'&Delete';
&&RsSelectAllItem&=&'Select&&All';
&&SWEDISH:
&&RsUndoItem&=&'&舗gra';
&&RsCutItem&=&'&Klipp&ut';
&&RsCopyItem&=&'K&opiera';
&&RsPasteItem&=&'Kl&istra&in';
&&RsDeleteItem&=&'&Ta&bort';
&&RsSelectAllItem&=&'&Markera&allt';
&&RsUndoItem&=&'&R點kg鋘gig';
&&RsCutItem&=&'&Ausschneiden';
&&RsCopyItem&=&'&Kopieren';
&&RsPasteItem&=&'E&inf黦en';
&&RsDeleteItem&=&'&L鰏chen';
&&RsSelectAllItem&=&'Alles&&markieren';
&&RsUndoItem&=&'&Ongedaan&maken';
&&RsCutItem&=&'K&nippen';
&&RsCopyItem&=&'&Kopi雛en';
&&RsPasteItem&=&'&Plakken';
&&RsDeleteItem&=&'&Wissen';
&&RsSelectAllItem&=&'&Alles&selecteren';
&&RsEmptyItem&=&'&Empty&';
&&RsNoName&=&'(unnamed)';
&&RsDatabaseName&=&'Database&name:&%s';
&&RsDataItemRenderHasNoText&=&'(item&does&not&support&the&IJvDataItemText&interface)';
&&RsError&=&'Error';
&&RsFalse&=&'False';
&&RsTrue&=&'True';
&&RsEErrorSetupDll&=&'SetupApi.dll&not&found';
&&RsEInternalError&=&'internal&error';
&&RsEUnterminatedStringNears&=&'unterminated&string&near&%s';
&&RsEStackOverflow&=&'stack&overflow';
&&RsEStackUnderflow&=&'stack&underflow';
&&RsEReturnStackUnderflow&=&'return&stack&underflow';
&&RsENotImplemented&=&'not&implemented';
&&RsEDelSubTreeNotImplemented&=&'DeleteSubTreeInt&has&not&been&implemented&yet';
&&{&Polaris&patch&}
&&RsEDateOutOfRange&=&'%s&-&Enter&a&date&between&&%s&&and&&%s&';
&&RsEDateOutOfMin&=&'%s&-&Enter&a&date&after&&%s&';
&&RsEDateOutOfMax&=&'%s&-&Enter&a&date&before&&%s&';
&&RsEID3NoController&=&'No&controller&specified';
&&RsEReturnStackOverflow&=&'return&stack&overflow';
&&RsESorryForOneDimensionalArraysOnly&=&'Sorry,&for&one-dimensional&arrays&only';
&&RsELocalDatabase&=&'Cannot&perform&this&operation&on&a&local&database';
&&RsEInterfaceNotSupported&=&'%s&does&not&support&the&%s&interface';
&&RsECircularReference&=&'Circular&reference&not&allowed';
&&RsESourceBitmapTooSmall&=&'Source&bitmap&too&small';
//===&JvAni.pas&==============================================================
resourcestring
&&RsAniExtension&=&'ani';
&&RsAniFilterName&=&'ANI&Image';
&&RsAniCurFilter&=&'Animated&Cursors&(*.ani)|*.ani|Any&files&(*.*)|*.*';
&&RsEInvalidAnimatedIconImage&=&'Invalid&animated&icon&image';
//===&JvAppDBStorage.pas&=====================================================
resourcestring
&&RsENotSupported&=&'Method&not&supported';
&&RsEBufTooSmallFmt&=&'Buffer&too&small&(%d&bytes&required)';
//===&JvAppIniStorage.pas&====================================================
resourcestring
&&RsEReadValueFailed&=&'TJvAppIniFileStorage.ReadValue:&Section&undefined';
&&RsEWriteValueFailed&=&'TJvAppIniFileStorage.WriteValue:&Section&undefined';
//===&JvAppRegistryStorage.pas&===============================================
resourcestring
&&RsRootValueReplaceFmt&=
&&&&'The&Default&Root&Value&&%s&&has&been&replaced&with&&%s&.'&+&#13#10&+
&&&&'Please&change&the&value&in&the&FileVersionInfo&Project&Properties.';
&&RsEUnableToCreateKey&=&'Unable&to&create&key&''%s''';
&&RsEEnumeratingRegistry&=&'Error&enumerating&registry';
//===&JvAppStorage.pas&=======================================================
resourcestring
&&RsEInvalidType&=&'Invalid&type';
&&RsEUnknownBaseType&=&'Unknown&base&type&for&given&set';
&&RsEInvalidPath&=&'Invalid&path';
&&RsENotAUniqueRootPath&=&'''%s''&is&not&a&unique&root&path';
&&RsECircularReferenceOfStorages&=&'Circular&reference&of&storages';
//===&JvAppStorageSelectList.pas&=============================================
resourcestring
&&RsLoadSettings&=&'Load&Settings';
&&RsSaveSettings&=&'Save&Settings';
&&RsDeleteSettings&=&'Delete&Settings';
&&RsLoadCaption&=&'&Load';
&&RsSaveCaption&=&'&Save';
&&RsDeleteCaption&=&'&Delete';
&&RsEDynControlEngineNotDefined&=&'TJvAppStorageSelectList.CreateDialog:&DynControlEngine&not&defined!';
&&RsEDynAppStorageNotDefined&=&'TJvAppStorageSelectList.GetSelectListPath:&No&AppStorage&assigned';
//===&JvAppXMLStorage.pas&====================================================
resourcestring
&&RsENodeCannotBeEmpty&=&'The&node&must&be&given&a&name';
&&RsEPathDoesntExists&=&'Path&''%s''&does&not&exists';
&&RsENotABooleanValue&=&'''%s''&is&not&a&valid&boolean&value';
&&RsENodeNameCannotContainSpaces&=&'XML&Node&names&cannot&contain&white&space&and&the&WhiteSpaceReplacement&property&is&empty.&Please&set&the&WhiteSpaceReplacementProperty&to&a&non&empty&value.';
&&RsEWhiteSpaceReplacementCannotContainSpaces&=
&&&&'The&WhiteSpaceReplacement&property&cannot&contain&any&white&spaces.';
//===&JvAVICapture.pas&=======================================================
resourcestring
&&RsNotConnected&=&'Not&connected';
&&RsErrorMessagePrefix&=&'Error&#';
&&RsEInvalidDriverIndex&=&'%d&is&an&invalid&driver&index.&The&maximum&value&is&%d'#13#10+
&&&&&&&&&&&&&&&&&&&&&&&&&&'This&may&also&happen&if&the&device&could&not&be&initialized&properly.';
//===&JvBackgrounds.pas&======================================================
resourcestring
&&SChainError&=&'Message&from&%s.%s:'#13#10#13#10'Oops...&Messing&up&%s''s&window&procedure&chain.%s';
&&SWorkaround&=&#13#10#13#10'To&avoid&this,&$DEFINE&the&NO_DESIGNHOOK&conditional&compilation&symbol&and&rebuild.';
//===&JvBalloonHint.pas&======================================================
resourcestring
&&RsEParentRequired&=&'Control&''%s''&has&no&parent&window';
&&RsEParentGivenNotAParent&=&'Parent&given&is&not&a&parent&of&''%s''';
//===&JvBaseEdits.pas&========================================================
resourcestring
&&RsEOutOfRangeXFloat&=&'Value&must&be&between&%.*f&and&%.*f';
//===&JvBDECheckPasswordForm.pas&=============================================
resourcestring
&&RsChangePassword&=&'Change&password';
&&RsOldPasswordLabel&=&'&Old&password:';
&&RsNewPasswordLabel&=&'&New&password:';
&&RsConfirmPasswordLabel&=&'&Confirm&password:';
&&RsPasswordChanged&=&'Password&has&been&changed';
&&RsPasswordNotChanged&=&'Password&has&not&been&changed';
&&RsPasswordsMismatch&=&'The&new&and&confirmed&passwords&do&not&match';
//===&JvBDEExceptionForm.pas&=================================================
resourcestring
&&RsDBExceptCaption&=&'Database&Engine&Error';
&&RsBDEErrorLabel&=&'BDE&Error';
&&RsServerErrorLabel&=&'Server&Error';
&&RsErrorMsgLabel&=&'Error&message';
//===&JvBDEFilter.pas&========================================================
resourcestring
&&RsECaptureFilter&=&'Cannot&perform&this&operation&when&controls&are&captured';
&&RsENotCaptureFilter&=&'Cannot&perform&this&operation&when&controls&are&not&captured';
//===&JvBDELoginDialog.pas&===================================================
resourcestring
&&RsEInvalidUserName&=&'Invalid&user&name&or&password';
&&RsLastLoginUserName&=&'Last&Login&User';&&//&Also&used&by&JvLoginForm
&&RsSelectDatabase&=&'SelectDatabase';&{&dialog&never&writes&this&value&}
&&RsLastAliasName&=&'LastAlias';&{&used&if&SelectDatabase&=&True&&}
//===&JvBDEMove.pas&==========================================================
resourcestring
&&RsEInvalidReferenceDescriptor&=&'Invalid&reference&descriptor';
//===&JvBdeUtils.pas&=========================================================
resourcestring
&&RsRetryLogin&=&'Do&you&wish&to&retry&the&connect&to&database?';
&&RsETableNotInExclusiveMode&=&'Table&must&be&opened&in&exclusive&mode&to&add&passwords';
&&RsETableNotOpen&=&'Table&must&be&opened&to&pack';
&&RsETableNotOpenExclusively&=&'Table&must&be&opened&exclusively&to&pack';
&&RsENoParadoxDBaseTable&=&'Table&must&be&either&of&Paradox&or&dBASE&type&to&pack';
//===&JvBehaviorLabel.pas&====================================================
resourcestring
&&RsENeedBehaviorLabel&=&'Cannot&call&%s.Create&with&ALabel&=&nil';
&&RsENoOwnerLabelParent&=&'OwnerLabel.Parent&is&nil&in&%s.Start';
//===&JvBrowseFolder.pas&=====================================================
resourcestring
&&RsEShellNotCompatible&=&'Shell&not&compatible&with&BrowseForFolder';
//===&JvButtons.pas&==========================================================
resourcestring
&&RsEOwnerMustBeForm&=&'%s&owner&must&be&a&TForm';
//===&JvCalc.pas&=============================================================
resourcestring
&&RsCalculatorCaption&=&'Calculator';
//===&JvCalendar.pas&=========================================================
resourcestring
&&RsEInvalidDateStr&=&'Invalid&date&specification&to&TMonthCalStrings&(%s)';
&&RsECannotAssign&=&'Cannot&assign&%s&to&a&%s';
&&RsEInvalidArgumentToSetDayStates&=&'Invalid&argument&to&SetDayStates';
&&RsEInvalidAppearance&=&'TJvCustomMonthCalendar.CreateWithAppearance:&cannot&be&created&without&valid&Appearance';
//===&JvCaptionButton.pas&====================================================
resourcestring
&&RsEOwnerMustBeTCustomForm&=&'TJvCaptionButton&owner&must&be&a&TCustomForm';
//===&JvCaret.pas&============================================================
resourcestring
&&RsEInvalidCaretOwner&=&'%s:&cannot&be&created&without&a&valid&Owner';
//===&JvChangeNotify.pas&=====================================================
resourcestring
&&RsFileNameChange&=&'Filename&Change';
&&RsDirectoryNameChange&=&'Directory&Name&Change';
&&RsAttributesChange&=&'Attributes&Change';
&&RsSizeChange&=&'Size&Change';
&&RsWriteChange&=&'Write&Change';
&&RsSecurityChange&=&'Security&Change';
&&RsEFmtCannotChangeName&=&'Cannot&change&%s&when&active';
&&RsEFmtInvalidPath&=&'Invalid&or&empty&path&(%s)';
&&RsEFmtMaxCountExceeded&=&'Maximum&of&%d&items&exceeded';
&&RsEFmtInvalidPathAtIndex&=&'Invalid&or&empty&path&(&%s&)&at&index&%d';
&&RsENotifyErrorFmt&=&'%s:'&+&sLineBreak&+&'%s';
//===&JvChart.pas&============================================================
resourcestring
&&RsChartDesigntimeLabel&=&':&JEDI&JVCL&Charting&Component';
&&RsNoData&=&'No&data.&(Data.ValueCount=0)';
&&RsGraphHeader&=&'Graph&Header';
&&RsCurrentHeaders&=&'Current&Header:&%s';
&&RsXAxisHeaders&=&'X&Axis&Header:&%s';
&&RsGraphScale&=&'Graph&Scale';
&&RsYAxisScales&=&'Y&Axis&Scale:&%s';
&&RsNoValuesHere&=&'No&values&here!';
&&RsNA&=&'&n/a&';
&&RsEDataIndexCannotBeNegative&=&'Data:&index&cannot&be&negative';
&&RsEDataIndexTooLargeProbablyAnInternal&=&'Data:&index&too&large.&Probably&an&internal&error';
&&RsEGetAverageValueIndexNegative&=&'GetAverageValue:&Index&negative';
&&RsESetAverageValueIndexNegative&=&'SetAverageValue:&Index&negative';
&&RsEChartOptionsPenCountPenCountOutOf&=&'JvChart.Options.PenCount&-&PenCount&out&of&range';
&&RsEChartOptionsXStartOffsetValueOutO&=&'JvChart.Options.XStartOffset&&-&value&out&of&range';
&&RsEUnableToGetCanvas&=&'Unable&to&get&canvas';
//===&JvCheckedMaskEdit.pas&==================================================
resourcestring
&&RsEBeginUnsupportedNestedCall&=&'TJvCustomCheckedMaskEdit.BeginInternalChange:&Unsupported&nested&call!';
&&RsEEndUnsupportedNestedCall&=&'TJvCustomCheckedMaskEdit.EndInternalChange:&Unsupported&nested&call!';
//===&JvClipboardViewer.pas&==================================================
&&RsClipboardUnknown&=&'Cannot&display.&Data&in&Clipboard&is&in&an&unknown&format.';
&&RsClipboardEmpty&=&'Clipboard&is&empty';
//===&JvClipbrd.pas&==========================================================
resourcestring
&&RsENoRenderFormatEventGiven&=&'No&OnRenderFormat&was&given';
//===&JvColorButton.pas&======================================================
resourcestring
&&RsOtherCaption&=&'&Other...';
//===&JvColorCombo.pas&=======================================================
resourcestring
&&RsCustomCaption&=&'Custom...';
&&RsNewColorPrefix&=&'Custom';
//===&JvColorProvider.pas&====================================================
resourcestring
&&RsDelphiConstantNames&=&'Delphi&constant&names';
&&RsEnglishNames&=&'English&names';
&&RsCustomColors&=&'Custom&colors';
&&RsStandardColors&=&'Standard&colors';
&&RsSystemColors&=&'System&colors';
&&RsNoSettings&=&'(no&settings)';
&&RsESpecifiedMappingError&=&'Specified&mapping&does&not&belong&to&the&current&provider';
&&RsEAlreadyRegistered&=&'''%s''&is&already&registered';
&&RsENoICR&=&'Component&does&not&support&IInterfaceComponentReference';
&&RsENoColProv&=&'Component&does&not&support&IJvColorProvider';
&&RsEMappingCollectionExpected&=&'Mapping&collection&expected';
&&RsEExpectedMappingName&=&'Expected&mapping&name';
&&RsEExpectedNameMappings&=&'Expected&name&mappings';
&&RsEInvalidNameMappingSpecification&=&'Invalid&name&mapping&specification';
&&RsEUnknownColor&=&'Unknown&color&''%s''';
&&RsEInvalidColor&=&'Invalid&color&(%d)';
&&RsEItemNotForList&=&'Item&does&not&belong&to&this&list';
//===&JvCombobox.pas&=========================================================
resourcestring
&&RsCapSelAll&=&'&Select&all';
&&RsCapDeselAll&=&'&Deselect&all';
&&RsENoMoreLength&=&'Too&many&items&selected';
//===&JvComputerInfoEx.pas&===================================================
resourcestring
&&RsEReadOnlyProperty&=&'This&value&is&read-only&and&cannot&be&changed.';
&&RsFileTypeString&=&'%s&file';
&&RsAttrArchiveShortString&=&'A';
&&RsAttrCompressedShortString&=&'C';
&&RsAttrDirectoryShortString&=&'D';
&&RsAttrReadOnlyShortString&=&'R';
&&RsAttrHiddenShortString&=&'H';
&&RsAttrSystemShortString&=&'S';
//===&JvContextProvider.pas&==================================================
resourcestring
&&RsContextItemEmptyCaption&=&'(no&context&assigned&to&this&item)';
&&RsENoContextAssigned&=&'No&context&has&been&assigned&to&this&item';
&&RsENoContextItem&=&'Specified&item&is&not&a&context&item';
&&RsENotSupportedIInterfaceComponentReference&=&'Component&does&not&support&IInterfaceComponentReference';
&&RsENotSupportedIJvDataProvider&=&'Component&does&not&support&IJvDataProvider';
//===&JvCreateProcess.pas&====================================================
resourcestring
&&RsIdle&=&'Idle';
&&RsNormal&=&'Normal';
&&RsHigh&=&'High';
&&RsRealTime&=&'RealTime';
&&RsEProcessIsRunning&=&'Cannot&perform&this&operation&when&process&is&running';
&&RsEProcessNotRunning&=&'Process&is&not&running';
//===&JvCSVBaseControls.pas&==================================================
resourcestring
&&RsReplaceExistingDatabase&=&'Replace&existing&database?';
&&RsCVSDatabase&=&'CSV&Database';
&&RsFindText&=&'Find&Text:';
&&RsFirstHint&=&'First';
&&RsPreviousHint&=&'Previous';
&&RsFindHint&=&'Find';
&&RsNextHint&=&'Next';
&&RsLastHint&=&'Last';
&&RsAddHint&=&'Add';
&&RsDeleteHint&=&'Delete';
&&RsPostHint&=&'Post';
&&RsRefreshHint&=&'Refresh';
&&RsENoFieldsDefined&=&'No&fields&defined';
//===&JvCsvData.pas&==========================================================
resourcestring
&&RsErrorRowItem&=&'&ERROR&';
&&RsECsvErrFormat&=&'%s:&%s';
&&RsECsvInvalidSeparatorFmt&=&'Invalid&separator&character&(%s)';&
&&RsEProblemReadingRow&=&'Problem&reading&row&%d';
&&RsENoRecord&=&'No&records';
&&RsENoFieldNamesMatch&=&'No&field&names&match&in&these&datasets.&CopyFromDataset&failed.';
&&RsETimeTConvError&=&'SetFieldData&Error&-&TimeT-to-DateTime&conversion&error';
&&RsEFieldTypeNotHandled&=&'SetFieldData&Error&-&Field&type&not&handled';
&&RsEUnableToLocateCSVFileInfo&=&'Unable&to&locate&CSV&file&information&for&field&%s';
&&RsEPhysicalLocationOfCSVField&=&'Physical&location&of&CSV&field&%s&unknown';
&&RsEInvalidFieldTypeCharacter&=&'Invalid&field&type&character:&%s';
&&RsECsvNoRecord&=&'No&database&record';
&&RsEUnexpectedError&=&'Unexpected&error&parsing&CSV&Field&Definitions';
&&RsEFieldDefinitionError&=&'Field&Definition&Error.&CsvFieldDef,&FieldDefs,&and&file&contents&must&match';
&&RsEInvalidCsvKeyDef&=&'Invalid&CsvKeyDef&property.&InternalInitFieldDefs&failed';
&&RsEInternalErrorParsingCsvKeyDef&=&'Internal&Error&parsing&CsvKeyDef.&InternalInitFieldDefs&failed';
&&RsEContainsField&=&'CsvKeyDef&contains&field&''%s''&which&is&not&defined.&InternalInitFieldDefs&failed';
&&RsEInsertBlocked&=&'InternalAddRecord&cannot&Add.&Insert&blocked';
&&RsEPostingHasBeenBlocked&=&'Posting&to&this&database&has&been&blocked';
&&RsEKeyNotUnique&=&'%s&-&Key&is&not&unique&';
&&RsECannotInsertNewRow&=&'Cannot&insert&new&row.&Insert&blocked';
&&RsECannotPost&=&'Cannot&post.&Not&in&dsEdit&or&dsInsert&mode';
&&RsESortFailedCommaSeparated&=&'Sort&failed.&You&must&give&a&comma&separated&list&of&field&names';
&&RsESortFailedFieldNames&=&'Sort&failed.&Unable&to&parse&field&names.&';
&&RsESortFailedInvalidFieldNameInList&=&'Sort&failed.&Invalid&field&name&in&list:&%s';
&&RsEDataSetNotOpen&=&'AppendRowString:&DataSet&is&not&open&(active&not&set&to&true)';
&&RsEErrorProcessingFirstLine&=&'Error&processing&first&line&of&CSV&file';
&&RsEFieldInFileButNotInDefinition&=&'ProcessCsvHeaderRow:&Field&%s&found&in&file,&but&not&in&field&definitions';
&&RsECsvFieldLocationError&=&'CSV&field&location&error:&%s';
&&RsEFieldNotFound&=&'Field&%s&not&found&in&the&data&file';
&&RsECsvStringTooLong&=&'CSV&string&is&too&long:&%s...';
&&RsEInternalLimit&=&'JvCsvData&-&Internal&Limit&of&MAXCOLUMNS&(%d)&reached.&CSV&Data&has&too&many&columns';
&&RsETableNameNotSet&=&'TableName&not&specified';
&&RsEGetMode&=&'Invalid&option&to&GetMode';
&&RsENoTableName&=&'TableName&not&specified';
&&RsETableNameRequired&=&'LoadFromFile&=&True,&so&a&TableName&is&required';
&&RsEInternalCompare&=&'InternalCompare.&Nil&value&detected';
&&RsEInvalidTableName&=&'TJvCustomCsvDataSet.GetFileName&-&TableName&property&is&not&set';
//===&JvCsvParse.pas&=========================================================
resourcestring
&&RsEInvalidHexLiteral&=&'HexStrToInt:&Invalid&hex&literal';
//===&JvCursor.pas&===========================================================
resourcestring
&&RsCurExtension&=&'cur';
&&RsCurDescription&=&'Cursor&files';
&&RsECursorLoadFromClipboardFormat&=&'LoadFromClipboardFormat&not&supported';
&&RsECursorLoadFromStream&=&'LoadFromStream&not&supported';
&&RsECursorSaveToClipboardFormat&=&'SaveToClipboardFormat&not&supported';
&&RsECursorSaveToStream&=&'SaveToStream&not&supported';
//===&JvDataProvider.pas&=====================================================
resourcestring
&&RsEItemsMayNotBeMovedInTheMainTree&=&'Items&may&not&be&moved&in&the&main&tree';
&&RsEInvalidIndex&=&'Invalid&index';
&&RsEItemCanNotBeDeleted&=&'Item&cannot&be&deleted';
&&RsEContextNameExpected&=&'Context&name&expected';
&&RsEConsumerStackIsEmpty&=&'Consumer&stack&is&empty';
&&RsEContextStackIsEmpty&=&'Context&stack&is&empty';
&&RsEAContextWithThatNameAlreadyExists&=&'A&context&with&that&name&already&exists';
&&RsECannotCreateAContextWithoutAContext&=&'Cannot&create&a&context&without&a&context&list&owner';
&&RsEComponentDoesNotSupportTheIJvDataPr&=&'Component&does&not&support&the&IJvDataProvider&interface';
&&RsEComponentDoesNotSupportTheIInterfac&=&'Component&does&not&support&the&IInterfaceComponentReference&interface';
&&RsEYouMustSpecifyAProviderBeforeSettin&=&'You&must&specify&a&provider&before&setting&the&context';
&&RsEProviderHasNoContextNameds&=&'Provider&has&no&context&named&&%s&';
&&RsEProviderDoesNotSupportContexts&=&'Provider&does&not&support&contexts';
&&RsETheSpecifiedContextIsNotPartOfTheSa&=&'The&specified&context&is&not&part&of&the&same&provider';
&&RsEYouMustSpecifyAProviderBeforeSettin_&=&'You&must&specify&a&provider&before&setting&the&item';
&&RsEItemNotFoundInTheSelectedContext&=&'Item&not&found&in&the&selected&context';
&&RsEViewListOutOfSync&=&'ViewList&out&of&sync';
&&RsEProviderIsNoIJvDataConsumer&=&'Provider&property&of&''%s''&does&not&point&to&a&IJvDataConsumer';
&&RsEComponentIsNotDataConsumer&=&'Component&''%s''&is&not&a&data&consumer';
&&RsECannotAddNil&=&'Cannot&add&a&nil&pointer';
&&RsEConsumerNoSupportIJvDataConsumerClientNotify&=
&&&&'Consumer&does&not&support&the&''IJvDataConsumerClientNotify''&interface';
&&RsENotifierNoSupprtIJvDataConsumer&=&'Notifier&does&not&support&the&''IJvDataConsumer''&interface';
&&RsEExtensibleIntObjDuplicateClass&=&'Implementation&of&that&class&already&exists';
&&RsEExtensibleIntObjCollectionExpected&=&'Expected&collection';
&&RsEExtensibleIntObjClassNameExpected&=&'Missing&ClassName&property';
&&RsEExtensibleIntObjInvalidClass&=&'Invalid&class&type';
&&RsEDataProviderNeedsItemsImpl&=&'Cannot&create&a&data&provider&without&an&IJvDataItems&implementation';
//===&JvDatePickerEdit.pas&===================================================
resourcestring
&&RsDefaultNoDateShortcut&=&'Alt+Del';
&&RsEMustHaveADate&=&'%s&must&have&a&date!';
//===&JvDateTimePicker.pas&===================================================
resourcestring
&&RsNoneCaption&=&'(none)';
//===&JvDBActions.pas,&JvDynControlEngineDBTools.pas&=========================
resourcestring
&&RsDBPosDialogCaption&=&'Change&Current&Record&Position';
&&RsDBPosCurrentPosition&=&'Current&Position';
&&RsDBPosNewPosition&=&'New&Position';
&&RsDBPosMovementType&=&'Movement&Type';
&&RsDBPosAbsolute&=&'Absolute';
&&RsDBPosBackward&=&'Backward';
&&RsDBPosForward&=&'Forward';
&&RsDBPosPercental&=&'Percental';
&&RsSRWPostButtonCaption&=&'&Post';
&&RsSRWCancelButtonCaption&=&'&Cancel';
&&RsSRWCloseButtonCaption&=&'C&lose';
//===&JvDBControls.pas&=======================================================
resourcestring
&&RsInactiveData&=&'Closed';
&&RsBrowseData&=&'Browse';
&&RsEditData&=&'Edit';
&&RsInsertData&=&'Insert';
&&RsSetKeyData&=&'Search';
&&RsCalcFieldsData&=&'Calculate';
//===&JvDBGrid.pas&===========================================================
resourcestring
&&RsJvDBGridSelectTitle&=&'Select&columns';
&&RsJvDBGridSelectOption&=&'[With&the&real&field&name]';
&&RsJvDBGridSelectOK&=&'&OK';
&&RsJvDBGridSelectWarning&=&'At&least&one&column&must&be&visible!';
&&RsEJvDBGridControlPropertyNotAssigned&=&'JvDBGrid.EditControls:&property&Control&not&assigned';
//===&JvDBUltimGrid.pas&======================================================
resourcestring
&&RsEJvDBGridBadFieldKind&=&'Cannot&sort&a&binary&or&special&field';
&&RsEJvDBGridIndexPropertyMissing&=&'Cannot&sort.&An&index&property&is&missing';
&&RsEJvDBGridIndexMissing&&=&'Cannot&sort.&The&corresponding&index&is&missing';
&&RsEJvDBGridUserSortNotAssigned&=&'Cannot&sort.&OnUserSort&is&not&assigned';
//===&JvDBGridExport.pas&=====================================================
resourcestring
&&RsHTMLExportDocTitle&=&'Grid&to&HTML&Export';
&&RsExportWord&=&'Exporting&to&MS&Word...';
&&RsExportExcel&=&'Exporting&to&MS&Excel...';
&&RsExportHTML&=&'Exporting&to&HTML...';
&&RsExportFile&=&'Exporting&to&CSV/Text...';
&&RsExportClipboard&=&'Exporting&to&Clipboard...';
&&RsEDataSetDataSourceIsUnassigned&=&'Dataset&or&DataSource&unassigned';
&&RsEGridIsUnassigned&=&'No&grid&assigned';
//===&JvDBImage.pas&==========================================================
resourcestring
&&RsEBadGraphicSignature&=&'Bad&graphic&signature';
//===&JvDBLookup.pas&=========================================================
resourcestring
&&RsEInvalidFormatNotAllowed&=&'Invalid&format:&%&not&allowed';
&&RsEInvalidFormatsNotAllowed&=&'Invalid&format:&%s&not&allowed';
//===&JvDBQueryParamsForm.pas&================================================
resourcestring
&&//&(p3)&copied&from&bdeconst&so&we&don't&have&to&include&the&entire&BDE&for&three&strings...
&&RsDataTypes&=
&&&&';SSmallIIWBFCBCD;DTDateT;;;BMG;;;;C';
&&RsParamEditor&=&'%s%s%s&Parameters';
&&RsEInvalidParamFieldType&=&'Must&have&a&valid&field&type&selected';
//===&JvDBRemoteLogin.pas&====================================================
resourcestring
&&RsKeyLoginSection&=&'Remote&Login';
&&RsKeyLastLoginUserName&=&'Last&User';
//===&JvDBTreeView.pas&=======================================================
resourcestring
&&RsDeleteNode&=&'Delete&%s&?';
&&RsDeleteNode2&=&'Delete&%s&(with&all&children)&?';
&&RsMasterFieldError&=&'&MasterField&&must&be&integer&type';
&&RsDetailFieldError&=&'&DetailField&&must&be&integer&type';
&&RsItemFieldError&=&'&ItemField&&must&be&string,&date&or&integer&type';
&&RsIconFieldError&=&'&IconField&&must&be&integer&type';
&&RsMasterFieldEmpty&=&'&MasterField&&property&must&be&filled';
&&RsDetailFieldEmpty&=&'&DetailField&&property&must&be&filled';
&&RsItemFieldEmpty&=&'&ItemField&&property&must&be&filled';
&&RsEMoveToModeError&=&'Invalid&move&mode&for&JvDBTreeNode';
&&RsMasterDetailFieldError&=&'&MasterField&&and&&DetailField&&must&be&of&same&type';
&&RsEDataSetNotActive&=&'DataSet&not&active';
&&RsEErrorValueForDetailValue&=&'error&value&for&DetailValue';
//===&JvDBUtils.pas&==========================================================
resourcestring
&&RsConfirmSave&=&'The&data&has&changed.&Save&it?';
//===&JvDdeCmd.pas&===========================================================
resourcestring
&&RsEErrorCommandStart&=&'Invalid&command&start&format';
&&RsEErrorCommandFormat&=&'Invalid&command&format:&%s';
//===&JvDesktopAlertForm.pas&=================================================
resourcestring
&&RsClose&=&'Close';
//===&JvDrawImage.pas&========================================================
resourcestring
&&RsImageMustBeSquare&=&'image&must&be&square&for&Spirographs';
&&RsSumOfRadiTolarge&=&'sum&of&radi&too&large';
&&RsBothRadiMustBeGr&=&'both&radi&must&be&&%d';
//===&JvDropDownForm.pas&=====================================================
resourcestring
&&RsETJvCustomDropDownFormCreateOwnerMus&=&'TJvCustomDropDownForm.Create:&Owner&must&be&a&TCustomEdit';
//===&JvDSADialogs.pas&=======================================================
resourcestring
&&RsInTheCurrentQueue&=&'in&the&current&queue';
&&RsDSActkShowText&=&'Do&not&show&this&dialog&again';
&&RsDSActkAskText&=&'Do&not&ask&me&again';
&&RsDSActkWarnText&=&'Do&not&warn&me&again';
&&RsCntdownText&=&'This&dialog&is&closing&in&%d&%s.';
&&RsCntdownSecText&=&'second';
&&RsCntdownSecsText&=&'seconds';
&&RsECannotEndCustomReadIfNotInCustomRea&=&'Cannot&end&custom&read&if&not&in&custom&read&mode';
&&RsECannotEndCustomWriteIfNotInCustomWr&=&'Cannot&end&custom&write&if&not&in&custom&write&mode';
&&RsECannotEndReadIfNotInReadMode&=&'Cannot&end&read&if&not&in&read&mode';
&&RsECannotEndWriteIfNotInWriteMode&=&'Cannot&end&write&if&not&in&write&mode';
&&RsEJvDSADialogPatchErrorJvDSADialogCom&=&'JvDSADialog&patch&error:&JvDSADialog&component&not&found';
&&RsEDSARegKeyCreateError&=&'Unable&to&create&key&%s';
&&RsEDSADuplicateID&=&'DSA&dialog&with&ID&''%d''&is&already&assigned&to&another&dialog&name';
&&RsEDSADuplicateName&=&'DSA&dialog&named&''%s''&is&already&assigned&to&another&dialog&ID';
&&RsEDSADialogIDNotFound&=&'DSA&dialog&%d&does&not&exist';
&&RsEDSADuplicateCTK_ID&=&'CheckMarkText&ID&%d&already&registered';
&&RsEDSADialogIDNotStored&=&'DSA&dialog&%d&has&not&been&stored';
&&RsEDSAKeyNotFound&=&'Key&%s&does&not&exist';
&&RsEDSAKeyNoAccessAs&=&'Key&%s&cannot&be&accessed&as&%s';
&&RsECtrlHasNoCheckedProp&=&'The&specified&control&has&no&&Checked&&property';
&&RsECtrlHasNoCaptionProp&=&'The&specified&control&has&no&&Caption&&property';
&&RsEDialogIDChangeOnlyInDesign&=&'The&dialog&ID&can&only&be&changed&at&design&time';
&&RsEOnlyAllowedOnForms&=&'TJvDSADialog&is&only&allowed&on&forms';
&&RsEAlreadyDSADialog&=&'The&form&already&has&a&TJvDSADialog&component';
&&RsEDSAAccessBool&=&'Boolean';
&&RsEDSAAccessFloat&=&'Float';
&&RsEDSAAccessInt64&=&'Int64';
&&RsEDSAAccessInt&=&'Integer';
&&RsEDSAAccessString&=&'string';
//===&JvDualList.pas&=========================================================
resourcestring
&&RsDualListSrcCaption&=&'&Source';
&&RsDualListDestCaption&=&'&Destination';
//===&JvDynControlEngine.pas&=================================================
resourcestring
&&RsEIntfCastError&=&'SIntfCastError';
&&RsEUnsupportedControlClass&=&'TJvDynControlEngine.RegisterControl:&Unsupported&ControlClass&&%s&';
&&RsENoRegisteredControlClass&=&'TJvDynControlEngine.CreateControl:&No&Registered&ControlClass&&%s&';
&&RsENoFocusControl&=&'TJvDynControlEngine.CreateLabelControlPanel:&AFocusControl&must&be&assigned';
//===&JvDynControlEngineDB.pas&===============================================
resourcestring
&&RsEUnassignedField&=&'TJvDynControlEngineDB.GetFieldControlType:&AField&must&be&assigned';
&&RsEUnassignedMultiple&=&'TJvDynControlEngineDB.CreateControlsFromDatasourceOnControl:&ADataSource,&ADataSource.Dataset&and&AControl&must&be&assigned';
&&RsEUnassignedDataSet&=&'TJvDynControlEngineDB.CreateControlsFromDatasourceOnControl:&ADataSource.Dataset&must&be&active';
//===&JvEDIDBBuffering.pas&===================================================
resourcestring
&&RsENoProfileDatasets&=&'Not&all&profile&datasets&have&been&assigned.';
//===&JvEditor.pas,&JvUnicodeEditor.pas&======================================
resourcestring
&&RsERedoNotYetImplemented&=&'Redo&not&yet&implemented';
&&RsEInvalidCompletionMode&=&'Invalid&JvEditor&Completion&Mode';
//===&JvEmbeddedForms.pas&====================================================
resourcestring
&&RsEFormLinkSingleInstanceOnly&=&'You&only&need&one&form&link&per&form.';
&&RsELinkCircularRef&=&'Circular&references&not&allowed.';
//===&JvErrorIndicator.pas&===================================================
resourcestring
&&RsEControlNotFoundInGetError&=&'Control&not&found&in&GetError';
&&RsEControlNotFoundInGetImageAlignment&=&'Control&not&found&in&GetImageAlignment';
&&RsEControlNotFoundInGetImagePadding&=&'Control&not&found&in&GetImagePadding';
&&RsEUnableToAddControlInSetError&=&'Unable&to&add&control&in&SetError';
&&RsEUnableToAddControlInSetImageAlignme&=&'Unable&to&add&control&in&SetImageAlignment';
&&RsEUnableToAddControlInSetImagePadding&=&'Unable&to&add&control&in&SetImagePadding';
//===&JvExceptionForm.pas&====================================================
resourcestring
&&RsCodeError&=&'%s.'&+&sLineBreak&+&'Error&Code:&%.8x&(%1:d).';
&&RsModuleError&=&'Exception&in&module&%s.'&+&sLineBreak&+&'%s';
//===&JvFindReplace.pas&======================================================
resourcestring
&&RsNotFound&=&'Search&string&''%s''&not&found';
&&RsXOccurencesReplaced&=&'%d&occurence(s)&of&''%s''&were&replaced';
&&RsReplaceCaption&=&'Replace';
&&RsFindCaption&=&'Find';
&&RsENoEditAssigned&=&'No&edit&control&assigned!';
//===&JvFooter.pas&===========================================================
resourcestring
&&RsETJvFooterBtnCanOnlyBePlacedOnATJvFo&=&'TJvFooterBtn&can&only&be&placed&on&a&TJvFooter';
//===&JvForth.pas&============================================================
resourcestring
&&RsEInvalidNumbers&=&'invalid&number&%s';
&&RsEUnrecognizedDataTypeInSetOperation&=&'unrecognized&data&type&in&set&operation';
&&RsEUnterminatedBlockNear&=&'unterminated&block&near&';
&&RsEParserTimedOutAfterdSecondsYouMayHa&=&'parser&timed&out&after&%d&&you&may&have&circular&includes';
&&RsEUnterminatedIncludeNears&=&'unterminated&include&near&%s';
&&RsEIllegalSpaceCharacterInTheIncludeFi&=&'illegal&space&character&in&the&include&file:&%s';
&&RsECanNotFindIncludeFiles&=&'Can&not&find&include&file:&%s';
&&RsEOnIncludeHandlerNotAssignedCanNotHa&=&'OnInclude&handler&not&assigned,&can&not&handle&include&file:&%s';
&&RsEMissingCommentTerminatorNears&=&'missing&&}&&comment&terminator&near&%s';
&&RsEMissingXmlMethodSpecifierNears&=&'missing&XML&method&specifier&near&%s';
&&RsEMissingDataSourceMethodSpecifierNea&=&'missing&data&source&method&specifier&near&%s';
&&RsEMissingSystemMethodSpecifierNears&=&'missing&system&method&specifier&near&%s';
&&RsEMissingExternalVariableMethodSpecif&=&'missing&external&variable&method&specifier&near&%s';
&&RsEMissingInternalVariableMethodSpecif&=&'missing&internal&variable&method&specifier&near&%s';
&&RsEUndefinedWordsNears&=&'undefined&word&&%s&&near&%s';
&&RsEScriptTimedOutAfterdSeconds&=&'Script&timed&out&after&%d&seconds';
&&RsECanNotAssignVariables&=&'can&not&assign&variable&%s';
&&RsEVariablesNotDefined&=&'Variable&%s&not&defined';
&&RsEProceduresNotDefined&=&'procedure&%s&not&defined';
&&RsEVariablesNotDefined_&=&'variable&%s&not&defined';
&&RsESystemsNotDefined&=&'System&%s&not&defined';
&&RsECanNotAssignSystems&=&'can&not&assign&System&%s';
&&RsEUnrecognizeExternalVariableMethodss&=&'unrecognize&external&variable&method&%s.%s';
&&RsEUnrecognizeInternalVariableMethodss&=&'unrecognize&internal&variable&method&%s.%s';
&&RsEUnrecognizeSystemMethodss&=&'unrecognize&system&method&%s.%s';
&&RsEFilesDoesNotExist&=&'File&%s&does&not&exist';
&&RsECanNotSaveToFiles&=&'Can&not&save&to&file&%s';
&&RsEXMLSelectionIsEmpty&=&'XML&selection&is&empty';
&&RsENoXMLSelectionSelected&=&'no&XML&selection&selected';
&&RsEXMLSelectionOutOfRange&=&'XML&selection&out&of&range';
&&RsEInvalidXmlMethodSpecifiers&=&'invalid&XML&method&specifier&%s';
&&RsEIncrementIndexExpectedIns&=&'Increment&Index:&&[&&expected&in&%s';
&&RsEIncrementIndexExpectedIns_&=&'Increment&Index:&&]&&expected&in&%s';
&&RsEIncrementIndexExpectedIntegerBetwee&=&'Increment&Index:&expected&integer&between&&[..]&&in&%s';
&&RsEDSOIndexOutOfRanged&=&'DSO&index&out&of&range&%d';
&&RsEDSOUnknownKeys&=&'DSO&unknown&key&%s';
//===&JvFullColorCtrls.pas&===================================================
resourcestring
&&RsColorHintFmt1&=&'FullColor:&%.8x'&+&sLineBreak&+
&&&&'ColorSpace:&%s&(%d)'&+&sLineBreak&+
&&&&'Name:&%s'&+&sLineBreak&+
&&&&'Pretty&name:&%s';
&&RsColorHintFmt2&=&'FullColor:&%.8x,&ColorSpace:&%s&(%d)'&+&sLineBreak&+
&&&&'Axis&%s&=&%d'&+&sLineBreak&+
&&&&'Axis&%s&=&%d'&+&sLineBreak&+
&&&&'Axis&%s&=&%d';
&&Rs_EDuplicateTrackBar&&&&&=&'TrackBar&already&used&by&component&&%s&';
&&Rs_EUnsupportedColorSpace&=&'Unsupported&color&space&&%d&';
//===&JvFullColorDialogs.pas&=================================================
resourcestring
&&RsExpandedCaption&=&'&&&&Hide';
&&RsCollapsedCaption&=&'&Panels&&&';
//===&JvFullColorSpaces.pas&==================================================
resourcestring
&&RsENoTypeInfo&&&&&&&&&=&'The&class&%s&contains&no&run&time&type&info'&+&sLineBreak&+
&&&&'&Class&in&module&&test&cannot&be&executed';
&&RsEUnnamedAxis&&&&&&&&=&'Unnamed&Color&Axis';
&&RsEUnnamedSpace&&&&&&&=&'Unnamed&Color&Space';
&&RsEUCS&&&&&&&&&&&&&&&&=&'UCS';
&&RsENoName&&&&&&&&&&&&&=&'No&Name';
&&RsECSNotFound&&&&&&&&&=&'Color&Space&not&found:&%d';
&&RsEIllegalID&&&&&&&&&&=&'Color&Space&ID&%d&is&illegal';
&&RsECSAlreadyExists&&&&=&'Color&Space&Already&exists&[ID:&%d,&Name:&%s]';
&&RsEInconvertibleColor&=&'TColor&value&$%.8X&cannot&be&converted&to&TJvFullColor';
&&RsRGB_Red&&&&&&&=&'Red';
&&RsRGB_Green&&&&&=&'Green';
&&RsRGB_Blue&&&&&&=&'Blue';
&&RsRGB_FullName&&=&'True&Color';
&&RsRGB_ShortName&=&'RGB';
&&RsHLS_Hue&&&&&&&&=&'Hue';
&&RsHLS_Lightness&&=&'Lightness';
&&RsHLS_Saturation&=&'Saturation';
&&RsHLS_FullName&&&=&'Chromatic&Vision';
&&RsHLS_ShortName&&=&'HLS';
&&RsCMY_Cyan&&&&&&=&'Cyan';
&&RsCMY_Magenta&&&=&'Magenta';
&&RsCMY_Yellow&&&&=&'Yellow';
&&RsCMY_FullName&&=&'Substractive&Vision';
&&RsCMY_ShortName&=&'CMY';
&&RsYUV_Y&&&&&&&&&=&'Y&Value';
&&RsYUV_U&&&&&&&&&=&'U&Value';
&&RsYUV_V&&&&&&&&&=&'V&Value';
&&RsYUV_FullName&&=&'PC&Video';
&&RsYUV_ShortName&=&'YUV';
&&RsHSV_Hue&&&&&&&&=&'Hue';
&&RsHSV_Saturation&=&'Saturation';
&&RsHSV_Value&&&&&&=&'Value';
&&RsHSV_FullName&&&=&'Rotation&Vision';
&&RsHSV_ShortName&&=&'HSV';
&&RsYIQ_Y&&&&&&&&&=&'Y';
&&RsYIQ_I&&&&&&&&&=&'I';
&&RsYIQ_Q&&&&&&&&&=&'Q';
&&RsYIQ_FullName&&=&'NTSC&US&television&standard';
&&RsYIQ_ShortName&=&'YIQ';
&&RsYCC_Y&&&&&&&&&=&'Y';
&&RsYCC_Cr&&&&&&&&=&'Cr';
&&RsYCC_Cb&&&&&&&&=&'Cb';
&&RsYCC_FullName&&=&'YCrCb';
&&RsYCC_ShortName&=&'YCC';
&&RsXYZ_X&&&&&&&&&=&'Y';
&&RsXYZ_Y&&&&&&&&&=&'Y';
&&RsXYZ_Z&&&&&&&&&=&'Z';
&&RsXYZ_FullName&&=&'CIE&XYZ';
&&RsXYZ_ShortName&=&'XYZ';
&&RsLAB_L&&&&&&&&&=&'L';
&&RsLAB_A&&&&&&&&&=&'A';
&&RsLAB_B&&&&&&&&&=&'B';
&&RsLAB_FullName&&=&'CIE&LAB';
&&RsLAB_ShortName&=&'LAB';
&&RsDEF_FullName&&=&'Delphi&predefined&colors';
&&RsDEF_ShortName&=&'DEF';
//===&Jvg3DColors.pas&========================================================
resourcestring
&&RsEOnlyOneInstanceOfTJvg3DLocalColors&=&'Cannot&create&more&than&one&instance&of&TJvg3DLocalColors&component';
//===&JvGammaPanel.pas&=======================================================
resourcestring
&&RsRedFormat&=&'R&:&%3D';
&&RsGreenFormat&=&'G&:&%3D';
&&RsBlueFormat&=&'B&:&%3D';
&&RsHint1&=&'Background&Color';
&&RsHint2&=&'Foreground&Color';
&&RsLabelCaption&=&'X';
&&RsLabelHint&=&'Exchange&colors';
&&RsDefaultB&=&'B&:&---';
&&RsDefaultG&=&'G&:&---';
&&RsDefaultR&=&'R&:&---';
//===&JvgAskListBox.pas&======================================================
resourcestring
&&RsYes&=&'yes';
&&RsNo&=&'no';
//===&JvgButton.pas&==========================================================
resourcestring
&&RsEErrorDuringAccessGlyphsListOrGlyphP&=&'Error&during&access&GlyphsList&or&Glyph&property';
//===&JvgCaption.pas&=========================================================
resourcestring
&&RsEOnlyOneInstanceOfTJvgCaption&=&'Cannot&create&more&than&one&instance&of&TJvgCaption&component';
//===&JvgCheckVersionInfoForm.pas&============================================
resourcestring
&&RsNoNewerVersionOfProgramAvailable&=&'No&newer&version&of&program&available';
//===&JvGenetic.pas&==========================================================
resourcestring
&&RsENoTest&=&'TJvGenetic:&OnTestMember&must&be&assigned';
//===&JvgExportComponents.pas&================================================
resourcestring
&&RsEDataSetIsUnassigned&=&'DataSet&is&unassigned';
&&RsESaveToFileNamePropertyIsEmpty&=&'SaveToFileName&property&is&empty';
//===&JvgHelpPanel.pas&=======================================================
resourcestring
&&RsHelp&=&'&help&';
&&RsOpenContextMenuToLoadRTFTextControl&=&'Open&context&menu&to&load&RTF&text.&Control&shows&text&at&runtime&only.';
//===&JvgHint.pas&============================================================
resourcestring
&&RsEOnlyOneInstanceOfTJvgHint&=&'Cannot&create&more&than&one&instance&of&TJvgHint&component';
//===&JvgHTTPVersionInfo.pas&=================================================
resourcestring
&&RsEUnknownURLPropertyVersionDataURLIs&=&'Unknown&URL:&property&VersionDataURL&is&empty';
//===&JvGIF.pas&==============================================================
resourcestring
&&RsGIFImage&=&'CompuServe&GIF&Image';
&&RsEChangeGIFSize&=&'Cannot&change&the&Size&of&a&GIF&image';
&&RsENoGIFData&=&'No&GIF&Data&to&write';
&&RsEUnrecognizedGIFExt&=&'Unrecognized&extension&block:&%.2x';
&&RsEWrongGIFColors&=&'Wrong&number&of&&must&be&a&power&of&2';
&&RsEBadGIFCodeSize&=&'GIF&code&size&not&in&range&2&to&9';
&&RsEGIFDecodeError&=&'GIF&encoded&data&is&corrupt';
&&RsEGIFEncodeError&=&'GIF&image&encoding&error';
&&RsEGIFVersion&=&'Unknown&GIF&version';
//===&JvgLogics.pas&==========================================================
resourcestring
&&RsEqualTo&=&'equal&to';
&&RsStartingWith&=&'starting&with';
&&RsEndsWith&=&'ends&with';
&&RsContains&=&'contains';
&&RsIsContainedWithin&=&'is&contained&within';
&&RsNotEmpty&=&'not&empty';
&&RsStep&=&'Step&';
&&RsComments&=&'Comments';
//===&JvgMailSlots.pas&=======================================================
resourcestring
&&RsETJvgMailSlotServerErrorCreatingChan&=&'TJvgMailSlotServer:&Error&creating&channel!';
&&RsETJvgMailSlotServerErrorGatheringInf&=&'TJvgMailSlotServer:&Error&gathering&information!';
&&RsETJvgMailSlotServerErrorReadingMessa&=&'TJvgMailSlotServer:&Error&reading&message!';
//===&JvgProgress.pas&========================================================
resourcestring
&&RsProgressCaption&=&'Progress...[%d%%]';
//===&JvgQPrintPreviewForm.pas&===============================================
resourcestring
&&RsPageOfPages&=&'Page&%d&of&%d';
//===&JvGradientHeaderPanel.pas&==============================================
resourcestring
&&RsYourTextHereCaption&=&'Put&your&text&here&...';
//===&JvgReport.pas&==========================================================
resourcestring
&&RsOLELinkedObjectNotFound&=&'OLE:&Linked&object&not&found.';
&&RsErrorText&=&'Error';
&&RsErrorReadingComponent&=&'Error&reading&component';
//===&JvGridPreviewForm.pas&==================================================
resourcestring
&&RsOfd&=&'of&%d';
&&RsPaged&=&'Page&%d';
&&RsNoPrinterIsInstalled&=&'No&Printer&is&installed';
//===&JvGridPrinter.pas&======================================================
resourcestring
&&RsPrintOptionsPageFooter&=&'date|time|page';
&&RsPrintOptionsDateFormat&=&'d-mmm-yyyy';
&&RsPrintOptionsTimeFormat&=&'h:nn&am/pm';
//===&JvgSingleInstance.pas&==================================================
resourcestring
&&RsOneInstanceOfThisProgramIsAlreadyRu&=
&&&&'One&instance&of&this&program&is&already&running.&A&second&instance&launch&is&not&allowed.';
&&RsSecondInstanceLaunchOfs&=&'Second&instance&launch&of&%s';
//===&JvgSmallFontsDefense.pas&===============================================
resourcestring
&&RsTJvgSmallFontsDefenseCannotBeUsedWi&=&'TJvgSmallFontsDefense&cannot&be&used&with&large&fonts.';
//===&JvgSysRequirements.pas&=================================================
resourcestring
&&{&RUSSIAN
&&RsVideoVRefreshRate&=&'奏耱铗
友情链接:
CopyRight & 2008- All Rights reserved. 苏ICP备
号 京公网安备:95

我要回帖

更多关于 control 的文章

 

随机推荐