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

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

?? flatconsts.pas

?? comerose_flatstyle_v4.42.9.0_d7.rar
?? PAS
字號(hào):
unit FlatConsts;

interface

resourcestring
  SListIndexError      = 'List index out of bounds (%d)';
  SDuplicateString     = 'String list does not allow duplicates';
  SSortedListError     = 'Operation not allowed on sorted list';
  sInsertError         = 'Unable to insert an item';
  sInvalidIndex        = 'Invalid index';
  sInvalidLevel        = 'Invalid item level assignment';
  sInvalidLevelEx      = 'Invalid level (%d) for item "%s"';
  SMultiSelectRequired = 'Multiselect mode must be on for this feature';
  SOpenFileTitle = '打開';
  SAssignError = '不能分配一個(gè) %s 到一個(gè) %s';
  SFCreateError = '不能建立文件 %s';
  SFOpenError = '不能打開文件 %s';
  SReadError = '串流讀錯(cuò)誤';
  SWriteError = '串流寫錯(cuò)誤';
  SMemoryStreamError = '展開內(nèi)在流時(shí),內(nèi)存溢出';
  SCantWriteResourceStreamError = '不能寫入只讀資源流';
  SDuplicateReference = 'WriteObject called twice for the same instance';
  SClassNotFound = '找不到類 %s ';
  SInvalidImage = '無(wú)效流格式';
  SResNotFound = '找不到資源 %s ';
  SClassMismatch = 'Resource %s is of incorrect class';
  SListCapacityError = 'List capacity out of bounds (%d)';
  SListCountError = 'List count out of bounds (%d)';
  SInvalidTabIndex = 'Tab index out of bounds';
  SInvalidTabPosition = 'Tab position incompatible with current tab style';
  SInvalidTabStyle = 'Tab style incompatible with current tab position';
  SDuplicateName = 'A component named %s already exists';
  SInvalidName = '''''%s'''' is not a valid component name';
  SDuplicateClass = 'A class named %s already exists';
  SNoComSupport = '%s has not been registered as a COM class';
  SInvalidInteger = '''''%s'''' is not a valid integer value';
  SLineTooLong = 'Line too long';
  SInvalidPropertyValue = 'Invalid property value';
  SInvalidPropertyPath = 'Invalid property path';
  SInvalidPropertyType = 'Invalid property type: %s';
  SInvalidPropertyElement = 'Invalid property element: %s';
  SUnknownProperty = 'Property does not exist';
  SReadOnlyProperty = 'Property is read-only';
  SPropertyException = 'Error reading %s%s%s: %s';
  SAncestorNotFound = 'Ancestor for ''%s'' not found';
  SInvalidBitmap = 'Bitmap image is not valid';
  SInvalidIcon = 'Icon image is not valid';
  SInvalidMetafile = 'Metafile is not valid';
  SInvalidPixelFormat = 'Invalid pixel format';
  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';
  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';
  SRegisterError = 'Invalid component registration';
  SImageCanvasNeedsBitmap = 'Can only modify an image if it contains a bitmap';
  SControlParentSetToSelf = 'A control cannot have itself as its parent';
  SOKButton     = '確定';
  SCancelButton = '取消';
  SYesButton    = '是(&Y)';
  SNoButton     = '否(&N)';
  SHelpButton   = '幫助(&H)';
  SCloseButton  = '關(guān)閉(&C)';
  SIgnoreButton = '忽略(&I)';
  SRetryButton  = '重試(&R)';
  SAbortButton  = '中止(&B)';
  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 = '位圖文件';
  SVEnhMetafiles = '增強(qiáng)位圖文件';
  SVIcons = '圖標(biāo)';
  SVBitmaps = '位圖';
  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';
  SParseError = '%s on line %d';
  SIdentifierExpected = 'Identifier expected';
  SStringExpected = 'String expected';
  SNumberExpected = 'Number expected';
  SCharExpected = '''''%s'''' expected';
  SSymbolExpected = '%s expected';
  SInvalidNumber = 'Invalid numeric value';
  SInvalidString = 'Invalid string constant';
  SInvalidProperty = 'Invalid property value';
  SInvalidBinary = 'Invalid binary 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 = '錯(cuò)誤';
  SMsgDlgInformation = '信息';
  SMsgDlgConfirm = '確認(rèn)';
  SMsgDlgYes = '是(&Y)';
  SMsgDlgNo = '不(&N)';
  SMsgDlgOK = '確定';
  SMsgDlgCancel = '取消';
  SMsgDlgHelp = '幫助(&H)';
  SMsgDlgHelpNone = 'No help available';
  SMsgDlgHelpHelp = '幫助';
  SMsgDlgAbort = '中止(&A)';
  SMsgDlgRetry = '重試(&R)';
  SMsgDlgIgnore = '忽略(&I)';
  SMsgDlgAll = '所有(&A)';
  SMsgDlgNoToAll = '取消所有(&O)';
  SMsgDlgYesToAll = '確認(rèn)所有(&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 = '(未知)';
  srNone = '(沒有)';
  SOutOfRange = '數(shù)值必須在 %d 和 %d 之間!';
  SCannotCreateName = 'Cannot create a default method name for an unnamed component';

  SDateEncodeError = 'Invalid argument to date encode';
  STimeEncodeError = 'Invalid argument to time encode';
  SInvalidDate = '''''%s'''' 是一個(gè)無(wú)效日期!';
  SInvalidTime = '''''%s'''' 是一個(gè)無(wú)效時(shí)間!';
  SInvalidDateTime = '''''%s'''' 是一個(gè)無(wú)效日期和時(shí)間!';
  SInvalidFileName = '無(wú)效文件名 - %s';
  SDefaultFilter = '所有文件 (*.*)|*.*';
  sAllFilter = '全部';
  SNoVolumeLabel = ': [ - 沒有卷標(biāo) - ]';
  SInsertLineError = '不能插入一行!';

  SConfirmCreateDir = '指定目錄不存在.創(chuàng)建它?';
  SSelectDirCap = '選定目錄';
  SCannotCreateDir = '不能創(chuàng)建目錄!';
  SDirNameCap = '目錄名稱::';
  SDrivesCap = '驅(qū)動(dòng)器:';
  SDirsCap = '目錄:';
  SFilesCap = '文件: (*.*)';
  SNetworkCap = '網(wǎng)絡(luò)...';

  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 = '默認(rèn)';

  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''';
  SRegCreateFailed = 'Failed to create key %s';
  SRegSetDataFailed = 'Failed to set data for ''%s''';
  SRegGetDataFailed = 'Failed to get data 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';

  sWindowsSocketError = 'Windows socket error: %s (%d), on API ''%s''';
  sAsyncSocketError = 'Asynchronous socket error %d';
  sNoAddress = 'No address specified';
  sCannotListenOnOpen = 'Can''t listen on an open socket';
  sCannotCreateSocket = 'Can''t create new socket';
  sSocketAlreadyOpen = 'Socket already open';
  sCantChangeWhileActive = 'Can''t change value while socket is active';
  sSocketMustBeBlocking = 'Socket must be in blocking mode';
  sSocketIOError = '%s error %d, %s';
  sSocketRead = 'Read';
  sSocketWrite = 'Write';

  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)';

  SDuplicatePropertyCategory = 'A property category called %s already exists';
  SUnknownPropertyCategory = 'Property category does not exist (%s)';

  SActionCategoryName = 'Action';
  SActionCategoryDesc = 'Action properties and/or events';
  SDataCategoryName = 'Data';
  SDataCategoryDesc = 'Data properties and/or events';
  SDatabaseCategoryName = 'Database';
  SDatabaseCategoryDesc = 'Database and Data Aware properties and/or events';
  SDragNDropCategoryName = 'Drag, Drop and Docking';
  SDragNDropCategoryDesc = 'Drag, Drop and Docking properties and/or events';
  SHelpCategoryName = 'Help and Hints';
  SHelpCategoryDesc = 'Help and Hint properties and/or events';
  SLayoutCategoryName = 'Layout';
  SLayoutCategoryDesc = 'Layout properties and/or events';
  SLegacyCategoryName = 'Legacy';
  SLegacyCategoryDesc = 'Legacy properties and/or events';
  SLinkageCategoryName = 'Linkage';
  SLinkageCategoryDesc = 'Linkage properties and/or events';
  SLocaleCategoryName = 'Locale';
  SLocaleCategoryDesc = 'Locale properties and/or events';
  SLocalizableCategoryName = 'Localizable';
  SLocalizableCategoryDesc = 'Localizable properties and/or events';
  SMiscellaneousCategoryName = 'Miscellaneous';
  SMiscellaneousCategoryDesc = 'Miscellaneous properties and/or events';
  SVisualCategoryName = 'Visual';
  SVisualCategoryDesc = 'Visual properties and/or events';
  SInputCategoryName = 'Input';
  SInputCategoryDesc = 'Input properties and/or events';

  SInvalidMask = '''%s'' is an invalid mask at (%d)';
  SInvalidFilter = 'Property filters may only be name, class or type based (%d:%d)';
  SInvalidCategory = 'Categories must define their own name and description';

  SOperationNotAllowed = 'Operation not allowed while dispatching application events';
  SParentForm      = 'TFlatTitlebar can only be placed on a descndant of a TCustomForm';
  SNotReplicatable = 'Control cannot be used in a DBCtrlGrid';



implementation

end.

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品911| 91精品欧美久久久久久动漫| 亚洲综合色在线| 日韩欧美你懂的| 在线亚洲精品福利网址导航| 国产一区二区视频在线播放| 一区二区三区四区中文字幕| 国产片一区二区| 91精品国产91久久久久久最新毛片| 99视频精品全部免费在线| 精品一区二区在线免费观看| 亚洲成人免费在线观看| 国产精品国产三级国产有无不卡| 日韩欧美123| 在线播放视频一区| 日本精品一区二区三区四区的功能| 国产一区二区女| 蜜臀久久久久久久| 国产成人免费高清| 免费久久精品视频| 丝袜脚交一区二区| 亚洲在线视频免费观看| 国产精品不卡在线| 日本一区二区在线不卡| 日韩午夜激情免费电影| 欧美日韩1234| 欧美日韩国产在线播放网站| 色婷婷综合久久久中文一区二区 | 亚洲视频一区在线观看| 国产午夜精品福利| 久久一区二区视频| 日韩精品资源二区在线| 欧美色综合影院| 欧美亚洲尤物久久| 欧美综合天天夜夜久久| 一本到三区不卡视频| jvid福利写真一区二区三区| 国产91综合网| 国产成人三级在线观看| 国产精品一区二区三区乱码| 韩国精品在线观看| 国产老女人精品毛片久久| 精品一区二区三区视频| 激情伊人五月天久久综合| 国产一区二区成人久久免费影院 | 成熟亚洲日本毛茸茸凸凹| 国产成人三级在线观看| 成a人片国产精品| 成人免费av资源| 99久久精品免费观看| 日本丰满少妇一区二区三区| 欧美亚洲国产一卡| 欧美军同video69gay| 日韩一区二区视频在线观看| 日韩精品中文字幕在线一区| 久久天天做天天爱综合色| 久久久久国色av免费看影院| 欧美国产一区视频在线观看| 亚洲日穴在线视频| 五月天激情综合| 韩国成人精品a∨在线观看| 成人小视频免费观看| 成人黄色777网| 欧美色偷偷大香| 91精品国产91综合久久蜜臀| 精品美女一区二区| 国产精品丝袜在线| 一区二区三区 在线观看视频| 日韩av一级电影| 国产精品中文字幕日韩精品| 99re这里都是精品| 777精品伊人久久久久大香线蕉| 精品免费99久久| 亚洲欧美激情一区二区| 亚洲亚洲人成综合网络| 精品在线播放免费| 97se亚洲国产综合自在线不卡| 欧美三级乱人伦电影| 精品日韩在线一区| 亚洲人成网站在线| 蜜臀91精品一区二区三区| 丰满亚洲少妇av| 欧美日韩国产高清一区二区| 久久亚洲综合色一区二区三区| 中文字幕在线一区二区三区| 99久久精品国产毛片| 日韩一区二区电影网| 国产精品久久久久aaaa樱花| 石原莉奈在线亚洲二区| 国产aⅴ综合色| 9191久久久久久久久久久| 国产精品福利电影一区二区三区四区| 视频一区二区三区入口| 成人激情午夜影院| 日韩一级片在线播放| 一区二区三区四区av| 国产乱淫av一区二区三区| 欧美综合久久久| 日本一区二区久久| 蜜臀av性久久久久蜜臀aⅴ | 99久久er热在这里只有精品15| 欧美蜜桃一区二区三区| 国产精品久久久久一区| 韩国一区二区视频| 欧美一区二区黄| 怡红院av一区二区三区| 国产乱子伦视频一区二区三区| 91.xcao| 亚洲女厕所小便bbb| 国产大陆a不卡| 欧美成人video| 日韩不卡在线观看日韩不卡视频| 91看片淫黄大片一级| 久久精品视频免费| 麻豆精品久久久| 欧美精品国产精品| 亚洲制服丝袜av| 色婷婷综合五月| 亚洲三级在线免费观看| 成人免费高清在线| 国产午夜一区二区三区| 狠狠色丁香久久婷婷综合丁香| 欧美精品一二三区| 香蕉乱码成人久久天堂爱免费| 日本精品一区二区三区高清 | 亚洲一区电影777| 色综合亚洲欧洲| 亚洲女同一区二区| 91精品福利视频| 亚洲免费电影在线| 在线影院国内精品| 亚洲国产一区二区在线播放| 色域天天综合网| 亚洲综合无码一区二区| 91视频精品在这里| 亚洲人成7777| 在线视频一区二区免费| 亚洲午夜激情av| 欧美日韩亚洲综合一区| 午夜av一区二区三区| 欧美日韩国产色站一区二区三区| 一区二区三区欧美久久| 欧美色大人视频| 日韩精品视频网| 欧美电影免费观看完整版| 久久99国产精品久久99果冻传媒| 日韩视频一区二区在线观看| 老汉av免费一区二区三区| 久久久久免费观看| 国产aⅴ综合色| 亚洲欧美日韩国产综合在线| 色婷婷精品久久二区二区蜜臀av | 日本欧美一区二区三区| 欧美一区二区三区四区高清| 毛片av一区二区| 久久精品一区二区三区四区| 成人福利电影精品一区二区在线观看| 国产精品人人做人人爽人人添| 91尤物视频在线观看| 亚洲激情校园春色| 7777精品伊人久久久大香线蕉经典版下载| 免费看欧美美女黄的网站| 久久品道一品道久久精品| 99久久精品情趣| 天天色图综合网| 久久久精品国产免费观看同学| 99精品视频中文字幕| 香蕉加勒比综合久久| 2欧美一区二区三区在线观看视频| 不卡的电影网站| 婷婷综合在线观看| 久久久午夜精品| 色菇凉天天综合网| 麻豆精品视频在线观看视频| 一区免费观看视频| 欧美一区中文字幕| 成人激情校园春色| 日韩极品在线观看| 中日韩免费视频中文字幕| 在线观看三级视频欧美| 国模娜娜一区二区三区| 亚洲精品国产a| 久久久久久久av麻豆果冻| 91黄色免费网站| 久久精品噜噜噜成人88aⅴ| 亚洲精品美国一| 精品国产麻豆免费人成网站| 91麻豆精品一区二区三区| 久久国内精品视频| 一区二区三区中文免费| 久久精品网站免费观看| 欧美一区二区在线看| 成人av网站在线| 韩国理伦片一区二区三区在线播放| 一区二区三区四区中文字幕| 中文字幕精品一区二区三区精品| 欧美一区二区性放荡片| 色88888久久久久久影院野外| 国产精品99久| 久久99深爱久久99精品|