亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? consts.pas

?? 通訊過程中需要某些重要的命令不丟失
?? PAS
字號:

{*******************************************************}
{                                                       }
{       Borland Delphi Visual Component Library         }
{                                                       }
{  Copyright (c) 1995-2001 Borland Software Corporation }
{                                                       }
{*******************************************************}

unit Consts;

interface

resourcestring
  SOpenFileTitle = 'Open';
  SCantWriteResourceStreamError = 'Can''t write to a read-only resource stream';
  SDuplicateReference = 'WriteObject called twice for the same instance';
  SClassMismatch = 'Resource %s is of incorrect class';
  SInvalidTabIndex = 'Tab index out of bounds';
  SInvalidTabPosition = 'Tab position incompatible with current tab style';
  SInvalidTabStyle = 'Tab style incompatible with current tab position';
  SInvalidBitmap = 'Bitmap image is not valid';
  SInvalidIcon = 'Icon image is not valid';
  SInvalidMetafile = 'Metafile is not valid';
  SInvalidPixelFormat = 'Invalid pixel format';
  SInvalidImage = 'Invalid image';
  SBitmapEmpty = 'Bitmap is empty';
  SScanLine = 'Scan line index out of range';
  SChangeIconSize = 'Cannot change the size of an icon';
  SOleGraphic = 'Invalid operation on TOleGraphic';
  SUnknownExtension = 'Unknown picture file extension (.%s)';
  SUnknownClipboardFormat = 'Unsupported clipboard format';
  SOutOfResources = 'Out of system resources';
  SNoCanvasHandle = 'Canvas does not allow drawing';
  SInvalidImageSize = 'Invalid image size';
  STooManyImages = 'Too many images';
  SDimsDoNotMatch = 'Image dimensions do not match image list dimensions';
  SInvalidImageList = 'Invalid ImageList';
  SReplaceImage = 'Unable to Replace Image';
  SImageIndexError = 'Invalid ImageList Index';
  SImageReadFail = 'Failed to read ImageList data from stream';
  SImageWriteFail = 'Failed to write ImageList data to stream';
  SWindowDCError = 'Error creating window device context';
  SClientNotSet = 'Client of TDrag not initialized';
  SWindowClass = 'Error creating window class';
  SWindowCreate = 'Error creating window';
  SCannotFocus = 'Cannot focus a disabled or invisible window';
  SParentRequired = 'Control ''%s'' has no parent window';
  SParentGivenNotAParent = 'Parent given is not a parent of ''%s''';
  SMDIChildNotVisible = 'Cannot hide an MDI Child Form';
  SVisibleChanged = 'Cannot change Visible in OnShow or OnHide';
  SCannotShowModal = 'Cannot make a visible window modal';
  SScrollBarRange = 'Scrollbar property out of range';
  SPropertyOutOfRange = '%s property out of range';
  SMenuIndexError = 'Menu index out of range';
  SMenuReinserted = 'Menu inserted twice';
  SMenuNotFound = 'Sub-menu is not in menu';
  SNoTimers = 'Not enough timers available';
  SNotPrinting = 'Printer is not currently printing';
  SPrinting = 'Printing in progress';
  SPrinterIndexError = 'Printer index out of range';
  SInvalidPrinter = 'Printer selected is not valid';
  SDeviceOnPort = '%s on %s';
  SGroupIndexTooLow = 'GroupIndex cannot be less than a previous menu item''s GroupIndex';
  STwoMDIForms = 'Cannot have more than one MDI form per application';
  SNoMDIForm = 'Cannot create form. No MDI forms are currently active';
  SImageCanvasNeedsBitmap = 'Can only modify an image if it contains a bitmap';
  SControlParentSetToSelf = 'A control cannot have itself as its parent';
  SOKButton = 'OK';
  SCancelButton = 'Cancel';
  SYesButton = '&Yes';
  SNoButton = '&No';
  SHelpButton = '&Help';
  SCloseButton = '&Close';
  SIgnoreButton = '&Ignore';
  SRetryButton = '&Retry';
  SAbortButton = 'Abort';
  SAllButton = '&All';

  SCannotDragForm = 'Cannot drag a form';
  SPutObjectError = 'PutObject to undefined item';
  SCardDLLNotLoaded = 'Could not load CARDS.DLL';
  SDuplicateCardId = 'Duplicate CardId found';

  SDdeErr = 'An error returned from DDE  ($0%x)';
  SDdeConvErr = 'DDE Error - conversation not established ($0%x)';
  SDdeMemErr = 'Error occurred when DDE ran out of memory ($0%x)';
  SDdeNoConnect = 'Unable to connect DDE conversation';

  SFB = 'FB';
  SFG = 'FG';
  SBG = 'BG';
  SOldTShape = 'Cannot load older version of TShape';
  SVMetafiles = 'Metafiles';
  SVEnhMetafiles = 'Enhanced Metafiles';
  SVIcons = 'Icons';
  SVBitmaps = 'Bitmaps';
  SGridTooLarge = 'Grid too large for operation';
  STooManyDeleted = 'Too many rows or columns deleted';
  SIndexOutOfRange = 'Grid index out of range';
  SFixedColTooBig = 'Fixed column count must be less than column count';
  SFixedRowTooBig = 'Fixed row count must be less than row count';
  SInvalidStringGridOp = 'Cannot insert or delete rows from grid';
  SInvalidEnumValue = 'Invalid Enum Value';
  SInvalidNumber = 'Invalid numeric value';
  SOutlineIndexError = 'Outline index not found';
  SOutlineExpandError = 'Parent must be expanded';
  SInvalidCurrentItem = 'Invalid value for current item';
  SMaskErr = 'Invalid input value';
  SMaskEditErr = 'Invalid input value.  Use escape key to abandon changes';
  SOutlineError = 'Invalid outline index';
  SOutlineBadLevel = 'Incorrect level assignment';
  SOutlineSelection = 'Invalid selection';
  SOutlineFileLoad = 'File load error';
  SOutlineLongLine = 'Line too long';
  SOutlineMaxLevels = 'Maximum outline depth exceeded';

  {SMsgDlgWarning = 'Warning';
  SMsgDlgError = 'Error';
  SMsgDlgInformation = 'Information';
  SMsgDlgConfirm = 'Confirm';
  SMsgDlgYes = '&Yes';
  SMsgDlgNo = '&No';
  SMsgDlgOK = 'OK';
  SMsgDlgCancel = 'Cancel';
  SMsgDlgHelp = '&Help';
  SMsgDlgHelpNone = 'No help available';
  SMsgDlgHelpHelp = 'Help';
  SMsgDlgAbort = '&Abort';
  SMsgDlgRetry = '&Retry';
  SMsgDlgIgnore = '&Ignore';
  SMsgDlgAll = '&All';
  SMsgDlgNoToAll = 'N&o to All';
  SMsgDlgYesToAll = 'Yes to &All';  }
  SMsgDlgWarning = '警告';
  SMsgDlgError = '錯誤';
  SMsgDlgInformation = '提示';
  SMsgDlgConfirm = '確認';
  SMsgDlgYes = '是(&Y)';
  SMsgDlgNo = '否(&N)';
  SMsgDlgOK = '確定';
  SMsgDlgCancel = '取消';
  SMsgDlgHelp = '幫助(&H)';
  SMsgDlgHelpNone = '沒有該幫助信息';
  SMsgDlgHelpHelp = '幫助';
  SMsgDlgAbort = '放棄(&A)';
  SMsgDlgRetry = '重試(&R)';
  SMsgDlgIgnore = '忽略(&I)';
  SMsgDlgAll = '全部(&A)';
  SMsgDlgNoToAll = '全否(&O)';
  SMsgDlgYesToAll = '全是(&A)';

  SmkcBkSp = 'BkSp';
  SmkcTab = 'Tab';
  SmkcEsc = 'Esc';
  SmkcEnter = 'Enter';
  SmkcSpace = 'Space';
  SmkcPgUp = 'PgUp';
  SmkcPgDn = 'PgDn';
  SmkcEnd = 'End';
  SmkcHome = 'Home';
  SmkcLeft = 'Left';
  SmkcUp = 'Up';
  SmkcRight = 'Right';
  SmkcDown = 'Down';
  SmkcIns = 'Ins';
  SmkcDel = 'Del';
  SmkcShift = 'Shift+';
  SmkcCtrl = 'Ctrl+';
  SmkcAlt = 'Alt+';

  srUnknown = '(Unknown)';
  srNone = '(None)';
  SOutOfRange = 'Value must be between %d and %d';

  SDateEncodeError = 'Invalid argument to date encode';
  SDefaultFilter = 'All files (*.*)|*.*';
  sAllFilter = 'All';
  SNoVolumeLabel = ': [ - no volume label - ]';
  SInsertLineError = 'Unable to insert a line';

  SConfirmCreateDir = 'The specified directory does not exist. Create it?';
  SSelectDirCap = 'Select Directory';
  SDirNameCap = 'Directory &Name:';
  SDrivesCap = 'D&rives:';
  SDirsCap = '&Directories:';
  SFilesCap = '&Files: (*.*)';
  SNetworkCap = 'Ne&twork...';

  SColorPrefix = 'Color';               //!! obsolete - delete in 5.0
  SColorTags = 'ABCDEFGHIJKLMNOP';      //!! obsolete - delete in 5.0

  SInvalidClipFmt = 'Invalid clipboard format';
  SIconToClipboard = 'Clipboard does not support Icons';
  SCannotOpenClipboard = 'Cannot open clipboard';

  SDefault = 'Default';

  SInvalidMemoSize = 'Text exceeds memo capacity';
  SCustomColors = 'Custom Colors';
  SInvalidPrinterOp = 'Operation not supported on selected printer';
  SNoDefaultPrinter = 'There is no default printer currently selected';

  SIniFileWriteError = 'Unable to write to %s';

  SBitsIndexError = 'Bits index out of range';

  SUntitled = '(Untitled)';

  SInvalidRegType = 'Invalid data type for ''%s''';

  SUnknownConversion = 'Unknown RichEdit conversion file extension (.%s)';
  SDuplicateMenus = 'Menu ''%s'' is already being used by another form';

  SPictureLabel = 'Picture:';
  SPictureDesc = ' (%dx%d)';
  SPreviewLabel = 'Preview';

  SCannotOpenAVI = 'Cannot open AVI';

  SNotOpenErr = 'No MCI device open';
  SMPOpenFilter = 'All files (*.*)|*.*|Wave files (*.wav)|*.wav|Midi files (*.mid)|*.mid|Video for Windows (*.avi)|*.avi';
  SMCINil = '';
  SMCIAVIVideo = 'AVIVideo';
  SMCICDAudio = 'CDAudio';
  SMCIDAT = 'DAT';
  SMCIDigitalVideo = 'DigitalVideo';
  SMCIMMMovie = 'MMMovie';
  SMCIOther = 'Other';
  SMCIOverlay = 'Overlay';
  SMCIScanner = 'Scanner';
  SMCISequencer = 'Sequencer';
  SMCIVCR = 'VCR';
  SMCIVideodisc = 'Videodisc';
  SMCIWaveAudio = 'WaveAudio';
  SMCIUnknownError = 'Unknown error code';

  SBoldItalicFont = 'Bold Italic';
  SBoldFont = 'Bold';
  SItalicFont = 'Italic';
  SRegularFont = 'Regular';

  SPropertiesVerb = 'Properties';

  SServiceFailed = 'Service failed on %s: %s';
  SExecute = 'execute';
  SStart = 'start';
  SStop = 'stop';
  SPause = 'pause';
  SContinue = 'continue';
  SInterrogate = 'interrogate';
  SShutdown = 'shutdown';
  SCustomError = 'Service failed in custom message(%d): %s';
  SServiceInstallOK = 'Service installed successfully';
  SServiceInstallFailed = 'Service "%s" failed to install with error: "%s"';
  SServiceUninstallOK = 'Service uninstalled successfully';
  SServiceUninstallFailed = 'Service "%s" failed to uninstall with error: "%s"';

  SInvalidActionRegistration = 'Invalid action registration';
  SInvalidActionUnregistration = 'Invalid action unregistration';
  SInvalidActionEnumeration = 'Invalid action enumeration';
  SInvalidActionCreation = 'Invalid action creation';

  SDockedCtlNeedsName = 'Docked control must have a name';
  SDockTreeRemoveError = 'Error removing control from dock tree';
  SDockZoneNotFound = ' - Dock zone not found';
  SDockZoneHasNoCtl = ' - Dock zone has no control';

  SAllCommands = 'All Commands';

  SDuplicateItem = 'List does not allow duplicates ($0%x)';

  STextNotFound = 'Text not found: "%s"';
  SBrowserExecError = 'No default browser is specified';

  SColorBoxCustomCaption = 'Custom...';

  SMultiSelectRequired = 'Multiselect mode must be on for this feature';

  SKeyCaption = 'Key';
  SValueCaption = 'Value';
  SKeyConflict = 'A key with the name of "%s" already exists';
  SKeyNotFound = 'Key "%s" not found';
  SNoColumnMoving = 'goColMoving is not a supported option';
  SNoEqualsInKey = 'Key may not contain equals sign ("=")';

  SSendError = 'Error sending mail';
  SAssignSubItemError = 'Cannot assign a subitem to an actionbar when one of it''s parent''s is already assigned to an actionbar';
  SDeleteItemWithSubItems = 'Item %s has subitems, delete anyway?';
  SDeleteNotAllowed = 'You are not allowed to delete this item';
  SMoveNotAllowed = 'Item %s is not allowed to be moved';    
  SMoreButtons = 'More Buttons';
  SErrorDownloadingURL = 'Error downloading URL: %s';
  SUrlMonDllMissing = 'Unable to load %s';
  SAllActions = '(All Actions)';
  SNoCategory = '(No Category)';
  SExpand = 'Expand';
  SErrorSettingPath = 'Error setting path: "%s"';
  SLBPutError = 'Attempting to put items into a virtual style listbox';
  SErrorLoadingFile = 'Error loading previously saved settings file: %s'#13'Would you like to delete it?';
  SResetUsageData = 'Reset all usage data?';
  SFileRunDialogTitle = 'Run';
  SNoName = '(No Name)';      
  SErrorActionManagerNotAssigned = 'ActionManager must first be assigned';
  SAddRemoveButtons = '&Add or Remove Buttons';
  SResetActionToolBar = 'Reset Toolbar';
  SCustomize = '&Customize';
  SSeparator = 'Separator';
  SCirularReferencesNotAllowed = 'Circular references not allowed';
  SCannotHideActionBand = '%s does not allow hiding';
  SErrorSettingCount = 'Error setting %s.Count';
  SListBoxMustBeVirtual = 'Listbox (%s) style must be virtual in order to set Count';
  SUnableToSaveSettings = 'Unable to save settings';
  SRestoreDefaultSchedule = 'Would you like to reset to the default Priority Schedule?';
  SNoGetItemEventHandler = 'No OnGetItem event handler assigned';
  SInvalidColorMap = 'Invalid Colormap this ActionBand requires ColorMaps of type TCustomActionBarColorMapEx';
  SDuplicateActionBarStyleName = 'A style named %s has already been registered';
  SStandardStyleActionBars = 'Standard Style';
  SXPStyleActionBars = 'XP Style';
  SActionBarStyleMissing = 'No ActionBand style unit present in the uses clause.'#13 +
    'Your application must include either XPStyleActnCtrls, StdStyleActnCtrls or ' +
    'a third party ActionBand style unit in its uses clause.';

