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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? consts.pas

?? 給出一個工業(yè)PLC聯(lián)網(wǎng)監(jiān)控的例子
?? PAS
字號:

{*******************************************************}
{                                                       }
{       Borland Delphi Visual Component Library         }
{                                                       }
{  Copyright (c) 1995-2005 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 = '確定';
  SCancelButton = '取消';
	SYesButton = '確認(rèn)(&Y)';
	SNoButton = '不(&N)';
	SHelpButton = '幫助(&H)';
	SCloseButton = '關(guān)閉(&C)';
	SIgnoreButton = '忽略(&I)';
	SRetryButton = '重試(&R)';
  SAbortButton = '退出';
	SAllButton = '所有(&A)';

  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 = '警告';
  SMsgDlgError = '錯誤';
  SMsgDlgInformation = '信息';
  SMsgDlgConfirm = '確認(rèn)';
	SMsgDlgYes = '確定(&Y)';
	SMsgDlgNo = '取消(&N)';
	SMsgDlgOK = '確定';
  SMsgDlgCancel = '取消';
	SMsgDlgHelp = '幫助(&H)';
  SMsgDlgHelpNone = 'No help available';
  SMsgDlgHelpHelp = '幫助';
  SMsgDlgAbort = '&Abort';
  SMsgDlgRetry = '&Retry';
  SMsgDlgIgnore = '&Ignore';
  SMsgDlgAll = '&All';
  SMsgDlgNoToAll = 'N&o to All';
  SMsgDlgYesToAll = 'Yes to &All';

  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';
  SDockZoneVersionConflict = 'Error loading dock zone from the stream. ' +
    'Expecting version %d, but found %d.';

  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';
  sParameterCannotBeNil = '%s parameter in call to %s cannot be nil';
  SInvalidColorString = 'Invalid Color string';

  SInvalidPath = '"%s" is an invalid path';
  SInvalidPathCaption = 'Invalid path';

  SANSIEncoding = 'ANSI';
  SASCIIEncoding = 'ASCII';
  SUnicodeEncoding = 'Unicode';
  SBigEndianEncoding = 'Big Endian Unicode';
  SUTF8Encoding = 'UTF-8';
  SUTF7Encoding = 'UTF-7';
  SEncodingLabel = 'Encoding:';

  sCannotAddFixedSize = 'Cannot add columns or rows while expand style is fixed size';
  sInvalidSpan = '''%d'' is not a valid span';
  sInvalidRowIndex = 'Row index, %d, out of bounds';
  sInvalidColumnIndex = 'Column index, %d, out of bounds';
  sInvalidControlItem = 'ControlItem.Control cannot be set to owning GridPanel';
  sCannotDeleteColumn = 'Cannot delete a column that contains controls';
  sCannotDeleteRow = 'Cannot delete a row that contains controls';
  sCellMember = 'Member';
  sCellSizeType = 'Size Type';
  sCellValue = 'Value';
  sCellAutoSize = 'Auto';
  sCellPercentSize = 'Percent';
  sCellAbsoluteSize = 'Absolute';
  sCellColumn = 'Column%d';
  sCellRow = 'Row%d';

  STrayIconRemoveError = 'Cannot remove shell notification icon';
  STrayIconCreateError = 'Cannot create shell notification icon';

  SPageControlNotSet = 'PageControl must first be assigned';

implementation

end.

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美大白屁股肥臀xxxxxx| a在线播放不卡| 欧美日韩中文另类| 一区二区三区中文字幕电影 | 成人精品国产一区二区4080| 国产亚洲欧洲一区高清在线观看| 久草精品在线观看| 久久综合成人精品亚洲另类欧美| 国产麻豆精品视频| 国产精品国产成人国产三级| 一本色道久久综合亚洲aⅴ蜜桃| 一区二区三区在线免费观看| 欧美三区免费完整视频在线观看| 午夜影视日本亚洲欧洲精品| 欧美成人一区二区三区在线观看| 狠狠色2019综合网| 国产精品国产三级国产普通话三级| av不卡一区二区三区| 亚洲精品免费看| 4438x成人网最大色成网站| 老色鬼精品视频在线观看播放| 国产三区在线成人av| 日本韩国欧美在线| 青青草97国产精品免费观看无弹窗版| 欧美成人vps| 一本色道综合亚洲| 久久99国产精品免费| 综合网在线视频| 欧美一区二区美女| 北条麻妃一区二区三区| 日韩成人伦理电影在线观看| 国产精品天干天干在观线| 在线看日韩精品电影| 激情欧美一区二区三区在线观看| 国产精品久久久久婷婷| 欧美一区二区视频网站| 成人av在线影院| 日韩av电影免费观看高清完整版| 中文乱码免费一区二区| 911精品产国品一二三产区| 成人激情黄色小说| 老司机一区二区| 亚洲免费在线观看| 久久久精品人体av艺术| 在线视频中文字幕一区二区| 国产精品亚洲专一区二区三区| 亚洲自拍与偷拍| 中文av字幕一区| 日韩亚洲欧美在线| 在线观看视频一区| 丁香激情综合国产| 久久99精品网久久| 亚洲不卡av一区二区三区| 中日韩av电影| 久久亚洲精品国产精品紫薇| 欧美喷水一区二区| 一本久久综合亚洲鲁鲁五月天| 国产麻豆成人传媒免费观看| 麻豆一区二区三区| 亚洲va国产天堂va久久en| 亚洲欧洲日韩在线| 国产视频一区在线播放| 日韩欧美的一区| 宅男在线国产精品| 欧美日韩精品三区| 欧美性极品少妇| 91免费看`日韩一区二区| 国产成人8x视频一区二区 | 五月天一区二区| 亚洲色图色小说| 国产精品美女久久久久av爽李琼| 久久久久久久久久看片| 日韩精品一区二区三区在线 | 国产二区国产一区在线观看| 免费高清在线视频一区·| 亚洲午夜在线电影| 亚洲国产视频一区| 亚洲第一av色| 午夜亚洲福利老司机| 一区二区欧美国产| 亚洲国产成人av网| 三级久久三级久久| 久久精品99国产国产精| 久久国产综合精品| 国产精品一区专区| 成人黄色a**站在线观看| 不卡一区二区在线| 99麻豆久久久国产精品免费 | 亚洲日本在线观看| 亚洲精品五月天| 亚洲图片一区二区| 五月天一区二区三区| 麻豆高清免费国产一区| 国内一区二区在线| 懂色av一区二区夜夜嗨| 99久久精品国产一区二区三区 | 日韩三级免费观看| 日韩欧美色综合网站| 国产亚洲一区二区三区四区 | 成人av在线资源| 91精品福利视频| 5858s免费视频成人| 精品国产免费人成在线观看| 国产亚洲婷婷免费| 亚洲已满18点击进入久久| 视频一区二区三区入口| 极品美女销魂一区二区三区| 丁香一区二区三区| 色综合天天综合在线视频| 欧美日韩中文精品| 精品va天堂亚洲国产| 国产精品免费网站在线观看| 一区av在线播放| 蜜臀久久久久久久| 成人av在线网站| 欧美一区二区三区视频在线观看| 欧美精品一区二区三区蜜桃视频 | 亚洲精品亚洲人成人网在线播放| 五月婷婷综合网| 国产精品一线二线三线精华| 91精彩视频在线| 久久久不卡影院| 一区二区三区在线观看视频| 丝袜亚洲另类欧美综合| av福利精品导航| 日韩一区二区视频在线观看| 国产精品高潮呻吟久久| 日本vs亚洲vs韩国一区三区| 成人国产精品免费观看| 欧美一区日本一区韩国一区| 成人免费在线视频观看| 免费人成精品欧美精品| 色综合天天综合色综合av| 亚洲精品一区二区三区影院 | 亚洲欧美电影一区二区| 久久精品国产在热久久| 在线观看www91| 欧美经典三级视频一区二区三区| 同产精品九九九| 波多野结衣在线aⅴ中文字幕不卡| 日韩亚洲欧美中文三级| 亚洲电影一区二区三区| 91蝌蚪porny九色| 久久久噜噜噜久久人人看 | 91精品国产综合久久精品app| 中文字幕欧美激情一区| 久久精品国内一区二区三区| 欧美日韩一区 二区 三区 久久精品| 久久久不卡影院| 精品在线一区二区| 在线成人av网站| 亚洲一级二级在线| 91在线免费播放| 亚洲国产精品黑人久久久| 久久99这里只有精品| 欧美一级在线免费| 婷婷丁香激情综合| 欧美蜜桃一区二区三区| 亚洲综合视频网| 欧洲一区二区av| 日韩理论电影院| 99久久久精品| 亚洲人妖av一区二区| 成人精品gif动图一区| 日本一区免费视频| 成人自拍视频在线观看| 国产亚洲欧美一区在线观看| 韩国精品一区二区| 久久精品人人做人人爽97| 国产精品一区二区在线播放 | 亚洲欧美日韩一区二区| 成人av在线播放网址| 最新日韩av在线| 99久久伊人网影院| 一区二区三区中文免费| 欧美色区777第一页| 婷婷开心激情综合| 日韩欧美亚洲另类制服综合在线| 奇米在线7777在线精品| 欧美大胆人体bbbb| 国产福利一区二区三区视频| 中文乱码免费一区二区| 色综合久久综合中文综合网| 亚洲综合一二三区| 欧美高清www午色夜在线视频| 日韩精品色哟哟| 精品国精品国产| 国产不卡高清在线观看视频| 中文字幕一区二区三中文字幕| 97aⅴ精品视频一二三区| 亚洲自拍偷拍综合| 欧美一级二级三级蜜桃| 国产乱人伦偷精品视频不卡| 成人免费在线视频观看| 欧美日韩国产首页| 久久99这里只有精品| 国产精品福利一区二区三区| 欧洲另类一二三四区| 日本女人一区二区三区| 国产视频在线观看一区二区三区|