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

📄 vg2consts.pas

📁 Midas.dll全部源码
💻 PAS
字号:
{*******************************************************}
{                                                       }
{  VG Library II                                        }
{                                                       }
{  String Constants                                     }
{                                                       }
{  (c) 1997, 2003 by Vladimir Gaitanoff                 }
{                                                       }
{*******************************************************}

{$I hb.inc}
{$D-,L-}

unit vg2Consts;

interface

resourcestring
  SRegTools                     = 'VG2 Tools';
  SRegControls                  = 'VG2 Controls';
  SRegDataAccess                = 'VG2 Data Access';
  SRegDataADO                   = 'VG2 ADO';
  SRegDataIBX                   = 'VG2 InterBase';
  SRegDataControls              = 'VG2 Data Controls';
  SRegDataDialogs               = 'VG2 Data Dialogs';
  SRegExplorer                  = 'VG2 Explorer';
  SRegReports                   = 'VG2 Reports';
  SRegMultiTier                 = 'VG2 Midas';
  SRegMisc                      = 'VG2 Misc';

  SVGLibKey                     = 'SOFTWARE\VGLibrary\2.0';

  SShowDesigner                 = '&Show Designer';
  STestDialog                   = '&Test Dialog...';
  SEdit                         = '&Edit...';
  SExecute                      = '&Execute';
  SCreateLanguageFile           = 'Create &language file...';
  SEditPicture                  = '&Edit picture...';

{ System utils }

  SNotSupported                 = 'Capability not supported';
  SCannotDeleteFile             = 'Unable to delete file ''%s''';
  SCannotRenameFile             = 'Unable to rename file ''%s'' to ''%s''';

  SItemNotFound                 = 'Item ''%s'' not found';
  SDuplicateItemFound           = 'Item ''%s'' already exists';
  SMatchCase                    = 'Match case';
  SYes                          = 'Yes';
  SNo                           = 'No';

{ Properties storage }

  SCircularLink                 = 'Circular links not allowed';
  SCannotCreateIniFile          = 'Cannot create ini-file';
  SAppIniFileNotAssigned        = 'AppIniFile property not assigned'; 

{ Edit }

  SInvalidPictureMask           = 'Invalid picture mask';
  SInvalidInput                 = 'Invalid input value';

  SPictureMaskValid             = 'Picture mask is valid';
  SPictureMaskInvalid           = 'Picture mask is invalid';
  SInputValid                   = 'Input is valid';
  SInputInvalid                 = 'Input is invalid';

  SConfirmDeleteRecord          = 'Delete record?'; 

{ File controls }

  SFileBrowse                   = 'Browse';
  SFileDefaultFilter            = 'All files (*.*)|*.*';

{ Date controls }

  SDateClear                    = 'Clear';
  SDateToday                    = 'Today';

{ Calc controls }

  SCalcError                    = 'Error';

{ Dialogs captions }

  SPictureMaskEditorTitle       = 'Picture Mask Editor';
  SEditPictureMaskTitle         = 'Edit Picture Mask';

{ Dialog labels }

  SStartPrompt                  = '&Start:';
  SEndPrompt                    = '&End:';
  SPicturePrompt                = '&Picture:';
  STestInputPrompt              = '&Test input:';
  SStatusPrompt                 = '&Status:';
  SSamplesPrompt                = 'Sa&mples:';
  SFieldsPrompt                 = '&Fields:';
  STextPrompt                   = '&Text:';
  SFindWhatPrompt               = '&Find what:';
  SSearchFieldPrompt            = '&Search field:';
  SSortByPrompt                 = '&Sort By:';

  SVerifyCaption                = '&Verify';
  SOptionsCaption               = '&Options';
  SDescriptionPrompt            = '&Description:';

  SAutoFillCaption              = 'Auto &Fill';
  SCaseCorrectionCaption        = 'Case &Correction';
  SCaseInsensitiveCaption       = 'Case &Insensitive';

  SAddCaption                   = '&Add...';
  SEditCaption                  = '&Edit...';
  SDeleteCaption                = '&Delete...';

  SPicture                      = 'Picture';
  SDescription                  = 'Description';
  SField                        = 'Field';
  SCondition                    = 'Condition';

  SFieldsOrderCaption           = 'Fields &Order';
  SSummaryCaption               = '&Summary';
  SClearCaption                 = '&Clear';
  SValueCaption                 = '&Value';
  SValuesCaption                = '&Values';
  SRangeCaption                 = '&Range';
  SConditionCaption             = '&Condition';

  SAlphabetCaption              = '&Alphabetic';
  SLogicalCaption               = '&Logical';
  SPartialMatchBegCaption       = 'Partial match at &beginning';
  SPartialMatchAnywhereCaption  = 'Partial match &anywhere';
  SExactMatchCaption            = '&Exact match';
  SLikeMatchCaption             = '&Like';
  SCaseMatchCaption             = '&Match case';

  SDirectionCaption             = 'Direction';
  SUpCaption                    = '&Up';
  SDownCaption                  = '&Down';
  SFindNextCaption              = '&Find Next';

{ Match value resources }

  SMVPartialMatchBeginning      = 'Partial match at beginning with';
  SMVPartialMatchAnywhere       = 'Partial match anywhere with';
  SMVExactMatch                 = 'Exact match with';
  SMVLikeMatch                  = 'Like';
  SMVAny                        = 'Any';
  SMVLessEqThan                 = 'Less or equal than "%s"';
  SMVGreaterEqThan              = 'Greater or equal than "%s"';
  SMVBetween                    = 'Between "%s" and "%s"';
  SCaption                      = 'VG Library II';
  SLicense                      = '修改后请共享源码,谢谢';

implementation

end.

⌨️ 快捷键说明

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