implementation

end.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
蜜桃视频一区二区三区在线观看| 69久久99精品久久久久婷婷| 久久久综合精品| 国产精品66部| 国产精品伦一区二区三级视频| 国产经典欧美精品| 国产精品理论片| 日本道色综合久久| 亚洲高清中文字幕| 日韩精品一区在线观看| 国产综合色产在线精品| 国产精品久久一卡二卡| 在线免费观看日本欧美| 三级精品在线观看| 国产网站一区二区| 色噜噜狠狠成人中文综合| 亚洲午夜精品久久久久久久久| 日韩一区二区三区观看| 岛国精品在线观看| 亚洲国产成人91porn| 91精品黄色片免费大全| 国产乱码精品一区二区三区av| 专区另类欧美日韩| 6080午夜不卡| av综合在线播放| 美女脱光内衣内裤视频久久网站 | 久久综合成人精品亚洲另类欧美| 成人小视频免费在线观看| 一区二区三区四区精品在线视频 | 欧美大片在线观看一区| 成人免费毛片高清视频| 天堂资源在线中文精品| 国产精品无圣光一区二区| 欧美午夜精品久久久久久超碰| 精品一区二区免费视频| 有码一区二区三区| 精品女同一区二区| 欧美视频自拍偷拍| 国产99久久久久久免费看农村| 亚洲6080在线| 国产精品久久久久久久第一福利 | 国产精品99久久久久久久女警 | 欧美在线你懂的| 国产河南妇女毛片精品久久久 | 亚洲综合图片区| 国产欧美久久久精品影院| 欧美日韩成人激情| 99精品热视频| 国产福利一区在线观看| 奇米色一区二区| 亚洲女人小视频在线观看| 天天av天天翘天天综合网| 亚洲精品乱码久久久久久黑人| 91丨porny丨在线| 色菇凉天天综合网| 亚洲精品乱码久久久久久日本蜜臀| 精品国产网站在线观看| 美女任你摸久久| 一区二区中文视频| 91在线精品秘密一区二区| 日韩欧美视频在线| 91国在线观看| eeuss影院一区二区三区| 久久精品国产亚洲aⅴ| 日韩激情在线观看| 亚洲午夜在线视频| 亚洲日本va午夜在线电影| 国产欧美日本一区二区三区| 欧美精品一区二| 精品国精品国产| 精品免费一区二区三区| 日韩欧美一区在线观看| 欧美一二三区在线| 91精品国产aⅴ一区二区| 欧美日韩综合在线免费观看| 精品视频999| 欧美三级三级三级| 91麻豆精品国产91久久久久| 欧美乱妇23p| 欧美一卡2卡三卡4卡5免费| 91精品国产综合久久久久| 欧美高清视频www夜色资源网| 欧美日韩黄视频| 欧美一区二区视频在线观看2020| 欧美日本高清视频在线观看| 91精品国产入口| 日韩欧美一区二区久久婷婷| 日韩精品一区二区三区在线观看| 精品久久久三级丝袜| 久久久久久久久伊人| 久久精品一区二区| 国产精品福利一区二区三区| 日韩毛片一二三区| 亚洲一区二区视频在线观看| 午夜欧美电影在线观看| 美腿丝袜亚洲色图| 国产经典欧美精品| 99久精品国产| 欧美日韩国产影片| 日韩欧美一区在线| 欧美国产国产综合| 亚洲国产精品自拍| 麻豆成人91精品二区三区| 国产美女视频91| 91丨九色porny丨蝌蚪| 欧美日韩五月天| 26uuu久久综合| 最新国产の精品合集bt伙计| 亚洲自拍与偷拍| 久久精品国产亚洲aⅴ| 成+人+亚洲+综合天堂| 欧美羞羞免费网站| 精品福利在线导航| 亚洲欧美日韩久久精品| 蜜臀a∨国产成人精品| 成人黄色777网| 欧美精品第一页| 欧美经典一区二区三区| 亚洲一区二区av在线| 精品在线免费观看| 色综合久久中文字幕| 欧美一区二区成人6969| 中文字幕在线视频一区| 香蕉乱码成人久久天堂爱免费| 韩国成人福利片在线播放| 色综合中文字幕国产 | 日韩黄色免费电影| 成人黄页毛片网站| 91精品综合久久久久久| 最新热久久免费视频| 视频一区在线播放| a级高清视频欧美日韩| 日韩欧美亚洲国产另类| 亚洲综合激情网| 国产高清精品在线| 日韩一区二区中文字幕| 一区二区国产视频| 成人精品国产福利| 精品va天堂亚洲国产| 亚洲高清免费在线| av在线不卡网| 久久综合狠狠综合| 日韩电影在线免费看| 色琪琪一区二区三区亚洲区| 国产三级精品三级| 精品一区二区三区久久| 欧美日韩午夜在线视频| 亚洲精品成a人| www..com久久爱| 久久天堂av综合合色蜜桃网| 免费成人在线网站| 欧美系列日韩一区| 一区二区三区四区不卡在线| 成人午夜视频在线| 久久久久久久综合狠狠综合| 免费观看成人av| 欧美一区二区精品在线| 亚洲va在线va天堂| 欧美丝袜自拍制服另类| 亚洲老妇xxxxxx| 91香蕉视频污| 中文字幕一区二区三区乱码在线 | 久久精品国产一区二区三| 5566中文字幕一区二区电影 | 337p亚洲精品色噜噜狠狠| 亚洲欧美电影一区二区| 99久久99久久免费精品蜜臀| 国产精品传媒入口麻豆| 成人一区二区三区视频在线观看| 国产视频一区在线播放| 国产资源精品在线观看| 欧美成人高清电影在线| 精品伊人久久久久7777人| 久久综合999| 国产伦精一区二区三区| 欧美国产激情一区二区三区蜜月| 成人美女视频在线观看| 中文字幕中文字幕一区二区 | 国产麻豆精品一区二区| 欧美一区二区三区视频免费播放 | 国产suv精品一区二区三区| 国产日韩精品一区二区三区在线| 国产成人a级片| ㊣最新国产の精品bt伙计久久| 99精品在线免费| 日欧美一区二区| 精品久久久久久久久久久久久久久久久| 美女视频网站久久| 久久精品人人做| 91婷婷韩国欧美一区二区| 国产在线精品国自产拍免费| 国产亚洲欧美色| 91视频免费播放| 亚洲高清久久久| 欧美精品一区二区三区蜜桃| 国产成人aaaa| 亚洲国产美女搞黄色| 久久午夜色播影院免费高清| 国产精品99久| 亚洲成a人片在线不卡一二三区|