⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fibconsts.pas

📁 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
💻 PAS
📖 第 1 页 / 共 2 页
字号:
  SFIBErrorCloneCursor = 'Unable to open cloned cursor %s from %s. Incompatible field types.';
  SFIBErrorBeforeDisconnectDetail = 'Error of %s.BeforeDisconnect. Probably you are trying to get access to destroyed components. %s';
  SFIBErrorBeforeDisconnect = 'Error of %s.BeforeDisconnect. %s';
  SFIBErrorAfterDisconnectDetail =  'Error of %s.AfterDisconnect. Probably you are trying to get access to destroyed components. %s';
  SFIBErrorAfterDisconnect =  'Error of %s.AfterDisconnect. %s';
  SFIBErrorNoDBLoginDialog = 'Unable to find Database login dialog. ';
  SFIBErrorInstallPropertyEditorPackage = 'Please, install package with property editors.';
  SFIBErrorIncludeDBLoginDialog =  'Please, add FIBDBLoginDlg into USES statement of your project.';
  SFIBErrorCircularLinks = 'Circular link is not allowed.';
  SFIBErrorParamNotExist = 'Parameter "%s" does not exist in %s';
  SFIBErrorWideStringValueTooLong = '%s. Value for WideString Parameter "%s" too long';  
  SFIBParamsCountNotEquelValuesCount= '%s. Parameters count is not equel count of parameter values';
  SFIBErrorEOFInComments = 'EOF in comment detected';
  SFIBErrorEOFInString = 'EOF in string detected';
  SFIBErrorParamNameExpected = 'Parameter name expected';
  SFIBErrorInvalidComp = 'Invalid comp value';
  SFIBErrorNotDataSet = '%s is not TpFIBDataSet';
  SFIBErrorNotDataSetDetail = 'Unable to apply %s because %s is not TpFIBDataSet';
  SFIBErrorNotifyEvent = 'Unable to add NotifyEvent';
  SFIBErrorNotifyEventIndexOut = 'EventList: Index out of range';
  SFIBErrorNotifyEventInvalid = 'EventList: Invalid typecast';
  SFIBErrorHandlerExists = 'Instance of TpFIBErroHandler already exists';
  SFIBErrorUnableStreamLoad = '%s: unable to load from stream';
  SFIBErrorAbortUpdates = 'User abort apply updates for %s %s';
  SFIBErrorUnableGetRecordCount = '%s unable to get number of records';
  SFIBErrorUnableLock = 'Unable to lock record. Update query is empty';
  SFIBErrorGenerationError = '%s: unable to generate %s because fields for "%s" do not exist in dataset.';

  SSuccess = 'Successful execution';
  SDelphiException = 'DelphiException %s';
  SNoOptionsSet = 'No Install Options selected';
  SNoDestinationDirectory = 'DestinationDirectory is not set';
  SNosourceDirectory = 'SourceDirectory is not set';
  SNoUninstallFile = 'Uninstall File Name is not set';
  SOptionNeedsClient = '%s component requires Client to function properly';
  SOptionNeedsServer = '%s component requires Server to function properly';
  SInvalidOption = 'Invalid option specified';
  SInvalidOnErrorResult = 'Unexpected onError return value';
  SInvalidOnStatusResult = 'Unexpected onStatus return value';

  reVarNotArray   = 'Variant is not an array.';
  reVarArrayBounds = 'Variant array index out of bounds.';
  reVarArrayCreate = 'Unable to create variant array.';

  ErrInstallMess = 'FIBPlusTools are not installed';
  FPFIBPlusMenu = 'FIBP&lus';
  FPPreferencesMenu = '&Preferences';
  FPSQLNavigator = 'SQL &Navigator';
  FPBuildMenu = 'FIBPlus %d.%d.%d';

  FPTPrefCaption = 'FIBPlus Preferences';
  FPTGeneratorPref = 'Prefix Generator name';
  FPTGeneratorSuf = 'Sufix Generator name';
  FPTCharSet = 'C&harSet';
  FPTSQLDialect = 'S&QL Dialect';
  FPTStoreConnected = 'Store Connected';
  FPTSyncTime = 'Synchronize Time ';
  FPTUpperOldNames = 'Upper Old Names';
  FPTUseLoginPromt = 'Use Login Prompt';
  FPTTimeoutAction = 'Timeout action';
  FPTTimeout = 'Timeout';
  FPTGotoFirstRecord = 'Go to First Record';
  FPTCheckParam = 'Check parameters';
  FPTAutoStartTrans = 'Autostart transaction';
  FPTAutoCommitTrans = 'Autocommit transaction';

  FPTNavCaption = 'FIBPlus SQL Navigator';
  FPTNavGetFormsButtonHint = 'Scan all forms from active project';
  FPTNavCloseFormsButtonHint = 'Close forms opened from SQLnavigator';
  FPTNavSaveSQLButtonHint = 'Save selected SQLs';
  FPTNavFindButtonHint = 'Find in SQLs';
  FPTNavCheckButtonHint = 'Check selected SQLs ';
  FPTNavSaveCallsHint = 'Save project calls to descriptions';
  FPTNavHideSearchButtonHint = 'Hide Search Result';
  FPTNavShowOIButtonHint = 'Show object inspector';
  FPTNavSearchResults = 'Search Result for ""';
  FPTNavSelectAllItem = 'Select All';
  FPTNavUnselectAllItem = 'Unselect All';
  FPTNavGotoCurrentItem = 'Goto current component';
  FPTNavShowResultsItem = 'Show Search Result';
  FPTNavHideResultsItem = 'Hide Search Result';
  FPTNavCopyToClipboardItem = 'Copy to Clipboard';
  FPTNavSaveAllItem = 'Save all SQLs';
  FPTNavSaveSelectSQlItem = 'Save only SelectSQL';
  FPTNavSaveCallsItem = 'Save project calls to descriptions';
  FPTNavClearCallsItem = 'Clear project calls from descriptions';
  FPTNavOptions = 'Options';
  FPTNavIncludeMachineItem = 'Include Machine Name into descriptions';
  FPTNavSQLFilter = 'SQL files (*.sql)|*.sql';
  FPTNavSearchResultCaption = 'Search Result for "%s"';
  FPTNavNotFound = '%s not found';
  FPTNavUnableToGoto = 'Unable to go to component';
  FPTNavProjectsNotExist = 'Table "FIB$PROJECTS" does not exist in %s';

  { 06/11/02 }
  SFIBStatNoSave = 'Unable to save statistics. Table "FIB$APP_STATISIC" does not exist.';
  SFIBStatNoSaveAppID = 'Unable to save statistics. ApplicationID is unknown.';
  SGenSQLSelectMain = 'Select main table:';

  { 09/25/02 }
  FPNewsgroups = 'Join FIBPlus newsgroups';
  FPNewsgroupsEnglish = 'English';
  FPNewsgroupsRussian = 'Russian';
  FPFeedback = 'Feedback';
  FPFeedbackBug = 'Bug-report';
  FPFeedbackSuggestions = 'Suggestions';
  FPFeedbackInformation = 'Information request';

  FPAutoOptEditorCaption = '%s - AutoUpdateOptions Editor';
  FPAutoOptEditorPrimaryKey = 'Primary key field(s):';
  FPAutoOptEditorModTable = 'Modifying table';
  FPAutoOptEditorSQL = ' SQL generation ';
  FPAutoOptEditorAutoGen = 'Auto generation of modifying queries after DataSet opening';
  FPAutoOptEditorModFields = 'Include in UpdateSQL only modified fields';
  FPAutoOptEditorAutoInc = ' Auto increment options ';
  FPAutoOptEditorGenName = 'Generator Name';
  FPAutoOptEditorWhenGet1 = 'Do not get generator value';
  FPAutoOptEditorWhenGet2 = 'Get new generator value when inserting of new record';
  FPAutoOptEditorWhenGet3 = 'Get new generator value before posting of new record';

  FPConditionsCaption = 'Edit Conditions';
  FPConditionsText = ' Condition text ';
  FPConditionsNames = ' Condition Names ';
  FPConditionsColumnConditions = 'Conditions';
  FPConditionsDelete = '&Delete';
  FPConditionsAdd = '&Add';
  FPConditionsClear = 'C&lear';

  FPOptionsCaption = '%s - Options, PrepareOptions';
  FPOptionsPage = 'Options';
  FPOptionsTrimChars = 'Trim char fields';
  FPOptionsRefresh = 'Refresh current record after posting';
  FPOptionsRefreshDelete = 'Delete non existing records from local buffer';
  FPOptionsAutoStart = 'Auto start transaction before opening';
  FPOptionsApplyFormats = 'Apply DefaultFormats to DisplayFormat and EditFormat';
  FPOptionsIdleUpdate = 'Execute idle update before record editing';
  FPOptionsKeepSort = 'Place modified record according to sorting order';
  FPOptionsRestoreSort = 'Restore local sorting after re-opening';

  FPOptionsPreparePage = 'PrepareOptions';
  FPOptionsSetRequired = 'Set Required property in TField components according to NOT NULL state';
  FPOptionsSetReadOnly = 'Set ReadOnly property in TField components for calculated fields';
  FPOptionsSetDefault = 'Set Default property of TField components according to table description';
  FPOptionsEmulateBoolean = 'Emulate boolean fields';
  FPOptionsCreateBCD = 'Create TBCDField instances for INT64 fields with any scale (SQLDialect 3)';
  FPOptionsApplyRepository = 'Apply FIBPlus Repository options to field propetries, queries, etc';
  FPOptionsSortFields = 'Fill SortFields property using ORDER BY clause';
  FPOptionsRecordCount = 'Get record count without fetching all records';
  FPVisibleRecno = 'Recno for visible records only';  

  // 07.11.2003
  SCompDatabaseNotConnected = 'Database component is not set properly or not connected';
//19.01.2004
  SCheckSQLs ='Check SQLs';
  SEditSQL   ='Edit SQL text';
  SNoErrors  ='No Errors';
  SErrorIn   ='Error in :';

  SNoTimers = 'Not enough timers available';  
implementation

end.











⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -